1. 72da0b0 x86: constify PCI raw ops structures by Jan Beulich · 13 years ago
  2. 30963c0 x86, intel: Use c->microcode for Atom errata check by Andi Kleen · 13 years ago
  3. 506ed6b x86, intel: Output microcode revision in /proc/cpuinfo by Andi Kleen · 13 years ago
  4. 2ad5311 Merge branch 'x86-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  5. 153b19a x86, mrst: use a temporary variable for SFI irq by Mika Westerberg · 13 years ago
  6. 7098944 x86, microcode: Don't request microcode from userspace unnecessarily by Srivatsa S. Bhat · 13 years ago
  7. 141d55e x86/irq: Standardize on CONFIG_SPARSE_IRQ=y by Yinghai Lu · 13 years ago
  8. 910e94d Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/core by Ingo Molnar · 13 years ago
  9. 6f50d45 x86, ioapic: Clean up ioapic/apic_id usage by Yinghai Lu · 13 years ago
  10. cda417d x86, ioapic: Factor out print_IO_APIC() to only print one io apic by Yinghai Lu · 13 years ago
  11. 3a61d7f x86, ioapic: Print out irte with right ioapic index by Yinghai Lu · 13 years ago
  12. c5b4712 x86, ioapic: Split up setup_ioapic_entry() by Yinghai Lu · 13 years ago
  13. e4aff81 x86, ioapic: Pass struct irq_attr * to setup_ioapic_irq() by Yinghai Lu · 13 years ago
  14. 2b66685 x86: Default to vsyscall=native for now by Adrian Bunk · 13 years ago
  15. 53a019a x86: Fix insn decoder for longer instruction by Masami Hiramatsu · 13 years ago
  16. d48b0e1 x86, nmi, drivers: Fix nmi splitup build bug by Ingo Molnar · 13 years ago
  17. b716916 perf, x86: Implement IBS initialization by Robert Richter · 13 years ago
  18. ee5789d perf, x86: Share IBS macros between perf and oprofile by Robert Richter · 13 years ago
  19. efc3aac x86, nmi: Track NMI usage stats by Don Zickus · 13 years ago
  20. b227e23 x86, nmi: Add in logic to handle multiple events and unknown NMIs by Don Zickus · 13 years ago
  21. 9c48f1c x86, nmi: Wire up NMI handlers to new routines by Don Zickus · 13 years ago
  22. c9126b2 x86, nmi: Create new NMI handler routines by Don Zickus · 13 years ago
  23. 1d48922 x86, nmi: Split out nmi from traps.c by Don Zickus · 13 years ago
  24. 144d31e perf, intel: Use GO/HO bits in perf-ctr by Gleb Natapov · 13 years ago
  25. 29cf7a3 x86/PCI: use host bridge _CRS info on ASUS M2V-MX SE by Paul Menzel · 13 years ago
  26. 011af85 perf, amd: Use GO/HO bits in perf-ctr by Joerg Roedel · 13 years ago
  27. 7b4f86a Merge branch 'ras' of git://amd64.org/linux/bp into perf/core by Ingo Molnar · 13 years ago
  28. 9d01402 Merge commit 'v3.1-rc9' into perf/core by Ingo Molnar · 13 years ago
  29. a3e06bb KVM: emulate lapic tsc deadline timer for guest by Liu, Jinsong · 13 years ago
  30. f72a209 Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urgent-for-linus' of git://tesla.tglx.de/git/linux-2.6-tip by Linus Torvalds · 13 years ago
  31. 4dcaebb xen: use generic functions instead of xen_{alloc, free}_vm_area() by David Vrabel · 13 years ago
  32. 4167ab9 Merge branch 'core' of git://amd64.org/linux/rric into perf/core by Ingo Molnar · 13 years ago
  33. f3f436e xen: release all pages within 1-1 p2m mappings by David Vrabel · 13 years ago
  34. dc91c72 xen: allow extra memory to be in multiple regions by David Vrabel · 13 years ago
  35. 8b5d44a xen: allow balloon driver to use more than one memory region by David Vrabel · 13 years ago
  36. aa24411 xen/balloon: account for pages released during memory setup by David Vrabel · 13 years ago
  37. b17d0b5 xen: XEN_PVHVM depends on PCI by Stefano Stabellini · 13 years ago
  38. 0930bba xen: modify kernel mappings corresponding to granted pages by Stefano Stabellini · 13 years ago
  39. eab9e61 x86-64: Fix CFI data for interrupt frames by Jan Beulich · 13 years ago
  40. e05139f x86-64: Don't apply destructive erratum workaround on unaffected CPUs by Jan Beulich · 13 years ago
  41. 838312b apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatches by Jan Beulich · 13 years ago
  42. 910b2c5 x86, amd: Include linux/elf.h since we use stuff from asm/elf.h by Stephen Rothwell · 13 years ago
  43. 695d16f Merge branch 'upstream/ticketlock-cleanup' of git://github.com/jsgf/linux-xen into x86/spinlocks by Ingo Molnar · 13 years ago
  44. 4a7f340 x86, ticketlock: remove obsolete comment by Jeremy Fitzhardinge · 13 years ago
  45. d6eed55 x86: Perf_event_amd.c needs <asm/apicdef.h> by Randy Dunlap · 13 years ago
  46. 395cf96 doc: fix broken references by Paul Bolle · 13 years ago
  47. fdb9eb9 xen/dom0: set wallclock time in Xen by Jeremy Fitzhardinge · 15 years ago
  48. eec07a9 xen: add dom0_op hypercall by Jeremy Fitzhardinge · 13 years ago
  49. 3e09967 xen/acpi: Domain0 acpi parser related platform hypercall by Yu Ke · 15 years ago
  50. de0428a x86, perf: Clean up perf_event cpu code by Kevin Winchester · 13 years ago
  51. ed3982c Merge commit 'v3.1-rc7' into perf/core by Ingo Molnar · 13 years ago
  52. b90dfb0 x86: TSC deadline definitions by Liu, Jinsong · 13 years ago
  53. 7460fb4a KVM: Fix simultaneous NMIs by Avi Kivity · 13 years ago
  54. 1cd196e KVM: x86 emulator: convert push %sreg/pop %sreg to direct decode by Avi Kivity · 13 years ago
  55. d4b4325 KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decode by Avi Kivity · 13 years ago
  56. c191a7a KVM: x86 emulator: streamline decode of segment registers by Avi Kivity · 13 years ago
  57. 41ddf97 KVM: x86 emulator: simplify OpMem64 decode by Avi Kivity · 13 years ago
  58. 0fe5912 KVM: x86 emulator: switch src decode to decode_operand() by Avi Kivity · 13 years ago
  59. 5217973 KVM: x86 emulator: qualify OpReg inhibit_byte_regs hack by Avi Kivity · 13 years ago
  60. 608aabe KVM: x86 emulator: switch OpImmUByte decode to decode_imm() by Avi Kivity · 13 years ago
  61. 20c29ff KVM: x86 emulator: free up some flag bits near src, dst by Avi Kivity · 13 years ago
  62. 4dd6a57 KVM: x86 emulator: switch src2 to generic decode_operand() by Avi Kivity · 13 years ago
  63. b1ea50b KVM: x86 emulator: expand decode flags to 64 bits by Avi Kivity · 13 years ago
  64. a994554 KVM: x86 emulator: split dst decode to a generic decode_operand() by Avi Kivity · 13 years ago
  65. f09ed83 KVM: x86 emulator: move memop, memopp into emulation context by Avi Kivity · 13 years ago
  66. 3329ece KVM: x86 emulator: convert group 3 instructions to direct decode by Avi Kivity · 13 years ago
  67. 9bc5791 KVM: x86: Add module parameter for lapic periodic timer limit by Jan Kiszka · 13 years ago
  68. bd80158 KVM: Clean up and extend rate-limited output by Jan Kiszka · 13 years ago
  69. 7712de8 KVM: x86: Avoid guest-triggerable printks in APIC model by Jan Kiszka · 13 years ago
  70. 1e2b1dd KVM: x86: Move kvm_trace_exit into atomic vmexit section by Jan Kiszka · 13 years ago
  71. caa8a16 KVM: x86 emulator: disable writeback for TEST by Avi Kivity · 13 years ago
  72. e8f2b1d KVM: x86 emulator: simplify emulate_1op_rax_rdx() by Avi Kivity · 13 years ago
  73. 9fef72c KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementations by Avi Kivity · 13 years ago
  74. d1eef45 KVM: x86 emulator: simplify emulate_1op() by Avi Kivity · 13 years ago
  75. 29053a6 KVM: x86 emulator: simplify emulate_2op_cl() by Avi Kivity · 13 years ago
  76. 761441b KVM: x86 emulator: simplify emulate_2op_cl() by Avi Kivity · 13 years ago
  77. a31b9ce KVM: x86 emulator: simplify emulate_2op_SrcV() by Avi Kivity · 13 years ago
  78. 58fbbf2 KVM: APIC: avoid instruction emulation for EOI writes by Kevin Tian · 13 years ago
  79. 45133ec KVM: SVM: Fix TSC MSR read in nested SVM by Nadav Har'El · 13 years ago
  80. 27fc51b KVM: nVMX: Fix nested VMX TSC emulation by Nadav Har'El · 13 years ago
  81. d5c1785 KVM: L1 TSC handling by Nadav Har'El · 13 years ago
  82. cd46868 KVM: MMU: Fix SMEP failure during fetch by Yang, Wei Y · 13 years ago
  83. e4e517b KVM: MMU: Do not unconditionally read PDPTE from guest memory by Avi Kivity · 13 years ago
  84. cf3ace7 KVM: VMX: trivial: use BUG_ON by Julia Lawall · 13 years ago
  85. 742bc67 KVM: x86: report valid microcode update ID by Marcelo Tosatti · 13 years ago
  86. 1d2887e KVM: x86 emulator: Make x86_decode_insn() return proper macros by Takuya Yoshikawa · 13 years ago
  87. 7d88bb4 KVM: x86 emulator: Let compiler know insn_fetch() rarely fails by Takuya Yoshikawa · 13 years ago
  88. e85a108 KVM: x86 emulator: Drop _size argument from insn_fetch() by Takuya Yoshikawa · 13 years ago
  89. 807941b KVM: x86 emulator: Use ctxt->_eip directly in do_insn_fetch_byte() by Takuya Yoshikawa · 13 years ago
  90. 743eeb0 KVM: Intelligent device lookup on I/O bus by Sasha Levin · 13 years ago
  91. 0d460ff KVM: Use __print_symbolic() for vmexit tracepoints by Stefan Hajnoczi · 13 years ago
  92. e097e5f KVM: Record instruction set in all vmexit tracepoints by Stefan Hajnoczi · 13 years ago
  93. d1613ad KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGE by Mike Waychison · 13 years ago
  94. 14fa67e KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGE by Mike Waychison · 13 years ago
  95. 8c3ba33 KVM: x86: Raise the hard VCPU count limit by Sasha Levin · 13 years ago
  96. 22388a3 KVM: x86: cleanup the code of read/write emulation by Xiao Guangrong · 13 years ago
  97. 77d197b KVM: x86: abstract the operation for read/write emulation by Xiao Guangrong · 13 years ago
  98. ca7d58f KVM: x86: fix broken read emulation spans a page boundary by Xiao Guangrong · 13 years ago
  99. 9be3be1 KVM: x86 emulator: fix Src2CL decode by Avi Kivity · 13 years ago
  100. 41bc318 KVM: MMU: fix incorrect return of spte by Zhao Jin · 13 years ago