login
Header Space

 
 

Mailing list archives

Search results

Found 162 matching messages (0.038 seconds). Page 1 of 9.

[patch 35/41] Support for CPU ops

... h 2008-05-29 19:35:11.000000000 -0700 @@ -19,7 ... c 2008-05-29 19:35:09.000000000 -0700 +++ linux-2 ... h 2008-05-29 19:35:10.000000000 -0700 +++ linux-2 ... Kconfig 2008-05-29 19:35:09.000000000 -0700 +++ linux-2 ... Kconfig 2008-05-29 19:35:11.000000000 -0700 @@ -92,6 ...

linux-kernel - Christoph Lameter - May 29 2008 - 23:56

[PATCH 35/40] From: Mike Christie <mchristi@redhat.com>

This patch has iscsi_tcp implement a ep_connect callback. We only do ... felt a little creepy. This patch also fixes a bug where ... I converted iser in this patch. Signed-off-by: Mike Christie ... 58:45.000000000 +0100 @@ -35,6 +35,8 @@ #include

linux-kernel - Peter Zijlstra - May 4 2007 - 06:27

Re: [PATCH] [35/50] i386: Do cpuid_device_create() in CPU_UP_PREPARE instead of CPU_ONLINE.

... ) > > > > __cpuinit please > > > > Yes. This eliminates earlier patch in this series. > ([22/50] i386: Misc cpuinit annotation) No, it's even worse: #22 is applied before #35. #35 is reverting the __cpuinit anotation of #22 with its ...

linux-kernel - Thomas Gleixner - Sep 23 2007 - 03:52

Re: [PATCH 35/35] Unionfs: Extended Attributes support

On Dec 8 2006 00:35, Josef Sipek wrote: >> >> >--- a/fs/unionfs/copyup.c >> >+++ b/fs/unionfs/copyup.c >> >@@ -18,6 +18,75 @@ >> > >> > #include "union.h" >> > >> >+#ifdef CONFIG_UNION_FS_XATTR >> >> ^^ this, do you?. > >Beware, copyup ...

linux-fsdevel - Jan Engelhardt - Dec 8 2006 - 06:53

[PATCH 35/54] Driver Core: switch all dynamic ksets to kobj_sysfs_ops

... Greg Kroah-Hartman --- fs/ecryptfs/main.c | 10 ++++++---- kernel/ksysfs.c | 35 +++++++++++++++++++++-------------- kernel/power/disk.c | 18 ++++++++++++------ kernel/power/main.c | 12 ++++++++---- kernel/power/ ...

linux-kernel - Greg Kroah-Hartman - Nov 2 2007 - 19:59

[patch 35/47] cciss: add new hardware support

-stable review patch. If anyone has any objections, please let us know. ... Jun 2008 15:21:34 -0700 Subject: [patch 35/47] cciss: add new hardware support Add support for the ... to reflect the new hardware support from patch 1 of this set. Signed-off- ...

linux-kernel - Greg KH - Jun 13 2008 - 20:11

[PATCH] [35/35] i386: Simplify smp_call_function*() by using common implementation

From: Jeremy Fitzhardinge Subject: Simplify smp_call_function*() by using common implementation smp_call_function and ... are almost complete duplicates of the same logic. This patch combines them by implementing them in terms of the ...

linux-kernel - Andi Kleen - Apr 28 2007 - 13:53

[PATCH 35/35] Unionfs: Extended Attributes support

From: Josef "Jeff" Sipek Extended attribute support. Signed-off-by: Josef "Jeff" Sipek Signed-off-by: David Quigley Signed-off-by: Erez Zadok --- fs/

linux-fsdevel - Josef 'Jeff' Sipek - Dec 4 2006 - 08:31

Re: [PATCH 35/35] Unionfs: Extended Attributes support

On Dec 4 2006 07:31, Josef 'Jeff' Sipek wrote: If the makefile contains >--- a/fs/unionfs/Makefile >+++ b/fs/unionfs/Makefile >@@ -3,3 +3,5 @@ obj-$(CONFIG_UNION_FS) += unionfs.o > unionfs-y := subr.o dentry.o file.o inode.o main.o super.o \ >

