summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko2024-10-101-0/+63
* x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()Kees Cook2024-10-101-1/+6
* x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl2024-10-101-5/+18
* x86/kexec: Add EFI config table identity mapping for kexec kernelTao Liu2024-10-101-0/+27
* x86/pkeys: Restore altstack access in sigreturn()Aruna Ramakrishna2024-10-101-3/+3
* x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna2024-10-103-5/+6
* x86/apic: Remove logical destination mode for 64-bitThomas Gleixner2024-10-102-120/+7
* x86/ioapic: Handle allocation failures gracefullyThomas Gleixner2024-10-101-24/+22
* x86/bugs: Fix handling when SRSO mitigation is disabledDavid Kaplan2024-10-101-9/+5
* x86/bugs: Add missing NO_SSB flagDaniel Sneddon2024-10-101-2/+2
* crypto: x86/sha256 - Add parentheses around macros' single argumentsFangrui Song2024-10-101-8/+8
* x86/tdx: Fix "in-kernel MMIO" checkAlexey Gladkov (Intel)2024-10-041-0/+6
* x86/tdx: Convert shared memory back to private on kexecKirill A. Shutemov2024-10-044-3/+141
* x86/mm: Add callbacks to prepare encrypted memory for kexecKirill A. Shutemov2024-10-044-0/+38
* x86/tdx: Account shared memoryKirill A. Shutemov2024-10-041-0/+7
* x86/mm: Make x86_platform.guest.enc_status_change_*() return an errorKirill A. Shutemov2024-10-046-34/+36
* KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)Sean Christopherson2024-10-044-12/+36
* KVM: x86: Make x2APIC ID 100% readonlySean Christopherson2024-10-041-7/+15
* KVM: x86: Drop unused check_apicv_inhibit_reasons() callback definitionHou Wenlong2024-10-042-2/+0
* perf/x86/intel/pt: Fix sampling synchronizationAdrian Hunter2024-10-041-8/+7
* perf/x86/intel: Allow to setup LBR for counting event for BPFKan Liang2024-10-041-2/+6
* x86/entry: Remove unwanted instrumentation in common_interrupt()Dmitry Vyukov2024-10-042-5/+9
* KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()Sean Christopherson2024-10-041-23/+23
* KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bitsSean Christopherson2024-10-041-1/+14
* xen: allow mapping ACPI data using a different physical addressJuergen Gross2024-10-048-1/+59
* xen: move checks for e820 conflicts further upJuergen Gross2024-10-041-22/+22
* x86/PCI: Check pcie_find_root_port() return for NULLSamasth Norway Ananda2024-10-041-2/+2
* bpf, x64: Fix tailcall hierarchyLeon Hwang2024-10-041-28/+79
* xen: tolerate ACPI NVS memory overlapping with Xen allocated memoryJuergen Gross2024-10-041-1/+91
* xen: add capability to remap non-RAM pages to different PFNsJuergen Gross2024-10-042-0/+66
* xen: move max_pfn in xen_memory_setup() out of function scopeJuergen Gross2024-10-041-26/+26
* xen: introduce generic helper checking for memory map conflictsJuergen Gross2024-10-043-11/+31
* minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds2024-10-041-2/+3
* xen: use correct end address of kernel for conflict checkingJuergen Gross2024-10-041-1/+1
* x86/boot/64: Strip percpu address space when setting up GDT descriptorsUros Bizjak2024-10-041-1/+2
* x86/mm: Use IPIs to synchronize LAM enablementYosry Ahmed2024-10-042-7/+29
* x86/sgx: Fix deadlock in SGX NUMA node searchAaron Lu2024-10-041-13/+14
* x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequencyMichael Kelley2024-09-301-0/+1
* x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)2024-09-183-7/+3
* clocksource: hyper-v: Use lapic timer in a TDX VM without paravisorDexuan Cui2024-09-181-1/+15
* x86/mm: Fix PTI for i386 some moreThomas Gleixner2024-09-121-16/+29
* perf/x86/intel: Hide Topdown metrics events if the feature is not enumeratedKan Liang2024-09-121-1/+33
* x86/kmsan: Fix hook for unaligned accessesBrian Johannesmeyer2024-09-121-1/+4
* x86/apic: Make x2apic_disable() work correctlyYuntao Wang2024-09-121-5/+6
* x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy2024-09-123-2/+12
* x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2024-09-124-6/+35
* perf/x86/intel: Limit the period on HaswellKan Liang2024-09-121-2/+21
* x86/tdx: Fix data leak in mmio_read()Kirill A. Shutemov2024-09-121-1/+0
* KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missingRavi Bangoria2024-09-121-0/+3
* KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASEMaxim Levitsky2024-09-121-0/+12