1. f8824ce PM: Allow device drivers to use dpm_wait() by Rafael J. Wysocki · 14 years ago
  2. 97df8c1 PM: Start asynchronous resume threads upfront by Rafael J. Wysocki · 15 years ago
  3. 5a2eb85 PM: Add facility for advanced testing of async suspend/resume by Rafael J. Wysocki · 15 years ago
  4. 0e06b4a PM: Add a switch for disabling/enabling asynchronous suspend/resume by Rafael J. Wysocki · 15 years ago
  5. 5af84b8 PM: Asynchronous suspend and resume of devices by Rafael J. Wysocki · 15 years ago
  6. 8cc6b39 PM: Add parent information to timing messages by Rafael J. Wysocki · 15 years ago
  7. 5382363 PM / Runtime: Add sysfs switch for disabling device run-time PM by Rafael J. Wysocki · 15 years ago
  8. 18d19c9 class: Free the class private data in class_release by Laurent Pinchart · 14 years ago
  9. bd79667 Revert "sysdev: fix prototype for memory_sysdev_class show/store functions" by Greg Kroah-Hartman · 15 years ago
  10. f776c5e driver-core: fix devtmpfs crash on s390 by Heiko Carstens · 15 years ago
  11. 8ff410d sysdev: fix prototype for memory_sysdev_class show/store functions by Wu Fengguang · 15 years ago
  12. ba168fc memory-hotplug: add 0x prefix to HEX block_size_bytes by Wu Fengguang · 15 years ago
  13. 0a88422 power: fix kernel-doc notation by Randy Dunlap · 15 years ago
  14. 8042273 devtmpfs: unlock mutex in case of string allocation error by Kay Sievers · 15 years ago
  15. 0787fdf Driver core: export platform_device_register_data as a GPL symbol by Michael Hennerich · 15 years ago
  16. 99b28f1 driver core: Prevent reference to freed memory on error path by Phil Carmody · 15 years ago
  17. e6309e7 Driver-core: Fix bogus 0 error return in device_add() by Thomas Gleixner · 15 years ago
  18. 099c2f2 Driver core: driver_attribute parameters can often be const* by Phil Carmody · 15 years ago
  19. 66ecb92 Driver core: bin_attribute parameters can often be const* by Phil Carmody · 15 years ago
  20. 26579ab Driver core: device_attribute parameters can often be const* by Phil Carmody · 15 years ago
  21. f1f76f8 devtmpfs: Convert dirlock to a mutex by Thomas Gleixner · 15 years ago
  22. 2218a4f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  23. a6ab7aa PM / Runtime: Use device type and device class callbacks by Rafael J. Wysocki · 15 years ago
  24. aa0baae PM: Use pm_runtime_put_sync in system resume by Alan Stern · 15 years ago
  25. 925cc71 mm: Add notifier in pageblock isolation for balloon drivers by Robert Jennings · 15 years ago
  26. ecf762b PM: Measure device suspend and resume times by Rafael J. Wysocki · 15 years ago
  27. 875ab0b PM: Make the initcall_debug style timing for suspend/resume complete by Rafael J. Wysocki · 15 years ago
  28. d4220f9 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  29. facb601 HWPOISON: Add soft page offline support by Andi Kleen · 15 years ago
  30. d8bed5a PM: rwsem.h need not be included into main.c by Rafael J. Wysocki · 15 years ago
  31. 33c3374 PM: Remove unnecessary goto from device_resume_noirq() by Rafael J. Wysocki · 15 years ago
  32. f251177 PM: Add initcall_debug style timing for suspend/resume by Arjan van de Ven · 15 years ago
  33. 1d531c1 PM: allow for usage_count > 0 in pm_runtime_get() by Alan Stern · 15 years ago
  34. 9ae49fa mm: slab-allocate memory section nodemask for large systems by David Rientjes · 15 years ago
  35. 1830794 mm: add numa node symlink for cpu devices in sysfs by Alex Chiang · 15 years ago
  36. b9d52da mm: refactor unregister_cpu_under_node() by Alex Chiang · 15 years ago
  37. f8246f3 mm: refactor register_cpu_under_node() by Alex Chiang · 15 years ago
  38. dee5d0d mm: add numa node symlink for memory section in sysfs by Alex Chiang · 15 years ago
  39. 39da08c hugetlb: offload per node attribute registrations by Lee Schermerhorn · 15 years ago
  40. 4faf8d9 hugetlb: handle memory hot-plug events by Lee Schermerhorn · 15 years ago
  41. 9a30523 hugetlb: add per node hstate attributes by Lee Schermerhorn · 15 years ago
  42. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  43. 09cea96 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  44. 3589972 Driver core: fix race in dev_driver_string by Alan Stern · 15 years ago
  45. c60e050 Driver Core: Early platform driver buffer by Magnus Damm · 15 years ago
  46. 18ef545 Driver core: Don't remove kobjects in device_shutdown. by Eric W. Biederman · 15 years ago
  47. 9ebfbd4 firmware_class: make request_firmware_nowait more useful by Johannes Berg · 15 years ago
  48. 03d673e Driver-Core: devtmpfs - set root directory mode to 0755 by Kay Sievers · 15 years ago
  49. ad72956 Driver Core: devtmpfs: cleanup node on device creation error by Kay Sievers · 15 years ago
  50. 015bf43 Driver Core: devtmpfs: do not remove non-kernel-created directories by Kay Sievers · 15 years ago
  51. 073120c Driver Core: devtmpfs: use sys_mount() by Kay Sievers · 15 years ago
  52. ed413ae Driver core: devtmpfs: prevent concurrent subdirectory creation and removal by Kay Sievers · 15 years ago
  53. 0092699 Driver Core: devtmpfs: ignore umask while setting file mode by Kay Sievers · 15 years ago
  54. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  55. bcd6acd Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  56. 51badeb powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallocate by Gautham R Shenoy · 15 years ago
  57. 12633e8 sysfs/cpu: Add probe/release files by Nathan Fontenot · 15 years ago
  58. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  59. 965c4ac PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status() by Rafael J. Wysocki · 15 years ago
  60. 0ddf0ed PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend() by Rafael J. Wysocki · 15 years ago
  61. 63c9480 PM / Runtime: Use deferred_resume flag in pm_request_resume by Alan Stern · 15 years ago
  62. bab636b PM / Runtime: Fix lockdep warning in __pm_runtime_set_status() by Rafael J. Wysocki · 15 years ago
  63. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  64. 862f89b PM: fix irq enable/disable in runtime PM code by Alan Stern · 15 years ago
  65. 3b034b0 percpu: Fix kdump failure if booted with percpu_alloc=page by Vivek Goyal · 15 years ago
  66. 2ddac2a PM: Remove some debug messages producing too much noise by Pavel Machek · 15 years ago
  67. e528e87 PM: Fix warning on suspend errors by Romit Dasgupta · 15 years ago
  68. 1a6f2a7 Driver core: allow certain drivers prohibit bind/unbind via sysfs by Dmitry Torokhov · 15 years ago
  69. 39acbc1 Driver core: fix driver_register() return value by Stas Sergeev · 15 years ago
  70. 4b02108 mm: oom analysis: add shmem vmstat by KOSAKI Motohiro · 15 years ago
  71. c6a7f57 mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output by KOSAKI Motohiro · 15 years ago
  72. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  73. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 15 years ago
  74. daa4122 driver core: platform_device_add_data(): use kmemdup() by Andrew Morton · 15 years ago
  75. 4622709 Driver core: Add support for compatibility classes by Jean Delvare · 15 years ago
  76. a56af87 driver-core: move dma-coherent.c from kernel to driver/base by Ming Lei · 15 years ago
  77. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  78. b402843 Driver core: move dev_get/set_drvdata to drivers/base/dd.c by Greg Kroah-Hartman · 15 years ago
  79. 2023c61 Driver core: add new device to bus's list before probing by Alan Stern · 15 years ago
  80. 3eb132c PM: Reset transition_started at dpm_resume_noirq by Xiaotian Feng · 15 years ago
  81. 20d652d PM: Update kerneldoc comments in drivers/base/power/main.c by Rafael J. Wysocki · 15 years ago
  82. 9d73022 PM: Run-time PM platform device bus support by Magnus Damm · 15 years ago
  83. 5e928f7 PM: Introduce core framework for run-time PM of I/O devices (rev. 17) by Rafael J. Wysocki · 15 years ago
  84. 3e2bcad Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  85. 651b1f1 PM / Driver Core: Kill dev_pm_ops platform warning for now by Magnus Damm · 15 years ago
  86. 2e6713c Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  87. 79f0313 driver core: sysdev: do not send KOBJ_ADD uevent if kobject_init_and_add fails by Xiaotian Feng · 15 years ago
  88. 3b4418c driver core: firmware_class:fix memory leak of page pointers array by Ming Lei · 15 years ago
  89. d9ab771 Driver Core: Make PM operations a const pointer by Dmitry Torokhov · 15 years ago
  90. 511647f PM: Remove platform device suspend_late()/resume_early() V2 by Magnus Damm · 15 years ago
  91. 308975f Firmware: firmware_class, fix lock imbalance by Jiri Slaby · 15 years ago
  92. eb8d3c6 devres: WARN() and return, don't crash on device_del() of uninitialized device by Benjamin Herrenschmidt · 15 years ago
  93. ed7ba2e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  94. 0f2f222 Free struct device in fw_dev_release() by Catalin Marinas · 15 years ago
  95. 886a7a3 PM: Clear -EAGAIN in dpm_prepare by Sebastian Ott · 15 years ago
  96. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  97. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  98. 6fcf53a Driver Core: add nodename callbacks by Kay Sievers · 15 years ago
  99. acc0e90 driver core: fix gcc 4.3.3 warnings about string literals by Greg Kroah-Hartman · 15 years ago
  100. 976821d firmware: allocate firmware id dynamically by Samuel Ortiz · 15 years ago