summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| * | X86/nVMX: handle_vmptrld: Use kvm_vcpu_map when copying VMCS12 from guest memoryKarimAllah Ahmed2019-04-301-8/+7Star
| * | X86/KVM: Handle PFNs outside of kernel reach when touching GPTEsFilippo Sironi2019-04-301-9/+29
| * | X86/nVMX: Update the PML table without mapping and unmapping the pageKarimAllah Ahmed2019-04-301-9/+5Star
| * | X86/nVMX: handle_vmon: Read 4 bytes from guest memoryKarimAllah Ahmed2019-04-301-11/+3Star
| * | x86/kvm: Implement HWCR supportBorislav Petkov2019-04-302-5/+32
| * | KVM: VMX: Include architectural defs header in capabilities.hSean Christopherson2019-04-301-0/+2
| * | KVM: vmx: clean up some debug outputDan Carpenter2019-04-301-2/+2
| * | KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zeroSean Christopherson2019-04-301-3/+2Star
| * | KVM: lapic: Check for a pending timer intr prior to start_hv_timer()Sean Christopherson2019-04-301-3/+5
| * | KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson2019-04-303-8/+11
| * | KVM: lapic: Explicitly cancel the hv timer if it's pre-expiredSean Christopherson2019-04-301-7/+15
| * | KVM: lapic: Busy wait for timer to expire when using hv_timerSean Christopherson2019-04-301-1/+1
| * | KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon2019-04-303-0/+9
| * | KVM: x86: Add support of clear Trace_ToPA_PMI statusLuwei Kang2019-04-303-1/+12
| * | KVM: x86: Inject PMI for KVM guestLuwei Kang2019-04-303-1/+19
| * | kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini2019-04-161-3/+0Star
| * | KVM: x86: Inject #GP if guest attempts to set unsupported EFER bitsSean Christopherson2019-04-161-0/+7
| * | KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson2019-04-161-13/+24
| * | KVM: nVMX: Return -EINVAL when signaling failure in VM-Entry helpersSean Christopherson2019-04-161-12/+12
| * | KVM: nVMX: Return -EINVAL when signaling failure in pre-VM-Entry helpersPaolo Bonzini2019-04-161-21/+7Star
| * | KVM: nVMX: Rename and split top-level consistency checks to match SDMSean Christopherson2019-04-161-14/+25
| * | KVM: nVMX: Move guest non-reg state checks to VM-Exit pathSean Christopherson2019-04-161-15/+15
| * | kvm: nVMX: Check "load IA32_PAT" VM-entry control on vmentryKrish Sadhukhan2019-04-161-0/+4
| * | kvm: nVMX: Check "load IA32_PAT" VM-exit control on vmentryKrish Sadhukhan2019-04-161-0/+4
| * | KVM: x86: optimize check for valid PAT valuePaolo Bonzini2019-04-163-10/+12
| * | KVM: x86: clear VM_EXIT_SAVE_IA32_PATPaolo Bonzini2019-04-161-1/+0Star
| * | KVM: vmx: print more APICv fields in dump_vmcsPaolo Bonzini2019-04-161-2/+10
* | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-05-172-12/+12
|\ \ \
| * | | uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2]David Howells2019-05-162-12/+12
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-169-61/+115
|\ \ \ \
| * | | | x86/speculation/mds: Revert CPU buffer clear on double fault exitAndy Lutomirski2019-05-161-8/+0Star
| * | | | Merge branch 'linus' into x86/urgent, to pick up dependent changesIngo Molnar2019-05-1685-1405/+1263Star
| |\ \ \ \
| * | | | | x86/kconfig: Disable CONFIG_GENERIC_HWEIGHT and remove __HAVE_ARCH_SW_HWEIGHTMasahiro Yamada2019-05-132-5/+0Star
| * | | | | x86/mm: Do not use set_{pud, pmd}_safe() when splitting a large pageBrijesh Singh2019-05-083-43/+114
| * | | | | x86/kprobes: Make trampoline_handler() global and visibleAndi Kleen2019-05-081-1/+1
| * | | | | x86/vdso: Remove hpet_page from vDSOJia Zhang2019-05-082-4/+0Star
| | |_|_|/ | |/| | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-163-4/+4
|\ \ \ \ \
| * | | | | perf/x86/intel: Allow PEBS multi-entry in watermark modeStephane Eranian2019-05-141-1/+1
| * | | | | perf/x86/intel: Fix INTEL_FLAGS_EVENT_CONSTRAINT* maskingStephane Eranian2019-05-101-2/+2
| * | | | | perf/x86/amd/iommu: Make the 'amd_iommu_attr_groups' symbol staticWang Hai2019-05-081-1/+1
| |/ / / /
* | | | | Merge tag 'for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2019-05-161-30/+71
|\ \ \ \ \
| * | | | | x86/platform/olpc: Use a correct version when making up a battery nodeLubomir Rintel2019-04-181-14/+50
| * | | | | x86/platform/olpc: Trivial code move in DT fixupLubomir Rintel2019-04-181-5/+5
| * | | | | x86/platform/olpc: Don't split string literals when fixing up the DTLubomir Rintel2019-04-181-14/+19
* | | | | | Merge tag 'for-linus-5.2b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-166-17/+36
|\ \ \ \ \ \
| * | | | | | xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne2019-04-255-14/+18
| * | | | | | xen/pvh: set xen_domain_type to HVM in xen_pvh_initRoger Pau Monne2019-04-251-0/+1
| * | | | | | x86/xen: Add "xen_timer_slop" command line optionRyan Thibodeaux2019-04-231-3/+17
* | | | | | | Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-168-117/+93Star
|\ \ \ \ \ \ \
| * | | | | | | x86: Hide the int3_emulate_call/jmp functions from UMLSteven Rostedt (VMware)2019-05-111-1/+3