Age | Commit message (Expand) | Author | Files | Lines |
2008-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 86 | -2071/+3497 |
2008-04-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | Linus Torvalds | 9 | -141/+98 |
2008-04-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk... | Linus Torvalds | 11 | -90/+586 |
2008-04-21 | Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil... | Linus Torvalds | 62 | -63/+20 |
2008-04-21 | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 27 | -248/+969 |
2008-04-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min... | Linus Torvalds | 8 | -30/+158 |
2008-04-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 6 | -125/+528 |
2008-04-19 | SCSI: convert struct class_device to struct device | Tony Jones | 42 | -1449/+1701 |
2008-04-19 | DRM: remove unused dev_class | Greg Kroah-Hartman | 1 | -1/+0 |
2008-04-19 | IB: rename "dev" to "srp_dev" in srp_host structure | Greg Kroah-Hartman | 2 | -24/+27 |
2008-04-19 | IB: convert struct class_device to struct device | Tony Jones | 14 | -318/+351 |
2008-04-19 | memstick: convert struct class_device to struct device | Greg Kroah-Hartman | 3 | -27/+26 |
2008-04-19 | driver core: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 7 | -36/+36 |
2008-04-19 | PM: Remove destroy_suspended_device() | Rafael J. Wysocki | 7 | -99/+17 |
2008-04-19 | Firmware: add iSCSI iBFT Support | Konrad Rzeszutek | 4 | -0/+1088 |
2008-04-19 | Driver core: make device_is_registered() work for class devices | Greg Kroah-Hartman | 1 | -7/+2 |
2008-04-19 | PM: Make wakeup flags available whenever CONFIG_PM is set | Alan Stern | 2 | -2/+2 |
2008-04-19 | PM: Fix misuse of wakeup flag accessors in serial core | Alan Stern | 1 | -1/+1 |
2008-04-19 | Driver core: Call device_pm_add() after bus_add_device() in device_add() | Rafael J. Wysocki | 2 | -11/+8 |
2008-04-19 | PM: Handle device registrations during suspend/resume | Rafael J. Wysocki | 3 | -52/+34 |
2008-04-19 | sysdev: detect multiple driver registrations | Ben Dooks | 1 | -0/+16 |
2008-04-19 | driver core: cpu: fix section mismatch in cpu.c:store_online | Sam Ravnborg | 1 | -2/+2 |
2008-04-19 | power_state: remove it from driver core | Pavel Machek | 1 | -5/+0 |
2008-04-19 | driver core: register_memory/unregister_memory clean ups and bugfix | Badari Pulavarty | 1 | -15/+7 |
2008-04-19 | driver core: memory: semaphore to mutex | Daniel Walker | 1 | -3/+4 |
2008-04-19 | UIO: hold a reference to the device's owner while the device is open | Uwe Kleine-König | 1 | -15/+21 |
2008-04-19 | UIO: Implement a UIO interface for the SMX Cryptengine | Ben Nizette | 3 | -0/+154 |
2008-04-19 | UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.c | Hans-Jürgen Koch | 1 | -4/+0 |
2008-04-19 | uio: mark pci_device_id hilscher_pci_ids[] __devinitdata | Denis Cheng | 1 | -1/+1 |
2008-04-19 | uio: Kconfig improvements | Denis Cheng | 1 | -5/+5 |
2008-04-19 | hci_usb: remove code obfuscation | Pavel Machek | 2 | -10/+5 |
2008-04-19 | drivers/net/appletalk: use time_before, time_before_eq, etc | Julia Lawall | 1 | -1/+2 |
2008-04-19 | drivers/atm: use time_before, time_before_eq, etc | Julia Lawall | 1 | -3/+4 |
2008-04-19 | hci_usb: do not initialize static variables to 0 | Pavel Machek | 1 | -7/+7 |
2008-04-19 | tg3: 5701 DMA corruption fix | Matt Carlson | 2 | -4/+49 |
2008-04-19 | atm nicstar: Removal of debug code containing deprecated calls to cli()/sti() | Mark Asselstine | 2 | -110/+19 |
2008-04-19 | iwlwifi: Fix unconditional access to station->tidp[].agg. | David S. Miller | 1 | -6/+12 |
2008-04-19 | avr32: don't offer PARPORT_PC | Adrian Bunk | 1 | -1/+1 |
2008-04-19 | avr32: don't offer CONFIG_GEN_RTC | Adrian Bunk | 1 | -1/+1 |
2008-04-19 | avr32: don't offer CONFIG_RTC | Adrian Bunk | 1 | -1/+1 |
2008-04-19 | Generate raw keyboard codes for AVR32 architecture | Hans-Christian Egtvedt | 1 | -1/+2 |
2008-04-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn... | Haavard Skinnemoen | 3 | -86/+83 |
2008-04-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn... | Haavard Skinnemoen | 5 | -0/+498 |
2008-04-19 | cpumask: add show cpu map functions | Mike Travis | 1 | -0/+48 |
2008-04-19 | cpumask: use new cpus_scnprintf function | Mike Travis | 4 | -18/+94 |
2008-04-19 | nodemask: use new node_to_cpumask_ptr function | Mike Travis | 1 | -3/+4 |
2008-04-19 | generic: use new set_cpus_allowed_ptr function | Mike Travis | 3 | -10/+13 |
2008-04-19 | Merge branch 'merge-fixes' into devel | Russell King | 927 | -121467/+81710 |
2008-04-19 | Merge branch 'omap2-upstream' into devel | Russell King | 300 | -1744/+2524 |
2008-04-19 | Merge branches 'arm', 'at91', 'ep93xx', 'iop', 'ks8695', 'misc', 'mxc', 'ns9x... | Russell King | 25 | -210/+868 |