summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-1915-319/+352
* memstick: convert struct class_device to struct deviceGreg Kroah-Hartman2008-04-194-28/+27
* driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-197-36/+36
* sysfs: refill attribute buffer when reading from offset 0Dan Williams2008-04-192-5/+9
* PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-1913-146/+22
* Firmware: add iSCSI iBFT SupportKonrad Rzeszutek2008-04-198-0/+1168
* PM: Remove legacy PM (fix)Randy Dunlap2008-04-191-5/+0
* Kobject: Replace list_for_each() with list_for_each_entry().Robert P. J. Day2008-04-191-8/+2
* SYSFS: Explicitly include required header file slab.h.Robert P. J. Day2008-04-192-0/+2
* Driver core: make device_is_registered() work for class devicesGreg Kroah-Hartman2008-04-192-9/+3
* PM: Convert wakeup flag accessors to inline functionsAlan Stern2008-04-193-45/+94
* PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern2008-04-193-17/+23
* 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-195-52/+40
* block: send disk "change" event for rescan_partitions()Kay Sievers2008-04-191-0/+4
* 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
* PNP: add all PNP card device id's as individual aliasesKay Sievers2008-04-191-13/+44
* firmware: clean up samples for coding style issuesGreg Kroah-Hartman2008-04-192-38/+40
* firmware: move firmware_class from Documentation/ to samples/Randy Dunlap2008-04-192-6/+6
* sysfs: small header file cleanup for SYSFS=nDavid Rientjes2008-04-191-7/+2
* driver core: Convert debug functions declared inline __attribute__((format (p...Joe Perches2008-04-192-14/+7
* driver core: register_memory/unregister_memory clean ups and bugfixBadari Pulavarty2008-04-191-15/+7
* driver core: memory: semaphore to mutexDaniel Walker2008-04-193-7/+7
* 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-194-0/+159
* UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.cHans-Jürgen Koch2008-04-191-4/+0
* UIO: arch/arm/Kconfig: Make UIO available on ARM architectureHans-Jürgen Koch2008-04-191-0/+2
* uio: mark pci_device_id hilscher_pci_ids[] __devinitdataDenis Cheng2008-04-191-1/+1
* uio: Kconfig improvementsDenis Cheng2008-04-191-5/+5
* kobject: catch kobjects that are not initializedGreg Kroah-Hartman2008-04-191-1/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-04-1818-335/+503
|\
| * security: fix up documentation for security_module_enableJames Morris2008-04-191-1/+1
| * Security: Introduce security= boot parameterAhmed S. Darwish2008-04-198-4/+83
| * Audit: Final renamings and cleanupAhmed S. Darwish2008-04-194-28/+93
| * SELinux: use new audit hooks, remove redundant exportsAhmed S. Darwish2008-04-195-108/+71
| * Audit: internally use the new LSM audit hooksAhmed S. Darwish2008-04-193-55/+22
| * LSM/Audit: Introduce generic Audit LSM hooksAhmed S. Darwish2008-04-193-1/+127
| * SELinux: remove redundant exportsAhmed S. Darwish2008-04-192-104/+0
| * Netlink: Use generic LSM hookAhmed S. Darwish2008-04-191-2/+1
| * Audit: use new LSM hooks instead of SELinux exportsAhmed S. Darwish2008-04-193-37/+43
| * SELinux: setup new inode/ipc getsecid hooksAhmed S. Darwish2008-04-191-2/+17
| * LSM: Introduce inode_getsecid and ipc_getsecid hooksAhmed S. Darwish2008-04-193-2/+54
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds2008-04-18944-119960/+82686
|\ \ | |/ |/|
| * [NET]: Fix and allocate less memory for ->priv'less netdevicesAlexey Dobriyan2008-04-181-6/+9
| * [IPV6]: Fix dangling references on error in fib6_add().David S. Miller2008-04-181-0/+4