summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2023-06-13KVM: SVM: WARN, but continue, if misc_cg_set_capacity() failsSean Christopherson
2023-06-13KVM: x86/mmu: Add "never" option to allow sticky disabling of nx_huge_pagesSean Christopherson
2023-06-13KVM: x86: Update comments about MSR lists exposed to userspaceSean Christopherson
2023-06-13x86/sgx: Avoid using iterator after loop in sgx_mmu_notifier_release()Jakob Koschel
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds
2023-06-12x86/purgatory: remove PGO flagsRicardo Ribalda
2023-06-12bpf: Fix a bpf_jit_dump issue for x86_64 with sysctl bpf_jit_enable.Yonghong Song
2023-06-12x86/microcode/AMD: Load late on both threads tooBorislav Petkov (AMD)
2023-06-11Merge tag 'x86_urgent_for_v6.4_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-09thread_info: move function declarations to linux/thread_info.hArnd Bergmann
2023-06-09init: consolidate prototypes in linux/init.hArnd Bergmann
2023-06-09mm/gup: remove unused vmas parameter from get_user_pages()Lorenzo Stoakes
2023-06-09cachestat: implement cachestat syscallNhat Pham
2023-06-09x86/orc: Make the is_callthunk() definition depend on CONFIG_BPF_JIT=yIngo Molnar
2023-06-09x86/mm: Remove Xen-PV leftovers from init_32.cJuergen Gross
2023-06-08x86/irq: Add hardcoded hypervisor interrupts to /proc/statMichael Kelley
2023-06-07drm/vmwgfx: Add unwind hints around RBP clobberJosh Poimboeuf
2023-06-07x86/entry: Move thunk restore code into thunk functionsJosh Poimboeuf
2023-06-07Revert "x86/orc: Make it callthunk aware"Josh Poimboeuf
2023-06-07x86/mm: Remove repeated word in commentsBo Liu
2023-06-07x86/resctrl: Implement rename op for mon groupsPeter Newman
2023-06-07x86/resctrl: Factor rdtgroup lock for multi-file opsPeter Newman
2023-06-06KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022Like Xu
2023-06-06KVM: x86/svm/pmu: Add AMD PerfMonV2 supportLike Xu
2023-06-06KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flagLike Xu
2023-06-06KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_capLike Xu
2023-06-06KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is metLike Xu
2023-06-06KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't metLike Xu
2023-06-06KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabledLike Xu
2023-06-06KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 codeLike Xu
2023-06-06KVM: x86/pmu: Move handling PERF_GLOBAL_CTRL and friends to common x86Like Xu
2023-06-06KVM: x86/pmu: Reject userspace attempts to set reserved GLOBAL_STATUS bitsLike Xu
2023-06-06KVM: x86/pmu: Move reprogram_counters() to pmu.hLike Xu
2023-06-06KVM: x86/pmu: Rename global_ovf_ctrl_mask to global_status_maskSean Christopherson
2023-06-06KVM: x86: Clean up: remove redundant bool conversionsMichal Luczaj
2023-06-06x86/mm: Fix enc_status_change_finish_noop()Kirill A. Shutemov
2023-06-06x86/tdx: Fix race between set_memory_encrypted() and load_unaligned_zeropad()Kirill A. Shutemov
2023-06-06KVM: x86: Use cpu_feature_enabled() for PKU instead of #ifdefSean Christopherson
2023-06-06KVM: x86/mmu: Trigger APIC-access page reload iff vendor code caresSean Christopherson
2023-06-06KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access pageSean Christopherson
2023-06-06KVM: VMX: Retry APIC-access page reload if invalidation is in-progressSean Christopherson
2023-06-06x86/mm: Allow guest.enc_status_change_prepare() to failKirill A. Shutemov
2023-06-06KVM: SVM: enhance info printk's in SEV initAlexander Mikhalitsyn
2023-06-06x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky
2023-06-06x86/sev: Use large PSC requests if applicableTom Lendacky
2023-06-06x86/sev: Allow for use of the early boot GHCB for PSC requestsTom Lendacky
2023-06-06x86/sev: Put PSC struct on the stack in prep for unaccepted memory supportTom Lendacky
2023-06-06x86/sev: Fix calculation of end address based on number of pagesTom Lendacky
2023-06-06x86/tdx: Add unaccepted memory supportKirill A. Shutemov
2023-06-06KVM: x86: Correct the name for skipping VMENTER l1d flushChao Gao