summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski2015-08-152-30/+30
* KVM: x86/vPMU: Fix unnecessary signed extension for AMD PERFCTRnWei Huang2015-08-111-2/+0Star
* kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapicNicholas Krause2015-08-111-2/+3
* KVM: VMX: drop ept misconfig checkXiao Guangrong2015-08-053-95/+2Star
* KVM: MMU: fully check zero bits for sptesXiao Guangrong2015-08-051-6/+37
* KVM: MMU: introduce is_shadow_zero_bits_set()Xiao Guangrong2015-08-051-9/+19
* KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong2015-08-054-0/+62
* KVM: MMU: split reset_rsvds_bits_mask_eptXiao Guangrong2015-08-051-4/+10
* KVM: MMU: split reset_rsvds_bits_maskXiao Guangrong2015-08-051-8/+18
* KVM: MMU: introduce rsvd_bits_validateXiao Guangrong2015-08-053-36/+50
* KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.cXiao Guangrong2015-08-052-11/+10Star
* KVM: MMU: fix validation of mmio page faultXiao Guangrong2015-08-051-45/+0Star
* KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ONAlex Williamson2015-08-051-4/+4
* KVM: x86: clean/fix memory barriers in irqchip_in_kernelPaolo Bonzini2015-07-303-25/+15Star
* KVM: x86: remove unnecessary memory barriers for shared MSRsPaolo Bonzini2015-07-291-3/+1Star
* KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini2015-07-292-0/+24
* KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_maskPaolo Bonzini2015-07-231-7/+8
* kvm/x86: add support for MONITOR_TRAP_FLAGMihai Donțu2015-07-233-4/+15
* kvm/x86: add sending hyper-v crash notification to user spaceAndrey Smetanin2015-07-231-0/+6
* kvm/x86: added hyper-v crash msrs into kvm hyperv contextAndrey Smetanin2015-07-234-5/+86
* kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin2015-07-237-269/+366
* KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptionsEugene Korenevsky2015-07-231-16/+61
* KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini2015-07-234-5/+5
* KVM: vmx: obey KVM_QUIRK_CD_NW_CLEAREDXiao Guangrong2015-07-231-1/+4
* KVM: x86: introduce kvm_check_has_quirkPaolo Bonzini2015-07-233-2/+7
* KVM: MTRR: simplify kvm_mtrr_get_guest_memory_typeXiao Guangrong2015-07-231-9/+10
* KVM: MTRR: fix memory type handling if MTRR is completely disabledXiao Guangrong2015-07-231-1/+20
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-188-209/+350
|\
| * x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-183-9/+11
| * x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-184-38/+85
| * x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski2015-07-172-0/+27
| * x86/nmi/64: Make the "NMI executing" variable more consistentAndy Lutomirski2015-07-171-6/+5Star
| * x86/nmi/64: Minor asm simplificationAndy Lutomirski2015-07-171-2/+1Star
| * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski2015-07-171-4/+25
| * x86/nmi/64: Reorder nested NMI checksAndy Lutomirski2015-07-171-16/+18
| * x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2015-07-172-68/+94
| * x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski2015-07-171-4/+58
| * x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski2015-07-171-17/+0Star
| * x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski2015-07-171-71/+52Star
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-181-1/+1
|\ \
| * | x86, perf: Fix static_key bug in load_mm_cr4()Peter Zijlstra2015-07-101-1/+1
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-181-0/+11
|\ \ \
| * | | genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner2015-07-151-0/+11
* | | | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-182-15/+1Star
| |_|/ |/| |
* | | Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-171-27/+0Star
|\ \ \
| * | | intel_pmc_ipc: Update kerneldoc formattingqipeng.zha2015-07-091-27/+0Star
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-158-21/+142
|\ \ \ \ | |_|/ / |/| | |
| * | | kvm: x86: fix load xsave feature warningWanpeng Li2015-07-101-2/+1Star
| * | | KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini2015-07-102-13/+5Star
| * | | KVM: SVM: Sync g_pat with guest-written PAT valueJan Kiszka2015-07-101-0/+10