1. 7cbcf22 driver-core: fix kernel-doc parameter name by Randy Dunlap · 15 years ago
  2. 7143f7a driver core: Convert '/' to '!' in dev_set_name() by Roland Dreier · 15 years ago
  3. 926bead Revert "driver core: create a private portion of struct device" by Greg Kroah-Hartman · 15 years ago
  4. e2d4077 Revert "driver core: move klist_children into private structure" by Greg Kroah-Hartman · 15 years ago
  5. cda5e83 Revert "driver core: move knode_driver into private structure" by Greg Kroah-Hartman · 15 years ago
  6. 4db8e28 Revert "driver core: move knode_bus into private structure" by Greg Kroah-Hartman · 15 years ago
  7. b13d372 topology: Fix sparc64 build. by David Miller · 15 years ago
  8. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  9. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 15 years ago
  10. c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 15 years ago
  11. 0aa0dc4 driver core: add root_device_register() by Mark McLoughlin · 16 years ago
  12. 7232800 driver core:fix duplicate removing driver link in __device_release_driver by Ming Lei · 16 years ago
  13. ec0676ee Driver core: move the bus notifier call points by Alan Stern · 16 years ago
  14. b9daa99 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  15. 93e746d driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  16. 11c3b5c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  17. 2831fe6 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  18. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  19. adf0949 PM: Simplify the new suspend/hibernation framework for devices by Rafael J. Wysocki · 16 years ago
  20. 11f1fbc trivial: Fix misspelled firmware in Kconfig by Nick Andrew · 15 years ago
  21. 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 · 15 years ago
  22. 8fd2d2d cpumask: fix compile error when CONFIG_NR_CPUS is not defined by Mike Travis · 15 years ago
  23. 1aaf118 select IOMMU_API when DMAR and/or AMD_IOMMU is selected by Joerg Roedel · 16 years ago
  24. fc2100e add frontend implementation for the IOMMU API by Joerg Roedel · 16 years ago
  25. e057d7a cpumask: add sysfs displays for configured and disabled cpu maps by Mike Travis · 16 years ago
  26. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  27. 4e318d7 sysfs: Fix return values for sysdev_store_{ulong,int} by Andi Kleen · 16 years ago
  28. 6515136 driver core: drivers/base/sys.c: update comments by Qinghuang Feng · 16 years ago
  29. 9f1b16a memory_probe: fix wrong sysfs file attribute by Shaohua Li · 16 years ago
  30. af936a1 vmscan: unevictable LRU scan sysctl by Lee Schermerhorn · 16 years ago
  31. 5344b7e vmstat: mlocked pages statistics by Nick Piggin · 16 years ago
  32. 7b85412 Unevictable LRU Page Statistics by Lee Schermerhorn · 16 years ago
  33. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  34. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  35. c9f6616 resource: add resource_type() and IORESOURCE_TYPE_BITS by Magnus Damm · 16 years ago
  36. 266a813 firmware: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  37. d133181 Fix typo in the FIRMWARE_IN_KERNEL help by Alberto Bertogli · 16 years ago
  38. c80cfb0 vsprintf: use new vsprintf symbolic function pointer format by Bjorn Helgaas · 16 years ago
  39. 99178b0 Driver core: add bus_sort_breadthfirst() function by Greg Kroah-Hartman · 16 years ago
  40. 030c1d2 kobject: Fix kobject_rename and !CONFIG_SYSFS by Eric W. Biederman · 16 years ago
  41. d8bf254 platform: add new device registration helper by Dmitry Baryshkov · 16 years ago
  42. 3ce24d8d Driver core: make bus_find_device_by_name() more robust by Peter Korsgaard · 16 years ago
  43. 728f089 debug: use dev_WARN() rather than WARN_ON() in device_pm_add() by Arjan van de Ven · 16 years ago
  44. 6cd4958 device model: Do a quickcheck for driver binding before doing an expensive check by Arjan van de Ven · 16 years ago
  45. 286661b Driver core: Fix cleanup in device_create_vargs(). by Cornelia Huck · 16 years ago
  46. 5739411 Driver core: Clarify device cleanup. by Cornelia Huck · 16 years ago
  47. ec748fa driver core: make struct platform_pm_ops static by Adrian Bunk · 16 years ago
  48. 5a3ceb8 driver-core: use klist for class device list and implement iterator by Tejun Heo · 16 years ago
  49. f5a6d95 PM: Remove WARN_ON from device_pm_add by Rafael J. Wysocki · 16 years ago
  50. c906a48 driver core: add init_name to struct device by Greg Kroah-Hartman · 16 years ago
  51. 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
  52. 7c22503 driver model: anti-oopsing medicine by David Brownell · 16 years ago
  53. bf9ca69 dev_printk(): constify the `dev' argument by Jean Delvare · 16 years ago
  54. 26d02d1 drivers/base/driver.c: remove unused to_dev() macro by Joe Perches · 16 years ago
  55. 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
  56. 0e241ff locking: fix mutex @key parameter kernel-doc notation by Randy Dunlap · 16 years ago
  57. 1f07be1 more sysdev API change fallout - drivers/base/memory.c by Stephen Rothwell · 16 years ago
  58. f810a5c Use WARN() in drivers/base/ by Arjan van de Ven · 16 years ago
  59. 00412be isa: set 24-bit dma_mask for ISA devices by Rene Herman · 16 years ago
  60. f37e661 firmware: use memory_read_from_buffer() by Akinobu Mita · 16 years ago
  61. 5c755e9 memory-hotplug: add sysfs removable attribute for hotplug memory remove by Badari Pulavarty · 16 years ago
  62. 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
  63. 9800794 sysdev: Add utility functions for simple int/ulong variable sysdev attributes by Andi Kleen · 16 years ago
  64. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  65. 36ce6da driver core: Suppress sysfs warnings for device_rename(). by Cornelia Huck · 16 years ago
  66. d9b1919 always enable FW_LOADER unless EMBEDDED=y by Adrian Bunk · 16 years ago
  67. 838ea8e sysdev: fix debugging statements in registration code. by Ben Dooks · 16 years ago
  68. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 16 years ago
  69. f75b1c6 class: change internal semaphore to a mutex by Dave Young · 16 years ago
  70. d2a3b91 class: add lockdep infrastructure by Matthew Wilcox · 16 years ago
  71. 1e41250 class: fix docbook comments for class_private structure by Greg Kroah-Hartman · 16 years ago
  72. d9a0157 class: rename "sem" to "class_sem" in internal class structure by Greg Kroah-Hartman · 16 years ago
  73. 1fbfee6 class: rename "subsys" to "class_subsys" in internal class structure by Greg Kroah-Hartman · 16 years ago
  74. 184f1f7 class: rename "interfaces" to "class_interfaces" in internal class structure by Greg Kroah-Hartman · 16 years ago
  75. 97ae69f class: rename "devices" to "class_devices" in internal class structure by Greg Kroah-Hartman · 16 years ago
  76. 7c71448 class: move driver core specific parts to a private structure by Greg Kroah-Hartman · 16 years ago
  77. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  78. 93562b5 Driver Core: add ability for class_for_each_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  79. 4e10673 device create: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  80. ccea44f driver core: remove device_create() by Greg Kroah-Hartman · 16 years ago
  81. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 16 years ago
  82. bb2c018 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  83. 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
  84. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  85. 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
  86. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 16 years ago
  87. d172e7f firmware: Add CONFIG_FIRMWARE_IN_KERNEL option. by David Woodhouse · 16 years ago
  88. 4d2acfb firmware: Add CONFIG_EXTRA_FIRMWARE option by David Woodhouse · 16 years ago
  89. 5658c76 firmware: allow firmware files to be built into kernel image by David Woodhouse · 16 years ago
  90. b7a39bd firmware: make fw->data const by David Woodhouse · 16 years ago
  91. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 16 years ago
  92. 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 16 years ago
  93. 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
  94. eb9d0fe PCI ACPI: Rework PCI handling of wake-up by Rafael J. Wysocki · 16 years ago
  95. 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 16 years ago
  96. 2d5c1be mm: switch node meminfo Active & Inactive pages to Kbytes by John Blackwood · 16 years ago
  97. 131b943 cputopology: always define CPU topology information, clean up by Ben Hutchings · 16 years ago
  98. c50cbb0 cpu topology: always define CPU topology information by Ben Hutchings · 16 years ago
  99. d8f3de0 Suspend-related patches for 2.6.27 by Rafael J. Wysocki · 16 years ago
  100. 4623236 dev_set_name: fix missing kernel-doc by Randy Dunlap · 16 years ago