1. 22c525b ide: remove ata_status_t and atapi_status_t by Bartlomiej Zolnierkiewicz · 16 years ago
  2. 6a21441 ide: CPU endianness doesn't matter for special_t by Bartlomiej Zolnierkiewicz · 16 years ago
  3. 29ed2a5 ide: remove REQ_TYPE_ATA_TASK by Bartlomiej Zolnierkiewicz · 16 years ago
  4. 807e35d ide: use ide_tf_load() in execute_drive_cmd() by Bartlomiej Zolnierkiewicz · 16 years ago
  5. 4ee06b7 ide: remove stale ide.h "configuration options" by Bartlomiej Zolnierkiewicz · 16 years ago
  6. 74095a9 ide: use do_rw_taskfile() in flagged_taskfile() by Bartlomiej Zolnierkiewicz · 16 years ago
  7. 9a3c49b ide: add ide_no_data_taskfile() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  8. 9e42237 ide: add ide_tf_load() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  9. 650d841 ide: add struct ide_taskfile (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  10. cd2a2d9 ide: remove task_ioreg_t typedef (take 2) by Bartlomiej Zolnierkiewicz · 16 years ago
  11. 1c029fd ide: remove ->dma_master field from ide_hwif_t (take 5) by Bartlomiej Zolnierkiewicz · 16 years ago
  12. b47711b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/selinux-2.6 by Linus Torvalds · 16 years ago
  13. 7556afa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 16 years ago
  14. eba0e31 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  15. e7ba176 [AVR32] NMI debugging by Haavard Skinnemoen · 17 years ago
  16. 438ff3f [AVR32] Add support for AT32AP7001 and AT32AP7002 by Haavard Skinnemoen · 17 years ago
  17. 281ef58 [AVR32] Provide more CPU information in /proc/cpuinfo and dmesg by Haavard Skinnemoen · 17 years ago
  18. 13b54a5 [AVR32] Enable debugging only when needed by Haavard Skinnemoen · 17 years ago
  19. 79a6ee4 Kobject: fix coding style issues in kobject.h by Greg Kroah-Hartman · 16 years ago
  20. d462943 Driver core: fix coding style issues in device.h by Greg Kroah-Hartman · 16 years ago
  21. fd04897 Driver Core: add class iteration api by Dave Young · 16 years ago
  22. ae72cdd Driver Core: constify the name passed to platform_device_register_simple by Stephen Rothwell · 17 years ago
  23. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  24. 528a4bf Kobject: remove kobject_unregister() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  25. 0f4dafc Kobject: auto-cleanup on final unref by Kay Sievers · 17 years ago
  26. 12e339a Kset: remove kset_add function by Greg Kroah-Hartman · 22 years ago
  27. 6d06adf Kobject: remove kobject_register() by Greg Kroah-Hartman · 17 years ago
  28. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  29. e1543dd Kobject: remove kobject_init() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  30. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  31. 9e7bbcc Kobject: remove kobject_add() as no one uses it anymore by Greg Kroah-Hartman · 17 years ago
  32. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  33. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 17 years ago
  34. c63469a Driver core: move the driver specific module code into the driver core by Greg Kroah-Hartman · 17 years ago
  35. cbe9c59 Driver: add driver_add_kobj for looney iseries_veth driver by Greg Kroah-Hartman · 17 years ago
  36. 57c7453 driver core: Introduce default attribute groups. by Cornelia Huck · 17 years ago
  37. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  38. b249072 driver core: add way to get to bus device klist by Greg Kroah-Hartman · 17 years ago
  39. 0fed80f driver core: add way to get to bus kset by Greg Kroah-Hartman · 17 years ago
  40. cc972e8 driver core: remove owner field from struct bus_type by Greg Kroah-Hartman · 17 years ago
  41. 35be068 Kobject: change drivers/infiniband to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  42. 81e7c6a UIO: fix kobject usage by Greg Kroah-Hartman · 17 years ago
  43. d76e15f driver core: make /sys/power a kobject by Greg Kroah-Hartman · 17 years ago
  44. 2fb9113 kobject: remove subsystem_(un)register functions by Greg Kroah-Hartman · 17 years ago
  45. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  46. 5c03c7a kset: remove decl_subsys macro by Greg Kroah-Hartman · 17 years ago
  47. f62ed9e firmware: change firmware_kset to firmware_kobj by Greg Kroah-Hartman · 17 years ago
  48. 15f2f9b firmware: remove firmware_(un)register() by Greg Kroah-Hartman · 17 years ago
  49. 99e0d2f kobject: convert /sys/firmware/acpi/ to use kobject_create by Greg Kroah-Hartman · 17 years ago
  50. 000f2a4 Driver Core: kill subsys_attribute and default sysfs ops by Kay Sievers · 17 years ago
  51. 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
  52. eb41d94 fix struct user_info export's sysfs interaction by Kay Sievers · 17 years ago
  53. 23b5212 Driver Core: add kobj_attribute handling by Kay Sievers · 17 years ago
  54. 6dcec25 kset: convert struct bus_device->drivers to use kset_create by Greg Kroah-Hartman · 17 years ago
  55. 3d89959 kset: convert struct bus_device->devices to use kset_create by Greg Kroah-Hartman · 17 years ago
  56. 039a5dc kset: convert /sys/power to use kset_create by Greg Kroah-Hartman · 17 years ago
  57. 7405c1e kset: convert /sys/module to use kset_create by Greg Kroah-Hartman · 17 years ago
  58. 2d72fc0 kobject: convert /sys/hypervisor to use kobject_create by Greg Kroah-Hartman · 17 years ago
  59. bd35b93 kset: convert kernel_subsys to use kset_create by Greg Kroah-Hartman · 17 years ago
  60. e5e38a8 kset: remove decl_subsys_name by Greg Kroah-Hartman · 17 years ago
  61. 81ace5c kset: convert pci hotplug to use kset_create_and_add by Greg Kroah-Hartman · 17 years ago
  62. 00d2666 kobject: convert main fs kobject to use kobject_create by Greg Kroah-Hartman · 17 years ago
  63. 43968d2 kobject: get rid of kobject_kset_add_dir by Greg Kroah-Hartman · 17 years ago
  64. 4ff6abf kobject: get rid of kobject_add_dir by Greg Kroah-Hartman · 17 years ago
  65. 3f9e3ee kobject: add kobject_create_and_add function by Greg Kroah-Hartman · 17 years ago
  66. b727c70 kset: add kset_create_and_add function by Greg Kroah-Hartman · 17 years ago
  67. 12d03da kobject: remove kobj_set_kset_s as no one is using it anymore by Greg Kroah-Hartman · 17 years ago
  68. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  69. c11c415 kobject: add kobject_init_and_add function by Greg Kroah-Hartman · 17 years ago
  70. 244f6ce kobject: add kobject_add_ng function by Greg Kroah-Hartman · 17 years ago
  71. e86000d kobject: add kobject_init_ng function by Greg Kroah-Hartman · 17 years ago
  72. 18041f4 kobject: make kobject_cleanup be static by Greg Kroah-Hartman · 17 years ago
  73. 7b8712e driver core: Make the dev_*() family of macros in device.h complete by Emil Medve · 17 years ago
  74. 7dd817d tifm: Convert from class_device to device for TI flash media by Tony Jones · 17 years ago
  75. 6013c12 pktcdvd: Convert from class_device to device for block/pktcdvd by Tony Jones · 17 years ago
  76. 891f78e DMA: Convert from class_device to device for DMA engine by Tony Jones · 17 years ago
  77. 41ca28a kref: add kref_set() by Evgeniy Polyakov · 17 years ago
  78. 775b64d PM: Acquire device locks on suspend by Rafael J. Wysocki · 17 years ago
  79. 1996a10 security/selinux: constify function pointer tables and fields by Jan Engelhardt · 16 years ago
  80. 63cb344 security: add a secctx_to_secid() hook by David Howells · 16 years ago
  81. bced952 security: remove security_sb_post_mountroot hook by H. Peter Anvin · 17 years ago
  82. 42d7896 Security: remove security.h include from mm.h by James Morris · 17 years ago
  83. c9180a5 Security: add get, set, and cloning of superblock security information by Eric Paris · 17 years ago
  84. 63eac9b Pull dmi-2.6.24 into release branch by Len Brown · 16 years ago
  85. ec68373 Revert "ACPI: Fan: Drop force_power_state acpi_device option" by Len Brown · 16 years ago
  86. d4b7dc4 ACPI: make _OSI(Linux) console messages smarter by Len Brown · 16 years ago
  87. f89e3b0 DMI: create dmi_get_slot() by Len Brown · 16 years ago
  88. 81b4e1f DMI: move dmi_available declaration to linux/dmi.h by Len Brown · 16 years ago
  89. c2a04c4 [MIPS] SMTC: Fix build error. by Frank Rowand · 16 years ago
  90. b0e86f0 CRIS v10: vmlinux.lds.S: ix kernel oops on boot and use common defines by Jesper Nilsson · 16 years ago
  91. eb13ba8 lockdep: fix workqueue creation API lockdep interaction by Johannes Berg · 16 years ago
  92. 121a09e libata: correct handling of TSS DVD by Alan Cox · 16 years ago
  93. 3568834 Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 16 years ago
  94. f885b51 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 16 years ago
  95. d43a331 x86: asm-x86/msr.h: pull in linux/types.h by Mike Frysinger · 16 years ago
  96. dfbe0d3 [POWERPC] Fix boot failure on POWER6 by Paul Mackerras · 16 years ago
  97. c60ecec Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  98. c23f72c Revert "writeback: introduce writeback_control.more_io to indicate more io" by Linus Torvalds · 16 years ago
  99. 2e4f958 [MIPS] Cacheops.h: Fix typo. by Ralf Baechle · 16 years ago
  100. 031f2dc Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago