login
Header Space

 
 

Mailing list archives

Search results

Found 178 matching messages (0.030 seconds). Page 1 of 9.

[PATCH 33/54] driver core: remove fields from struct bus_type

... ) /* * 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

[patch 33/37] PNP: remove PNP_MAX_* uses

... /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

[PATCH] [33/35] x86_64: Remove duplicated code for reading control registers

... 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

[patch 33/47] kernel: Shutdown Actions Interface

... 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

[patch 33/41] cpu alloc: Remove slub fields

... -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

[PATCH 33/33] KVM: MMU: add audit code to check mappings, etc are correct

Signed-off-by: Avi Kivity Index: linux-2.6/drivers/kvm/mmu.c =================================================================== --- linux-2.6.orig/drivers/kvm/mmu.c +++ linux-2.6/drivers/kvm/mmu.c @@ -26,8 +26,31 @@ #include "

linux-kernel - Avi Kivity - Jan 4 2007 - 12:22

[PATCH 33/59] sysctl: s390 move sysctl definitions to sysctl.h

... */ + 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

Re: [PATCH 33/59] sysctl: s390 move sysctl definitions to sysctl.h

... 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

[PATCH 33 of 33] IB/ipath - fix drift between WCs in user and kernel space

# HG changeset patch # User Robert Walsh # Date 1173994466 25200 # Node ID e61b0123190cfbc01cc34d1c648d1752a89f8f3d # Parent c3b5b279bc90e5758da2ac382cbff4ee0245e84b IB/ipath - fix drift between WCs in user and kernel space ...

linux-kernel - Bryan O'Sullivan - Mar 15 2007 - 17:45

Re: [PATCH 33 of 33] IB/ipath - fix drift between WCs in user and kernel space

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

[patch 33/33] Revert "adjust legacy IDE resource setting (v2)"

-stable review patch. If anyone has any objections, please let us know. ------------------ From: Bartlomiej Zolnierkiewicz Revert "adjust legacy IDE resource setting (v2)" This reverts commit ...

linux-kernel - Greg KH - Apr 26 2007 - 12:57

[patch 33/33] Convert non-highmem kmap_atomic() to static inline function

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

[patch 33/33] xen: Attempt to patch inline versions of common operations

... 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

[PATCH 33/33] IDE: sg chaining support

Cc: bzolnier@gmail.com Signed-off-by: Jens Axboe --- drivers/ide/cris/ide-cris.c | 3 ++- drivers/ide/ide-dma.c | 2 +- drivers/ide/ide-io.c | 3 ++- drivers/ide/ide-probe.c | 2 +-

linux-kernel - Jens Axboe - Jul 16 2007 - 05:47

[PATCH 33/33] xtensa: use DATA_DATA in xtensa

From: Mathieu Desnoyers * Sam Ravnborg (sam@ravnborg.org) wrote: > From your patch it looks like I originally missed out > powerpc + xtensa when introducing DATA_DATA - would be nice if > you could fix that. > > Sam ...

linux-kernel - Sam Ravnborg - Jul 17 2007 - 10:09

Re: [PATCH 33/33] IDE: sg chaining support

On Monday 16 July 2007, Jens Axboe wrote: > Cc: bzolnier@gmail.com > Signed-off-by: Jens Axboe Acked-by: Bartlomiej Zolnierkiewicz - To unsubscribe from this list: send the line "unsubscribe linux-kernel

linux-kernel - Bartlomiej Zolnierkiewicz - Jul 18 2007 - 16:56

Re: [PATCH 33/33] IDE: sg chaining support

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 > > Acked-by: Bartlomiej Zolnierkiewicz (for

linux-kernel - Jens Axboe - Jul 19 2007 - 02:19

[PATCH 33/33] memory-controller-make-charging-gfp-mask-aware

... 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

[linux-usb-devel] [PATCH 33/40] USB: amd5536udc - remove set_mwi() compiler warning

From: David Brownell Get rid of pointless pci_set_mwi() compiler warning. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- drivers/usb/gadget/amd5536udc.

linux-usb-devel - Greg Kroah-Hartman - Oct 25 2007 - 16:14

[PATCH 33/33] nfs: do not warn on radix tree node allocation failures

GFP_ATOMIC failures are rather common, no not warn about them. Signed-off-by: Peter Zijlstra --- fs/nfs/inode.c | 2 +- fs/nfs/write.c | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) Index: linux-

linux-kernel - Peter Zijlstra - Oct 30 2007 - 12:04

speck-geostationary