Age | Commit message (Expand) | Author |
2008-04-19 | memstick: convert struct class_device to struct device | Greg Kroah-Hartman |
2008-04-19 | driver core: replace remaining __FUNCTION__ occurrences | Harvey Harrison |
2008-04-19 | PM: Remove destroy_suspended_device() | Rafael J. Wysocki |
2008-04-19 | Firmware: add iSCSI iBFT Support | Konrad Rzeszutek |
2008-04-19 | Driver core: make device_is_registered() work for class devices | Greg Kroah-Hartman |
2008-04-19 | PM: Make wakeup flags available whenever CONFIG_PM is set | Alan Stern |
2008-04-19 | PM: Fix misuse of wakeup flag accessors in serial core | Alan Stern |
2008-04-19 | Driver core: Call device_pm_add() after bus_add_device() in device_add() | Rafael J. Wysocki |
2008-04-19 | PM: Handle device registrations during suspend/resume | Rafael J. Wysocki |
2008-04-19 | sysdev: detect multiple driver registrations | Ben Dooks |
2008-04-19 | driver core: cpu: fix section mismatch in cpu.c:store_online | Sam Ravnborg |
2008-04-19 | power_state: remove it from driver core | Pavel Machek |
2008-04-19 | driver core: register_memory/unregister_memory clean ups and bugfix | Badari Pulavarty |
2008-04-19 | driver core: memory: semaphore to mutex | Daniel Walker |
2008-04-19 | UIO: hold a reference to the device's owner while the device is open | Uwe Kleine-König |
2008-04-19 | UIO: Implement a UIO interface for the SMX Cryptengine | Ben Nizette |
2008-04-19 | UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.c | Hans-Jürgen Koch |
2008-04-19 | uio: mark pci_device_id hilscher_pci_ids[] __devinitdata | Denis Cheng |
2008-04-19 | uio: Kconfig improvements | Denis Cheng |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 | Linus Torvalds |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds |
2008-04-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee... | Linus Torvalds |
2008-04-18 | libata: fix boot panic with SATAPI devices on non-SFF HBAs | James Bottomley |
2008-04-18 | [SCSI] iscsi: bidi support for iscsi_tcp | Boaz Harrosh |
2008-04-18 | [SCSI] iscsi: bidi support at the generic libiscsi level | Boaz Harrosh |
2008-04-18 | [SCSI] iscsi: extended cdb support | Boaz Harrosh |
2008-04-18 | [SCSI] zfcp: Fix error handling for blocked unit for send FCP command | Christof Schmitt |
2008-04-18 | [SCSI] zfcp: Remove zfcp_erp_wait from slave destory handler to fix deadlock | Christof Schmitt |
2008-04-18 | [SCSI] zfcp: fix 31 bit compile warnings | Martin Peschke |
2008-04-18 | firewire: cleanups | Adrian Bunk |
2008-04-18 | firewire: fix synchronization of gap counts | Stefan Richter |
2008-04-18 | firewire: wait until PHY configuration packet was transmitted (fix bus reset ... | Stefan Richter |
2008-04-18 | firewire: remove unused struct member | Stefan Richter |
2008-04-18 | firewire: use bitwise and to get reg in handle_registers | Jarod Wilson |
2008-04-18 | firewire: replace more hex values with defined csr constants | Jarod Wilson |
2008-04-18 | firewire: reread config ROM when device reset the bus | Stefan Richter |
2008-04-18 | firewire: replace static ROM cache by allocated cache | Stefan Richter |
2008-04-18 | firewire: fw-ohci: work around generation bug in TI controllers (fix AV/C and... | Stefan Richter |
2008-04-18 | firewire: fw-ohci: extend logging of bus generations and node ID | Stefan Richter |
2008-04-18 | firewire: fw-ohci: conditionally log busReset interrupts | Stefan Richter |
2008-04-18 | firewire: fw-ohci: don't append to AT context when it's not active | Jarod Wilson |
2008-04-18 | firewire: fw-ohci: log regAccessFail events | Jarod Wilson |
2008-04-18 | firewire: fw-ohci: make sure HCControl register LPS bit is set | Jarod Wilson |
2008-04-18 | firewire: fw-ohci: missing PPC PMac feature calls in failure path | Stefan Richter |
2008-04-18 | firewire: fw-ohci: untangle a mixed unsigned/signed expression | Stefan Richter |
2008-04-18 | firewire: debug interrupt events | Stefan Richter |
2008-04-18 | firewire: fw-ohci: catch self_id_count == 0 | Stefan Richter |
2008-04-18 | firewire: fw-ohci: add self ID error check | Stefan Richter |
2008-04-18 | firewire: fw-ohci: refactor probe, remove, suspend, resume | Stefan Richter |
2008-04-18 | firewire: fw-ohci: switch on bus power after resume on PPC PMac | Stefan Richter |