1. ef38ff9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  2. 4786b4e Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 17 years ago
  3. 188da98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  4. 07fe944 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 17 years ago
  5. 8019aa9 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  6. 73e3e64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrt by Linus Torvalds · 17 years ago
  7. 9732b61 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb by Linus Torvalds · 17 years ago
  8. 9e9abec Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  9. d7bb545 Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/misc by Linus Torvalds · 17 years ago
  10. 75e98b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  11. 4cba84b Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  12. 7d939fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 17 years ago
  13. 273b838 ide: remove ide_init_default_irq() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  14. 9dfcd15 ide: remove ide_default_io_ctl() macro by Bartlomiej Zolnierkiewicz · 17 years ago
  15. 0e33555 ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  16. 1d850bd ppc: remove ppc_ide_md by Bartlomiej Zolnierkiewicz · 17 years ago
  17. eaec3e7 ide: use generic ATAPI packet command flags in ide-{floppy,tape} by Borislav Petkov · 17 years ago
  18. 8303b46 ide: add generic packet command representation ide_atapi_pc by Borislav Petkov · 17 years ago
  19. 23579a2 ide: remove IDE_*_REG macros by Bartlomiej Zolnierkiewicz · 17 years ago
  20. 7616c0a ide: add ide_atapi_{discard_data,write_zeros} inline helpers by Bartlomiej Zolnierkiewicz · 17 years ago
  21. e6bfa38 ide: remove ide_init_hwif_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  22. 2304dc6 ide: remove ->hold field from ide_hwif_t (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  23. 93de00f ide: remove broken/dangerous HDIO_[UNREGISTER,SCAN]_HWIF ioctls (take 3) by Bartlomiej Zolnierkiewicz · 17 years ago
  24. 9a0e77f ide: remove obsoleted "idex=base[,ctl[,irq]]" kernel parameters (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  25. f74c914 ide: add warm-plug support for IDE devices (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  26. 50672e5 ide: remove dead/obsolete ->busproc method by Bartlomiej Zolnierkiewicz · 17 years ago
  27. 2dde786 ide: rework PowerMac media-bay support (take 2) by Bartlomiej Zolnierkiewicz · 17 years ago
  28. 5b0c4b3 ide: remove IDE devices from /proc/ide/ before unregistering them by Bartlomiej Zolnierkiewicz · 17 years ago
  29. 4f0eee4 ide: use ide_find_port() instead of ide_deprecated_find_port() by Bartlomiej Zolnierkiewicz · 17 years ago
  30. a594eeb IDE: remove ide=reverse IDE core by Greg Kroah-Hartman · 17 years ago
  31. 636bdea dmaengine: ack to flags: make use of the unused bits in the 'ack' field by Dan Williams · 17 years ago
  32. c4fe155 iop-adma: remove the workaround for missed interrupts on iop3xx by Dan Williams · 17 years ago
  33. ce4d65a async_tx: kill ->device_dependency_added by Dan Williams · 17 years ago
  34. 19242d7 async_tx: fix multiple dependency submission by Dan Williams · 17 years ago
  35. 88fcd56 libata: make PMP support optional by Tejun Heo · 17 years ago
  36. 071f44b libata: implement PMP helpers by Tejun Heo · 17 years ago
  37. 48515f6 libata: separate PMP support code from core code by Tejun Heo · 17 years ago
  38. 127102a libata: make SFF support optional by Tejun Heo · 17 years ago
  39. c9f75b0 libata: kill ata_noop_dev_select() by Tejun Heo · 17 years ago
  40. 79f97da libata: drop @finish_qc from ata_qc_complete_multiple() by Tejun Heo · 17 years ago
  41. 22183bf libata: add qc_fill_rtf port operation by Tejun Heo · 17 years ago
  42. 5958e30 libata: move PMP SCR access failure during reset to ata_eh_reset() by Tejun Heo · 17 years ago
  43. ac37198 libata: clear SError after link resume by Tejun Heo · 17 years ago
  44. 57c9efd libata: implement and use sata_std_hardreset() by Tejun Heo · 17 years ago
  45. 9dadd45 libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset() by Tejun Heo · 17 years ago
  46. aa2731a libata: separate out ata_wait_ready() and implement ata_wait_after_reset() by Tejun Heo · 17 years ago
  47. 705e76b libata: restructure SFF post-reset readiness waits by Tejun Heo · 17 years ago
  48. 203c75b libata: separate out ata_std_postreset() from ata_sff_postreset() by Tejun Heo · 17 years ago
  49. 0aa1113 libata: separate out ata_std_prereset() from ata_sff_prereset() by Tejun Heo · 17 years ago
  50. 288623a libata: clean up port_ops->sff_irq_clear() by Tejun Heo · 17 years ago
  51. 5682ed3 libata: rename SFF port ops by Tejun Heo · 17 years ago
  52. 9363c38 libata: rename SFF functions by Tejun Heo · 17 years ago
  53. 83c063d use ATA_TAG_INTERNAL in ata_tag_internal() by Yoichi Yuasa · 17 years ago
  54. 03faab7 libata: implement ATA_QCFLAG_RETRY by Tejun Heo · 17 years ago
  55. 6fd3639 libata: kill ata_chk_status() by Tejun Heo · 17 years ago
  56. 071ce34 libata: move ata_pci_default_filter() out of CONFIG_PCI by Tejun Heo · 17 years ago
  57. 624d5c5 libata: reorganize SFF related stuff by Tejun Heo · 17 years ago
  58. a1efdab libata: make reset related methods proper port operations by Tejun Heo · 17 years ago
  59. 9594719 libata: kill port_info->sht and ->irq_handler by Tejun Heo · 17 years ago
  60. 887125e libata: stop overloading port_info->private_data by Tejun Heo · 17 years ago
  61. 1bd5b71 libata: make ata_pci_init_one() not use ops->irq_handler and pi->sht by Tejun Heo · 17 years ago
  62. 029cfd6 libata: implement and use ops inheritance by Tejun Heo · 17 years ago
  63. 68d1d07 libata: implement and use SHT initializers by Tejun Heo · 17 years ago
  64. 358f9a7 libata: implement and use ata_noop_irq_clear() by Tejun Heo · 17 years ago
  65. c1bc899 libata: reorganize ata_port_operations by Tejun Heo · 17 years ago
  66. b558edd libata: kill ata_ehi_schedule_probe() by Tejun Heo · 17 years ago
  67. 8cebf27 libata: kill ATA_LFLAG_SKIP_D2H_BSY by Tejun Heo · 17 years ago
  68. 672b2d6 libata: kill ATA_EHI_RESUME_LINK by Tejun Heo · 17 years ago
  69. d692abd libata: kill ATA_LFLAG_HRST_TO_RESUME by Tejun Heo · 17 years ago
  70. cf48062 libata: prefer hardreset by Tejun Heo · 17 years ago
  71. e3e2aaf kgdb: add documentation by Jason Wessel · 17 years ago
  72. 7c3078b kgdb: clocksource watchdog by Jason Wessel · 17 years ago
  73. d359752 kgdb: fix NMI hangs by Jason Wessel · 17 years ago
  74. 82da3ff x86: kgdb support by Ingo Molnar · 17 years ago
  75. f2d937f consoles: polling support, kgdboc by Jason Wessel · 17 years ago
  76. dc7d552 kgdb: core by Jason Wessel · 17 years ago
  77. c33fa9f uaccess: add probe_kernel_write() by Ingo Molnar · 17 years ago
  78. 71b264f Pull miscellaneous into release branch by Tony Luck · 17 years ago
  79. f4df39c Pull nptcg into release branch by Tony Luck · 17 years ago
  80. a49072bb Pull kvm-patches into release branch by Tony Luck · 17 years ago
  81. fc494d6 Pull percpureserve into release branch by Tony Luck · 17 years ago
  82. 78514c1 Pull regset into release branch by Tony Luck · 17 years ago
  83. 14d0647 Pull virt-cpu-accounting into release branch by Tony Luck · 17 years ago
  84. e44b7b7 x86: move suspend wakeup code to C by Pavel Machek · 17 years ago
  85. 31d2092 x86: move mp_register_lapic_address to boot.c by Alexey Starikovskiy · 17 years ago
  86. dfac218 x86: move mp_register_lapic to boot.c by Alexey Starikovskiy · 17 years ago
  87. 2fe6014 x86: move up & smp variables to setup.c by Alexey Starikovskiy · 17 years ago
  88. 9e5c5f1 x86: move mp_ioapic_routing to boot.c by Alexey Starikovskiy · 17 years ago
  89. 61048c6 x86: don't set IO APIC features if IO APIC is not enabled by Alexey Starikovskiy · 17 years ago
  90. b447a46 x86: clean up non-smp usage of cpu maps by Mike Travis · 17 years ago
  91. a24eae8 x86: uv fix by Ingo Molnar · 17 years ago
  92. ac23d4e x86: support for new UV apic by Jack Steiner · 17 years ago
  93. 8400def x86: define the macros and tables for blade functions by Jack Steiner · 17 years ago
  94. 952cf6d x86: define the macros and tables for the basic UV infrastructure. by Jack Steiner · 17 years ago
  95. 0d3e865 x86: add UV specific header for MMR definitions by Jack Steiner · 17 years ago
  96. a65d1d6 x86: increase size of APICID by Jack Steiner · 17 years ago
  97. ae26186 x86: add functions to determine if platform is a UV platform by Jack Steiner · 17 years ago
  98. 05f2d12 x86: change GET_APIC_ID() from an inline function to an out-of-line function by Jack Steiner · 17 years ago
  99. a5c15d4 x86: replace most VM86 flags with flags from processor-flags.h by gorcunov@gmail.com · 17 years ago
  100. 6b6891f x86: cleanup - rename VM_MASK to X86_VM_MASK by gorcunov@gmail.com · 17 years ago