summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-11-08x86/traps: move kmsan check after instrumentation_beginSabyrzhan Tasbolatov1-6/+6
2024-11-08x86/traps: Enable UBSAN traps on x86Gatlin Newhouse2-5/+66
2024-11-01x86: fix user address masking non-canonical speculation issueLinus Torvalds4-21/+42
2024-11-01x86: fix whitespace in runtime-const assembler outputLinus Torvalds1-2/+2
2024-11-01x86: support user address masking instead of non-speculative conditionalLinus Torvalds1-0/+8
2024-11-01x86/sev: Ensure that RMP table fixups are reservedAshish Kalra1-0/+2
2024-11-01x86/lam: Disable ADDRESS_MASKING in most casesPawan Gupta1-0/+1
2024-11-01KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memorySean Christopherson1-1/+5
2024-11-01perf/x86/rapl: Fix the energy-pkg event for AMD CPUsDhananjay Ugwekar1-5/+42
2024-11-01x86/amd_nb: Add new PCI ID for AMD family 1Ah model 20hRichard Gong1-0/+2
2024-11-01x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60h-70hRichard Gong1-0/+4
2024-11-01x86/resctrl: Avoid overflow in MB settings in bw_validate()Martin Kletzander1-9/+14
2024-10-22x86/bugs: Use code segment selector for VERW operandPawan Gupta1-1/+10
2024-10-22x86/entry_32: Clear CPU buffers after register restore in NMI returnPawan Gupta1-1/+2
2024-10-22x86/entry_32: Do not clobber user EFLAGS.ZFPawan Gupta1-1/+2
2024-10-22x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode loadJohn Allen1-1/+2
2024-10-22x86/apic: Always explicitly disarm TSC-deadline timerZhang Rui1-1/+13
2024-10-22x86/resctrl: Annotate get_mem_config() functions as __initNathan Chancellor1-2/+2
2024-10-22x86/bugs: Do not use UNTRAIN_RET with IBPB on entryJohannes Wikner1-0/+17
2024-10-22x86/bugs: Skip RSB fill at VMEXITJohannes Wikner1-0/+15
2024-10-22x86/entry: Have entry_ibpb() invalidate return predictionsJohannes Wikner1-0/+5
2024-10-22x86/cpufeatures: Add a IBPB_NO_RET BUG flagJohannes Wikner2-0/+4
2024-10-22x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RETJim Mattson1-1/+2
2024-10-17x86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K1-0/+3
2024-10-17x86/xen: mark boot CPU of PV guest in MSR_IA32_APICBASEJuergen Gross1-0/+4
2024-10-17bpf, x64: Fix a jit convergence issueYonghong Song1-2/+52
2024-10-10perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko1-0/+63
2024-10-10x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()Kees Cook1-1/+6
2024-10-10x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl1-5/+18
2024-10-10x86/kexec: Add EFI config table identity mapping for kexec kernelTao Liu1-0/+27
2024-10-10x86/pkeys: Restore altstack access in sigreturn()Aruna Ramakrishna1-3/+3
2024-10-10x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna3-5/+6
2024-10-10x86/apic: Remove logical destination mode for 64-bitThomas Gleixner2-120/+7
2024-10-10x86/ioapic: Handle allocation failures gracefullyThomas Gleixner1-24/+22
2024-10-10x86/bugs: Fix handling when SRSO mitigation is disabledDavid Kaplan1-9/+5
2024-10-10x86/bugs: Add missing NO_SSB flagDaniel Sneddon1-2/+2
2024-10-10virt: sev-guest: Ensure the SNP guest messages do not exceed a pageNikunj A Dadhania1-1/+1
2024-10-10crypto: x86/sha256 - Add parentheses around macros' single argumentsFangrui Song1-8/+8
2024-10-04perf/x86/intel/pt: Fix sampling synchronizationAdrian Hunter1-8/+7
2024-10-04perf/x86/intel: Allow to setup LBR for counting event for BPFKan Liang1-2/+6
2024-10-04x86/entry: Remove unwanted instrumentation in common_interrupt()Dmitry Vyukov2-5/+9
2024-10-04x86/tdx: Fix "in-kernel MMIO" checkAlexey Gladkov (Intel)1-0/+6
2024-10-04KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)Sean Christopherson4-12/+36
2024-10-04KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()Sean Christopherson1-23/+23
2024-10-04KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bitsSean Christopherson1-1/+14
2024-10-04xen: allow mapping ACPI data using a different physical addressJuergen Gross8-1/+59
2024-10-04xen: move checks for e820 conflicts further upJuergen Gross1-22/+22
2024-10-04x86/PCI: Check pcie_find_root_port() return for NULLSamasth Norway Ananda1-2/+2
2024-10-04bpf, x64: Fix tailcall hierarchyLeon Hwang1-28/+79
2024-10-04xen: tolerate ACPI NVS memory overlapping with Xen allocated memoryJuergen Gross1-1/+91