summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2024-10-25KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEsSean Christopherson
2024-10-25KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEsSean Christopherson
2024-10-25KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifyingSean Christopherson
2024-10-25KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTESean Christopherson
2024-10-25KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizingSean Christopherson
2024-10-25KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaultingSean Christopherson
2024-10-25KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTESean Christopherson
2024-10-25KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an errorSean Christopherson
2024-10-25x86: fix whitespace in runtime-const assembler outputLinus Torvalds
2024-10-25x86: fix user address masking non-canonical speculation issueLinus Torvalds
2024-10-25x86/microcode/intel: Remove unnecessary cache writeback and invalidationChang S. Bae
2024-10-23x86/sev: Ensure that RMP table fixups are reservedAshish Kalra
2024-10-23um: switch to regset API and depend on XSTATEBenjamin Berg
2024-10-23um: vdso: Always reject undefined references in during linkingThomas Weißschuh
2024-10-23um: make stub_exe _start() pure inline asmJohannes Berg
2024-10-22x86/microcode/AMD: Split load_microcode_amd()Borislav Petkov (AMD)
2024-10-22x86/microcode/AMD: Pay attention to the stepping dynamicallyBorislav Petkov (AMD)
2024-10-21x86/lam: Disable ADDRESS_MASKING in most casesPawan Gupta
2024-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-10-21x86/platform: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-20Merge tag 'x86_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-10-20KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memorySean Christopherson
2024-10-20KVM: VMX: reset the segment cache after segment init in vmx_vcpu_reset()Maxim Levitsky
2024-10-20KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range()Sean Christopherson
2024-10-20KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslotSean Christopherson
2024-10-20x86/kvm: Override default caching mode for SEV-SNP and TDXKirill A. Shutemov
2024-10-18PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen
2024-10-17Merge tag 'x86_bugs_post_ibpb' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-10-17x86/unwind/orc: Fix unwind for newly forked tasksZheng Yejian
2024-10-17objtool: Detect non-relocated text referencesJosh Poimboeuf
2024-10-16x86/acpi: Switch to irq_get_nr_irqs() and irq_set_nr_irqs()Bart Van Assche
2024-10-16virt: sev-guest: Carve out SNP message context structureNikunj A Dadhania
2024-10-16virt: sev-guest: Consolidate SNP guest messaging parameters to a structNikunj A Dadhania
2024-10-16x86/sev: Cache the secrets page addressNikunj A Dadhania
2024-10-16x86/sev: Handle failures from snp_init()Nikunj A Dadhania
2024-10-16virt: sev-guest: Use AES GCM crypto libraryNikunj A Dadhania
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino
2024-10-15x86/virt: Provide "nosnp" boot option for sev kernel command linePavan Kumar Paluri
2024-10-15x86/virt: Move SEV-specific parsing into arch/x86/virt/svmPavan Kumar Paluri
2024-10-15x86/vdso: Remove timekeeper includeThomas Weißschuh
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt
2024-10-15x86/apic: Always explicitly disarm TSC-deadline timerZhang Rui
2024-10-14x86/resctrl: Slightly clean-up mbm_config_show()Christophe JAILLET
2024-10-11Merge tag 'for-linus-6.12a-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-10-11x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode loadJohn Allen
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-10-10um: Switch to 4 level page tables on 64 bitBenjamin Berg
2024-10-10um: Discover host_task_size from envpBenjamin Berg
2024-10-10um: Calculate stub data address relative to stub codeBenjamin Berg
2024-10-10um: Add generic stub_syscall1 functionBenjamin Berg