summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Don't cache access to fpu_fpregs_owner_ctxSebastian Andrzej Siewior2019-12-041-1/+1
* x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar2019-11-292-9/+11
* x86/cpu_entry_area: Add guard page for entry stack on 32bitThomas Gleixner2019-11-291-1/+5
* x86/stackframe/32: Repair 32-bit Xen PVJan Beulich2019-11-291-0/+12
* kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid2019-11-121-0/+4
* kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini2019-11-121-0/+2
* x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-122-0/+8
* x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta2019-11-124-2/+14
* x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta2019-11-121-0/+5
* x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang2019-11-061-0/+3
* uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds2019-10-291-0/+23
* x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2019-10-171-1/+1
* KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf2019-10-051-0/+7
* x86/cpu: Add Tiger Lake to Intel familyGayatri Kammela2019-10-051-0/+3
* KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson2019-09-141-0/+2
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-052-1/+4
|\
| * x86/uaccess: Don't leak the AC flags into __get_user() argument evaluationPeter Zijlstra2019-09-021-1/+3
| * x86/boot: Preserve boot_params.secure_boot from sanitizingJohn S. Gruber2019-09-021-0/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-011-4/+8
|\ \
| * | perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips2019-08-301-4/+8
| |/
* / ftrace/x86: Remove mcount() declarationJisheng Zhang2019-08-311-1/+0
|/
* x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson2019-08-231-1/+1
* x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard2019-08-211-1/+1
* x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky2019-08-191-0/+1
* x86/cpu: Explain Intel model naming conventionTony Luck2019-08-171-0/+15
* 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-091-0/+3
|\
| * Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-08-0914-69/+61
| |\
| * | 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/+184
| |\ \ \
| * | | | 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
|\ \ \ \ \