linux-fsdevel - Jan Engelhardt - Dec 7 2006 - 07:04

Re: [PATCH 35/35] Unionfs: Extended Attributes support

On Thu, Dec 07, 2006 at 12:04:43PM +0100, Jan Engelhardt wrote: > > On Dec 4 2006 07:31, Josef 'Jeff' Sipek wrote: > > If the makefile contains > > >--- a/fs/unionfs/Makefile > >+++ b/fs/unionfs/Makefile > >@@ -3,3 +3,5 @@ obj-$(CONFIG_UNION_FS

linux-fsdevel - Josef Sipek - Dec 8 2006 - 01:35

[patch 35/44] ecryptfs convert to new aops

... (page, KM_USER0); memset((page_virt + end_byte_in_page), 0, (PAGE_CACHE_SIZE - end_byte_in_page)); @@ -380,16 +357,35 @@ out: return 0; } -static int ecryptfs_prepare_write(struct file *file, struct page *page, - unsigned from, ...

linux-fsdevel - Nick Piggin - Apr 23 2007 - 21:24

[PATCH 35/35] usb: add PRODUCT, TYPE to usb-interface events

From: Kay Sievers This fixes a regression for userspace programs that were relying on these events. Signed-off-by: Kay Sievers Cc: Andreas Jellinghaus Cc: stable

linux-usb-devel - Greg Kroah-Hartman - Aug 22 2007 - 18:15

[linux-usb-devel] [PATCH 35/40] USB: usb_serial_resume bug fix

From: Sarah Sharp Avoid potential null pointer dereference. Signed-off-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/usb-serial.c | 4 +++- 1

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

[PATCH 35/35] W1: ds2490.c optimize ds_set_pullup

... noise level than this data set might imply. USBMon puts it between 2ms and 3ms for a control transfer. This patch would save two to three times that. 750ms request real 0m1.002s 900ms request, update duration real 0m0.994s ...

linux-kernel - David Fries - Mar 28 2008 - 08:28

[PATCH 35/45] NFS: Define and create inode-level cache objects [ver #35]

Define and create inode-level cache data storage objects (as managed by nfs_inode structs). Each inode-level object is created in a superblock-level index object and is itself a data storage object into which pages from the inode are stored. The

linux-fsdevel - David Howells - Mar 28 2008 - 10:33

[PATCH 35/45] NFS: Define and create inode-level cache objects [ver #35]

Define and create inode-level cache data storage objects (as managed by nfs_inode structs). Each inode-level object is created in a superblock-level index object and is itself a data storage object into which pages from the inode are stored. The

linux-kernel - David Howells - Mar 28 2008 - 10:33

[PATCH 35/35] KVM: x86: hardware task switching support

From: Izik Eidus This emulates the x86 hardware task switch mechanism in software, as it is unsupported by either vmx or svm. It allows operating systems which use it, like freedos, to run as kvm guests. Signed-off-by: Izik

linux-kernel - Avi Kivity - Apr 3 2008 - 15:32

[PATCH 35/36] DRM: remove unused dev_class

The struct class_device *dev_class is not used in the struct drm_head structure at all, so remove it as class_device is being removed entirely from the kernel. Cc: David Airlie Cc: Tony Jones Cc: Kay Sievers <

linux-kernel - Greg Kroah-Hartman - Apr 20 2008 - 06:46

[PATCH 35/37] Input: bf54x-keys - add infrastructure for keypad wakeups

... @kernel.org> Signed-off-by: Dmitry Torokhov --- drivers/input/keyboard/bf54x-keys.c | 35 ++++++++++++++++++++++++++++++++--- 1 files changed, 32 insertions(+), 3 deletions(-) diff --git a/drivers/input/keyboard/bf54x-keys.c b/ ...

linux-kernel - Michael Hennerich - Apr 18 2008 - 00:25

Re: [patch 35/41] Support for CPU ops

On Thu, 29 May 2008 20:56:55 -0700 Christoph Lameter wrote: > Subject: [patch 35/41] Support for CPU ops Should be called "ia64: support for CPU ops", please. -- To unsubscribe from this list: send the line ...

linux-kernel - Andrew Morton - May 30 2008 - 00:58

speck-geostationary