Found 178 matching messages (0.030 seconds). Page 1 of 9.
... ) /* * sysfs bindings for drivers @@ -33,13 +33,17 @@ static int __must_check bus_rescan_devices_helper(struct device *dev ... subsys); + kfree(bus->p); out: return retval; } @@ -918,33 +933,34 @@ void bus_unregister(struct bus_type * bus) ...
linux-kernel - Greg Kroah-Hartman - Nov 2 2007 - 19:59
... /pnp/interface.c 2008-03-31 17:14:33.000000000 -0600 +++ work7/drivers/pnp/interface.c 2008- ... pnp/quirks.c 2008-03-31 17:14:33.000000000 -0600 +++ work7/drivers/pnp/quirks.c 2008 ... /system.c 2008-03-31 17:14:33.000000000 -0600 +++ work7/drivers/pnp/system.c ...
linux-kernel - Bjorn Helgaas - Apr 1 2008 - 11:17
... Mar 13, 2007 at 05:33:09AM -0700, Randy.Dunlap wrote: ... system.h for consistency. > > missing patch..... > thanks. Attached now -- Glauber de ... include/asm-x86_64/tlbflush.h | 33 +++++---------------------------- 2 files changed, 11 insertions ...
linux-kernel - Andi Kleen - Apr 28 2007 - 13:52
... power off or a kernel panic. This patch combines both functionalities and allows to specify ... sys_##_prefix##_##_name##_attr = \ @@ -240,33 +247,6 @@ static __init enum ipl_type ... 6/arch/s390/kernel/smp.c @@ -234,33 +234,6 @@ void smp_send_stop(void) } ...
linux-kernel - Martin Schwidefsky - Dec 20 2007 - 11:19
... -0700 +++ linux-2.6/include/linux/slub_def.h 2008-05-28 00:00:33.000000000 -0700 @@ -36,8 +36,6 @@ void **freelist; /* Pointer to ... -0700 +++ linux-2.6/mm/slub.c 2008-05-28 00:00:33.000000000 -0700 @@ -276,13 +276,6 @@ return 1; } -/* - * ...
linux-kernel - Christoph Lameter - May 29 2008 - 23:56
Signed-off-by: Avi Kivity
linux-kernel - Avi Kivity - Jan 4 2007 - 12:22
... */ + CTL_APPLDATA=2120, /* s390 appldata */ }; /* CTL_BUS names: */ @@ -205,6 +207,11 @@ enum VM_PANIC_ON_OOM=33, /* panic at out-of-memory */ VM_VDSO_ENABLED=34, /* map VDSO into new processes? */ VM_MIN_SLAB=35, /* Percent pages ...
linux-kernel - Eric W. Biederman - Jan 16 2007 - 12:39
... can'be unnotied when inserted above. > }; > > /* CTL_BUS names: */ > @@ -205,6 +207,11 @@ enum > VM_PANIC_ON_OOM=33, /* panic at out-of-memory */ > VM_VDSO_ENABLED=34, /* map VDSO into new processes? */ > VM_MIN_SLAB=35, /* Percent ...
linux-kernel - Kirill Korotaev - Jan 17 2007 - 13:23
# HG changeset patch
# User Robert Walsh
linux-kernel - Bryan O'Sullivan - Mar 15 2007 - 17:45
For example this seems like it should go in 2.6.21 -- otherwise userspace verbs are completely broken with ipath, right? It's really my fault for breaking it, but I don't see why we want to release with a bug like that. - R. - To unsubscribe
linux-kernel - Roland Dreier - Mar 19 2007 - 17:23
-stable review patch. If anyone has any objections, please let us know.
------------------
From: Bartlomiej Zolnierkiewicz
linux-kernel - Greg KH - Apr 26 2007 - 12:57
Convert kmap_atomic() in the non-highmem case from a macro to a static
inline function, for better type-checking and the ability to pass void
pointers instead of struct page pointers.
Signed-off-by: Geert Uytterhoeven
linux-kernel - Geert Uytterhoeven - May 1 2007 - 16:33
... adds the mechanism to allow us to patch inline versions of common operations. The ... xen_par .name = "Xen", .banner = xen_banner, - .patch = paravirt_patch_default, + .patch = xen_patch, .memory_setup = xen_memory_setup, .arch_setup = ...
linux-kernel - Jeremy Fitzhardinge - May 22 2007 - 10:10
Cc: bzolnier@gmail.com
Signed-off-by: Jens Axboe
linux-kernel - Jens Axboe - Jul 16 2007 - 05:47
From: Mathieu Desnoyers
linux-kernel - Sam Ravnborg - Jul 17 2007 - 10:09
On Monday 16 July 2007, Jens Axboe wrote:
> Cc: bzolnier@gmail.com
> Signed-off-by: Jens Axboe
linux-kernel - Bartlomiej Zolnierkiewicz - Jul 18 2007 - 16:56
On Wed, Jul 18 2007, Bartlomiej Zolnierkiewicz wrote:
> On Monday 16 July 2007, Jens Axboe wrote:
> > Cc: bzolnier@gmail.com
> > Signed-off-by: Jens Axboe
linux-kernel - Jens Axboe - Jul 19 2007 - 02:19
... addition routines could be called from non GFP_KERNEL contexts. This patch makes the charging routine aware of the gfp context. Charging ... limit, in which case a suitable error is returned. This patch was tested on a Powerpc box. I am still looking ...
linux-kernel - Paul Menage - Sep 17 2007 - 17:03
From: David Brownell
linux-usb-devel - Greg Kroah-Hartman - Oct 25 2007 - 16:14
GFP_ATOMIC failures are rather common, no not warn about them.
Signed-off-by: Peter Zijlstra
linux-kernel - Peter Zijlstra - Oct 30 2007 - 12:04