aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2022-04-29KVM: x86: Clean up and document nested #PF workaroundSean Christopherson1-0/+2
2022-04-29KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX interceptsBabu Moger1-1/+1
2022-04-29x86/cpufeatures: Add virtual TSC_AUX feature bitBabu Moger1-0/+1
2022-04-29Revert "x86/mm: Introduce lookup_address_in_mm()"Sean Christopherson1-4/+0
2022-04-28x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig2-19/+0
2022-04-27amd_hsmp: Add HSMP protocol version 5 messagesSuma Hegde1-5/+109
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner2-4/+2
2022-04-27x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner1-9/+4
2022-04-27x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner1-7/+5
2022-04-27x86/split-lock: Remove unused TIF_SLD bitTony Luck2-5/+1
2022-04-27x86/pm: Fix false positive kmemleak report in msr_build_context()Matthieu Baerts2-5/+9
2022-04-27x86/sev: Get the AP jump table address from secrets pageBrijesh Singh1-0/+35
2022-04-26asm-generic: compat: Cleanup duplicate definitionsGuo Ren1-68/+12
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren1-0/+1
2022-04-26compat: consolidate the compat_flock{,64} definitionChristoph Hellwig1-17/+3
2022-04-26uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig1-4/+0
2022-04-25x86/fpu/xsave: Support XSAVEC in the kernelThomas Gleixner1-1/+1
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf1-3/+3
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-3/+3
2022-04-21KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2-0/+2
2022-04-21virt: sevguest: Change driver name to reflect generic SEV supportTom Lendacky1-1/+1
2022-04-19x86/static_call: Add ANNOTATE_NOENDBR to static call trampolineJosh Poimboeuf1-0/+1
2022-04-19x86/cpu: Load microcode during restore_processor_state()Borislav Petkov1-0/+2
2022-04-19Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki1-0/+1
2022-04-19x86/cpu: Add new Alderlake and Raptorlake CPU model numbersTony Luck1-0/+3
2022-04-18x86: remove cruft from <asm/dma-mapping.h>Christoph Hellwig2-11/+2
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig1-5/+0
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig6-138/+8
2022-04-17Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2022-04-16tools/power turbostat: Add Power Limit4 supportSumeet Pawnikar1-0/+1
2022-04-15mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval1-2/+0
2022-04-14x86/asm: Merge load_gs_index()Brian Gerst2-10/+4
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst2-6/+1
2022-04-13mm/usercopy: Check kmap addresses properlyMatthew Wilcox (Oracle)1-0/+1
2022-04-13x86/uaccess: Implement macros for CMPXCHG on user addressesPeter Zijlstra1-0/+142
2022-04-13KVM: x86: Use static calls to reduce kvm_pmu_ops overheadLike Xu1-0/+31
2022-04-13KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdataLike Xu1-2/+1
2022-04-13KVM: x86: Move kvm_ops_static_call_update() to x86.cLike Xu1-14/+0
2022-04-13KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bitsSean Christopherson1-6/+2
2022-04-13KVM: VMX: replace 0x180 with EPT_VIOLATION_* definitionSU Hang1-0/+2
2022-04-13kvm: x86: Adjust the location of pkru_mask of kvm_mmu to reduce memoryPeng Hao1-8/+9
2022-04-13Merge branch 'kvm-older-features' into HEADPaolo Bonzini3-14/+32
2022-04-13x86/apic: Clarify i82489DX bit overlap in APIC_LVT0Thomas Gleixner1-6/+0
2022-04-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-5/+5
2022-04-12stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-4/+2
2022-04-12x86/32: Simplify ELF_CORE_COPY_REGSBrian Gerst1-13/+2
2022-04-11KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPUVitaly Kuznetsov1-3/+1
2022-04-11KVM: SVM: Do not activate AVIC for SEV-enabled guestSuravee Suthikulpanit1-0/+1
2022-04-11x86/tsx: Disable TSX development mode at bootPawan Gupta1-2/+2
2022-04-10Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-20/+23