summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-04-10x86/dumpstack: Fix inaccurate unwinding from exception stacks due to misplace...Jann Horn1-3/+2
2025-04-10x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1Jann Horn1-0/+2
2025-04-10x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-24/+28
2025-04-10x86/entry: Add __init to ia32_emulation_override_cmdline()Vitaly Kuznetsov1-1/+1
2025-04-10x86/fpu/xstate: Fix inconsistencies in guest FPU xfeaturesChao Gao1-2/+2
2025-04-10x86/traps: Make exc_double_fault() consistently noreturnJosh Poimboeuf1-1/+17
2025-04-10perf/x86/lbr: Fix shorter LBRs call stacks for the system-wide modeKan Liang2-8/+40
2025-04-10perf: Supply task information to sched_task()Kan Liang6-12/+20
2025-04-10x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitorsJames Morse1-1/+2
2025-04-10x86/split_lock: Fix the delayed detection logicMaksim Davydov1-4/+16
2025-04-10x86/sev: Add missing RIP_REL_REF() invocations during sme_enable()Kevin Loughlin1-2/+2
2025-04-10x86/platform: Only allow CONFIG_EISA for 32-bitArnd Bergmann1-1/+1
2025-04-10x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct()Benjamin Berg1-1/+6
2025-04-10x86/fpu: Fix guest FPU state buffer allocation sizeStanislav Spassov1-1/+1
2025-04-10x86/vdso: Fix latent bug in vclock_pages calculationThomas Weißschuh3-2/+3
2025-04-10x86/mm/pat: cpa-test: fix length for CPA_ARRAY testMike Rapoport (Microsoft)1-1/+1
2025-03-22perf/amd/ibs: Prevent leaking sensitive data to userspaceNamhyung Kim1-6/+78
2025-03-20perf/x86/rapl: Fix error handling in init_rapl_pmus()Dhananjay Ugwekar1-1/+6
2025-03-17perf/x86: Check data address for IBS software filterNamhyung Kim1-4/+6
2025-03-13x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisorsAjay Kaher1-0/+4
2025-03-11Merge tag 'hyperv-fixes-signed-20250311' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-2/+2
2025-03-10x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodesFlorent Revest1-1/+1
2025-03-10x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabledVladis Dronov1-3/+7
2025-03-10x86/hyperv: Fix output argument to hypercall that changes page visibilityMichael Kelley1-2/+1
2025-03-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-26/+74
2025-03-09Merge tag 'kvm-x86-fixes-6.14-rcN.2' of https://github.com/kvm-x86/linux into...Paolo Bonzini9-26/+74
2025-03-08x86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)1-0/+6
2025-03-08Merge branch 'linus' into x86/urgent, to pick up dependent patchesIngo Molnar4-86/+627
2025-03-08x86/mm: Define PTRS_PER_PMD for assembly code tooIngo Molnar1-4/+4
2025-03-07Merge tag 'x86-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-31/+64
2025-03-07virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutexAlexey Kardashevskiy2-18/+11
2025-03-07x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()Andrew Cooper1-6/+3
2025-03-06x86/boot: Sanitize boot params before parsing command lineArd Biesheuvel1-0/+2
2025-03-05x86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen1-0/+7
2025-03-04Merge tag 'x86_microcode_for_v6.14_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-86/+627
2025-03-04KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVMXiaoyao Li1-1/+1
2025-03-04x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish1-16/+34
2025-03-04x86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish1-1/+1
2025-03-04x86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish1-1/+1
2025-03-03KVM: SVM: Don't rely on DebugSwap to restore host DR0..DR3Sean Christopherson1-9/+12
2025-03-03KVM: SVM: Save host DR masks on CPUs with DebugSwapSean Christopherson1-3/+10
2025-03-03x86/speculation: Add a conditional CS prefix to CALL_NOSPECPawan Gupta1-4/+15
2025-03-03x86/speculation: Simplify and make CALL_NOSPEC consistentPawan Gupta1-10/+5
2025-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+17
2025-03-01kvm: retry nx_huge_page_recovery_thread creationKeith Busch1-6/+4
2025-03-01vhost: return task creation error instead of NULLKeith Busch1-1/+1
2025-02-28Merge tag 'x86-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-3/+7
2025-02-28KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQsSean Christopherson1-1/+2
2025-02-28KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization is disabledSean Christopherson1-0/+14
2025-02-28KVM: x86: Snapshot the host's DEBUGCTL in common x86Sean Christopherson4-8/+4