summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
4 daysx86/amd_nb: Add new PCI IDs for AMD family 1Ah model 60hShyam Sundar S K1-0/+3
4 daysx86/amd_nb: Add new PCI IDs for AMD family 0x1aShyam Sundar S K1-0/+1
4 daysbpf, x64: Fix a jit convergence issueYonghong Song1-2/+52
11 daysperf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko1-0/+63
11 daysx86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()Kees Cook1-1/+6
11 daysx86/kexec: Add EFI config table identity mapping for kexec kernelTao Liu1-0/+27
11 daysx86/pkeys: Restore altstack access in sigreturn()Aruna Ramakrishna1-3/+3
11 daysx86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna3-5/+6
11 daysx86/ioapic: Handle allocation failures gracefullyThomas Gleixner1-24/+22
11 dayscrypto: x86/sha256 - Add parentheses around macros' single argumentsFangrui Song1-8/+8
2024-10-04x86/tdx: Fix "in-kernel MMIO" checkAlexey Gladkov (Intel)1-0/+6
2024-10-04x86/entry: Remove unwanted instrumentation in common_interrupt()Dmitry Vyukov2-5/+9
2024-10-04x86/idtentry: Incorporate definitions/declarations of the FRED entriesXin Li1-8/+63
2024-10-04perf/x86/intel/pt: Fix sampling synchronizationAdrian Hunter1-8/+7
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-04xen: tolerate ACPI NVS memory overlapping with Xen allocated memoryJuergen Gross1-1/+91
2024-10-04xen: add capability to remap non-RAM pages to different PFNsJuergen Gross2-0/+66
2024-10-04xen: move max_pfn in xen_memory_setup() out of function scopeJuergen Gross1-26/+26
2024-10-04xen: introduce generic helper checking for memory map conflictsJuergen Gross3-11/+31
2024-10-04minmax: avoid overly complex min()/max() macro arguments in xenLinus Torvalds1-2/+3
2024-10-04xen: use correct end address of kernel for conflict checkingJuergen Gross1-1/+1
2024-10-04x86/mm: Use IPIs to synchronize LAM enablementYosry Ahmed2-7/+29
2024-10-04x86/sgx: Fix deadlock in SGX NUMA node searchAaron Lu1-13/+14
2024-09-30x86/mm: Switch to new Intel CPU model definesTony Luck1-10/+6
2024-09-30x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequencyMichael Kelley1-0/+1
2024-09-18x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)3-7/+3
2024-09-12x86/mm: Fix PTI for i386 some moreThomas Gleixner1-16/+29
2024-09-12x86/kmsan: Fix hook for unaligned accessesBrian Johannesmeyer1-1/+4
2024-09-12x86/apic: Make x2apic_disable() work correctlyYuntao Wang1-5/+6
2024-09-12x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy3-2/+12
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner4-6/+35
2024-09-12perf/x86/intel: Limit the period on HaswellKan Liang1-2/+21
2024-09-12x86/tdx: Fix data leak in mmio_read()Kirill A. Shutemov1-1/+0
2024-09-12KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missingRavi Bangoria1-0/+3
2024-09-12KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASEMaxim Levitsky1-0/+12
2024-09-12KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTSSean Christopherson1-0/+2
2024-09-04Revert "change alloc_pages name in dma_map_ops to avoid name conflicts"Greg Kroah-Hartman1-1/+1
2024-08-29change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan1-1/+1
2024-08-29x86: Increase brk randomness entropy for 64-bit systemsKees Cook1-1/+4
2024-08-19mm/page_table_check: support userfault wr-protect entriesPeter Xu1-17/+1
2024-08-14x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen1-1/+1
2024-08-14x86/paravirt: Fix incorrect virt spinlock setting on bare metalChen Yu2-9/+10
2024-08-14x86/mm: Fix pti_clone_entry_text() for i386Peter Zijlstra1-1/+1
2024-08-14x86/mm: Fix pti_clone_pgtable() alignment assumptionPeter Zijlstra1-3/+3
2024-08-14platform/x86/intel/ifs: Store IFS generation numberJithu Joseph1-0/+1
2024-08-11KVM: nVMX: Check for pending posted interrupts when looking for nested eventsSean Christopherson1-2/+34