1. f5a6d95 PM: Remove WARN_ON from device_pm_add by Rafael J. Wysocki · 16 years ago
  2. c906a48 driver core: add init_name to struct device by Greg Kroah-Hartman · 16 years ago
  3. 3b98aea PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is set by Alan Stern · 16 years ago
  4. 7c22503 driver model: anti-oopsing medicine by David Brownell · 16 years ago
  5. bf9ca69 dev_printk(): constify the `dev' argument by Jean Delvare · 16 years ago
  6. 26d02d1 drivers/base/driver.c: remove unused to_dev() macro by Joe Perches · 16 years ago
  7. 5adf2b0 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  8. 0e241ff locking: fix mutex @key parameter kernel-doc notation by Randy Dunlap · 16 years ago
  9. 1f07be1 more sysdev API change fallout - drivers/base/memory.c by Stephen Rothwell · 16 years ago
  10. f810a5c Use WARN() in drivers/base/ by Arjan van de Ven · 16 years ago
  11. 00412be isa: set 24-bit dma_mask for ISA devices by Rene Herman · 16 years ago
  12. f37e661 firmware: use memory_read_from_buffer() by Akinobu Mita · 16 years ago
  13. 5c755e9 memory-hotplug: add sysfs removable attribute for hotplug memory remove by Badari Pulavarty · 16 years ago
  14. 26dcce0 Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  15. 9800794 sysdev: Add utility functions for simple int/ulong variable sysdev attributes by Andi Kleen · 16 years ago
  16. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  17. 36ce6da driver core: Suppress sysfs warnings for device_rename(). by Cornelia Huck · 16 years ago
  18. d9b1919 always enable FW_LOADER unless EMBEDDED=y by Adrian Bunk · 16 years ago
  19. 838ea8e sysdev: fix debugging statements in registration code. by Ben Dooks · 16 years ago
  20. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 16 years ago
  21. f75b1c6 class: change internal semaphore to a mutex by Dave Young · 16 years ago
  22. d2a3b91 class: add lockdep infrastructure by Matthew Wilcox · 16 years ago
  23. 1e41250 class: fix docbook comments for class_private structure by Greg Kroah-Hartman · 16 years ago
  24. d9a0157 class: rename "sem" to "class_sem" in internal class structure by Greg Kroah-Hartman · 16 years ago
  25. 1fbfee6 class: rename "subsys" to "class_subsys" in internal class structure by Greg Kroah-Hartman · 16 years ago
  26. 184f1f7 class: rename "interfaces" to "class_interfaces" in internal class structure by Greg Kroah-Hartman · 16 years ago
  27. 97ae69f class: rename "devices" to "class_devices" in internal class structure by Greg Kroah-Hartman · 16 years ago
  28. 7c71448 class: move driver core specific parts to a private structure by Greg Kroah-Hartman · 16 years ago
  29. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  30. 93562b5 Driver Core: add ability for class_for_each_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  31. 4e10673 device create: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  32. ccea44f driver core: remove device_create() by Greg Kroah-Hartman · 16 years ago
  33. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 16 years ago
  34. bb2c018 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  35. dc7c65d Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  36. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  37. e7849f1 Merge branch 'core/topology' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  38. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 16 years ago
  39. d172e7f firmware: Add CONFIG_FIRMWARE_IN_KERNEL option. by David Woodhouse · 16 years ago
  40. 4d2acfb firmware: Add CONFIG_EXTRA_FIRMWARE option by David Woodhouse · 16 years ago
  41. 5658c76 firmware: allow firmware files to be built into kernel image by David Woodhouse · 16 years ago
  42. b7a39bd firmware: make fw->data const by David Woodhouse · 16 years ago
  43. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 16 years ago
  44. 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 16 years ago
  45. 6924d1a Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 16 years ago
  46. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  47. 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 16 years ago
  48. 2d5c1be mm: switch node meminfo Active & Inactive pages to Kbytes by John Blackwood · 16 years ago
  49. 131b943 cputopology: always define CPU topology information, clean up by Ben Hutchings · 16 years ago
  50. c50cbb0 cpu topology: always define CPU topology information by Ben Hutchings · 16 years ago
  51. d8f3de0 Suspend-related patches for 2.6.27 by Rafael J. Wysocki · 16 years ago
  52. 4623236 dev_set_name: fix missing kernel-doc by Randy Dunlap · 16 years ago
  53. 25e1849 Implement new suspend and hibernation callbacks for platform busses by Rafael J. Wysocki · 16 years ago
  54. 1eede07 Introduce new top level suspend and hibernation callbacks by Rafael J. Wysocki · 16 years ago
  55. 413c239 driver-core: prepare for 2.6.27 api change by adding dev_set_name by Stephen Rothwell · 16 years ago
  56. 63687a5 x86: move tracedata to RODATA by Jan Beulich · 16 years ago
  57. 143aa5c cpu: change some globals to statics in drivers/base/cpu.c v2 by Mike Travis · 16 years ago
  58. e616c63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  59. 8882b39 Driver core: add device_create_vargs and device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  60. a442ac5 Clean up 'print_fn_descriptor_symbol()' types by Linus Torvalds · 16 years ago
  61. 0599ad5 sysfs: remove error messages for -EEXIST case by Stephen Hemminger · 16 years ago
  62. fc99824c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  63. 0a3ad00 Driver core: struct class remove children list by Dave Young · 16 years ago
  64. 6aa5fc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  65. 3c82c30 memory: Introduce exports for memory notifiers by Hannes Hering · 16 years ago
  66. db176c6 Fix bogus warning in sysdev_driver_register() by OGAWA Hirofumi · 16 years ago
  67. e37d05d cpu: change cpu_sys_devices from array to per_cpu variable by Mike Travis · 16 years ago
  68. c3b19ff driver core: remove no longer used "struct class_device" by Kay Sievers · 16 years ago
  69. 16dc42e driver core: warn about duplicate driver names on the same bus by Stas Sergeev · 16 years ago
  70. fc3ba69 mm: Add NR_WRITEBACK_TEMP counter by Miklos Szeredi · 16 years ago
  71. 5f78e4d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-pci by Linus Torvalds · 16 years ago
  72. 9a3be32 firmware loader: printk when requesting firmware by Ciaran McCreesh · 16 years ago
  73. 0d358f2 driver core: try parent numa_node at first before using default by Yinghai Lu · 16 years ago
  74. 29591b9 bus_remove_device: be more careful about incomplete initialization by Rafael J. Wysocki · 16 years ago
  75. 08119e8 Relax check on adding children of suspended devices by Rafael J. Wysocki · 16 years ago
  76. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  77. 429f731 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 16 years ago
  78. ee959b0 SCSI: convert struct class_device to struct device by Tony Jones · 16 years ago
  79. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  80. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 16 years ago
  81. 3f62e57 Driver core: make device_is_registered() work for class devices by Greg Kroah-Hartman · 16 years ago
  82. d288e47 PM: Make wakeup flags available whenever CONFIG_PM is set by Alan Stern · 16 years ago
  83. 57eee3d Driver core: Call device_pm_add() after bus_add_device() in device_add() by Rafael J. Wysocki · 16 years ago
  84. 58aca23 PM: Handle device registrations during suspend/resume by Rafael J. Wysocki · 16 years ago
  85. da009f3 sysdev: detect multiple driver registrations by Ben Dooks · 16 years ago
  86. 6c84740 driver core: cpu: fix section mismatch in cpu.c:store_online by Sam Ravnborg · 16 years ago
  87. 35d313b power_state: remove it from driver core by Pavel Machek · 16 years ago
  88. 00a41db driver core: register_memory/unregister_memory clean ups and bugfix by Badari Pulavarty · 16 years ago
  89. da19cbc driver core: memory: semaphore to mutex by Daniel Walker · 16 years ago
  90. 9d1fe323 cpumask: add show cpu map functions by Mike Travis · 16 years ago
  91. 39106dc cpumask: use new cpus_scnprintf function by Mike Travis · 16 years ago
  92. c5f59f0 nodemask: use new node_to_cpumask_ptr function by Mike Travis · 16 years ago
  93. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 16 years ago
  94. 2f3edc69 [SCSI] transport_class: BUG if we can't release the attribute container by James Bottomley · 16 years ago
  95. d478376 driver core: fix small mem leak in driver_add_kobj() by Jesper Juhl · 16 years ago
  96. 815d2d5 driver core: debug for bad dev_attr_show() return value. by Andrew Morton · 16 years ago
  97. e88a0c2 drivers: fix dma_get_required_mask by James Bottomley · 16 years ago
  98. ef79df2 sysdev: fix problem with sysdev_class being re-registered by Greg Kroah-Hartman · 16 years ago
  99. c1fe539 Driver core: Fix cleanup when failing device_add(). by Cornelia Huck · 16 years ago
  100. 135dee0 driver core: Remove dpm_sysfs_remove() from error path of device_add() by Rafael J. Wysocki · 16 years ago