aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* USB: ftdi_sio: Workaround for broken Matrix Orbital serial portKevin Vance2008-03-042-0/+31
* USB: Add support for AXESSTEL MV110H CDMA modemDaniel Kozák2008-03-041-0/+4
* usb-storage: update earlier scatter-gather bug fixAlan Stern2008-03-041-1/+1
* USB: isp116x: fix enumeration on bootAnti Sullin2008-03-042-10/+6
* USB: ehci: handle large bulk URBs correctly (again)Misha Zhilin2008-03-041-1/+1
* USB: spruce up the device blacklistAlan Stern2008-03-041-9/+12
* USB: fix comment of struct usb_interfaceLei Ming2008-03-041-2/+1
* USB: update Kconfig entry for USB_SUSPENDAlan Stern2008-03-041-4/+5
* usb: Add support for the mos7820/7840-based B&B USB/RS485 converter to mos7840.cDavid Ludlow2008-03-041-1/+14
* x86: a P4 is a P6 not an i486Hugh Dickins2008-03-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-041-1/+1
|\
| * scsi: missing add of padded bytes to io completion byte countJens Axboe2008-03-041-1/+1
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-048-36/+24
|\ \
| * | [PATCH] fs/ocfs2/aops.c: Correct use of ! and &Julia Lawall2008-03-031-1/+1
| * | [2.6 patch] ocfs2: make dlm_do_assert_master() staticAdrian Bunk2008-03-031-3/+3
| * | [2.6 patch] make ocfs2_downconvert_thread() staticAdrian Bunk2008-03-031-1/+1
| * | [2.6 patch] fs/ocfs2/: possible cleanupsAdrian Bunk2008-03-034-22/+15
| * | [PATCH] ocfs2: le*_add_cpu conversionMarcin Slusarz2008-03-032-5/+3
| * | ocfs2: Fix writeout in ocfs2_data_convert_worker()Mark Fasheh2008-03-031-1/+1
| * | ocfs2: Enable localalloc for local mountsSunil Mushran2008-03-031-3/+0
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2008-03-047-2/+1285
|\ \ \ | |_|/ |/| |
| * | ioat: fix 'ack' handling, driver must ensure that 'ack' is zeroDan Williams2008-03-041-0/+2
| * | dmaengine: fix sparse warningDan Williams2008-03-041-1/+1
| * | fsldma: do not cleanup descriptors in hardirq contextDan Williams2008-03-041-1/+0
| * | dmaengine: add driver for Freescale MPC85xx DMA controllerZhang Wei2008-03-045-1/+1283
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-03-045-354/+70
|\ \
| * | sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-045-354/+70
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-03-043-7/+12
|\ \
| * | x86/xen: fix DomU boot problemIan Campbell2008-03-041-1/+2
| * | x86: not set node to cpu_to_node if the node is not onlineYinghai Lu2008-03-041-2/+6
| * | x86, i387: fix ptrace leakage using init_fpu()Suresh Siddha2008-03-041-4/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2008-03-0411-80/+156
|\ \
| * | x86: disable KVM for Voyager and friendsRandy Dunlap2008-03-041-1/+1
| * | KVM: VMX: Avoid rearranging switched guest msrs while they are loadedAvi Kivity2008-03-041-0/+1
| * | KVM: MMU: Fix race when instantiating a shadow pteAvi Kivity2008-03-042-11/+6
| * | KVM: Route irq 0 to vcpu 0 exclusivelyAvi Kivity2008-03-041-0/+8
| * | KVM: Avoid infinite-frequency local apic timerAvi Kivity2008-03-041-0/+4
| * | KVM: make MMU_DEBUG compile againMarcelo Tosatti2008-03-042-2/+2
| * | KVM: move alloc_apic_access_page() outside of non-preemptable regionMarcelo Tosatti2008-03-041-3/+3
| * | KVM: SVM: fix Windows XP 64 bit installation crashJoerg Roedel2008-03-041-0/+22
| * | KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus2008-03-046-40/+75
| * | KVM: emulate access to MSR_IA32_MCG_CTLJoerg Roedel2008-03-031-0/+5
| * | KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity2008-03-032-22/+24
| * | KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properlyPaul Knowles2008-03-031-1/+1
| * | KVM: SVM: set NM intercept when enabling CR0.TS in the guestJoerg Roedel2008-03-031-1/+3
| * | KVM: SVM: Fix lazy FPU switchingJoerg Roedel2008-03-031-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-03-0419-153/+245
|\ \ \
| * | | block: fix blkdev_issue_flush() not detecting and passing EOPNOTSUPP backJens Axboe2008-03-041-2/+7
| * | | block: fix shadowed variable warning in blk-map.cHarvey Harrison2008-03-041-3/+3
| * | | block: remove extern on function definitionHarvey Harrison2008-03-041-1/+1