summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] USB console: fix disconnection issuesGuennadi Liakhovetski2006-06-223-7/+29
* [PATCH] USB: console: prevent ENODEV on nodePaul Fulghum2006-06-221-5/+5
* [PATCH] USB: console: fix oopsGuennadi Liakhovetski2006-06-221-5/+5
* [PATCH] USB: console: fix cr/lf issuesPaul Fulghum2006-06-221-9/+30
* [PATCH] USB: allow multiple types of EHCI controllers to be built as modulesKumar Gala2006-06-226-116/+78Star
* [PATCH] USB: sisusbvga: possible cleanupsAdrian Bunk2006-06-225-72/+28Star
* [PATCH] USB: convert the semaphores in the sisusb driver to mutexesArjan van de Ven2006-06-223-105/+107
* [PATCH] USB: added support for ASIX 88178 chipset USB Gigabit Ethernet adaptorEduard Warkentin2006-06-221-0/+4
* [PATCH] USB: usbnet, zaurus mtu fixupDavid Brownell2006-06-221-6/+11
* [PATCH] USB: cdc-acm: add a new special case for modems with buggy firmwareOliver Neukum2006-06-222-39/+59
* [PATCH] USB: add YEALINK phones to the HID_QUIRK_IGNORE blacklistHenk Vergonet2006-06-221-0/+3
* [PATCH] USB: EHCI works again on NVidia controllers with >2GB RAMPaul Serice2006-06-221-15/+24
* [PATCH] Driver model: add ISA busRene Herman2006-06-213-0/+209
* [PATCH] Driver Core: Make dev_info and friends print the bus name if there is...Alan Stern2006-06-212-1/+18
* [PATCH] Driver core: add proper symlinks for devicesGreg Kroah-Hartman2006-06-211-0/+11
* [PATCH] Driver core: add generic "subsystem" link to all devicesKay Sievers2006-06-215-7/+17
* [PATCH] Driver core: allow struct device to have a dev_tGreg Kroah-Hartman2006-06-213-1/+176
* [PATCH] Driver core: change make_class_name() to take kobjectsGreg Kroah-Hartman2006-06-212-14/+18
* [PATCH] firmware_class: s/semaphores/mutexesLaura Garcia2006-06-211-11/+11
* [PATCH] Driver core: PM_DEBUG device suspend() messages become informativeDavid Brownell2006-06-211-1/+16
* [PATCH] remove duplication from Documentation/power/devices.txtDavid Brownell2006-06-211-90/+0Star
* [PATCH] Driver Core: Add /sys/hypervisor when neededMichael Holzheu2006-06-216-0/+32
* [PATCH] Driver Core: Fix platform_device_add to use device_addRussell King2006-06-211-1/+1
* [PATCH] Driver Core: Allow sysdev_class have attributesShaohua Li2006-06-212-2/+67
* [PATCH] Driver Core: remove unused exportsGreg Kroah-Hartman2006-06-215-26/+4Star
* [PATCH] platform_bus learns about modaliasDavid Brownell2006-06-211-0/+33
* [PATCH] Driver Core: CONFIG_DEBUG_PM covers drivers/base/power tooDavid Brownell2006-06-211-0/+3
* [PATCH] Driver core: class_device_add needs error checksStephen Hemminger2006-06-211-18/+54
* [PATCH] i4l gigaset: move sysfs entry to tty class deviceHansjoerg Lipp2006-06-215-18/+34
* [PATCH] TTY: return class device pointer from tty_register_device()Hansjoerg Lipp2006-06-212-5/+10
* [PATCH] Driver core: bus device event delayKay Sievers2006-06-213-5/+21
* [PATCH] CCISS: add device symlink to the block cciss block devices in sysfsGreg Kroah-Hartman2006-06-211-0/+1
* [PATCH] Add kernel<->userspace ABI stability documentationGreg Kroah-Hartman2006-06-216-0/+171
* [PATCH] kobject: make people pay attention to kobject_add errorsGreg Kroah-Hartman2006-06-211-3/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-2115-661/+1091
|\
| * [PATCH] PCI Hotplug: Fix recovery path from errors during pcie_init()Jan Beulich2006-06-191-5/+20
| * [PATCH] PCI Hotplug: fake NULL pointer dereferences in IBM Hot Plug Controlle...Eric Sesterhenn2006-06-191-6/+6
| * [PATCH] shpchp: Cleanup improper info messagesKenji Kaneshige2006-06-192-19/+19
| * [PATCH] shpchp: Remove Unused hpc_evelnt_lockKenji Kaneshige2006-06-191-8/+0Star
| * [PATCH] shpchp: Cleanup interrupt polling timerKenji Kaneshige2006-06-191-33/+26Star
| * [PATCH] shpchp: Cleanup SHPC commandsKenji Kaneshige2006-06-191-50/+48Star
| * [PATCH] shpchp: Cleanup interrupt handlerKenji Kaneshige2006-06-191-68/+57Star
| * [PATCH] shpchp: Remove unnecessary hpc_ctlr_handle checkKenji Kaneshige2006-06-191-181/+16Star
| * [PATCH] pciehp: Implement get_address callbackKenji Kaneshige2006-06-191-0/+14
| * [PATCH] pciehp: Add missing pci_dev_putKenji Kaneshige2006-06-191-0/+2
| * [PATCH] pciehp: Replace pci_find_slot() with pci_get_slot()Kenji Kaneshige2006-06-191-2/+7
| * [PATCH] SGI Hotplug: Incorrect power statusMike Habeck2006-06-191-1/+3
| * [PATCH] shpchp: Create shpchpd at controller probe timeKenji Kaneshige2006-06-192-8/+19
| * [PATCH] shpchp: Mask Global SERR and Intr at controller release timeKenji Kaneshige2006-06-191-1/+10
| * [PATCH] SHPC: Fix SHPC Contoller SERR-INT Register bits accessKenji Kaneshige2006-06-191-5/+20