summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2024-07-18x86/bhi: Avoid warning in #DB handler due to BHI mitigationAlexandre Chartre
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-07-05x86: stop playing stack games in profile_pc()Linus Torvalds
2024-07-05randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook
2024-07-05x86/fpu: Fix AMD X86_BUG_FXSAVE_LEAK fixupUros Bizjak
2024-07-05bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_...Christophe Leroy
2024-06-27x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck
2024-06-27x86/cpu/vfm: Add new macros to work with (vendor/family/model) valuesTony Luck
2024-06-27efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel
2024-06-27KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routesSean Christopherson
2024-06-27x86/resctrl: Don't try to free nonexistent RMIDsDave Martin
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan
2024-06-21x86/amd_nb: Check for invalid SMN readsYazen Ghannam
2024-06-21x86/kexec: Fix bug with call depth trackingDavid Kaplan
2024-06-21x86/mm/numa: Use NUMA_NO_NODE when calling memblock_set_node()Jan Beulich
2024-06-21x86/boot: Don't add the EFI stub to targets, againBenjamin Segall
2024-06-21x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook
2024-06-21x86/asm: Use %c/%n instead of %P operand modifier in asm templatesUros Bizjak
2024-06-21x86/cpu: Provide default cache line size if not enumeratedDave Hansen
2024-06-21x86/cpu: Get rid of an unnecessary local variable in get_cpu_address_sizes()Borislav Petkov (AMD)
2024-06-21KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria
2024-06-21KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria
2024-06-16mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts
2024-06-16KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright maskedSean Christopherson
2024-06-16x86/topology/amd: Evaluate SMT in CPUID leaf 0x8000001e only on family 0x17 a...Thomas Gleixner
2024-06-12genirq/cpuhotplug, x86/vector: Prevent vector leak during CPU offlineDongli Zhang
2024-06-12x86/topology/intel: Unlock CPUID before evaluating anythingThomas Gleixner
2024-06-12KVM: x86: Don't advertise guest.MAXPHYADDR as host.MAXPHYADDR in CPUIDGerd Hoffmann
2024-06-12x86/pci: Skip early E820 check for ECAM regionBjorn Helgaas
2024-06-12x86/topology: Handle bogus ACPI tables correctlyThomas Gleixner
2024-06-12x86/kconfig: Select ARCH_WANT_FRAME_POINTERS again when UNWINDER_FRAME_POINTER=yMasahiro Yamada
2024-06-12xen/x86: add extra pages to unpopulated-alloc if availableRoger Pau Monne
2024-06-12um: Fix the -Wmissing-prototypes warning for get_thread_regTiwei Bie
2024-06-12x86/percpu: Use __force to cast from __percpu address spaceUros Bizjak
2024-06-12x86/percpu: Unify arch_raw_cpu_ptr() definesUros Bizjak
2024-05-30x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDSAdrian Hunter
2024-05-30x86/insn: Fix PUSH instruction in x86 instruction decoder opcode mapAdrian Hunter
2024-05-30x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter
2024-05-30x86/purgatory: Switch to the position-independent small code modelArd Biesheuvel
2024-05-30x86/pat: Fix W^X violation false-positives when running as Xen PV guestJuergen Gross
2024-05-30x86/pat: Restructure _lookup_address_cpa()Juergen Gross
2024-05-30x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross
2024-05-30x86/boot/64: Clear most of CR4 in startup_64(), except PAE, MCE and LA57Ard Biesheuvel
2024-05-30locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()Uros Bizjak
2024-05-30x86/microcode/AMD: Avoid -Wformat warning with clang-15Arnd Bergmann
2024-05-30x86/fred: Fix typo in Kconfig descriptionPaul Menzel
2024-05-30x86/boot: Ignore relocations in .notes sections in walk_relocs() tooGuixiong Wei
2024-05-30crypto: x86/sha512-avx2 - add missing vzeroupperEric Biggers
2024-05-30crypto: x86/sha256-avx2 - add missing vzeroupperEric Biggers
2024-05-30crypto: x86/nh-avx2 - add missing vzeroupperEric Biggers