Age | Commit message (Expand) | Author | Files | Lines |
2007-10-07 | Driver core: fix SYSF_DEPRECATED breakage for nested classdevs | Dmitry Torokhov | 1 | -3/+7 |
2007-09-26 | Add explicit zeroing to "envp" array in device 'show' method | Linus Torvalds | 1 | -0/+1 |
2007-09-19 | Driver core: fix deprectated sysfs structure for nested class devices | Dmitry Torokhov | 1 | -6/+23 |
2007-07-31 | CPU online file permission | Ulrich Drepper | 1 | -1/+1 |
2007-07-30 | driver core: revert "device" link creation check | Cornelia Huck | 1 | -2/+1 |
2007-07-30 | kernel-doc fixes for PCI and drivers/base/ | Randy Dunlap | 1 | -0/+1 |
2007-07-30 | kobject: put kobject_actions in kobject.h | Greg Kroah-Hartman | 1 | -2/+0 |
2007-07-29 | Introduce CONFIG_SUSPEND for suspend-to-Ram and standby | Rafael J. Wysocki | 2 | -3/+3 |
2007-07-26 | Fix ThinkPad T42 poweroff failure introduced by by "PM: Introduce pm_power_of... | Rafael J. Wysocki | 1 | -2/+0 |
2007-07-21 | x86: PM_TRACE support | Nigel Cunningham | 1 | -1/+4 |
2007-07-19 | PM: Do not require dev spew to get PM_DEBUG | Ben Collins | 1 | -1/+1 |
2007-07-18 | Driver core: check return code of sysfs_create_link() | Cornelia Huck | 1 | -40/+105 |
2007-07-18 | PM: remove deprecated dpm_runtime_* routines | Alan Stern | 3 | -91/+1 |
2007-07-18 | PM: Remove deprecated sysfs files | Alan Stern | 1 | -66/+0 |
2007-07-18 | Driver core: accept all valid action-strings in uevent-trigger | Kay Sievers | 1 | -3/+20 |
2007-07-16 | dma: make dma pool to use kmalloc_node | Yinghai Lu | 1 | -1/+1 |
2007-07-11 | sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys... | Zhang Rui | 1 | -2/+2 |
2007-07-11 | driver-core: make devt_attr and uevent_attr static | Tejun Heo | 2 | -58/+31 |
2007-07-11 | sysfs: kill unnecessary attribute->owner | Tejun Heo | 4 | -9/+1 |
2007-07-11 | Driver core: coding style cleanup | Cornelia Huck | 2 | -5/+10 |
2007-07-11 | PM: Do not check parent state in suspend and resume core code | Rafael J. Wysocki | 2 | -14/+0 |
2007-07-11 | PM: Remove power_state.event checks from suspend core code | Rafael J. Wysocki | 1 | -7/+4 |
2007-07-11 | PM: Remove prev_state from struct dev_pm_info | Rafael J. Wysocki | 2 | -4/+1 |
2007-07-11 | Driver core: fix devres_release_all() return value | Adrian Bunk | 2 | -1/+3 |
2007-07-11 | driver core: fix kernel doc of device_release_driver | Stefan Richter | 1 | -9/+9 |
2007-07-11 | driver core: properly get driver in device_release_driver | Stefan Richter | 1 | -2/+1 |
2007-07-11 | Driver core: include linux/mutex.h from attribute_container.c | Michael S. Tsirkin | 1 | -0/+1 |
2007-07-11 | PM: Simplify suspend_device | Rafael J. Wysocki | 1 | -31/+18 |
2007-07-11 | PM: Remove pm_parent from struct dev_pm_info | Rafael J. Wysocki | 3 | -34/+10 |
2007-07-11 | Power Management: use mutexes instead of semaphores | Matthias Kaehlcke | 5 | -27/+29 |
2007-07-11 | sysdev: use mutex instead of semaphore | Matthias Kaehlcke | 1 | -12/+12 |
2007-07-11 | Driver core: add missing kset uevent | Kay Sievers | 1 | -2/+14 |
2007-06-08 | firmware: remove orphaned Email | Markus Rechberger | 1 | -2/+2 |
2007-06-08 | Driver core: kill unused code | Stephen Hemminger | 1 | -13/+0 |
2007-06-08 | Driver core: keep PHYSDEV for old struct class_device | Kay Sievers | 2 | -42/+27 |
2007-05-21 | Detach sched.h from mm.h | Alexey Dobriyan | 1 | -0/+1 |
2007-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2 | -17/+17 |
2007-05-09 | Add suspend-related notifications for CPU hotplug | Rafael J. Wysocki | 1 | -0/+3 |
2007-05-09 | drivers/base/platform.c: fix small typo in doc | Márton Németh | 1 | -1/+1 |
2007-05-09 | devres: kernel-doc and DocBook | Randy Dunlap | 1 | -16/+16 |
2007-05-08 | fix hotplug for legacy platform drivers | David Brownell | 1 | -0/+18 |
2007-05-07 | Introduce CONFIG_HAS_DMA | Heiko Carstens | 1 | -2/+2 |
2007-05-04 | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 8 | -46/+51 |
2007-05-02 | PCI: remove the broken PCI_MULTITHREAD_PROBE option | Adrian Bunk | 1 | -38/+3 |
2007-05-02 | remove "struct subsystem" as it is no longer needed | Greg Kroah-Hartman | 7 | -42/+40 |
2007-05-02 | platform: reorder platform_device_del | Jean Delvare | 1 | -3/+5 |
2007-05-02 | Driver core: fix show_uevent from taking up way too much stack | Greg Kroah-Hartman | 1 | -1/+6 |
2007-04-27 | drivers/base/attribute_container.c: use mutex instead of binary semaphore | Matthias Kaehlcke | 1 | -13/+13 |
2007-04-27 | define platform wakeup hook, use in pci_enable_wake() | David Brownell | 1 | -0/+3 |
2007-04-27 | device_schedule_callback() needs a module reference | Alan Stern | 1 | -6/+10 |