summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-0914-69/+61Star
|\
| * 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
| |\ \ \
| * \ \ \ 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
| | |/ /
* | | | 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
* | | | 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
| |_|/ |/| |
* | | KVM: x86: Add fixed counters to PMU filterEric Hankland2019-07-201-3/+6
|/ /
* | 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
* | | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-131-143/+5Star
|\ \ \ \ \
| * | | | | Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.hMichael Kelley2019-07-091-143/+5Star
| | |/ / / | |/| | |
* | | | | asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel]Mike Rapoport2019-07-121-16/+3Star
* | | | | mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig2019-07-121-47/+0Star
* | | | | mm: simplify gup_fast_permittedChristoph Hellwig2019-07-121-7/+1Star
* | | | | asm-generic, x86: add bitops instrumentation for KASANMarco Elver2019-07-121-151/+38Star
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-114-40/+5Star
|\ \ \ \ \
| * | | | | x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-102-39/+3Star
| * | | | | x86/pgtable/32: Fix LOWMEM_PAGES constantArnd Bergmann2019-07-101-1/+1
| * | | | | x86/ldt: Initialize the context lock for init_mmSebastian Andrzej Siewior2019-07-091-0/+1