- a72faf2 KVM: MMU: trace fast page fault by Xiao Guangrong · 13 years ago
- c7ba5b4 KVM: MMU: fast path of handling guest page fault by Xiao Guangrong · 13 years ago
- 49fde34 KVM: MMU: introduce SPTE_MMU_WRITEABLE bit by Xiao Guangrong · 13 years ago
- 6e7d035 KVM: MMU: fold tlb flush judgement into mmu_spte_update by Xiao Guangrong · 13 years ago
- 4f5982a KVM: VMX: export PFEC.P bit on ept by Xiao Guangrong · 13 years ago
- 8e22f95 KVM: MMU: cleanup spte_write_protect by Xiao Guangrong · 13 years ago
- d13bc5b KVM: MMU: abstract spte write-protect by Xiao Guangrong · 13 years ago
- 2f84569 KVM: MMU: return bool in __rmap_write_protect by Xiao Guangrong · 13 years ago
- a27685c KVM: VMX: Emulate invalid guest state by default by Avi Kivity · 13 years ago
- 8089000 KVM: x86 emulator: implement LTR by Avi Kivity · 13 years ago
- 869be99 KVM: x86 emulator: make loading TR set the busy bit by Avi Kivity · 13 years ago
- e919464 KVM: x86 emulator: make read_segment_descriptor() return the address by Avi Kivity · 13 years ago
- a14e579 KVM: x86 emulator: emulate LLDT by Avi Kivity · 13 years ago
- 9299836 KVM: x86 emulator: emulate BSWAP by Avi Kivity · 13 years ago
- de5f70e KVM: VMX: Improve error reporting during invalid guest state emulation by Avi Kivity · 13 years ago
- de87dcd KVM: VMX: Stop invalid guest state emulation on pending event by Avi Kivity · 13 years ago
- 612e89f KVM: x86 emulator: implement ENTER by Avi Kivity · 13 years ago
- 51ddff5 KVM: x86 emulator: split push logic from push opcode emulation by Avi Kivity · 13 years ago
- 361cad2 KVM: x86 emulator: fix byte-sized MOVZX/MOVSX by Avi Kivity · 13 years ago
- 2dd7caa KVM: x86 emulator: emulate LAHF by Avi Kivity · 13 years ago
- 7c068e4 KVM: VMX: Continue emulating after batch exhausted by Avi Kivity · 13 years ago
- bdea48e KVM: VMX: Fix interrupt exit condition during emulation by Avi Kivity · 13 years ago
- 9605157 KVM: x86 emulator: emulate SGDT/SIDT by Avi Kivity · 13 years ago
- a6e3407 KVM: Fix SS default ESP/EBP based addressing by Avi Kivity · 13 years ago
- cbd27ee KVM: x86 emulator: initialize memop by Avi Kivity · 13 years ago
- f47cfa3 KVM: x86 emulator: emulate LEAVE by Avi Kivity · 13 years ago
- b8405c1 KVM: VMX: Limit iterations with emulator_invalid_guest_state by Avi Kivity · 13 years ago
- f0495f9 KVM: VMX: Relax check on unusable segment by Avi Kivity · 13 years ago
- 510425f KVM: x86 emulator: fix LIDT/LGDT in long mode by Avi Kivity · 13 years ago
- 79d5b4c KVM: x86 emulator: allow loading null SS in long mode by Avi Kivity · 13 years ago
- 6d6eede KVM: x86 emulator: emulate cpuid by Avi Kivity · 13 years ago
- 0017f93 KVM: x86 emulator: change ->get_cpuid() accessor to use the x86 semantics by Avi Kivity · 13 years ago
- 62046e5 KVM: Split cpuid register access from computation by Avi Kivity · 13 years ago
- d881e6f KVM: VMX: Return correct CPL during transition to protected mode by Avi Kivity · 13 years ago
- e676505 KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation by Avi Kivity · 13 years ago
- 2106a54 KVM: VMX: code clean for vmx_init() by Guo Chao · 13 years ago
- f9808b7 apic: fix kvm build on UP without IOAPIC by Michael S. Tsirkin · 13 years ago
- ae7a2a3 KVM: host side for eoi optimization by Michael S. Tsirkin · 13 years ago
- d905c06 KVM: rearrange injection cancelling code by Michael S. Tsirkin · 13 years ago
- 5cfb1d5 KVM: only sync when attention bits set by Michael S. Tsirkin · 13 years ago
- d0a69d6 x86, bitops: note on __test_and_clear_bit atomicity by Michael S. Tsirkin · 13 years ago
- ab9cf49 KVM guest: guest side for eoi avoidance by Michael S. Tsirkin · 13 years ago
- 8680b94 KVM: optimize ISR lookups by Michael S. Tsirkin · 13 years ago
- 5eadf91 KVM: document lapic regs field by Michael S. Tsirkin · 13 years ago
- 9e40b67 KVM: Use kvm_kvfree() to free memory allocated by kvm_kvzalloc() by Takuya Yoshikawa · 13 years ago
- a1e4ccb KVM: Introduce __KVM_HAVE_IRQ_LINE by Christoffer Dall · 13 years ago
- 00763e4 KVM: x86: change PT_FIRST_AVAIL_BITS_SHIFT to avoid conflict with EPT Dirty bit by Xudong Hao · 13 years ago
- 80feb89 KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc() by Takuya Yoshikawa · 13 years ago
- 79f702a KVM: disable uninitialized var warning by Michael S. Tsirkin · 13 years ago
- a737f25 KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers by Christoffer Dall · 13 years ago
- b246dd5 KVM: VMX: Fix KVM_SET_SREGS with big real mode segments by Orit Wasserman · 13 years ago
- 1952639 KVM: MMU: do not iterate over all VMs in mmu_shrink() by Gleb Natapov · 13 years ago
- 3f6d8c8 KVM: VMX: Use EPT Access bit in response to memory notifiers by Xudong Hao · 13 years ago
- b38f993 KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTP by Xudong Hao · 13 years ago
- 83c3a33 KVM: VMX: Add parameter to control A/D bits support, default is on by Xudong Hao · 13 years ago
- aaf07bc KVM: VMX: Add EPT A/D bits definitions by Xudong Hao · 13 years ago
- c1a7b32 KVM: Avoid wasting pages for small lpage_info arrays by Takuya Yoshikawa · 13 years ago
- 63004af Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 40b46a7 Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-linus by H. Peter Anvin · 13 years ago
- bad1a75 x86, x32, ptrace: Remove PTRACE_ARCH_PRCTL for x32 by H.J. Lu · 13 years ago
- 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
- 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
- 44fbbb3 x86: get rid of calling do_notify_resume() when returning to kernel mode by Al Viro · 13 years ago
- efee984 new helper: signal_delivered() by Al Viro · 13 years ago
- 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 13 years ago
- edd63a2 set_restore_sigmask() is never called without SIGPENDING (and never should be) by Al Viro · 13 years ago
- a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 13 years ago
- b7f9a11 new helper: sigmask_to_save() by Al Viro · 13 years ago
- 51a7b44 new helper: restore_saved_sigmask() by Al Viro · 13 years ago
- 4ebefe3 new helpers: {clear,test,test_and_clear}_restore_sigmask() by Al Viro · 13 years ago
- 0c75966 x86, efi: Add EFI boot stub documentation by Matt Fleming · 13 years ago
- 9fa7ded x86, efi; Add EFI boot stub console support by Matt Fleming · 13 years ago
- 30dc0d0 x86, efi: Only close open files in error path by Matt Fleming · 13 years ago
- 5963e31 ftrace/x86: Do not change stacks in DEBUG when calling lockdep by Steven Rostedt · 13 years ago
- f898817 x86: Allow nesting of the debug stack IDT setting by Steven Rostedt · 13 years ago
- c0525a6 x86: Reset the debug_stack update counter by Steven Rostedt · 13 years ago
- 8a4d0a6 ftrace: Use breakpoint method to update ftrace caller by Steven Rostedt · 13 years ago
- a192cd0 ftrace: Synchronize variable setting with breakpoints by Steven Rostedt · 13 years ago
- fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 13 years ago
- 08615d7 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
- d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 13 years ago
- bd0e162 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
- 2d117403b Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 13 years ago
- bb8ac18 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 13 years ago
- 1ab46fd x86, amd, xen: Avoid NULL pointer paravirt references by Konrad Rzeszutek Wilk · 13 years ago
- 82f7af0 x86/mce: Cleanup timer mess by Thomas Gleixner · 13 years ago
- 2da06af x86, mtrr: Fix a type overflow in range_to_mtrr func by zhenzhong.duan · 13 years ago
- bbd7714 Merge branch 'x86/trampoline' into x86/urgent by H. Peter Anvin · 13 years ago
- 319b6ff x86, realmode: Unbreak the ia64 build of drivers/acpi/sleep.c by H. Peter Anvin · 13 years ago
- 403e1c5 Merge branch 'x86/mce' into x86/urgent by Ingo Molnar · 13 years ago
- fa83523 x86/mm/pat: Improve scaling of pat_pagerange_is_ram() by John Dykstra · 13 years ago
- 731a737 Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
- 26c1917 mm: pmd_read_atomic: fix 32bit PAE pmd walk vs pmd_populate SMP race condition by Andrea Arcangeli · 13 years ago
- 365811d x86: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 13 years ago
- 91eb0f6 x86: print e820 physical addresses consistently with other parts of kernel by Bjorn Helgaas · 13 years ago
- 4b78147 Merge tag 'mfd-3.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 13 years ago
- c358666 KVM: MMU: fix huge page adapted on non-PAE host by Xiao Guangrong · 13 years ago
- 1e2aec8 Merge branch 'generic-string-functions' by Linus Torvalds · 13 years ago
- 5723aa9 x86: use the new generic strnlen_user() function by Linus Torvalds · 13 years ago
- 36126f8 word-at-a-time: make the interfaces truly generic by Linus Torvalds · 13 years ago