1. 2d8009b x86: Unify 3 similar ways of saving mp_irqs info by Feng Tang · 14 years ago
  2. f115714 x86, apic: Remove early_init_lapic_mapping() by Yinghai Lu · 14 years ago
  3. c0104d3 x86, apic: Unify identical register_lapic_address() functions by Yinghai Lu · 14 years ago
  4. 51ddafc Merge branch 'x86/platform' into x86/apic-cleanups by Thomas Gleixner · 14 years ago
  5. d834a9d Merge branch 'x86/amd-nb' into x86/apic-cleanups by Thomas Gleixner · 14 years ago
  6. a38c538 x86: io_apic: Split setup_ioapic_ids_from_mpc() by Sebastian Andrzej Siewior · 14 years ago
  7. f658bcf x86, cacheinfo: Cleanup L3 cache index disable support by Hans Rosenfeld · 14 years ago
  8. 9653a5c x86, amd-nb: Cleanup AMD northbridge caching code by Hans Rosenfeld · 14 years ago
  9. eec1d4f x86, amd-nb: Complete the rename of AMD NB and related code by Hans Rosenfeld · 14 years ago
  10. c751e17 x86: Add CE4100 platform support by Thomas Gleixner · 14 years ago
  11. 7309282 x86: mrst: Add vrtc driver which serves as a wall clock device by Feng Tang · 14 years ago
  12. 62b0cfc x86, UV: Update node controller MMRs by Jack Steiner · 14 years ago
  13. 0059b24 x86: Address gcc4.6 "set but not used" warnings in apic.h by Andi Kleen · 14 years ago
  14. 1da4b1c x86/mrst: Add SFI platform device parsing code by Feng Tang · 14 years ago
  15. 2d10d87 Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  16. 18cb657 Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  17. a042e26 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  18. 0671b76 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  19. 22d4cd4 x86-32: Allocate irq stacks seperate from percpu area by Brian Gerst · 14 years ago
  20. 520045d Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  21. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  22. 3e4d3af mm: stack based kmap_atomic() by Peter Zijlstra · 14 years ago
  23. c8f730b x86, uv: Enable Westmere support on SGI UV by Russ Anderson · 14 years ago
  24. 7d7a48b Merge branch 'linus' into x86/urgent by Ingo Molnar · 14 years ago
  25. 0b849ee Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgent by Ingo Molnar · 14 years ago
  26. fbaab1d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86 by Linus Torvalds · 14 years ago
  27. 4cafc4b Merge branch 'oprofile/core' into oprofile/x86 by Robert Richter · 14 years ago
  28. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  29. 7fb2b87 x86: io_apic: Fix CONFIG_X86_IO_APIC=n breakage by Thomas Gleixner · 14 years ago
  30. c285545 KVM: x86: TSC catchup mode by Zachary Amsden · 14 years ago
  31. 4ab8e02 KVM: x86 emulator: Expose emulate_int_real() by Mohammed Gamal · 14 years ago
  32. 0959ffa KVM: MMU: Don't track nested fault info in error-code by Joerg Roedel · 14 years ago
  33. b463a6f KVM: Non-atomic interrupt injection by Avi Kivity · 14 years ago
  34. 2d48a98 KVM: MMU: Track NX state in struct kvm_mmu by Joerg Roedel · 14 years ago
  35. 81407ca KVM: MMU: Allow long mode shadows for legacy page tables by Joerg Roedel · 14 years ago
  36. ff03a07 KVM: MMU: Add kvm_mmu parameter to load_pdptrs function by Joerg Roedel · 14 years ago
  37. d4f8cf6 KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa by Joerg Roedel · 14 years ago
  38. ec92fe4 KVM: X86: Add kvm_read_guest_page_mmu function by Joerg Roedel · 14 years ago
  39. 6539e73 KVM: MMU: Implement nested gva_to_gpa functions by Joerg Roedel · 14 years ago
  40. 14dfe85 KVM: X86: Introduce pointer to mmu context used for gva_to_gpa by Joerg Roedel · 14 years ago
  41. c30a358 KVM: MMU: Add infrastructure for two-level page walker by Joerg Roedel · 14 years ago
  42. 8df25a3 KVM: MMU: Track page fault data in struct vcpu by Joerg Roedel · 14 years ago
  43. cb659db KVM: MMU: Introduce inject_page_fault function pointer by Joerg Roedel · 14 years ago
  44. 5777ed3 KVM: MMU: Introduce get_cr3 function pointer by Joerg Roedel · 14 years ago
  45. 1c97f0a KVM: X86: Introduce a tdp_set_cr3 function by Joerg Roedel · 14 years ago
  46. f43addd KVM: MMU: Make set_cr3 a function pointer in kvm_mmu by Joerg Roedel · 14 years ago
  47. c5a78f2b KVM: MMU: Make tdp_enabled a mmu-context parameter by Joerg Roedel · 14 years ago
  48. b9a52c4 x86: Define MSR_EBC_FREQUENCY_ID by Jes Sorensen · 14 years ago
  49. d2ddd1c KVM: x86 emulator: get rid of "restart" in emulation context. by Gleb Natapov · 14 years ago
  50. 1d5f066 KVM: x86: Fix a possible backwards warp of kvmclock by Zachary Amsden · 14 years ago
  51. 347bb44 x86: pvclock: Move scale_delta into common header by Zachary Amsden · 14 years ago
  52. e48672f KVM: x86: Unify TSC logic by Zachary Amsden · 14 years ago
  53. f38e098 KVM: x86: TSC reset compensation by Zachary Amsden · 14 years ago
  54. 99e3e30 KVM: x86: Move TSC offset writes to common code by Zachary Amsden · 14 years ago
  55. ae38436 KVM: x86: Drop vm_init_tsc by Zachary Amsden · 14 years ago
  56. 49d5ca2 KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages by Dave Hansen · 14 years ago
  57. 39de71e KVM: rename x86 kvm->arch.n_alloc_mmu_pages by Dave Hansen · 14 years ago
  58. 160ce1f KVM: x86 emulator: Allow accessing IDT via emulator ops by Mohammed Gamal · 14 years ago
  59. ba49296 KVM: Move kvm_guest_init out of generic code by Alexander Graf · 14 years ago
  60. 2dbd0dd KVM: x86 emulator: Decode memory operands directly into a 'struct operand' by Avi Kivity · 14 years ago
  61. d4709c7 KVM: x86 emulator: drop use_modrm_ea by Avi Kivity · 14 years ago
  62. 1a6440aef KVM: x86 emulator: use correct type for memory address in operands by Avi Kivity · 14 years ago
  63. 09ee57c KVM: x86 emulator: push segment override out of decode_modrm() by Avi Kivity · 14 years ago
  64. 4fc40f0 KVM: x86 emulator: check io permissions only once for string pio by Gleb Natapov · 14 years ago
  65. ef65c88 KVM: x86 emulator: allow storing emulator execution function in decode tables by Avi Kivity · 14 years ago
  66. 9aabc88f KVM: x86 emulator: store x86_emulate_ops in emulation context by Avi Kivity · 14 years ago
  67. 23f9b26 x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings() by Thomas Gleixner · 14 years ago
  68. 5a7ae78 x86: Allow platforms to force enable apic by Thomas Gleixner · 14 years ago
  69. 02f3603 Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linus', 'x86-quirks-for-linus', 'x86-setup-for-linus', 'x86-uv-for-linus' and 'x86-vm86-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  70. 10f2a2b Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  71. 0fc0531 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  72. 38aa66f xen: remap GSIs as pirqs when running as initial domain by Jeremy Fitzhardinge · 14 years ago
  73. 3942b74 xen: support GSI -> pirq remapping in PV on HVM guests by Stefano Stabellini · 14 years ago
  74. 90f6881 xen: add xen hvm acpi_register_gsi variant by Jeremy Fitzhardinge · 14 years ago
  75. cfd8951 xen: don't map missing memory by Jeremy Fitzhardinge · 14 years ago
  76. c379806 xen: add return value to set_phys_to_machine() by Jeremy Fitzhardinge · 14 years ago
  77. 5e941c0 x86: add RESERVE_BRK_ARRAY() helper by Jeremy Fitzhardinge · 14 years ago
  78. db08bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 14 years ago
  79. 9115124 Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  80. 3044100 Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  81. e36f561 Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflags by Linus Torvalds · 14 years ago
  82. 157b6ce Merge branch 'x86-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  83. 4a60cfa Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  84. 5fe8321 Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  85. 709d9f5 Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  86. cca8209 Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  87. 87affd0b Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  88. c3b86a2 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  89. 2a8b67f Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  90. b6f7e38 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  91. 76fac07 x86, kexec: Make sure to stop all CPUs before exiting the kernel by Alok Kataria · 14 years ago
  92. 214515b Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  93. d60a279 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  94. e990c77 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  95. 2f0384e Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  96. 5d70f79 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  97. 1053e6b Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  98. 260586d Add OLPC XO-1 rfkill driver by Daniel Drake · 14 years ago
  99. 1246ae0 xen: add variable hypercall caller by Jeremy Fitzhardinge · 15 years ago
  100. eba3ff8 xen: add xen_set_domain_pte() by Jeremy Fitzhardinge · 15 years ago