summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2024-10-10um: Remove 3-level page table support on i386Tiwei Bie
2024-10-10um: always use the internal copy of the FP registersBenjamin Berg
2024-10-10um: Set HAVE_EFFICIENT_UNALIGNED_ACCESS for x86Benjamin Berg
2024-10-10crypto: x86/cast5 - Remove unused cast5_ctr_16wayDr. David Alan Gilbert
2024-10-10x86/bugs: Do not use UNTRAIN_RET with IBPB on entryJohannes Wikner
2024-10-10x86/bugs: Skip RSB fill at VMEXITJohannes Wikner
2024-10-10x86/entry: Have entry_ibpb() invalidate return predictionsJohannes Wikner
2024-10-10x86/cpufeatures: Add a IBPB_NO_RET BUG flagJohannes Wikner
2024-10-10x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RETJim Mattson
2024-10-09x86/bugs: Use code segment selector for VERW operandPawan Gupta
2024-10-08x86/entry_32: Clear CPU buffers after register restore in NMI returnPawan Gupta
2024-10-08x86/entry_32: Do not clobber user EFLAGS.ZFPawan Gupta
2024-10-08x86/resctrl: Annotate get_mem_config() functions as __initNathan Chancellor
2024-10-08x86/xen: mark boot CPU of PV guest in MSR_IA32_APICBASEJuergen Gross
2024-10-08x86/resctrl: Avoid overflow in MB settings in bw_validate()Martin Kletzander
2024-10-07x86/amd_nb: Add new PCI ID for AMD family 1Ah model 20hRichard Gong
2024-10-07perf/x86/amd: Warn only on new bits setBreno Leitao
2024-10-07perf/x86/intel: Add PMU support for ArrowLake-HDapeng Mi
2024-10-07perf/x86/intel: Support hybrid PMU with multiple atom uarchsDapeng Mi
2024-10-07x86/cpu/intel: Define helper to get CPU core native IDDapeng Mi
2024-10-07perf/x86: Refine hybrid_pmu_type definationDapeng Mi
2024-10-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-10-06Merge tag 'kvmarm-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2024-10-06x86/reboot: emergency callbacks are now registered by common KVM codePaolo Bonzini
2024-10-06KVM: x86: leave kvm.ko out of the build if no vendor module is requestedPaolo Bonzini
2024-10-04Merge tag 'trace-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-10-04mman: Add map_shadow_stack() flagsMark Brown
2024-10-04mm: Introduce ARCH_HAS_USER_SHADOW_STACKMark Brown
2024-10-03KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMUPaolo Bonzini
2024-10-03x86/ftrace: Include <asm/ptrace.h>Sami Tolvanen
2024-10-03x86/kaslr: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro