aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | PM: fix new mutex-locking bug in the PM coreAlan Stern2008-03-041-1/+1
| * | | | PM: Do not acquire device semaphores upfront during suspendRafael J. Wysocki2008-03-043-99/+17
| * | | | kobject: properly initialize ksetsGreg Kroah-Hartman2008-03-041-6/+5
| * | | | sysfs: CONFIG_SYSFS_DEPRECATED fixIngo Molnar2008-03-041-0/+4
| * | | | driver core: fix up Kconfig text for CONFIG_SYSFS_DEPRECATEDGreg Kroah-Hartman2008-03-041-3/+4
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-03-0411-50/+40
|\ \ \ \
| * | | | pci: hotplug: pciehp: fix error code path in hpc_power_off_slotKenji Kaneshige2008-03-041-2/+3
| * | | | PCI: Add DECLARE_PCI_DEVICE_TABLE macroJonas Bonn2008-03-042-2/+14
| * | | | PCI: fix up error messages for pci_bus registeringGreg Kroah-Hartman2008-03-041-4/+6
| * | | | PCI: fix section mismatch warning in pci_scan_child_busSam Ravnborg2008-03-046-9/+9
| * | | | PCI: consolidate duplicated MSI enable functionsBjorn Helgaas2008-03-041-30/+6
| * | | | PCI: use dev_printk in quirk messagesBjorn Helgaas2008-03-041-3/+2
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-03-0414-68/+129
|\ \ \ \
| * | | | USB: ftdi_sio - really enable EM1010PCSven Andersen2008-03-041-0/+1
| * | | | USB: remove incorrect struct class_device from the printer gadgetTony Jones2008-03-041-1/+0
| * | | | USB: pxa2xx_udc: fix misuse of clock enable/disable callsDmitry Baryshkov2008-03-042-39/+53
| * | | | 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
| |/ / /
* | | | kprobes: fix a null pointer bug in register_kretprobe()Masami Hiramatsu2008-03-041-17/+26
* | | | input: add I2C to config since the driver makes several i2c*() callsRandy Dunlap2008-03-041-3/+3
* | | | ext3: fix mount option parsingJosef Bacik2008-03-041-1/+1
* | | | hugetlb: fix pool shrinking while in restricted cpusetNishanth Aravamudan2008-03-041-4/+22
* | | | hugetlb: close a difficult to trigger reservation raceAdam Litke2008-03-041-4/+13
* | | | md: the md RAID10 resync thread could cause a md RAID10 array deadlockK.Tanaka2008-03-041-0/+2
* | | | md: fix possible raid1/raid10 deadlock on read error during resyncNeilBrown2008-03-042-4/+18
* | | | md: don't attempt read-balancing for raid10 'far' layoutsKeld Simonsen2008-03-041-3/+9
* | | | md: lock access to rdev attributes properlyNeilBrown2008-03-041-9/+26
* | | | md: make sure a reshape is started when device switches to read-writeNeilBrown2008-03-041-0/+1
* | | | md: clean up irregularity with raid autodetectNeilBrown2008-03-042-1/+4
* | | | md: guard against possible bad array geometry in v1 metadataNeilBrown2008-03-041-2/+6
* | | | md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown2008-03-042-2/+19
* | | | md: fix deadlock in md/raid1 and md/raid10 when handling a read errorNeilBrown2008-03-042-43/+81
* | | | iommu: parisc: make the IOMMUs respect the segment boundary limitsFUJITA Tomonori2008-03-043-18/+58
* | | | iommu: parisc: pass struct device to iommu_alloc_rangeFUJITA Tomonori2008-03-043-7/+7
* | | | iommu: export iommu_is_span_boundary helper functionFUJITA Tomonori2008-03-042-4/+9
* | | | hisax_fcpcipnp: move request_irq later in probeKyle McMartin2008-03-041-17/+17
* | | | eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow2008-03-041-26/+76
* | | | cris: correct syscall numbers in unistd.h for timerfd_settime and timerfd_get...Jesper Nilsson2008-03-041-3/+3
* | | | cris: correct usage of __user for copy to and from user space in lib/usercopy...Jesper Nilsson2008-03-043-46/+11
* | | | ACPI: thinkpad-acpi: fix hotkey_get_tablet_modeHenrique de Moraes Holschuh2008-03-041-1/+2
* | | | fs/reiserfs/super.c: correct use of ! and &Julia Lawall2008-03-041-1/+1
* | | | drivers/serial/m32r_sio.c: correct use of ! and &Julia Lawall2008-03-041-1/+1
* | | | drivers/isdn: correct use of ! and &Julia Lawall2008-03-042-4/+5