summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard2019-08-161-15/+48
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-101-0/+3
|\
| * Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-0914-69/+61Star
| |\
| * | KVM: remove kvm_arch_has_vcpu_debugfs()Paolo Bonzini2019-08-051-0/+2
| * | KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li2019-08-051-0/+1
* | | Merge branch 'x86/grand-schemozzle' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-061-0/+3
|\ \ \
| * \ \ Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner2019-07-2837-498/+184Star
| |\ \ \
| * | | | x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner2019-07-281-0/+1
| * | | | x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf2019-07-091-0/+2
* | | | | x86/vdso/32: Use 32bit syscall fallbackThomas Gleixner2019-07-311-0/+36
| |/ / / |/| | |
* | | | Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-07-284-4/+4
|\ \ \ \
| * | | | treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-254-4/+4
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-241-3/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | KVM: X86: Dynamically allocate user_fpuWanpeng Li2019-07-221-1/+1
| * | Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini2019-07-221-3/+4
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-205-14/+18
|\ \ \
| * | | x86/mm, tracing: Fix CR2 corruptionPeter Zijlstra2019-07-172-3/+3
| * | | x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-172-10/+14
| * | | x86/apic: Silence -Wtype-limits compiler warningsQian Cai2019-07-161-1/+1
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-202-15/+20
|\ \ \ \
| * | | | x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf2019-07-181-15/+19
| * | | | x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf2019-07-181-0/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-201-3/+6
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | KVM: x86: Add fixed counters to PMU filterEric Hankland2019-07-201-3/+6
* | | | | Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-194-4/+18
|\ \ \ \ \
| * | | | | xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan2019-07-171-1/+1
| * | | | | x86/xen: Add "nopv" support for HVM guestZhenzhong Duan2019-07-171-0/+2
| * | | | | x86/paravirt: Remove const mark from x86_hyper_xen_hvm variableZhenzhong Duan2019-07-171-0/+8
| * | | | | x86: Add "nopv" parameter to disable PV extensionsZhenzhong Duan2019-07-171-0/+4
| * | | | | x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __initZhenzhong Duan2019-07-171-3/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-1/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/uaccess: Allow access_ok() in irq context if pagefault_disabledMasami Hiramatsu2019-05-261-1/+3
* | | | | mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy2019-07-172-3/+2Star
* | | | | arch/*: remove unused isa_page_to_bus()Stephen Kitt2019-07-171-1/+0Star
| |/ / / |/| | |
* | | | Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-07-151-31/+0Star
|\ \ \ \ | |_|/ / |/| | |
| * | | Platform: OLPC: Move EC-specific functionality out from x86Lubomir Rintel2019-05-201-31/+0Star
| |/ /
* | | Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-07-131-5/+25
|\ \ \
| * | | x86: don't use asm-generic/ptrace.hChristoph Hellwig2019-07-011-5/+25
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-134-8/+26
|\ \ \ \
| * \ \ \ Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-1137-281/+62Star
| |\ \ \ \
| * | | | | KVM: x86: PMU Event FilterEric Hankland2019-07-112-0/+12
| * | | | | KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPTSean Christopherson2019-07-051-1/+0Star
| * | | | | KVM: X86: Yield to IPI target if necessaryWanpeng Li2019-07-021-0/+1
| * | | | | KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fnSean Christopherson2019-06-181-1/+1
| * | | | | KVM: x86: move MSR_IA32_POWER_CTL handling to common codePaolo Bonzini2019-06-181-0/+1
| * | | | | kvm: x86: add host poll control msrsMarcelo Tosatti2019-06-182-0/+4
| * | | | | KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bitWanpeng Li2019-06-041-4/+5
| * | | | | KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li2019-06-041-0/+1
| * | | | | kvm: x86: refine kvm_get_arch_capabilities()Xiaoyao Li2019-06-041-1/+0Star
| * | | | | KVM: Directly return result from kvm_arch_check_processor_compat()Sean Christopherson2019-06-041-1/+1