1. bea4180 x86: asm-x86/pgtable.h: fix compiler warning by Jeremy Fitzhardinge · 17 years ago
  2. 4de0043 x86: nmi_watchdog - introduce nmi_watchdog_active() helper by Cyrill Gorcunov · 17 years ago
  3. c376d45 x86: nmi_watchdog - use NMI_NONE by default by Cyrill Gorcunov · 17 years ago
  4. c4ba132 x86 boot: allow overlapping early reserve memory ranges by Paul Jackson · 17 years ago
  5. 11cd0bc x86: move some func calling from setup_arch to paging_init by Yinghai Lu · 17 years ago
  6. 2ec65f8 x86: clean up using max_low_pfn on 32-bit by Yinghai Lu · 17 years ago
  7. 225c37d x86: introduce reserve_initrd by Yinghai Lu · 17 years ago
  8. b2ac82a x86: introduce initmem_init for 32 bit by Yinghai Lu · 17 years ago
  9. 1f75d7e x86: introduce initmem_init for 64 bit by Yinghai Lu · 17 years ago
  10. ce97c40 x86: move reserve_standard_io_resource to setup.c by Yinghai Lu · 17 years ago
  11. a9c1182 x86: seperate probe_roms into another file by Yinghai Lu · 17 years ago
  12. 7a1fd98 x86: add e820_remove_range by Yinghai Lu · 17 years ago
  13. 9a25034 x86: change identify_cpu to static by Yinghai Lu · 17 years ago
  14. f580366 x86: seperate funcs from setup_64 to cpu common_64.c by Yinghai Lu · 17 years ago
  15. 3c999f1 x86: check command line when CONFIG_X86_MPPARSE is not set, v2 by Yinghai Lu · 17 years ago
  16. 1481a3d x86: move cpu_exit_clear to process_32.c by Glauber Costa · 17 years ago
  17. 3fde690 x86: change __setup_vector_irq with setup_vector_irq by Glauber Costa · 17 years ago
  18. a939098 x86: move x86_64 gdt closer to i386 by Glauber Costa · 17 years ago
  19. 1ecd276 x86: unify crashkernel reservation for 32 and 64 bit by Bernhard Walle · 17 years ago
  20. 6236af8 Merge branch 'x86/fixmap' into x86/devel by Ingo Molnar · 17 years ago
  21. e3ae0ac Merge branch 'x86/uv' into x86/devel by Ingo Molnar · 17 years ago
  22. ab9c0bb x86: increase MAX_APICS for very large x86-64 configs by Jack Steiner · 17 years ago
  23. b6df1b8 x86: fix stack overflow for large values of MAX_APICS by Jack Steiner · 17 years ago
  24. dc163a4 SGI UV: TLB shootdown using broadcast assist unit by Ingo Molnar · 17 years ago
  25. b194b120 SGI UV: TLB shootdown using broadcast assist unit, cleanups by Cliff Wickman · 17 years ago
  26. 73e991f x86 atomic operations: atomic_or_long() atomic_inc_short() by Cliff Wickman · 17 years ago
  27. 1812924 x86, SGI UV: TLB shootdown using broadcast assist unit by Cliff Wickman · 17 years ago
  28. d98b940 Merge branch 'linus' into x86/irq by Ingo Molnar · 17 years ago
  29. 4b62ac9 Merge branch 'x86/nmi' into x86/devel by Ingo Molnar · 17 years ago
  30. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 17 years ago
  31. 3fd052b x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 17 years ago
  32. 3461b0a x86: remove static boot_cpu_pda array v2 by Mike Travis · 17 years ago
  33. 9f248bd x86: remove the static 256k node_to_cpumask_map by Mike Travis · 17 years ago
  34. 7891a24 x86: restore pda nodenumber field by Mike Travis · 17 years ago
  35. 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 17 years ago
  36. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 17 years ago
  37. fcfa146 x86: update mptable fix with no ioapic v2 by Yinghai Lu · 17 years ago
  38. 95a71a4 x86: cleanup machine_specific_memory_setup, v2 by Yinghai Lu · 17 years ago
  39. 66a6f8d x86: remove unused file after numaq etc depends on genericarch by Yinghai Lu · 17 years ago
  40. 1c6e550 x86: use acpi_numa_init to parse on 32-bit numa by Yinghai Lu · 17 years ago
  41. 064d25f x86: merge setup_memory_map with e820 by Yinghai Lu · 17 years ago
  42. cc9f7a0 x86: kill bad_ppro by Yinghai Lu · 17 years ago
  43. 41c094f x86: move e820_resource_resources to e820.c by Yinghai Lu · 17 years ago
  44. 8c5beb5 x86 boot: pass E820 memory map entries more than 128 via linked list of setup data by Huang, Ying · 17 years ago
  45. b5bc6c0 x86, mm: use add_highpages_with_active_regions() for high pages init v2 by Yinghai Lu · 17 years ago
  46. d0be6bd x86: rename two e820 related functions by Yinghai Lu · 17 years ago
  47. d867e53 x86: keep MP_intsrc_info untouched if we do not update mptable by Yinghai Lu · 17 years ago
  48. d2dbf34 x86: clean up reserve_bootmem_generic() and port it to 32-bit by Yinghai Lu · 17 years ago
  49. ab4a465 x86: e820 merge parsing of the mem=/memmap= boot parameters by Yinghai Lu · 17 years ago
  50. 8b2ef1d x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 17 years ago
  51. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 17 years ago
  52. 1b8ba39 Merge branch 'x86/irq' into x86/devel by Ingo Molnar · 17 years ago
  53. 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 · 17 years ago
  54. 3c1ca43 Merge branch 'x86/setup' into x86/devel by Ingo Molnar · 17 years ago
  55. 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 · 17 years ago
  56. d3f020d x86, io-apic: define names for redirection table entry fields by Cyrill Gorcunov · 17 years ago
  57. d788bad x86: APIC/SMP: Downgrade the NMI watchdog for "noapic" by Maciej W. Rozycki · 17 years ago
  58. 148b508 x86: NMI watchdog: Downgrade helper by Maciej W. Rozycki · 17 years ago
  59. 0715650 x86: move pci_routirq declaration to pci.h by Thomas Gleixner · 17 years ago
  60. 35542c5 x86: I/O APIC: clean up the 8259A on a NMI watchdog failure by Maciej W. Rozycki · 17 years ago
  61. ecd2947 x86: I/O APIC: remove parameters to fiddle with the 8259A by Maciej W. Rozycki · 17 years ago
  62. 65280e6 x86: janitor CPA statistics patch by Thomas Gleixner · 17 years ago
  63. ce0c0e5 x86, generic: CPA add statistics about state of direct mapping v4 by Andi Kleen · 17 years ago
  64. 9302213 Merge commit 'v2.6.26-rc9' into x86/cpu by Ingo Molnar · 17 years ago
  65. 3a27dd1 x86: Move PCI IO ECS code to x86/pci by Robert Richter · 17 years ago
  66. aa276e1 x86, clockevents: add C1E aware idle function by Thomas Gleixner · 17 years ago
  67. ca37393 x86: KVM guest: Add memory clobber to hypercalls by Anthony Liguori · 17 years ago
  68. 84e65b0 x86: cacheline_align tss_struct by Richard Kennedy · 17 years ago
  69. 999ba41 x86, AMD IOMMU: flush domain TLB when there is more than one page to flush by Joerg Roedel · 17 years ago
  70. bbad5d4 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  71. ac2564c x86: add compilation checks to pci_unmap_*() macros by Matti Linnanvuori · 17 years ago
  72. 92af4e2 x86, AMD IOMMU, build fix #2 by Ingo Molnar · 17 years ago
  73. c6da992 x86, AMD IOMMU: add amd_iommu.h to export functions to the generic x86 dma code by Joerg Roedel · 17 years ago
  74. 8d283c3 x86, AMD IOMMU: add header file for driver data structures and defines by Joerg Roedel · 17 years ago
  75. 41aefdc x86: shift bits the right way in native_read_tscp by Max Asbock · 17 years ago
  76. 08b882c paravirt: add hooks for ptep_modify_prot_start/commit by Jeremy Fitzhardinge · 17 years ago
  77. 8700600 Merge branch 'linus' into x86/nmi by Ingo Molnar · 17 years ago
  78. 0ed368c Merge branch 'linus' into x86/kconfig by Ingo Molnar · 17 years ago
  79. cbd6712 Merge branch 'linus' into x86/irq by Ingo Molnar · 17 years ago
  80. 48cf937 Merge branch 'linus' into x86/i8259 by Ingo Molnar · 17 years ago
  81. 037a607 Merge branch 'linus' into x86/gart by Ingo Molnar · 17 years ago
  82. 8b7ef4e Merge branch 'linus' into x86/fixmap by Ingo Molnar · 17 years ago
  83. 1262b00 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 17 years ago
  84. d02859e Merge commit 'v2.6.26-rc8' into x86/xen by Ingo Molnar · 17 years ago
  85. 919c0d1 Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
  86. 6b1ed90 KVM: Remove now unused structs from kvm_para.h by Gerd Hoffmann · 17 years ago
  87. 50d0a0f KVM: Make kvm host use the paravirt clocksource structs by Gerd Hoffmann · 17 years ago
  88. 7af192c x86: Add structs and functions for paravirt clocksource by Gerd Hoffmann · 17 years ago
  89. 2849914 xen: remove support for non-PAE 32-bit by Jeremy Fitzhardinge · 17 years ago
  90. b664d6b x86: add X86_FEATURE_IBS cpu feature by Robert Richter · 17 years ago
  91. bcc643d x86: introduce macro to check whether an address range is in the ISA range by Andreas Herrmann · 17 years ago
  92. 009b9fc Merge branch 'linus' into x86/threadinfo by Ingo Molnar · 17 years ago
  93. 437a0a5 x86, bitops: make constant-bit set/clear_bit ops faster, gcc workaround by Ingo Molnar · 17 years ago
  94. aeaaa59 x86/paravirt/xen: add set_fixmap pv_mmu_ops by Jeremy Fitzhardinge · 17 years ago
  95. d494a96 x86: implement set_pte_vaddr by Jeremy Fitzhardinge · 17 years ago
  96. 7c7e6e0 x86: unify __set_fixmap by Jeremy Fitzhardinge · 17 years ago
  97. 944256e x86: unify asm-x86/fixmap*.h by Jeremy Fitzhardinge · 17 years ago
  98. 7dbceaf x86, bitops: make constant-bit set/clear_bit ops faster, adapt, clean up by Ingo Molnar · 17 years ago
  99. 5f0120b x86-64: remove unnecessary ptregs call stubs by Jan Beulich · 17 years ago
  100. ffe6e1d x86, geode: add a VSA2 ID for General Software by Jordan Crouse · 17 years ago