First  |  Prev |  Next  |  Last
Pages: 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597
Removing dead CASSINI_QGE_DEBUG
From: Christoph Egger <siccegge(a)cs.fau.de> Date: Wed, 14 Jul 2010 14:39:58 +0200 CASSINI_QGE_DEBUG doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> Applied, thanks. -- To unsubscribe from this list: send the... 14 Jul 2010 15:26
Removing dead {AR,WAVE}LAN
From: Christoph Egger <siccegge(a)cs.fau.de> Date: Wed, 14 Jul 2010 14:39:52 +0200 {AR,WAVE}LAN doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de> Applied to net-next-2.6 -- To unsubscribe from this list: send t... 14 Jul 2010 15:26
[tip:x86/setup] x86, setup: Only set early_serial_base after port is initialized
Commit-ID: 70b0d22d581a5deef7b2876b0c3774635b8d846c Gitweb: http://git.kernel.org/tip/70b0d22d581a5deef7b2876b0c3774635b8d846c Author: Yinghai Lu <yinghai(a)kernel.org> AuthorDate: Wed, 14 Jul 2010 11:26:57 -0700 Committer: H. Peter Anvin <hpa(a)linux.intel.com> CommitDate: Wed, 14 Jul 2010 12:07:16 -0700 ... 14 Jul 2010 15:25
cfq-iosched: don't allow aliased requests to starve others
Jeff Moyer <jmoyer(a)redhat.com> writes: Hi, In running a test case that tries to trip up the kernel's AIO implementation, we ran into a situation where no other I/O to the device under test would be completed. The test program spawned (in this case) 100 threads, each of which performed the following... 24 Jul 2010 05:53
scsi: dpt_i2o: fix memory leak
On Wed, Jul 14, 2010 at 09:53:27PM +0400, Kulikov Vasiliy wrote: Free allocated memory if adpt_ioctl_to_context() failed. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/scsi/dpt_i2o.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/dpt_i... 14 Jul 2010 15:25
Add helper functions for time computation
On 07/12/2010 10:25 PM, Zachary Amsden wrote: Add a helper function to compute the kernel time and convert nanoseconds back to CPU specific cycles. Note that these must not be called in preemptible context, as that would mean the kernel could enter software suspend state, which would cause non-atomic opera... 14 Jul 2010 15:25
[PATCH -v2] x86: only set early_serial_base after port is initialized in setup code
putchar is using early_serial_base to check if port is initialized. So we only assign it after early_serial_init() is called. in case we need use VGA to debug early serial console. Also add display for port addr and baud. -v2: update to current tip Acked-by: Pekka Enberg <penberg(a)cs.helsinki.fi> Signe... 14 Jul 2010 15:25
xfs: don't block on buffer read errors
Looks good, except that I'd rework the snipplet below status = xfs_buf_iorequest(bp); - if (!status && !(flags & XBF_ASYNC)) + if (!(status || XFS_BUF_ISERROR(bp) || (flags & XBF_ASYNC))) status = xfs_buf_iowait(bp); return status; as: if (status || XFS_BUF_ISERROR(bp) || (flags & XBF_ASY... 14 Jul 2010 20:55
staging: msm: formatting of pointers in printk()
On Wed, 2010-07-14 at 22:05 +0400, Kulikov Vasiliy wrote: Use %p instead of %08x in printk(). Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> --- drivers/staging/comedi/drivers/quatech_daqp_cs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/comedi/dri... 14 Jul 2010 18:44
enable readback to get HPET working on ATI SB4x00, kernel 2.6.35_rc5
From: Linus Torvalds <torvalds(a)linux-foundation.org> Date: Wed, Jul 14, 2010 at 09:13:39AM -0700 On Wed, Jul 14, 2010 at 8:55 AM, Stephan Wolf <stephan(a)letzte-bankreihe.de> wrote: �After commit 30a564be9d9554c168a654eddc2165869cc0d7bf "x86, hpet: Restrict read back to affected ATI chipsets" hpet... 15 Jul 2010 06:37
First  |  Prev |  Next  |  Last
Pages: 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597