summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2024-07-05randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook
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-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-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/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter
2024-05-30x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross
2024-05-30locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()Uros Bizjak
2024-05-25x86/percpu: Use __force to cast from __percpu address spaceUros Bizjak
2024-05-01x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds
2024-04-29x86/sev: Add callback to apply RMP table fixups for kexecAshish Kalra
2024-04-29x86/e820: Add a new e820 table update helperAshish Kalra
2024-04-24x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov
2024-04-21Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-16Merge tag 'kvm-x86-fixes-6.9-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-04-16sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers
2024-04-11perf/x86/intel: Expose existence of callback support to KVMSean Christopherson
2024-04-11KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson
2024-04-10Merge branch 'linus' into x86/urgent, to pick up dependent commitsIngo Molnar
2024-04-08Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2024-04-08x86/bhi: Mitigate KVM by defaultPawan Gupta
2024-04-08x86/bhi: Add BHI mitigation knobPawan Gupta
2024-04-08x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta
2024-04-08x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon
2024-04-08x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta
2024-04-08x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds
2024-04-08x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar
2024-04-04x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)
2024-04-04x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld
2024-04-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-02Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-04-01x86/bpf: Fix IP for relocating call depth accountingJoan Bruguera Micó
2024-03-31Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-03-31Merge tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-29x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)
2024-03-26crash: use macro to add crashk_res into iomem early for specific archBaoquan He
2024-03-26x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin
2024-03-25perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das
2024-03-25x86/cpufeatures: Add new word for scattered featuresSandipan Das
2024-03-24Merge tag 'x86-urgent-2024-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-24x86/cpu: Add model number for another Intel Arrow Lake mobile processorTony Luck
2024-03-22x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov
2024-03-21Merge tag 'hyperv-next-signed-20240320' of git://git.kernel.org/pub/scm/linux...Linus Torvalds