1. d462943 Driver core: fix coding style issues in device.h by Greg Kroah-Hartman · 17 years ago
  2. fd04897 Driver Core: add class iteration api by Dave Young · 17 years ago
  3. ae72cdd Driver Core: constify the name passed to platform_device_register_simple by Stephen Rothwell · 17 years ago
  4. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  5. 528a4bf Kobject: remove kobject_unregister() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  6. 0f4dafc Kobject: auto-cleanup on final unref by Kay Sievers · 17 years ago
  7. 12e339a Kset: remove kset_add function by Greg Kroah-Hartman · 22 years ago
  8. 6d06adf Kobject: remove kobject_register() by Greg Kroah-Hartman · 17 years ago
  9. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  10. e1543dd Kobject: remove kobject_init() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  11. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  12. 9e7bbcc Kobject: remove kobject_add() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  13. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  14. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 17 years ago
  15. c63469a Driver core: move the driver specific module code into the driver core by Greg Kroah-Hartman · 17 years ago
  16. cbe9c59 Driver: add driver_add_kobj for looney iseries_veth driver by Greg Kroah-Hartman · 17 years ago
  17. 57c7453 driver core: Introduce default attribute groups. by Cornelia Huck · 17 years ago
  18. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  19. b249072 driver core: add way to get to bus device klist by Greg Kroah-Hartman · 17 years ago
  20. 0fed80f driver core: add way to get to bus kset by Greg Kroah-Hartman · 17 years ago
  21. cc972e8 driver core: remove owner field from struct bus_type by Greg Kroah-Hartman · 17 years ago
  22. 81e7c6a UIO: fix kobject usage by Greg Kroah-Hartman · 17 years ago
  23. d76e15f driver core: make /sys/power a kobject by Greg Kroah-Hartman · 17 years ago
  24. 2fb9113 kobject: remove subsystem_(un)register functions by Greg Kroah-Hartman · 17 years ago
  25. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  26. 5c03c7a kset: remove decl_subsys macro by Greg Kroah-Hartman · 17 years ago
  27. f62ed9e firmware: change firmware_kset to firmware_kobj by Greg Kroah-Hartman · 17 years ago
  28. 15f2f9b firmware: remove firmware_(un)register() by Greg Kroah-Hartman · 17 years ago
  29. 000f2a4 Driver Core: kill subsys_attribute and default sysfs ops by Kay Sievers · 17 years ago
  30. 9e5f7f9 firmware: export firmware_kset so that people can use that instead of the braindead firmware_register interface by Greg Kroah-Hartman · 17 years ago
  31. eb41d94 fix struct user_info export's sysfs interaction by Kay Sievers · 17 years ago
  32. 23b5212 Driver Core: add kobj_attribute handling by Kay Sievers · 17 years ago
  33. 6dcec25 kset: convert struct bus_device->drivers to use kset_create by Greg Kroah-Hartman · 17 years ago
  34. 3d89959 kset: convert struct bus_device->devices to use kset_create by Greg Kroah-Hartman · 17 years ago
  35. 039a5dc kset: convert /sys/power to use kset_create by Greg Kroah-Hartman · 17 years ago
  36. 7405c1e kset: convert /sys/module to use kset_create by Greg Kroah-Hartman · 17 years ago
  37. 2d72fc0 kobject: convert /sys/hypervisor to use kobject_create by Greg Kroah-Hartman · 17 years ago
  38. bd35b93 kset: convert kernel_subsys to use kset_create by Greg Kroah-Hartman · 17 years ago
  39. e5e38a8 kset: remove decl_subsys_name by Greg Kroah-Hartman · 17 years ago
  40. 81ace5c kset: convert pci hotplug to use kset_create_and_add by Greg Kroah-Hartman · 17 years ago
  41. 00d2666 kobject: convert main fs kobject to use kobject_create by Greg Kroah-Hartman · 17 years ago
  42. 43968d2 kobject: get rid of kobject_kset_add_dir by Greg Kroah-Hartman · 17 years ago
  43. 4ff6abf kobject: get rid of kobject_add_dir by Greg Kroah-Hartman · 17 years ago
  44. 3f9e3ee kobject: add kobject_create_and_add function by Greg Kroah-Hartman · 17 years ago
  45. b727c70 kset: add kset_create_and_add function by Greg Kroah-Hartman · 17 years ago
  46. 12d03da kobject: remove kobj_set_kset_s as no one is using it anymore by Greg Kroah-Hartman · 17 years ago
  47. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  48. c11c415 kobject: add kobject_init_and_add function by Greg Kroah-Hartman · 17 years ago
  49. 244f6ce kobject: add kobject_add_ng function by Greg Kroah-Hartman · 17 years ago
  50. e86000d kobject: add kobject_init_ng function by Greg Kroah-Hartman · 17 years ago
  51. 18041f4 kobject: make kobject_cleanup be static by Greg Kroah-Hartman · 17 years ago
  52. 7b8712e driver core: Make the dev_*() family of macros in device.h complete by Emil Medve · 17 years ago
  53. 7dd817d tifm: Convert from class_device to device for TI flash media by Tony Jones · 17 years ago
  54. 6013c12 pktcdvd: Convert from class_device to device for block/pktcdvd by Tony Jones · 17 years ago
  55. 891f78e DMA: Convert from class_device to device for DMA engine by Tony Jones · 17 years ago
  56. 41ca28a kref: add kref_set() by Evgeniy Polyakov · 17 years ago
  57. 775b64d PM: Acquire device locks on suspend by Rafael J. Wysocki · 17 years ago
  58. d4b7dc4 ACPI: make _OSI(Linux) console messages smarter by Len Brown · 17 years ago
  59. f89e3b0 DMI: create dmi_get_slot() by Len Brown · 17 years ago
  60. 81b4e1f DMI: move dmi_available declaration to linux/dmi.h by Len Brown · 17 years ago
  61. eb13ba8 lockdep: fix workqueue creation API lockdep interaction by Johannes Berg · 17 years ago
  62. 121a09e libata: correct handling of TSS DVD by Alan Cox · 17 years ago
  63. c23f72c Revert "writeback: introduce writeback_control.more_io to indicate more io" by Linus Torvalds · 17 years ago
  64. f9dd019 i2c: Driver IDs are optional by Jean Delvare · 17 years ago
  65. 417009f6 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  66. 84427ea remove task_ppid_nr_ns by Roland McGrath · 17 years ago
  67. 6b74c92 Pull bugzilla-9535 into release branch by Len Brown · 17 years ago
  68. 02d5bcc Pull bugzilla-9194 into release branch by Len Brown · 17 years ago
  69. 9f9adec PM: ACPI and APM must not be enabled at the same time by Len Brown · 17 years ago
  70. b801a1e Don't blatt first element of prv in sg_chain() by Rusty Russell · 17 years ago
  71. d1ec729 ACPI: apply quirk_ich6_lpc_acpi to more ICH8 and ICH9 by Zhao Yakui · 17 years ago
  72. a0a4619 [NET]: Add NAPI_STATE_DISABLE. by David S. Miller · 17 years ago
  73. bdb95b1 [NET]: Do not grab device reference when scheduling a NAPI poll. by David S. Miller · 17 years ago
  74. bf5e583 pl2303: Fix mode switching regression by Alan Cox · 17 years ago
  75. 5b7741b KEYS: fix macro by Sebastian Siewior · 17 years ago
  76. a263898 CPU hotplug: fix cpu_is_offline() on !CONFIG_HOTPLUG_CPU by Ingo Molnar · 17 years ago
  77. 831830b restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid by Al Viro · 17 years ago
  78. 158a962 Unify /proc/slabinfo configuration by Linus Torvalds · 17 years ago
  79. 57ed3ed slub: provide /proc/slabinfo by Pekka J Enberg · 17 years ago
  80. 2c83819 increase PNP_MAX_PORT to 40 from 24 by Len Brown · 17 years ago
  81. ecef969 [VETH]: move veth.h to include/linux by Stephen Hemminger · 17 years ago
  82. 75ec533 [NET] tc_nat: header install by Stephen Hemminger · 17 years ago
  83. ed367fc quicklists: do not release off node pages early by Christoph Lameter · 17 years ago
  84. 9121250 dm: merge max_hw_sector by Neil Brown · 17 years ago
  85. 3e3b391 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  86. b019e57 genirq: add unlocked version of set_irq_handler() by Kevin Hilman · 17 years ago
  87. 3c615e1 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  88. d556533 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  89. 2fdd82b block: let elv_register() return void by Adrian Bunk · 17 years ago
  90. ededa4d Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  91. 368d2c63 Revert "hugetlb: Add hugetlb_dynamic_pool sysctl" by Nishanth Aravamudan · 17 years ago
  92. d1c3fb1 hugetlb: introduce nr_overcommit_hugepages sysctl by Nishanth Aravamudan · 17 years ago
  93. 8d93662 apm_event{,info}_t are userspace types by Adam Jackson · 17 years ago
  94. 7552713 fix headers_install by Andrew Morton · 17 years ago
  95. 140b5e5 libata: fix ATAPI draining by Tejun Heo · 17 years ago
  96. 398e078 libata-acpi: implement dev->gtf_cache and evaluate _GTF right after _STM during resume by Tejun Heo · 17 years ago
  97. c05e6ff libata-acpi: implement and use ata_acpi_init_gtm() by Tejun Heo · 17 years ago
  98. ce2e0ab libata: add more opcodes to ata.h by Tejun Heo · 17 years ago
  99. c2e366a libata: update ata_*_printk() macros such that level can be a variable by Tejun Heo · 17 years ago
  100. 0d02f0b libata-acpi: adjust constness in ata_acpi_gtm/stm() parameters by Tejun Heo · 17 years ago