Found 170 matching messages (0.053 seconds). Page 1 of 9.
... bundles) General Exception (5,32,34,36,38,39) +ENTRY(kvm_general_exception) + KVM_REFLECT(24) ... + .org kvm_ia64_ivt+0x6000 +//////////////////////////////////////////////////////////////////// +// 0x6000 Entry 36 (size 16 bundles) Single Step Trap ( ...
linux-kernel - Avi Kivity - Apr 17 2008 - 05:10
... /sd.c | 78 +++--- drivers/scsi/ses.c | 28 +- drivers/scsi/sg.c | 36 ++-- drivers/scsi/st.c | 82 +++--- include/linux/attribute_container.h | 28 +- include/ ...
linux-kernel - Greg Kroah-Hartman - Apr 20 2008 - 06:46
... index 1b6bde9..fe5674d 100644 --- a/drivers/usb/gadget/f_serial.c +++ b/drivers/usb/gadget/f_serial.c @@ -36,9 +36,7 @@ struct f_gser { u8 data_id; u8 port_num; - struct usb_descriptor_header **fs_function; struct gser_descs fs; - ...
linux-usb - Greg Kroah-Hartman - Aug 13 2008 - 20:44
... command. Removing this check seems harmless otherwise. The patch fixes the issue where the HC is ... dfu/dfu.c 2008-08-12 17:30:36.000000000 +0100 +++ linux-git/drivers/uwb/i1480/ ... -dfu.h 2008-08-12 17:30:36.000000000 +0100 +++ linux-git/drivers/uwb/i1480/ ...
linux-usb - David Vrabel - Aug 14 2008 - 10:13
... kernels 2.6.20-rc4-rt1 and above. Following patch against 20-rc6-rt2 helps. Karsten ... } write_sequnlock(&xtime_lock); + return ticks; } /* @@ -423,32 +424,36 @@ static enum hrtimer_restart tick_sched_t ktime_t now = ktime_get(); ...
linux-kernel - Karsten Wiese - Jan 27 2007 - 22:03
... ll commit on my tree and ask Linus to pull it with the next patch series. I intend also to add one patch to Kconfig, adding a short ---help--- to the newer variables. Cheers, Mauro - To unsubscribe ...
linux-kernel - Mauro Carvalho Chehab - May 2 2007 - 14:03
2.6.25-stable review patch. If anyone has any objections, please ... commit 945185a69daa457c4c5e46e47f4afad7dcea734f upstream Date: Mon, 12 May 2008 14:02:24 -0700 Subject: [patch 36/37] rtc: rtc_time_to_tm: use unsigned arithmetic The input argument to ...
linux-kernel - Greg KH - May 13 2008 - 16:12
-stable review patch. If anyone has any objections, please let us know. ------------------ From: ... : Thu, 12 Jun 2008 15:21:29 -0700 Subject: [patch 36/47] hgafb: resource management fix Release ports which are requested during detection which are ...
linux-kernel - Greg KH - Jun 13 2008 - 20:11
Change Kconfig objects from "menu, config" into "menuconfig" so
that the user can disable the whole feature without having to
enter the menu first.
Signed-off-by: Jan Engelhardt
linux-kernel - Jan Engelhardt - Apr 30 2007 - 08:30
From: Douglas Thompson
linux-kernel - Doug Thompson - Jun 3 2007 - 10:44
... { .statfs = simple_statfs, .drop_inode = sysfs_delete_inode, - .clear_inode = sysfs_clear_inode, }; static struct sysfs_dirent sysfs_root = { @@ -36,11 +33,6 @@ static struct sysfs_dirent sysfs_root = { .s_ino = 1, }; -static void ...
linux-kernel - Greg Kroah-Hartman - Jul 11 2007 - 19:31
From: Oliver Neukum
linux-usb-devel - Greg Kroah-Hartman - Oct 25 2007 - 16:14
From: Kay Sievers
linux-kernel - Greg Kroah-Hartman - Nov 2 2007 - 19:59
2.6.22-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Pavel Emelyanov
linux-kernel - Greg KH - Dec 13 2007 - 02:35
- Rename it to pte_exec() from pte_exec_kernel(). There is nothing
kernel specific in there.
- Move it into the common file because _PAGE_NX is 0 on !PAE and then
pte_exec() will be always evaluate to true.
Signed-off-by: Andi Kleen
linux-kernel - Andi Kleen - Jan 16 2008 - 18:15
... of the usb dev group for all code I have
+ assimilated :-) */
#include linux-kernel - Alan Cox - Jun 20 2008 - 16:02
Signed-off-by: Eduardo Habkost
linux-kernel - Jeremy Fitzhardinge - Jun 25 2008 - 00:19
... :
> Signed-off-by: Eduardo Habkost
linux-kernel - Ingo Molnar - Jun 25 2008 - 04:47
... >> Signed-off-by: Eduardo Habkost
linux-kernel - Jeremy Fitzhardinge - Jun 25 2008 - 07:48
... include/asm-x86/uaccess_32.h | 79 ------------------------------------------ include/asm-x86/uaccess_64.h | 36 ------------------- 3 files changed, 74 insertions(+), 115 deletions(-) diff --git a/include/asm-x86/uaccess.h b/include/asm-x86/ ...
linux-kernel - Glauber Costa - Jun 27 2008 - 17:34