1. 015bf43 Driver Core: devtmpfs: do not remove non-kernel-created directories by Kay Sievers · 15 years ago
  2. 073120c Driver Core: devtmpfs: use sys_mount() by Kay Sievers · 15 years ago
  3. ed413ae Driver core: devtmpfs: prevent concurrent subdirectory creation and removal by Kay Sievers · 15 years ago
  4. 0092699 Driver Core: devtmpfs: ignore umask while setting file mode by Kay Sievers · 15 years ago
  5. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  6. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  7. 965c4ac PM / Runtime: Remove unnecessary braces in __pm_runtime_set_status() by Rafael J. Wysocki · 15 years ago
  8. 0ddf0ed PM / Runtime: Ensure timer_expires is nonzero in pm_schedule_suspend() by Rafael J. Wysocki · 15 years ago
  9. 63c9480 PM / Runtime: Use deferred_resume flag in pm_request_resume by Alan Stern · 15 years ago
  10. bab636b PM / Runtime: Fix lockdep warning in __pm_runtime_set_status() by Rafael J. Wysocki · 15 years ago
  11. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  12. 862f89b PM: fix irq enable/disable in runtime PM code by Alan Stern · 15 years ago
  13. 2ddac2a PM: Remove some debug messages producing too much noise by Pavel Machek · 15 years ago
  14. e528e87 PM: Fix warning on suspend errors by Romit Dasgupta · 15 years ago
  15. 1a6f2a7 Driver core: allow certain drivers prohibit bind/unbind via sysfs by Dmitry Torokhov · 15 years ago
  16. 39acbc1 Driver core: fix driver_register() return value by Stas Sergeev · 15 years ago
  17. 4b02108 mm: oom analysis: add shmem vmstat by KOSAKI Motohiro · 15 years ago
  18. c6a7f57 mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output by KOSAKI Motohiro · 15 years ago
  19. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  20. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 15 years ago
  21. daa4122 driver core: platform_device_add_data(): use kmemdup() by Andrew Morton · 15 years ago
  22. 4622709 Driver core: Add support for compatibility classes by Jean Delvare · 15 years ago
  23. a56af87 driver-core: move dma-coherent.c from kernel to driver/base by Ming Lei · 15 years ago
  24. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  25. b402843 Driver core: move dev_get/set_drvdata to drivers/base/dd.c by Greg Kroah-Hartman · 15 years ago
  26. 2023c61 Driver core: add new device to bus's list before probing by Alan Stern · 15 years ago
  27. 3eb132c PM: Reset transition_started at dpm_resume_noirq by Xiaotian Feng · 15 years ago
  28. 20d652d PM: Update kerneldoc comments in drivers/base/power/main.c by Rafael J. Wysocki · 15 years ago
  29. 9d73022 PM: Run-time PM platform device bus support by Magnus Damm · 15 years ago
  30. 5e928f7 PM: Introduce core framework for run-time PM of I/O devices (rev. 17) by Rafael J. Wysocki · 15 years ago
  31. 3e2bcad Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  32. 651b1f1 PM / Driver Core: Kill dev_pm_ops platform warning for now by Magnus Damm · 15 years ago
  33. 2e6713c Merge branch 'master' into for-linus by Rafael J. Wysocki · 15 years ago
  34. 79f0313 driver core: sysdev: do not send KOBJ_ADD uevent if kobject_init_and_add fails by Xiaotian Feng · 15 years ago
  35. 3b4418c driver core: firmware_class:fix memory leak of page pointers array by Ming Lei · 15 years ago
  36. d9ab771 Driver Core: Make PM operations a const pointer by Dmitry Torokhov · 15 years ago
  37. 511647f PM: Remove platform device suspend_late()/resume_early() V2 by Magnus Damm · 15 years ago
  38. 308975f Firmware: firmware_class, fix lock imbalance by Jiri Slaby · 15 years ago
  39. eb8d3c6 devres: WARN() and return, don't crash on device_del() of uninitialized device by Benjamin Herrenschmidt · 15 years ago
  40. 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
  41. 0f2f222 Free struct device in fw_dev_release() by Catalin Marinas · 15 years ago
  42. 886a7a3 PM: Clear -EAGAIN in dpm_prepare by Sebastian Ott · 15 years ago
  43. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  44. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  45. 6fcf53a Driver Core: add nodename callbacks by Kay Sievers · 15 years ago
  46. acc0e90 driver core: fix gcc 4.3.3 warnings about string literals by Greg Kroah-Hartman · 15 years ago
  47. 976821d firmware: allocate firmware id dynamically by Samuel Ortiz · 15 years ago
  48. 7fcab09 driver core: fix documentation of request_firmware_nowait by Ming Lei · 15 years ago
  49. 401097e driver core: synchronize device shutdown by Shaohua Li · 15 years ago
  50. 9227c47 driver-core: make sysdev_class_register check kobject_set_name return value by Dave Young · 15 years ago
  51. 59a3cd7 Driver core: fix comment for device_attach() by Dmitry Torokhov · 15 years ago
  52. c0afe7b driver core: Const-correct platform getbyname functions by Linus Walleij · 15 years ago
  53. 309b7d6 driver core: add BUS_NOTIFY_UNBOUND_DRIVER event by Joerg Roedel · 15 years ago
  54. 6acf70f driver core: firmware_class: replace kfree(dev) with put_device(dev) by Ming Lei · 15 years ago
  55. 489f7ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  56. 783ea7d Driver Core: Rework platform suspend/resume, print warning by Magnus Damm · 15 years ago
  57. 0072578 PM: Remove device_type suspend()/resume() by Magnus Damm · 15 years ago
  58. e240b58 PM: Remove bus_type suspend_late()/resume_early() V2 by Magnus Damm · 15 years ago
  59. d161630 PM core: rename suspend and resume functions by Alan Stern · 15 years ago
  60. e39a71e PM: Rename device_power_down/up() by Magnus Damm · 15 years ago
  61. 62b0124 PM: Warn if interrupts are enabled during suspend-resume of sysdevs by Rafael J. Wysocki · 15 years ago
  62. c59a264 Merge git://git.infradead.org/~dwmw2/firmware-2.6 by Linus Torvalds · 15 years ago
  63. 0fa1b0a trivial: fix grammo in bus_for_each_dev() kerneldoc by Alex Chiang · 15 years ago
  64. 5c8563d Driver Core: do not oops when driver_unregister() is called for unregistered drivers by Kay Sievers · 15 years ago
  65. 32bdfac PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs by Rafael J. Wysocki · 15 years ago
  66. 6e03a20 firmware: speed up request_firmware(), v3 by David Woodhouse · 15 years ago
  67. e67c856 Revert driver core: move platform_data into platform_device by Greg Kroah-Hartman · 15 years ago
  68. bee8632 Revert driver core: fix passing platform_data by Ming Lei · 15 years ago
  69. d86c130 Driver core: platform: fix kernel-doc warnings by Randy Dunlap · 15 years ago
  70. 60db402 drivers/base/iommu.c: add missing includes by Andrew Morton · 15 years ago
  71. d4d5291 driver synchronization: make scsi_wait_scan more advanced by Arjan van de Ven · 15 years ago
  72. 8a577ff driver: dont update dev_name via device_add path by Kay Sievers · 15 years ago
  73. 014c90db driver core: prevent device_for_each_child from oopsing by Greg Kroah-Hartman · 15 years ago
  74. 1397709 Driver Core: early platform driver by Magnus Damm · 15 years ago
  75. 5247aec driver core: fix driver_match_device by Ming Lei · 15 years ago
  76. 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 15 years ago
  77. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  78. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  79. ca1ee21 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  80. 558f6ab Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Rusty Russell · 15 years ago
  81. d17abcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  82. 53d8f67 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 15 years ago
  83. 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 15 years ago
  84. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 15 years ago
  85. ee6921f trivial: fix typo "thier" -> "their" by Uwe Kleine-Koenig · 16 years ago
  86. aa85ea5 cpumask: use new cpumask_ functions in core code. by Rusty Russell · 15 years ago
  87. b0d44c0 Merge branch 'linus' into core/iommu by Ingo Molnar · 15 years ago
  88. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  89. ffa6a70 Driver core: Fix device_move() vs. dpm list ordering, v2 by Cornelia Huck · 15 years ago
  90. 60530af Driver core: some cleanup on drivers/base/sys.c by Zhenwen Xu · 15 years ago
  91. f67f129 Driver core: implement uevent suppress in kobject by Ming Lei · 15 years ago
  92. ce21c7b driver core: fix passing platform_data by Ming Lei · 15 years ago
  93. 006f457 driver core: move platform_data into platform_device by Ming Lei · 15 years ago
  94. ae1b417 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  95. 8940b4f driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  96. f791b8c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  97. fb069a5 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  98. b23530e driver core: remove polling for driver_probe_done(v5) by Ming Lei · 15 years ago
  99. f48f3fe driver-core: do not register a driver with bus_type not registered by Dave Young · 15 years ago
  100. 57fee4a platform: introduce module id table for platform devices by Eric Miao · 15 years ago