1. 1aa3661 KVM: x86 emulator: consolidate segment accessors by Avi Kivity · 13 years ago
  2. 8d7d8102 KVM: mmio_fault_cr2 is not used by Gleb Natapov · 13 years ago
  3. 40e19b5 KVM: SVM: Get rid of x86_intercept_map::valid by Avi Kivity · 13 years ago
  4. 13db70e KVM: x86 emulator: drop x86_emulate_ctxt::vcpu by Avi Kivity · 13 years ago
  5. bcaf5cc KVM: x86 emulator: add new ->wbinvd() callback by Avi Kivity · 13 years ago
  6. d6aa100 KVM: x86 emulator: add ->fix_hypercall() callback by Avi Kivity · 13 years ago
  7. 6c3287f KVM: x86 emulator: add new ->halt() callback by Avi Kivity · 13 years ago
  8. 3cb16fe KVM: x86 emulator: make emulate_invlpg() an emulator callback by Avi Kivity · 13 years ago
  9. 2d04a05 KVM: x86 emulator: emulate CLTS internally by Avi Kivity · 13 years ago
  10. 1ac9d0c KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt() by Avi Kivity · 13 years ago
  11. 2953538 KVM: x86 emulator: drop vcpu argument from intercept callback by Avi Kivity · 13 years ago
  12. 717746e KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacks by Avi Kivity · 13 years ago
  13. 4bff1e86 KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacks by Avi Kivity · 13 years ago
  14. ca1d4a9 KVM: x86 emulator: drop vcpu argument from pio callbacks by Avi Kivity · 13 years ago
  15. 0f65dd7 KVM: x86 emulator: drop vcpu argument from memory read/write callbacks by Avi Kivity · 13 years ago
  16. 3d9b938 KVM: emulator: Use linearize() when fetching instructions by Nelson Elhage · 13 years ago
  17. 7c4c0f4 KVM: X86: Update last_guest_tsc in vcpu_put by Joerg Roedel · 13 years ago
  18. 7ae441e KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpu by Gleb Natapov · 14 years ago
  19. 92a1f12 KVM: X86: Implement userspace interface to set virtual_tsc_khz by Joerg Roedel · 14 years ago
  20. 857e409 KVM: X86: Delegate tsc-offset calculation to architecture code by Joerg Roedel · 14 years ago
  21. 4051b18 KVM: X86: Implement call-back to propagate virtual_tsc_khz by Joerg Roedel · 14 years ago
  22. 1e99361 KVM: X86: Let kvm-clock report the right tsc frequency by Joerg Roedel · 14 years ago
  23. fbc0db7 KVM: SVM: Implement infrastructure for TSC_RATE_MSR by Joerg Roedel · 14 years ago
  24. 7c56252 KVM: MMU: remove mmu_seq verification on pte update path by Xiao Guangrong · 14 years ago
  25. f651193 KVM: SVM: Add checks for IO instructions by Joerg Roedel · 14 years ago
  26. 8061252 KVM: SVM: Add intercept checks for remaining twobyte instructions by Joerg Roedel · 14 years ago
  27. 3b88e41 KVM: SVM: Add intercept check for accessing dr registers by Joerg Roedel · 14 years ago
  28. cfec82c KVM: SVM: Add intercept check for emulated cr accesses by Joerg Roedel · 14 years ago
  29. 8a76d7f KVM: x86: Add x86 callback for intercept check by Joerg Roedel · 14 years ago
  30. 8ea7d6a KVM: x86 emulator: Add flag to check for protected mode instructions by Joerg Roedel · 14 years ago
  31. d09beab KVM: x86 emulator: Add check_perm callback by Joerg Roedel · 14 years ago
  32. 775fde8 KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTED by Joerg Roedel · 14 years ago
  33. 3c6e276 KVM: x86 emulator: add SVM intercepts by Avi Kivity · 14 years ago
  34. c4f035c KVM: x86 emulator: add framework for instruction intercepts by Avi Kivity · 14 years ago
  35. 1253791 KVM: x86 emulator: SSE support by Avi Kivity · 14 years ago
  36. 5037f6f KVM: x86 emulator: define callbacks for using the guest fpu within the emulator by Avi Kivity · 14 years ago
  37. 1d6b114 KVM: x86 emulator: do not munge rep prefix by Avi Kivity · 15 years ago
  38. cef4dea KVM: 16-byte mmio support by Avi Kivity · 15 years ago
  39. 69c7302 KVM: VMX: Cache cpl by Avi Kivity · 14 years ago
  40. 6de1273 KVM: VMX: Optimize vmx_get_rflags() by Avi Kivity · 14 years ago
  41. 2044359 x86: devicetree: Configure IOAPIC pin only once by Sebastian Andrzej Siewior · 13 years ago
  42. 7a6c654 x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS by David Rientjes · 13 years ago
  43. c34151a x86, gart: Set DISTLBWALKPRB bit always by Joerg Roedel · 13 years ago
  44. af289bf x86, gart: Convert spaces to tabs in enable_gart_translation by Joerg Roedel · 13 years ago
  45. 5bbc097 x86, amd: Disable GartTlbWlkErr when BIOS forgets it by Joerg Roedel · 13 years ago
  46. f994d99 x86-32, fpu: Fix FPU exception handling on non-SSE systems by Hans Rosenfeld · 13 years ago
  47. ca444564 x86: Stop including <linux/delay.h> in two asm header files by Jean Delvare · 14 years ago
  48. d7c3f8c percpu: Omit segment prefix in the UP case for cmpxchg_double by Christoph Lameter · 14 years ago
  49. 047f61c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  50. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  51. 8547727 remove dma64_addr_t by FUJITA Tomonori · 14 years ago
  52. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 14 years ago
  53. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 14 years ago
  54. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 14 years ago
  55. c2ef45d x86: add context tag to mark mm when running a task in 32-bit compatibility mode by Stephen Wilson · 14 years ago
  56. 02e2407 Merge branch 'linus' into release by Len Brown · 14 years ago
  57. 5c129a8 Merge commit 'v2.6.38' into release by Len Brown · 14 years ago
  58. 1c00f01 x86: allow CONFIG_ISA_DMA_API to be disabled by David Rientjes · 14 years ago
  59. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 14 years ago
  60. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 14 years ago
  61. b7ed78f introduce sys_syncfs to sync a single file system by Sage Weil · 14 years ago
  62. 05534c9 Merge branch 'acpica' into release by Len Brown · 14 years ago
  63. f2e1fbb 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
  64. 4981d01 x86: Flush TLB if PGD entry is changed in i386 PAE mode by Shaohua Li · 14 years ago
  65. e8e999cf x86, dumpstack: Correct stack dump info when frame pointer is available by Namhyung Kim · 14 years ago
  66. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  67. 8dd8997 Merge branch 'linus' into x86/urgent by Ingo Molnar · 14 years ago
  68. 0f53b5b KVM: MMU: cleanup pte write path by Xiao Guangrong · 14 years ago
  69. 5601d05 KVM: emulator: Fix io permission checking for 64bit guest by Gleb Natapov · 14 years ago
  70. 49b26e2 KVM: MMU: do not record gfn in kvm_mmu_pte_write by Xiao Guangrong · 14 years ago
  71. 038f8c1 KVM: x86: Convert tsc_write_lock to raw_spinlock by Jan Kiszka · 14 years ago
  72. e935b83 KVM: Convert kvm_lock to raw_spinlock by Jan Kiszka · 14 years ago
  73. d867162 KVM: x86 emulator: vendor specific instructions by Avi Kivity · 14 years ago
  74. 91c9c3e KVM: x86: handle guest access to BBL_CR_CTL3 MSR by john cooper · 14 years ago
  75. 41e0e07 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
  76. e7fd3b4 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
  77. 344c21c Merge branch 'x86/amd-nb' into x86/urgent by Ingo Molnar · 14 years ago
  78. 79d8a8f Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  79. d109028 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  80. 181f977 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
  81. 5f6fb45 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
  82. 502f4d4 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  83. da849ab 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
  84. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  85. a926021 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
  86. 0586bed Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  87. b80cd62 Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  88. 422e6c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  89. 76ca078 Merge branch 'for-linus' of git://xenbits.xen.org/people/sstabellini/linux-pvhvm by Linus Torvalds · 14 years ago
  90. 397fae0 Merge branches 'stable/irq.rework' and 'stable/pcifront-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  91. c7146dd Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
  92. 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 14 years ago
  93. 6aae5f2 x86: Add new syscalls for x86_64 by Aneesh Kumar K.V · 14 years ago
  94. 7dadb75 x86: Add new syscalls for x86_32 by Aneesh Kumar K.V · 14 years ago
  95. 869c34f 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
  96. 706cc9d xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set.. by Stefano Stabellini · 14 years ago
  97. 146c4e5 xen/m2p: No need to catch exceptions when we know that there is no RAM by Konrad Rzeszutek Wilk · 14 years ago
  98. 2222e71 xen/debugfs: Add 'p2m' file for printing out the P2M layout. by Konrad Rzeszutek Wilk · 14 years ago
  99. f4cec35 xen/mmu: Add the notion of identity (1-1) mapping. by Konrad Rzeszutek Wilk · 14 years ago
  100. 0315017 x86: ce4100: Set pci ops via callback instead of module init by Sebastian Andrzej Siewior · 14 years ago