summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-4/+2
2022-04-20x86/tsx: Disable TSX development mode at bootPawan Gupta1-2/+2
2022-04-20KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loadedSean Christopherson1-2/+3
2022-04-13x86/bug: Prevent shadowing in __WARN_FLAGSVincent Mailhol1-2/+2
2022-04-13perf/x86/intel: Don't extend the pseudo-encoding to GP countersKan Liang1-0/+5
2022-04-13x86/msi: Fix msi message data shadow structReto Buerki1-8/+11
2022-04-13x86: Annotate call_on_stack()Peter Zijlstra1-1/+2
2022-04-13KVM: x86/pmu: Use different raw event masks for AMD and IntelJim Mattson1-0/+1
2022-03-11x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra1-1/+3
2022-03-11x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2-7/+7
2022-02-23x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers1-9/+11
2022-02-01KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson1-0/+1
2022-01-27x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel1-0/+1
2022-01-27x86, sched: Fix undefined reference to init_freq_invariance_cppc() build errorHuang Rui1-1/+1
2022-01-27x86/uaccess: Move variable into switch case statementKees Cook1-2/+3
2022-01-20KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guestSean Christopherson1-0/+1
2022-01-05efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-2/+0
2021-12-29KVM: x86: Always set kvm_run->if_flagMarc Orr2-0/+2
2021-12-29x86/pkey: Fix undefined behaviour with PKRU_WD_BITAndrew Cooper1-2/+2
2021-12-14KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hyper...Vitaly Kuznetsov1-1/+1
2021-12-01xen/pvh: add missing prototype to headerJuergen Gross1-0/+1
2021-12-01x86/pvh: add prototype for xen_pvh_init()Juergen Gross1-0/+4
2021-11-25KVM: x86/mmu: include EFER.LMA in extended mmu roleMaxim Levitsky1-0/+1
2021-11-18x86/sev: Make the #VC exception stacks part of the default stacks storageBorislav Petkov1-1/+7
2021-11-18x86/sev: Add an x86 version of cc_platform_has()Tom Lendacky1-0/+1
2021-11-18x86: Increase exception stack sizesPeter Zijlstra1-1/+1
2021-11-18x86/mm/64: Improve stack overflow warningsPeter Zijlstra3-15/+38
2021-11-18KVM: x86: Fix recording of guest steal time / preempted statusDavid Woodhouse1-1/+1
2021-11-18x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2-0/+2
2021-10-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2021-10-25KVM: x86: switch pvclock_gtod_sync_lock to a raw spinlockDavid Woodhouse1-1/+1
2021-10-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+2
2021-10-22KVM: SEV-ES: go over the sev_pio_data buffer in multiple passes if neededPaolo Bonzini1-0/+1
2021-10-22KVM: SEV-ES: rename guest_ins_data to sev_pio_dataPaolo Bonzini1-1/+1
2021-10-10Merge tag 'x86_urgent_for_v5.15_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2021-10-08Merge tag 'for-linus-5.15b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+7
2021-10-06x86/entry: Correct reference to intended CONFIG_64_BITLukas Bulwahn1-1/+1
2021-10-05xen/x86: allow PVH Dom0 without XEN_PV=yJan Beulich1-4/+7
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+14
2021-09-30x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng1-0/+14
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2021-09-26Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+1
2021-09-26Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+1
2021-09-22x86/asm: Fix SETZ size enqcmds() build failureKees Cook1-1/+1
2021-09-22KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang1-1/+1
2021-09-20x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang1-2/+0
2021-09-20xen/pci-swiotlb: reduce visibility of symbolsJan Beulich1-5/+1
2021-09-13x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=yWill Deacon1-2/+2
2021-09-09arch: remove compat_alloc_user_spaceArnd Bergmann2-20/+0
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-52/+46