summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2022-04-29KVM: x86/mmu: replace direct_map with root_role.directPaolo Bonzini
2022-04-29KVM: x86/mmu: replace root_level with cpu_role.base.levelPaolo Bonzini
2022-04-29KVM: x86/mmu: replace shadow_root_level with root_role.levelPaolo Bonzini
2022-04-29KVM: x86/mmu: remove redundant bits from extended rolePaolo Bonzini
2022-04-29KVM: x86/mmu: rename kvm_mmu_role unionPaolo Bonzini
2022-04-29KVM: x86/mmu: remove extended bits from mmu_role, rename fieldPaolo Bonzini
2022-04-29KVM: x86/mmu: remove ept_ad fieldPaolo Bonzini
2022-04-29KVM: x86/mmu: split cpu_role from mmu_rolePaolo Bonzini
2022-04-29KVM: x86: Clean up and document nested #PF workaroundSean Christopherson
2022-04-29KVM: SEV-ES: Use V_TSC_AUX if available instead of RDTSC/MSR_TSC_AUX interceptsBabu Moger
2022-04-29x86/cpufeatures: Add virtual TSC_AUX feature bitBabu Moger
2022-04-29Revert "x86/mm: Introduce lookup_address_in_mm()"Sean Christopherson
2022-04-28x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig
2022-04-27amd_hsmp: Add HSMP protocol version 5 messagesSuma Hegde
2022-04-27x86/aperfmperf: Make parts of the frequency invariance code unconditionalThomas Gleixner
2022-04-27x86/aperfmperf: Untangle Intel and AMD frequency invariance initThomas Gleixner
2022-04-27x86/aperfmperf: Separate AP/BP frequency invariance initThomas Gleixner
2022-04-27x86/split-lock: Remove unused TIF_SLD bitTony Luck
2022-04-27x86/pm: Fix false positive kmemleak report in msr_build_context()Matthieu Baerts
2022-04-27x86/sev: Get the AP jump table address from secrets pageBrijesh Singh
2022-04-26asm-generic: compat: Cleanup duplicate definitionsGuo Ren
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren
2022-04-26compat: consolidate the compat_flock{,64} definitionChristoph Hellwig
2022-04-26uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig
2022-04-25x86/fpu/xsave: Support XSAVEC in the kernelThomas Gleixner
2022-04-22objtool: Make jump label hack optionalJosh Poimboeuf
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf
2022-04-21KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang
2022-04-21virt: sevguest: Change driver name to reflect generic SEV supportTom Lendacky
2022-04-19x86/static_call: Add ANNOTATE_NOENDBR to static call trampolineJosh Poimboeuf
2022-04-19x86/cpu: Load microcode during restore_processor_state()Borislav Petkov
2022-04-19Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki
2022-04-19x86/cpu: Add new Alderlake and Raptorlake CPU model numbersTony Luck
2022-04-18x86: remove cruft from <asm/dma-mapping.h>Christoph Hellwig
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig
2022-04-17Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-16tools/power turbostat: Add Power Limit4 supportSumeet Pawnikar
2022-04-15mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval
2022-04-14x86/asm: Merge load_gs_index()Brian Gerst
2022-04-14x86/32: Remove lazy GS macrosBrian Gerst
2022-04-13mm/usercopy: Check kmap addresses properlyMatthew Wilcox (Oracle)
2022-04-13x86/uaccess: Implement macros for CMPXCHG on user addressesPeter Zijlstra
2022-04-13KVM: x86: Use static calls to reduce kvm_pmu_ops overheadLike Xu
2022-04-13KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdataLike Xu
2022-04-13KVM: x86: Move kvm_ops_static_call_update() to x86.cLike Xu
2022-04-13KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bitsSean Christopherson
2022-04-13KVM: VMX: replace 0x180 with EPT_VIOLATION_* definitionSU Hang
2022-04-13kvm: x86: Adjust the location of pkru_mask of kvm_mmu to reduce memoryPeng Hao
2022-04-13Merge branch 'kvm-older-features' into HEADPaolo Bonzini