summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
4 dayssyscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
4 daysx86: stop playing stack games in profile_pc()Linus Torvalds1-19/+1
4 daysrandomize_kstack: Remove non-functional per-arch entropy filteringKees Cook1-9/+6
4 daysx86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixupUros Bizjak1-2/+2
4 daysbpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy1-2/+1
12 daysx86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck2-3/+6
12 daysx86/cpu/vfm: Add new macros to work with (vendor/family/model) valuesTony Luck1-0/+93
12 daysefi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel2-2/+11
12 daysKVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routesSean Christopherson1-5/+4
12 dayskprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-06-21x86/amd_nb: Check for invalid SMN readsYazen Ghannam1-1/+8
2024-06-21x86/kexec: Fix bug with call depth trackingDavid Kaplan1-2/+9
2024-06-21x86/boot: Don't add the EFI stub to targets, againBenjamin Segall1-2/+2
2024-06-21x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook2-3/+7
2024-06-21x86/asm: Use %c/%n instead of %P operand modifier in asm templatesUros Bizjak6-18/+18
2024-06-21KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria3-7/+17
2024-06-21KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guestsMichael Roth3-1/+21
2024-06-21KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria3-9/+14
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-0/+2
2024-06-16KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright maskedSean Christopherson1-8/+19
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang1-3/+6
2024-06-12KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUIDGerd Hoffmann1-11/+10
2024-06-12x86/pci: Skip early E820 check for ECAM regionBjorn Helgaas1-11/+29
2024-06-12x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada1-4/+1
2024-06-12xen/x86: add extra pages to unpopulated-alloc if availableRoger Pau Monne1-0/+33
2024-06-12um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie1-0/+7
2024-06-12kbuild: unify vdso_install rulesMasahiro Yamada2-30/+4
2024-06-12x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter1-4/+4
2024-06-12x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter1-1/+1
2024-06-12x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter2-4/+2
2024-06-12x86/purgatory: Switch to the position-independent small code modelArd Biesheuvel1-1/+2
2024-06-12x86/pat: Fix W^X violation false-positives when running as Xen PV guestJuergen Gross1-8/+18
2024-06-12x86/pat: Restructure _lookup_address_cpa()Juergen Gross1-4/+7
2024-06-12x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross2-3/+32
2024-06-12x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57Ard Biesheuvel1-0/+5
2024-06-12locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()Uros Bizjak1-1/+1
2024-06-12x86/boot: Ignore relocations in .notes sections in walk_relocs() tooGuixiong Wei1-0/+9
2024-06-12crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-06-12crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-06-12crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers1-0/+1
2024-06-12x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds3-59/+3
2024-06-12bpf, x86: Fix PROBE_MEM runtime load checkPuranjay Mohan1-32/+25
2024-06-12cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson1-2/+6
2024-06-12x86/tsc: Trust initial offset in architectural TSC-adjust MSRsDaniel J Blueman1-4/+2
2024-05-17x86/apic: Don't access the APIC when disabling x2APICThomas Gleixner1-5/+11
2024-05-02x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov2-2/+6
2024-05-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson1-5/+6
2024-05-02x86/cpu: Fix check for RDPKRU in __show_regs()David Kaplan1-1/+1
2024-05-02KVM: x86/pmu: Set enable bits for GP counters in PERF_GLOBAL_CTRL at "RESET"Sean Christopherson1-2/+14
2024-05-02KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabledSean Christopherson2-16/+20