First  |  Prev |  Next  |  Last
Pages: 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877
Call cond_resched() at bottom of main look in balance_pgdat()
On Wed, 23 Jun 2010 08:07:34 +0900 Minchan Kim <minchan.kim(a)gmail.com> wrote: Acked-by: Johannes Weiner <hannes(a)cmpxchg.org> Reviewed-by: Minchan Kim <minchan.kim(a)gmail.com> Reviewed-by: Rik van Riel <riel(a)redhat.com> Reviewed-by: KOSAKI Motohiro<kosaki.motohiro(a)jp.fujitsu.com> The patch is a bit suck... 28 Jun 2010 16:09
PM: Make it possible to avoid wakeup events from being lost
On Mon, 28 Jun 2010 21:01:53 +0200 "Rafael J. Wysocki" <rjw(a)sisk.pl> wrote: --- linux-2.6.orig/drivers/pci/pci.c +++ linux-2.6/drivers/pci/pci.c @@ -1275,6 +1275,22 @@ bool pci_check_pme_status(struct pci_dev return ret; } +/* + * Time to wait before the system can be put into a sleep st... 30 Jun 2010 10:52
PM: Make it possible to avoid wakeup events from being lost
On Mon, 28 Jun 2010, Rafael J. Wysocki wrote: Below is the patch I'd like to add to suspend-2.6/linux-next. Rafael --- From: Rafael J. Wysocki <rjw(a)sisk.pl> Subject: PM: Make it possible to avoid wakeup events from being lost One of the arguments during the suspend blockers discussion wa... 1 Jul 2010 17:48
problem: Re: [PATCH] input: fixup X86_MRST selects
On 06/10/10 12:04, Dmitry Torokhov wrote: On Wednesday, June 09, 2010 03:42:08 pm Randy Dunlap wrote: On 06/09/10 15:40, Dmitry Torokhov wrote: On Wednesday, June 09, 2010 03:29:21 pm Randy Dunlap wrote: +++ linux-next-20100609/drivers/input/keyboard/Kconfig @@ -70,9 +70,10 @@ config KEYBOARD_AT... 2 Jul 2010 02:36
Ext4: Make file creation time, i_version and i_generation available by xattrs
On 2010-06-28, at 10:26, David Howells wrote: Make the file creation time, inode data version number and inode generation number available on Ext4 by as xattrs named: file.crtime file.i_generation file.i_version (directories only for ext4) Some minor nits: - I'd prefer calling these "file.gene... 29 Jun 2010 20:43
cfq: always return false from should_idle if slice_idle is set to zero
Jens Axboe <axboe(a)kernel.dk> writes: On 21/06/10 21.49, Jeff Moyer wrote: Hi, In testing a competing fsync-ing process and a sequential reader on mid-grade storage, I found that cfq was incapable of achieving the I/O rates of deadline, no matter how it was tuned. Investigation, and insight ... 28 Jun 2010 15:03
netdev: add tracepoints to netdev layer
On Fri, 2010-06-25 at 09:58 +0900, Koki Sanagi wrote: This patch adds tracepoint to dev_queue_xmit, dev_hard_start_xmit and netif_receive_skb. These tracepints help you to monitor network driver's input/output. sshd-4445 [001] 241367.066046: net_dev_queue: dev=eth3 skbaddr=dd6b2538 len=114 ... 21 Jul 2010 03:46
bluetooth:hci_bcsp Fix operation on 'bcsp->msgq_txseq' may be undefined
On 06/28/2010 05:52 AM, David Howells wrote: Justin P. Mattock<justinmattock(a)gmail.com> wrote: - BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq); - bcsp->msgq_txseq = ++(bcsp->msgq_txseq)& 0x07; + BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq | ret); + ret = ++(bcsp->msgq_... 28 Jun 2010 15:03
acpi:glue.c Fix warning: variable 'ret' set but not used
On 06/28/2010 05:48 AM, David Howells wrote: Justin P. Mattock<justinmattock(a)gmail.com> wrote: + if (ret) { + printk(KERN_WARNING "dev%d: Failed to get exception\n", ret); + } That's not a good warning because it's a meaningless string and you're passing the error number to the dev%d. ... 1 Jul 2010 21:10
[PATCH] Adding four read-only files to /proc/sys/vm
Adding four read-only files to /proc/sys/vm To help developers and applications gain visibility into writeback behaviour adding four read only sysctl files into /proc/sys/vm. These files allow user apps to understand writeback behaviour over time and learn how it is impacting their performance. # cat /proc... 28 Jun 2010 13:56
First  |  Prev |  Next  |  Last
Pages: 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877