1. 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
  2. 0f2f222 Free struct device in fw_dev_release() by Catalin Marinas · 15 years ago
  3. 886a7a3 PM: Clear -EAGAIN in dpm_prepare by Sebastian Ott · 15 years ago
  4. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  5. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 15 years ago
  6. 6fcf53a Driver Core: add nodename callbacks by Kay Sievers · 15 years ago
  7. acc0e90 driver core: fix gcc 4.3.3 warnings about string literals by Greg Kroah-Hartman · 15 years ago
  8. 976821d firmware: allocate firmware id dynamically by Samuel Ortiz · 15 years ago
  9. 7fcab09 driver core: fix documentation of request_firmware_nowait by Ming Lei · 15 years ago
  10. 401097e driver core: synchronize device shutdown by Shaohua Li · 15 years ago
  11. 9227c47 driver-core: make sysdev_class_register check kobject_set_name return value by Dave Young · 15 years ago
  12. 59a3cd7 Driver core: fix comment for device_attach() by Dmitry Torokhov · 15 years ago
  13. c0afe7b driver core: Const-correct platform getbyname functions by Linus Walleij · 15 years ago
  14. 309b7d6 driver core: add BUS_NOTIFY_UNBOUND_DRIVER event by Joerg Roedel · 15 years ago
  15. 6acf70f driver core: firmware_class: replace kfree(dev) with put_device(dev) by Ming Lei · 15 years ago
  16. 489f7ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  17. 783ea7d Driver Core: Rework platform suspend/resume, print warning by Magnus Damm · 15 years ago
  18. 0072578 PM: Remove device_type suspend()/resume() by Magnus Damm · 15 years ago
  19. e240b58 PM: Remove bus_type suspend_late()/resume_early() V2 by Magnus Damm · 15 years ago
  20. d161630 PM core: rename suspend and resume functions by Alan Stern · 15 years ago
  21. e39a71e PM: Rename device_power_down/up() by Magnus Damm · 15 years ago
  22. 62b0124 PM: Warn if interrupts are enabled during suspend-resume of sysdevs by Rafael J. Wysocki · 15 years ago
  23. c59a264 Merge git://git.infradead.org/~dwmw2/firmware-2.6 by Linus Torvalds · 15 years ago
  24. 0fa1b0a trivial: fix grammo in bus_for_each_dev() kerneldoc by Alex Chiang · 15 years ago
  25. 5c8563d Driver Core: do not oops when driver_unregister() is called for unregistered drivers by Kay Sievers · 15 years ago
  26. 32bdfac PM: Do not hold dpm_list_mtx while disabling/enabling nonboot CPUs by Rafael J. Wysocki · 15 years ago
  27. 6e03a20 firmware: speed up request_firmware(), v3 by David Woodhouse · 15 years ago
  28. e67c856 Revert driver core: move platform_data into platform_device by Greg Kroah-Hartman · 15 years ago
  29. bee8632 Revert driver core: fix passing platform_data by Ming Lei · 15 years ago
  30. d86c130 Driver core: platform: fix kernel-doc warnings by Randy Dunlap · 15 years ago
  31. 60db402 drivers/base/iommu.c: add missing includes by Andrew Morton · 15 years ago
  32. d4d5291 driver synchronization: make scsi_wait_scan more advanced by Arjan van de Ven · 15 years ago
  33. 8a577ff driver: dont update dev_name via device_add path by Kay Sievers · 15 years ago
  34. 014c90db driver core: prevent device_for_each_child from oopsing by Greg Kroah-Hartman · 15 years ago
  35. 1397709 Driver Core: early platform driver by Magnus Damm · 15 years ago
  36. 5247aec driver core: fix driver_match_device by Ming Lei · 15 years ago
  37. 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 15 years ago
  38. 90975ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  39. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  40. ca1ee21 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  41. 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
  42. d17abcd Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask by Linus Torvalds · 15 years ago
  43. 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
  44. 65fb0d2 Merge branch 'linus' into cpumask-for-linus by Ingo Molnar · 15 years ago
  45. 2ed8d2b PM: Rework handling of interrupts during suspend-resume by Rafael J. Wysocki · 15 years ago
  46. ee6921f trivial: fix typo "thier" -> "their" by Uwe Kleine-Koenig · 15 years ago
  47. aa85ea5 cpumask: use new cpumask_ functions in core code. by Rusty Russell · 15 years ago
  48. b0d44c0 Merge branch 'linus' into core/iommu by Ingo Molnar · 15 years ago
  49. 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 15 years ago
  50. ffa6a70 Driver core: Fix device_move() vs. dpm list ordering, v2 by Cornelia Huck · 15 years ago
  51. 60530af Driver core: some cleanup on drivers/base/sys.c by Zhenwen Xu · 15 years ago
  52. f67f129 Driver core: implement uevent suppress in kobject by Ming Lei · 15 years ago
  53. ce21c7b driver core: fix passing platform_data by Ming Lei · 15 years ago
  54. 006f457 driver core: move platform_data into platform_device by Ming Lei · 15 years ago
  55. ae1b417 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  56. 8940b4f driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  57. f791b8c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  58. fb069a5 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  59. b23530e driver core: remove polling for driver_probe_done(v5) by Ming Lei · 15 years ago
  60. f48f3fe driver-core: do not register a driver with bus_type not registered by Dave Young · 15 years ago
  61. 57fee4a platform: introduce module id table for platform devices by Eric Miao · 15 years ago
  62. 71b3e0c platform: make better use of to_platform_{device,driver}() macros by Eric Miao · 15 years ago
  63. 49b420a driver core: check bus->match without holding device lock by Ming Lei · 15 years ago
  64. 1fa5ae8 driver core: get rid of struct device's bus_id string array by Kay Sievers · 15 years ago
  65. dbb9fd8 iommu: Add domain_has_cap iommu_ops by Sheng Yang · 15 years ago
  66. 04dfcfc Merge branch 'linus' into core/iommu by Ingo Molnar · 15 years ago
  67. a70f730 cpumask: replace node_to_cpumask with cpumask_of_node. by Rusty Russell · 15 years ago
  68. 78b020d Merge branches 'x86/cleanups', 'x86/kexec', 'x86/mce2' and 'linus' into x86/core by Ingo Molnar · 15 years ago
  69. 4750498 mm: get_nid_for_pfn() returns int by Roel Kluin · 15 years ago
  70. ff2c8a4 IOMMU-API: use ANSI style function declaration for 'iommu_found' by Hannes Eder · 15 years ago
  71. a852cbfa Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', 'x86/signal' and 'x86/urgent'; commit 'v2.6.29-rc6' into x86/core by Ingo Molnar · 15 years ago
  72. 0f99fed PM: Split up sysdev_[suspend|resume] from device_power_[down|up], fix by Ingo Molnar · 15 years ago
  73. fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 15 years ago
  74. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 15 years ago
  75. 216773a Consolidate driver_probe_done() loops into one place by Arjan van de Ven · 15 years ago
  76. 9d45cf9 Merge branch 'x86/urgent' into x86/apic by Ingo Molnar · 15 years ago
  77. 7cbcf22 driver-core: fix kernel-doc parameter name by Randy Dunlap · 15 years ago
  78. 3ddeb51 Merge branch 'linus' into core/percpu by Ingo Molnar · 15 years ago
  79. 7143f7a driver core: Convert '/' to '!' in dev_set_name() by Roland Dreier · 15 years ago
  80. f7df8ed cpumask: convert misc driver functions by Rusty Russell · 15 years ago
  81. fbd59a8 cpumask: Use topology_core_cpumask()/topology_thread_cpumask() by Rusty Russell · 15 years ago
  82. 926bead Revert "driver core: create a private portion of struct device" by Greg Kroah-Hartman · 15 years ago
  83. e2d4077 Revert "driver core: move klist_children into private structure" by Greg Kroah-Hartman · 15 years ago
  84. cda5e83 Revert "driver core: move knode_driver into private structure" by Greg Kroah-Hartman · 15 years ago
  85. 4db8e28 Revert "driver core: move knode_bus into private structure" by Greg Kroah-Hartman · 15 years ago
  86. b13d372 topology: Fix sparc64 build. by David Miller · 15 years ago
  87. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  88. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  89. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 15 years ago
  90. 0aa0dc4 driver core: add root_device_register() by Mark McLoughlin · 16 years ago
  91. 7232800 driver core:fix duplicate removing driver link in __device_release_driver by Ming Lei · 16 years ago
  92. ec0676ee Driver core: move the bus notifier call points by Alan Stern · 16 years ago
  93. b9daa99 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  94. 93e746d driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  95. 11c3b5c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  96. 2831fe6 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  97. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  98. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  99. 11f1fbc trivial: Fix misspelled firmware in Kconfig by Nick Andrew · 16 years ago
  100. 7d3b56b Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago