summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds129-2322/+3879
2008-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds12-144/+105
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds33-772/+1329
2008-04-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Linus Torvalds3-33/+48
2008-04-22Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds136-143/+44
2008-04-22Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds376-12018/+34585
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds68-997/+3157
2008-04-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds107-1089/+1549
2008-04-22Merge branch 'ro-bind.b6' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds31-352/+1257
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds44-219/+2858
2008-04-21Fix RCU list iterator use of 'rcu_dereference()'Linus Torvalds1-33/+15
2008-04-21hrtimer: optimize the softirq time optimizationThomas Gleixner1-4/+3
2008-04-21hrtimer: reduce calls to hrtimer_get_softirq_time()Dimitri Sivanich1-32/+32
2008-04-21clockevents: fix typo in tick-broadcast.cGlauber Costa1-1/+1
2008-04-21jiffies: add time_is_after_jiffies and others which compare with jiffiesDave Young1-0/+16
2008-04-20SCSI: convert struct class_device to struct deviceTony Jones55-1510/+1761
2008-04-20DRM: remove unused dev_classGreg Kroah-Hartman1-1/+0
2008-04-20IB: rename "dev" to "srp_dev" in srp_host structureGreg Kroah-Hartman2-24/+27
2008-04-20IB: convert struct class_device to struct deviceTony Jones15-319/+352
2008-04-20memstick: convert struct class_device to struct deviceGreg Kroah-Hartman4-28/+27
2008-04-20driver core: replace remaining __FUNCTION__ occurrencesHarvey Harrison7-36/+36
2008-04-20sysfs: refill attribute buffer when reading from offset 0Dan Williams2-5/+9
2008-04-20PM: Remove destroy_suspended_device()Rafael J. Wysocki13-146/+22
2008-04-20Firmware: add iSCSI iBFT SupportKonrad Rzeszutek8-0/+1168
2008-04-20PM: Remove legacy PM (fix)Randy Dunlap1-5/+0
2008-04-20Kobject: Replace list_for_each() with list_for_each_entry().Robert P. J. Day1-8/+2
2008-04-20SYSFS: Explicitly include required header file slab.h.Robert P. J. Day2-0/+2
2008-04-20Driver core: make device_is_registered() work for class devicesGreg Kroah-Hartman2-9/+3
2008-04-20PM: Convert wakeup flag accessors to inline functionsAlan Stern3-45/+94
2008-04-20PM: Make wakeup flags available whenever CONFIG_PM is setAlan Stern3-17/+23
2008-04-20PM: Fix misuse of wakeup flag accessors in serial coreAlan Stern1-1/+1
2008-04-20Driver core: Call device_pm_add() after bus_add_device() in device_add()Rafael J. Wysocki2-11/+8
2008-04-20PM: Handle device registrations during suspend/resumeRafael J. Wysocki5-52/+40
2008-04-20block: send disk "change" event for rescan_partitions()Kay Sievers1-0/+4
2008-04-20sysdev: detect multiple driver registrationsBen Dooks1-0/+16
2008-04-20driver core: cpu: fix section mismatch in cpu.c:store_onlineSam Ravnborg1-2/+2
2008-04-20power_state: remove it from driver corePavel Machek1-5/+0
2008-04-20PNP: add all PNP card device id's as individual aliasesKay Sievers1-13/+44
2008-04-20firmware: clean up samples for coding style issuesGreg Kroah-Hartman2-38/+40
2008-04-20firmware: move firmware_class from Documentation/ to samples/Randy Dunlap2-6/+6
2008-04-20sysfs: small header file cleanup for SYSFS=nDavid Rientjes1-7/+2
2008-04-20driver core: Convert debug functions declared inline __attribute__((format (p...Joe Perches2-14/+7
2008-04-20driver core: register_memory/unregister_memory clean ups and bugfixBadari Pulavarty1-15/+7
2008-04-20driver core: memory: semaphore to mutexDaniel Walker3-7/+7
2008-04-20UIO: hold a reference to the device's owner while the device is openUwe Kleine-König1-15/+21
2008-04-20UIO: Implement a UIO interface for the SMX CryptengineBen Nizette4-0/+159
2008-04-20UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.cHans-Jürgen Koch1-4/+0
2008-04-20UIO: arch/arm/Kconfig: Make UIO available on ARM architectureHans-Jürgen Koch1-0/+2
2008-04-20uio: mark pci_device_id hilscher_pci_ids[] __devinitdataDenis Cheng1-1/+1
2008-04-20uio: Kconfig improvementsDenis Cheng1-5/+5