summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | [POWERPC] hvcbeat: Fix buffer manipulationIshizaki Kou2008-04-171-2/+2
| * | Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/olof...Paul Mackerras2008-04-171-2/+33
| |\ \
| | * | pasemi_mac: Netpoll supportNate Case2008-04-071-0/+23
| | * | pasemi_mac: Jumbo frame bugfixesOlof Johansson2008-04-071-2/+10
| * | | Merge branch 'linux-2.6'Paul Mackerras2008-04-14302-1721/+2456
| |\ \ \ | | |/ / | |/| |
| * | | [POWERPC] Add of_device_is_available functionJosh Boyer2008-04-071-0/+26
| * | | [POWERPC] of_serial: Fix possible null dereference.Stephen Neuendorffer2008-04-021-1/+3
| * | | [POWERPC] Use FIELD_SIZEOF in drivers/block/viodasd.cJulia Lawall2008-04-011-1/+1
| * | | [POWERPC] PS3: Gelic network driver Wake-on-LAN supportMasakazu Mokuno2008-04-012-0/+101
| * | | [POWERPC] PS3: Sys-manager Wake-on-LAN supportGeoff Levand2008-04-011-2/+44
| * | | [POWERPC] PS3: Save power in busy loops on haltGeert Uytterhoeven2008-04-012-16/+30
| * | | [POWERPC] Xilinx: hwicap: Use fixed device major.Stephen Neuendorffer2008-03-261-29/+14
| * | | [POWERPC] Xilinx: hwicap: Verify sync before reading idcode.Stephen Neuendorffer2008-03-261-0/+18
| * | | [POWERPC] Xilinx: hwicap: Refactor status handling code.Stephen Neuendorffer2008-03-266-27/+58
| * | | Merge branch 'linux-2.6'Paul Mackerras2008-03-26204-2690/+3326
| |\ \ \
| * \ \ \ Merge branch 'linux-2.6'Paul Mackerras2008-03-13294-4020/+9882
| |\ \ \ \
| * | | | | pasemi_mac: basic ethtool supportOlof Johansson2008-03-054-19/+189
| * | | | | pasemi_mac: Enable GSO by defaultOlof Johansson2008-03-051-1/+1
| * | | | | pasemi_mac: jumbo frame supportOlof Johansson2008-03-052-34/+275
| * | | | | pasemi_mac: Move RX/TX section enablement to dma_libOlof Johansson2008-03-051-6/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-2186-2071/+3497
|\ \ \ \ \ \
| * | | | | | SCSI: convert struct class_device to struct deviceTony Jones2008-04-1942-1449/+1701
| * | | | | | DRM: remove unused dev_classGreg Kroah-Hartman2008-04-191-1/+0
| * | | | | | IB: rename "dev" to "srp_dev" in srp_host structureGreg Kroah-Hartman2008-04-192-24/+27
| * | | | | | IB: convert struct class_device to struct deviceTony Jones2008-04-1914-318/+351
| * | | | | | memstick: convert struct class_device to struct deviceGreg Kroah-Hartman2008-04-193-27/+26
| * | | | | | driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-197-36/+36
| * | | | | | PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-197-99/+17
| * | | | | | Firmware: add iSCSI iBFT SupportKonrad Rzeszutek2008-04-194-0/+1088
| * | | | | | Driver core: make device_is_registered() work for class devicesGreg Kroah-Hartman2008-04-191-7/+2
| * | | | | | PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern2008-04-192-2/+2
| * | | | | | PM: Fix misuse of wakeup flag accessors in serial coreAlan Stern2008-04-191-1/+1
| * | | | | | Driver core: Call device_pm_add() after bus_add_device() in device_add()Rafael J. Wysocki2008-04-192-11/+8
| * | | | | | PM: Handle device registrations during suspend/resumeRafael J. Wysocki2008-04-193-52/+34
| * | | | | | sysdev: detect multiple driver registrationsBen Dooks2008-04-191-0/+16
| * | | | | | driver core: cpu: fix section mismatch in cpu.c:store_onlineSam Ravnborg2008-04-191-2/+2
| * | | | | | power_state: remove it from driver corePavel Machek2008-04-191-5/+0
| * | | | | | driver core: register_memory/unregister_memory clean ups and bugfixBadari Pulavarty2008-04-191-15/+7
| * | | | | | driver core: memory: semaphore to mutexDaniel Walker2008-04-191-3/+4
| * | | | | | UIO: hold a reference to the device's owner while the device is openUwe Kleine-König2008-04-191-15/+21
| * | | | | | UIO: Implement a UIO interface for the SMX CryptengineBen Nizette2008-04-193-0/+154
| * | | | | | UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.cHans-Jürgen Koch2008-04-191-4/+0
| * | | | | | uio: mark pci_device_id hilscher_pci_ids[] __devinitdataDenis Cheng2008-04-191-1/+1
| * | | | | | uio: Kconfig improvementsDenis Cheng2008-04-191-5/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2008-04-219-141/+98
|\ \ \ \ \ \
| * | | | | | hci_usb: remove code obfuscationPavel Machek2008-04-192-10/+5
| * | | | | | drivers/net/appletalk: use time_before, time_before_eq, etcJulia Lawall2008-04-191-1/+2
| * | | | | | drivers/atm: use time_before, time_before_eq, etcJulia Lawall2008-04-191-3/+4
| * | | | | | hci_usb: do not initialize static variables to 0Pavel Machek2008-04-191-7/+7
| * | | | | | tg3: 5701 DMA corruption fixMatt Carlson2008-04-192-4/+49
OpenPOWER on IntegriCloud