First  |  Prev |  Next  |  Last
Pages: 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278
[PATCH] workqueue: mark init_workqueues() as early_initcall()
From 6ee0578b4daaea01c96b172c6aacca43fd9807a6 Mon Sep 17 00:00:00 2001 From: Suresh Siddha <suresh.b.siddha(a)intel.com> Date: Fri, 30 Jul 2010 14:57:37 -0700 Mark init_workqueues() as early_initcall() and thus it will be initialized before smp bringup. init_workqueues() registers for the hotcpu notifier and thus ... 1 Aug 2010 07:16
[PATCH] edac: mpc85xx: Add support for new MPCxxx/Pxxxx EDAC controllers (fix)
On Wed, Jul 21, 2010 at 06:21:08PM -0500, Scott Wood wrote: [...] + { .compatible = "fsl,p4080-l2-cache-controller", }, L2 on the p4080 is quite different from those other chips. It's part of the core, controlled by SPRs. erm, was that an ack or a nack? NACK, p4080 doesn'... 1 Aug 2010 07:16
vmscan: synchronous lumpy reclaim don't call congestion_wait()
> If the system 512MB memory, DEF_PRIORITY mean 128kB scan and It takes 4096 shrink_page_list() calls to scan 128kB (i.e. 128kB/32=4096) memory. Err you must forgot the page size. 128kB means 128kB/4kB=32 pages which fit exactly into one SWAP_CLUSTER_MAX batch. The shrink_page_list() call times has nothing t... 5 Aug 2010 10:13
[PATCH] firewire: core: add forgotten dummy driver methods, remove unused ones
There is an at least theoretic race condition in which .start_iso etc. could still be called between when the dummy driver is bound to the card and when the children devices are being shut down. Add dummy_start_iso and friends. On the other hand, .enable, .set_config_rom, .read_csr, write_csr do not need to be ... 1 Aug 2010 07:16
usb: omap_udc: check return value of proc_create()
Hello. Kulikov Vasiliy wrote: proc_create() may fail, if so return -ENOMEM. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> [...] diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c index f81e4f0..1083216 100644 --- a/drivers/usb/gadget/omap_udc.c +++ b/drivers/usb/ga... 1 Aug 2010 06:12
[PATCH 3/3 v3] cyber2000fb: add I2C support
Add I2C support for the DDC bus to cyber2000fb driver. This is only bus support, driver does not use EDID. Tested on two different CyberPro 2000 cards with i2cdetect and decode-edid. Signed-off-by: Ondrej Zary <linux(a)rainbow-software.org> --- This is v3 with spinlock instead of mutex (I don't know what's better ... 1 Aug 2010 06:12
[PATCH wq#for-next] workqueue: explain for_each_*cwq_cpu() iterators
for_each_*cwq_cpu() are similar to regular CPU iterators except that it also considers the pseudo CPU number used for unbound workqueues. Explain them. Signed-off-by: Tejun Heo <tj(a)kernel.org> Cc: Andrew Morton <akpm(a)linux-foundation.org> --- kernel/workqueue.c | 13 +++++++++++++ 1 files changed, 13 insert... 1 Aug 2010 06:12
nconfig: add search support
On Sun, Aug 01, 2010 at 10:20:33AM +0300, nir.tzachar(a)gmail.com wrote: From: Nir Tzachar <nir.tzachar(a)gmail.com> Remove the old hotkeys feature, and replace by a regular string search. From nconfig help: Pressing '/' triggers search mode. nconfig does regular string match, case insensitive, star... 8 Aug 2010 12:18
[PATCH] vmscan: synchronous lumpy reclaim don't call congestion_wait()
rebased onto Wu's patch ---------------------------------------------- From 35772ad03e202c1c9a2252de3a9d3715e30d180f Mon Sep 17 00:00:00 2001 From: KOSAKI Motohiro <kosaki.motohiro(a)jp.fujitsu.com> Date: Sun, 1 Aug 2010 17:23:41 +0900 Subject: [PATCH] vmscan: synchronous lumpy reclaim don't call congestion_wait()... 1 Aug 2010 06:12
[PATCH] arch/sparc/mm: Use GFP_KERNEL
From: Julia Lawall <julia(a)diku.dk> GFP_ATOMIC is not needed here, as evidenced by the other two uses of GFP_KERNEL in the same function. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ identifier f; @@ *f(...,GFP_ATOMIC,...) .... when != spin_unlock(..... 1 Aug 2010 06:12
First  |  Prev |  Next  |  Last
Pages: 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278