1. 58cf352 Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debug', 'x86/ptrace' and 'x86/amd-iommu' into x86/devel by Ingo Molnar · 16 years ago
  2. 3c1ca43 Merge branch 'x86/setup' into x86/devel by Ingo Molnar · 16 years ago
  3. 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
  4. 25556c1 x86, arch/x86/kernel/io_apic_32.c: use kzalloc instead of kmalloc/memset by Christophe Jaillet · 16 years ago
  5. 7f0dbbc x86: fix IO APIC breakage on HP nx6325, v2 by Maciej W. Rozycki · 16 years ago
  6. cd08d07 x86: fix IO APIC breakage on HP nx6325 by Maciej W. Rozycki · 16 years ago
  7. 3606244 x86: coding style fixes to arch/x86/kernel/io_apic_32.c by Paolo Ciarrocchi · 16 years ago
  8. 46b3b4e x86, io-apic: use predefined names instead of numeric constants by Cyrill Gorcunov · 16 years ago
  9. d3f020d x86, io-apic: define names for redirection table entry fields by Cyrill Gorcunov · 16 years ago
  10. d788bad x86: APIC/SMP: Downgrade the NMI watchdog for "noapic" by Maciej W. Rozycki · 16 years ago
  11. d54db1a x86: APIC/SMP: Downgrade the NMI watchdog for "nosmp" by Maciej W. Rozycki · 16 years ago
  12. 1966202 x86: APIC/UP: Remove redundant NMI watchdog downgrade by Maciej W. Rozycki · 16 years ago
  13. acae7d9 x86: APIC/UP: Downgrade the NMI watchdog for no I/O APIC by Maciej W. Rozycki · 16 years ago
  14. 148b508 x86: NMI watchdog: Downgrade helper by Maciej W. Rozycki · 16 years ago
  15. 6fe9fe8 Revert "x86: APIC/SMP: downgrade the NMI watchdog for "nosmp"" by Ingo Molnar · 16 years ago
  16. ab5a5be Revert "x86, io-apic: fix nmi_watchdog=1 bootup hang" by Ingo Molnar · 16 years ago
  17. ff11571 x86, io-apic: fix nmi_watchdog=1 bootup hang by Ingo Molnar · 16 years ago
  18. 067fa0f x86: IO-APIC - use NMI_NONE instead of numeric constant by Cyrill Gorcunov · 16 years ago
  19. b1b57ee x86 build fix: by Ingo Molnar · 16 years ago
  20. 431ee79 x86: apic_64.c fix sparse warnings about shadowed variables by Thomas Gleixner · 16 years ago
  21. 7223daf x86: make irq_cfg static by Thomas Gleixner · 16 years ago
  22. 0715650 x86: move pci_routirq declaration to pci.h by Thomas Gleixner · 16 years ago
  23. 691874f x86: I/O APIC: timer through 8259A second-chance by Maciej W. Rozycki · 16 years ago
  24. 03be750 x86: I/O APIC: keep the timer IRQ masked during set-up by Maciej W. Rozycki · 16 years ago
  25. 24742ec x86: I/O APIC: unmask the second-chance timer interrupt by Maciej W. Rozycki · 16 years ago
  26. f7633ce x86: I/O APIC: rename setup_ExtINT_IRQ0_pin() by Maciej W. Rozycki · 16 years ago
  27. 6b4722a x86: I/O APIC: remove redundant LVT0 masking by Maciej W. Rozycki · 16 years ago
  28. 80d16ba x86: I/O APIC: remove redundant 8259A {,un}masking by Maciej W. Rozycki · 16 years ago
  29. f082526 x86: I/O APIC: fix the name of the through-8259A handler by Maciej W. Rozycki · 16 years ago
  30. 9a1c619 x86: I/O APIC: fix the name of the L-APIC IRQ handler by Maciej W. Rozycki · 16 years ago
  31. 35542c5 x86: I/O APIC: clean up the 8259A on a NMI watchdog failure by Maciej W. Rozycki · 16 years ago
  32. a1133d8 x86: APIC/SMP: downgrade the NMI watchdog for "nosmp" by Maciej W. Rozycki · 16 years ago
  33. 73d08e6 x86: APIC/SMP: correct the message for "nosmp" by Maciej W. Rozycki · 16 years ago
  34. 60134eb x86: I/O APIC: keep IRQ off when changing LVT registers by Maciej W. Rozycki · 16 years ago
  35. e67465f x86: I/O APIC: clean up after a fasteoi failure by Maciej W. Rozycki · 16 years ago
  36. ecd2947 x86: I/O APIC: remove parameters to fiddle with the 8259A by Maciej W. Rozycki · 16 years ago
  37. d11d579 x86: I/O APIC: AEOI timer acknowledgement clean-ups by Maciej W. Rozycki · 16 years ago
  38. a0176e2 Revert "Revert "x86: fix ioapic bug again"" by Ingo Molnar · 16 years ago
  39. 684eb01 x86_64: use PAGE_OFFSET in dump_pagetables by Jiri Slaby · 16 years ago
  40. 6e92a5a x86: add sparse annotations to ioremap by Thomas Gleixner · 16 years ago
  41. 65280e6 x86: janitor CPA statistics patch by Thomas Gleixner · 16 years ago
  42. ce0c0e5 x86, generic: CPA add statistics about state of direct mapping v4 by Andi Kleen · 16 years ago
  43. 9302213 Merge commit 'v2.6.26-rc9' into x86/cpu by Ingo Molnar · 16 years ago
  44. c49c412 x86: make 64bit identify_cpu use cpu_dev v2 by Yinghai Lu · 16 years ago
  45. dcd32b6 x86: make 64-bit identify_cpu use cpu_dev by Yinghai Lu · 16 years ago
  46. 3a27dd1 x86: Move PCI IO ECS code to x86/pci by Robert Richter · 16 years ago
  47. 24bfdca x86/pci: Renaming k8-bus_64.c to amd_bus.c by Robert Richter · 16 years ago
  48. 0beefa2 x86: add C1E aware idle function, fix by Thomas Gleixner · 16 years ago
  49. aa276e1 x86, clockevents: add C1E aware idle function by Thomas Gleixner · 16 years ago
  50. 8b7fd21 x86: clean up amd_iommu documentation by FUJITA Tomonori · 16 years ago
  51. 1b40a89 Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
  52. 97f8571 pxamci: fix byte aligned DMA transfers by Philipp Zabel · 16 years ago
  53. 09ca8ad Revert "USB: don't explicitly reenable root-hub status interrupts" by Linus Torvalds · 16 years ago
  54. 35baff2 KVM: IOAPIC: Fix level-triggered irq injection hang by Mark McLoughlin · 16 years ago
  55. ca37393 x86: KVM guest: Add memory clobber to hypercalls by Anthony Liguori · 16 years ago
  56. b727946 Linux 2.6.26-rc9 by Linus Torvalds · 16 years ago
  57. 5d7e0d2 Fix pagemap_read() use of struct mm_walk by Andrew Morton · 16 years ago
  58. ca31e14 Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.h by Eduard - Gabriel Munteanu · 16 years ago
  59. 84df87b 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
  60. 537388b Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  61. 20cbc97 Fix clear_refs_write() use of struct mm_walk by Andrew Morton · 16 years ago
  62. fbe0825 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  63. d28f87a ahci: give another shot at clearing all bits in irq_stat by Tejun Heo · 16 years ago
  64. 2b54ed9 ide: ide_unregister() locking bugfix by Bartlomiej Zolnierkiewicz · 16 years ago
  65. bd8a59e ide: ide_unregister() warm-plug bugfix by Bartlomiej Zolnierkiewicz · 16 years ago
  66. 7cd95f5 ide: fix hwif->gendev refcounting by Bartlomiej Zolnierkiewicz · 16 years ago
  67. 3b72532 softlockup: print a module list on being stuck by Arjan van de Ven · 16 years ago
  68. a1716d5 Merge branch 'x86/s2ram-fix' into x86/urgent by Ingo Molnar · 16 years ago
  69. 64e83b5 x86 ACPI: fix resume from suspend to RAM on uniprocessor x86-64 by Rafael J. Wysocki · 16 years ago
  70. 4b4f728 x86 ACPI: normalize segment descriptor register on resume by H. Peter Anvin · 16 years ago
  71. d79df63 mempolicy: mask off internal flags for userspace API by David Rientjes · 16 years ago
  72. b8a0b6c Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. bf5b193 mmc: don't use DMA on newer ENE controllers by Pierre Ossman · 16 years ago
  74. 46b6d94 doc: document the relax_domain_level kernel boot argument by Paul Jackson · 16 years ago
  75. d823f6b devcgroup: fix odd behaviour when writing 'a' to devices.allow by Li Zefan · 16 years ago
  76. 26ff8c6 Update MAINTAINERS file for the TPM device driver by Rajiv Andrade · 16 years ago
  77. 2d5c1be mm: switch node meminfo Active & Inactive pages to Kbytes by John Blackwood · 16 years ago
  78. acb7669 cpumask: introduce new APIs by Stephen Rothwell · 16 years ago
  79. 603ded1 olpc: sdhci: add quirk for the Marvell CaFe's interrupt timeout by Andres Salomon · 16 years ago
  80. e08c169 olpc: sdhci: add quirk for the Marvell CaFe's vdd/powerup issue by Andres Salomon · 16 years ago
  81. 4915399 cciss: read config to obtain max outstanding commands per controller by Mike Miller · 16 years ago
  82. 8deacee MAINTAINERS: update the email address of Andreas Dilger by Geert Uytterhoeven · 16 years ago
  83. 985ee7f cpusets: document proc status cpus and mems allowed lists by Paul Jackson · 16 years ago
  84. 51597ac Alpha Linux kernel fails with inconsistent kallsyms data by Bastian Blank · 16 years ago
  85. 1209726 security: filesystem capabilities: fix CAP_SETPCAP handling by Andrew G. Morgan · 16 years ago
  86. 086f731 security: filesystem capabilities: fix fragile setuid fixup code by Andrew G. Morgan · 16 years ago
  87. abbaeff doc: doc maintainers by Randy Dunlap · 16 years ago
  88. 4b1295b spi: fix the read path in spidev by Sebastian Siewior · 16 years ago
  89. bef67c5 cgroups: document the effect of attaching PID 0 to a cgroup by Li Zefan · 16 years ago
  90. 4e0d13c MFD maintainer by Samuel Ortiz · 16 years ago
  91. 27c8d95 w100fb: add 80 MHz modeline by Philipp Zabel · 16 years ago
  92. e5dd3cb w100fb: do not depend on SHARPSL by Philipp Zabel · 16 years ago
  93. 6d1029b add kernel-doc for simple_read_from_buffer and memory_read_from_buffer by Akinobu Mita · 16 years ago
  94. 337e2ab ntfs: update help text by Jess Guerrero · 16 years ago
  95. c76a587 man-pages is supported by Michael Kerrisk · 16 years ago
  96. 93921f5 Introduce rculist.h by Stephen Rothwell · 16 years ago
  97. fc26361 mn10300: provide __ucmpdi2() for MN10300 by David Howells · 16 years ago
  98. 7fc7228 mn10300: export certain arch symbols required to build allmodconfig by David Howells · 16 years ago
  99. 292d735 hdaps: add support for various newer Lenovo thinkpads by maximilian attems · 16 years ago
  100. 71f7705 Doc*/kernel-parameters.txt: fix stale references by Pavel Machek · 16 years ago