1. ca97ab9 x86: unstatic ioapic entry funcs by Jeremy Fitzhardinge · 16 years ago
  2. c3e137d x86: add mp_find_ioapic_pin by Jeremy Fitzhardinge · 16 years ago
  3. 4924e22 x86: unstatic mp_find_ioapic so it can be used elsewhere by Jeremy Fitzhardinge · 16 years ago
  4. 3c552ac x86: make apic_* operations inline functions by Jeremy Fitzhardinge · 16 years ago
  5. 792dc4f xen: use our own eventchannel->irq path by Jeremy Fitzhardinge · 16 years ago
  6. eca217b Merge branch 'x86/paravirt' into x86/apic by Ingo Molnar · 16 years ago
  7. 7c1d7cd x86: unify do_IRQ() by Jeremy Fitzhardinge · 16 years ago
  8. 9b2b76a x86: add handle_irq() to allow interrupt injection by Jeremy Fitzhardinge · 16 years ago
  9. cc6c500 x86: find nr_irqs_gsi with mp_ioapic_routing by Yinghai Lu · 16 years ago
  10. f72dcca x86: check_timer cleanup by Yinghai Lu · 16 years ago
  11. abcaa2b x86: use NR_IRQS_LEGACY to replace 16 by Yinghai Lu · 16 years ago
  12. f1ee554 x86/irq: optimize nr_irqs by Yinghai Lu · 16 years ago
  13. 8f9ca47 x86: clean up arch/x86/Kconfig* by Ingo Molnar · 16 years ago
  14. 4f179d1 x86, numaq: cleanups by Ingo Molnar · 16 years ago
  15. 9d45cf9 Merge branch 'x86/urgent' into x86/apic by Ingo Molnar · 16 years ago
  16. c5e9548 x86: move default_ipi_xx back to ipi.c by Yinghai Lu · 16 years ago
  17. fdbecd9 x86, apic: explain the purpose of max_physical_apicid by Ingo Molnar · 16 years ago
  18. 65a4e57 smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup() by Ingo Molnar · 16 years ago
  19. 0cd5c3c x86: disable intel_iommu support by default by Kyle McMartin · 16 years ago
  20. b534816 x86: don't apply __supported_pte_mask to non-present ptes by Jeremy Fitzhardinge · 16 years ago
  21. e4d0407 xen: use direct ops on 64-bit by Jeremy Fitzhardinge · 16 years ago
  22. 5393744 xen: make direct versions of irq_enable/disable/save/restore to common code by Jeremy Fitzhardinge · 16 years ago
  23. 3834143 xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  24. 327641d Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  25. 1f4f931 xen: fix 32-bit build resulting from mmu move by Jeremy Fitzhardinge · 16 years ago
  26. 4560839 x86: fix grammar in user-visible BIOS warning by Alex Chiang · 16 years ago
  27. 36723bf x86/Kconfig.cpu: make Kconfig help readable in the console by Borislav Petkov · 16 years ago
  28. 48ec4d9 x86, 64-bit: print DMI info in the oops trace by Kyle McMartin · 16 years ago
  29. bb960a1 Merge branch 'core/xen' into x86/urgent by Ingo Molnar · 16 years ago
  30. 8587706 x86: APIC: enable workaround on AMD Fam10h CPUs by Borislav Petkov · 16 years ago
  31. 06fc732 xen: disable interrupts before saving in percpu by Jeremy Fitzhardinge · 16 years ago
  32. 0eb592d x86/paravirt: return full 64-bit result by Jeremy Fitzhardinge · 16 years ago
  33. a67798c x86: push old stack address on irqstack for unwinder by Martin Hicks · 16 years ago
  34. ef3892b x86, percpu: fix kexec with vmlinux by Yinghai Lu · 16 years ago
  35. b1792e3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  36. 93bfbd7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  37. d96be87 mmc: Add a MX2/MX3 specific SDHC driver by Sascha Hauer · 16 years ago
  38. 664c795 x86/vmi: fix interrupt enable/disable/save/restore calling convention. by Jeremy Fitzhardinge · 16 years ago
  39. e584f55 x86/paravirt: don't restore second return reg by Jeremy Fitzhardinge · 16 years ago
  40. 59b608c powerpc: Fix oops on some machines due to incorrect pr_debug() by Benjamin Herrenschmidt · 16 years ago
  41. 10b888d irq, x86: fix lock status with numa_migrate_irq_desc by Yinghai Lu · 16 years ago
  42. 9a8ecae x86: add cache descriptors for Intel Core i7 by Dave Jones · 16 years ago
  43. 45c82b5 Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  44. f649043 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  45. e81cfd2 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
  46. 92ab783 x86/Voyager: make it build and boot by James Bottomley · 16 years ago
  47. 795f99b xen: setup percpu data pointers by Jeremy Fitzhardinge · 16 years ago
  48. 11e3a84 x86: split loading percpu segments from loading gdt by Jeremy Fitzhardinge · 16 years ago
  49. 552be87 x86: pass in cpu number to switch_to_new_gdt() by Brian Gerst · 16 years ago
  50. 2749ebe x86: UV fix uv_flush_send_and_wait() by Cliff Wickman · 16 years ago
  51. d8106d2 x86, vm86: clean up invalid_vm86_irq() by Ingo Molnar · 16 years ago
  52. 009eb3f x86, irq: describe NR_IRQ sizing details, clean up by Ingo Molnar · 16 years ago
  53. c379698 x86, irq_vectors.h: remove needless includes by Ingo Molnar · 16 years ago
  54. 9fc2e79 x86, irq: add IRQ layout comments by Ingo Molnar · 16 years ago
  55. 3e92ab3 x86, irqs, voyager: remove Voyager quirk by Ingo Molnar · 16 years ago
  56. ed74ca6 x86, voyager: move Voyager-specific defines to voyager.h by Ingo Molnar · 16 years ago
  57. 647ad94 x86, apic: clean up spurious vector sanity check by Ingo Molnar · 16 years ago
  58. 5da690d x86, apic: unify the APIC vector enumeration by Ingo Molnar · 16 years ago
  59. 8f47e16 x86: update copyrights by Ingo Molnar · 16 years ago
  60. d1de36f x86, apic: clean up header section by Ingo Molnar · 16 years ago
  61. 193c81b x86, irq: add LOCAL_PERF_VECTOR by Ingo Molnar · 16 years ago
  62. 7fc49f1 x86 setup: fix asm constraints in vesa_store_edid by Andreas Schwab · 16 years ago
  63. 4767afb x86/paravirt: fix missing callee-save call on pud_val by Jeremy Fitzhardinge · 16 years ago
  64. da5de7c x86/paravirt: use callee-saved convention for pte_val/make_pte/etc by Jeremy Fitzhardinge · 16 years ago
  65. 791bad9 x86/paravirt: implement PVOP_CALL macros for callee-save functions by Jeremy Fitzhardinge · 16 years ago
  66. ecb93d1 x86/paravirt: add register-saving thunks to reduce caller register pressure by Jeremy Fitzhardinge · 16 years ago
  67. 9104a18 x86/paravirt: selectively save/restore regs around pvops calls by Jeremy Fitzhardinge · 16 years ago
  68. b8aa287 x86: fix paravirt clobber in entry_64.S by Jeremy Fitzhardinge · 16 years ago
  69. 41edafd x86/pvops: add a paravirt_ident functions to allow special patching by Jeremy Fitzhardinge · 16 years ago
  70. 319f3ba xen: move remaining mmu-related stuff into mmu.c by Jeremy Fitzhardinge · 16 years ago
  71. 9b7ed8f Merge branch 'core/percpu' into x86/paravirt by H. Peter Anvin · 16 years ago
  72. 6b64ee0 x86, apic, 32-bit: add self-IPI methods by Ingo Molnar · 16 years ago
  73. 2d2eca4 MIPS: Alchemy: time.c build fix by Manuel Lauss · 16 years ago
  74. 0fc6bc0 MIPS: RB532: Export rb532_gpio_set_func() by Phil Sutter · 16 years ago
  75. 3828ee0 MIPS: RB532: Update headers by Phil Sutter · 16 years ago
  76. 1c4db8e MIPS: RB532: Simplify dev3 init by Phil Sutter · 16 years ago
  77. 4ca3803 MIPS: RB532: Remove {get,set}_434_reg() by Phil Sutter · 16 years ago
  78. 36f2db4 MIPS: RB532: Move dev3 init code to devices.c by Phil Sutter · 16 years ago
  79. 7060886 MIPS: RB532: Fix set_latch_u5() by Phil Sutter · 16 years ago
  80. deb1003 MIPS: RB532: Fix init of rb532_dev3_ctl_res by Phil Sutter · 16 years ago
  81. 94d2cc1 MIPS: RB532: Use driver_data instead of platform_data by Phil Sutter · 16 years ago
  82. 1452fc7 MIPS: RB532: Detect uart type, add platform device by Phil Sutter · 16 years ago
  83. 84c2c56 MIPS: RB532: remove useless CF GPIO initialisation by Phil Sutter · 16 years ago
  84. 33763d5 MIPS: RB532: Auto disable GPIO alternate function by Phil Sutter · 16 years ago
  85. 4aa0f4d MIPS: RB532: Add set_type() function to IRQ struct. by Phil Sutter · 16 years ago
  86. fb91e2c MIPS: RC32434: Define io_map_base for PCI controller by Phil Sutter · 16 years ago
  87. 5379a5f MIPS: RB532: Fix bit swapping in rb532_set_bit() by Phil Sutter · 16 years ago
  88. f839490 MIPS: Use hardware watchpoints on all R1 and R2 CPUs. by David Daney · 16 years ago
  89. 8bc6d05 MIPS: Read watch registers with interrupts disabled. by David Daney · 16 years ago
  90. 7adbeda MIPS: Fix a typo in watchpoint register structure. by David Daney · 16 years ago
  91. 65655b5 MIPS: TXx9: Add support for TX4939 internal RTC by Atsushi Nemoto · 16 years ago
  92. 42fe7ee MIPS: R2: Fix broken installation of cache error handler. by Ralf Baechle · 16 years ago
  93. 634286f MIPS: IP27: Switch from DMA_IP27 to DMA_COHERENT by Ralf Baechle · 16 years ago
  94. 732f046 MIPS: Add return value checks to user_termio_to_kernel_termios() by Ralf Baechle · 16 years ago
  95. 2d89651 MIPS: Octeon: Remove duplicated #includes by Huang Weiyi · 16 years ago
  96. 915ec1e MIPS: atomic_*(): Change type of intermediate variables. by Ralf Baechle · 16 years ago
  97. c7c1e38 MIPS: Port "mm: invoke oom-killer from page fault" from UML / x86 by Ralf Baechle · 16 years ago
  98. a8ca8b6 MIPS: Avoid destructive invalidation on partial cachelines. by Ralf Baechle · 16 years ago
  99. 012703e MIPS: SMTC: Fix build after recent creditial changes. by Ralf Baechle · 16 years ago
  100. 7cff360 headers_check fix: x86, swab.h by Jaswinder Singh Rajput · 16 years ago