summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2021-11-18Revert "sched: Add wrapper for get_wchan() to keep task blocked"Greg Kroah-Hartman1-1/+1
2021-11-17x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov1-1/+7
2021-11-17x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky1-0/+1
2021-11-17sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-11-17x86: Increase exception stack sizesPeter Zijlstra1-1/+1
2021-11-17x86/mm/64: Improve stack overflow warningsPeter Zijlstra3-15/+38
2021-11-17KVM: x86: Fix recording of guest steal time / preempted statusDavid Woodhouse1-1/+1
2021-11-17x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2-0/+2
2021-11-02KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlockDavid Woodhouse1-1/+1
2021-10-27KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if neededPaolo Bonzini1-0/+1
2021-10-27KVM: SEV-ES: rename guest_ins_data to sev_pio_dataPaolo Bonzini1-1/+1
2021-10-13x86/entry: Correct reference to intended CONFIG_64_BITLukas Bulwahn1-1/+1
2021-10-07KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang1-1/+1
2021-10-07x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng1-0/+14
2021-09-30x86/asm: Fix SETZ size enqcmds() build failureKees Cook1-1/+1
2021-09-30x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang1-2/+0
2021-09-22x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=yWill Deacon1-2/+2
2021-09-15x86/mce: Defer processing of early errorsBorislav Petkov1-0/+1
2021-08-16KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky1-0/+2
2021-08-13KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU with spinlockSean Christopherson1-0/+7
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-219/+224
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-15/+0
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-2/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-2/+0
2021-06-29Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-10/+11
2021-06-29Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-5/+28
2021-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-54/+181
2021-06-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+3
2021-06-28Merge tag 'x86-misc-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2021-06-28Merge tag 'x86-cleanups-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+4
2021-06-28Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-32/+32
2021-06-28Merge tag 'x86-apic-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds1-49/+30
2021-06-28Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-20/+25
2021-06-28Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-2/+8
2021-06-28Merge tag 'ras_core_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+9
2021-06-25Merge tag 'x86_urgent_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-22/+8
2021-06-25KVM: x86: rename apic_access_page_done to apic_access_memslot_enabledMaxim Levitsky1-1/+1
2021-06-25kvm: x86: Allow userspace to handle emulation errorsAaron Lewis1-0/+6
2021-06-25KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logicSean Christopherson1-3/+0
2021-06-25KVM: x86: Enhance comments for MMU roles and nested transition trickinessSean Christopherson1-10/+47
2021-06-25KVM: x86/mmu: Drop "nx" from MMU context now that there are no readersSean Christopherson1-2/+0
2021-06-25KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigansSean Christopherson1-2/+2