summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2024-11-12Linux 6.6.58-rt45Jaehoon Chung1-2/+4
2024-11-08x86/traps: Enable UBSAN traps on x86Gatlin Newhouse1-0/+12
2024-10-22x86/bugs: Use code segment selector for VERW operandPawan Gupta1-1/+10
2024-10-22x86/cpufeatures: Add a IBPB_NO_RET BUG flagJohannes Wikner1-0/+1
2024-10-22x86/cpufeatures: Define X86_FEATURE_AMD_IBPB_RETJim Mattson1-1/+2
2024-10-10x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()Kees Cook1-1/+6
2024-10-10x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna1-1/+1
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-04xen: allow mapping ACPI data using a different physical addressJuergen Gross1-0/+8
2024-09-18x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)1-1/+0
2024-09-12x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy1-0/+7
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2-0/+5
2024-08-19mm/page_table_check: support userfault wr-protect entriesPeter Xu1-17/+1
2024-08-14x86/paravirt: Fix incorrect virt spinlock setting on bare metalChen Yu1-5/+7
2024-08-14platform/x86/intel/ifs: Store IFS generation numberJithu Joseph1-0/+1
2024-08-11KVM: VMX: Move posted interrupt descriptor out of VMX codeJacob Pan1-0/+88
2024-08-03KVM: nVMX: Request immediate exit iff pending nested event needs injectionSean Christopherson1-1/+1
2024-08-03x86/shstk: Make return uprobe work with shadow stackJiri Olsa1-0/+2
2024-07-18x86/entry: Rename ignore_sysret()Nikolay Borisov1-1/+1
2024-07-05randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook1-9/+6
2024-06-27x86/cpu: Fix x86_match_cpu() to match just X86_VENDOR_INTELTony Luck1-0/+5
2024-06-27x86/cpu/vfm: Add new macros to work with (vendor/family/model) valuesTony Luck1-0/+93
2024-06-27efi/x86: Free EFI memory map only when installing a new one.Ard Biesheuvel1-1/+0
2024-06-21x86/uaccess: Fix missed zeroing of ia32 u64 get_user() range checkingKees Cook1-2/+2
2024-06-21x86/asm: Use %c/%n instead of %P operand modifier in asm templatesUros Bizjak5-16/+16
2024-06-12x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter1-2/+0
2024-06-12x86/pat: Introduce lookup_address_in_pgd_attr()Juergen Gross1-0/+2
2024-06-12locking/atomic/x86: Correct the definition of __arch_try_cmpxchg128()Uros Bizjak1-1/+1
2024-06-12x86/mm: Remove broken vsyscall emulation code from the page fault codeLinus Torvalds1-1/+0
2024-05-02x86/tdx: Preserve shared bit on mprotect()Kirill A. Shutemov2-2/+6
2024-04-27KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson1-0/+1
2024-04-27sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers1-0/+3
2024-04-17x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap1-1/+2
2024-04-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne1-0/+5
2024-04-10x86/bhi: Mitigate KVM by defaultPawan Gupta2-0/+6
2024-04-10x86/bhi: Add BHI mitigation knobPawan Gupta1-0/+1
2024-04-10x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta2-0/+5
2024-04-10x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon2-1/+5
2024-04-10x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta3-1/+15
2024-04-10x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds1-6/+4
2024-04-10x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel1-0/+1
2024-04-10x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel1-0/+1
2024-04-10x86/sev: Move early startup code into .head.text sectionArd Biesheuvel1-5/+5
2024-04-10x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel1-4/+4
2024-04-10x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong1-0/+2
2024-04-10x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld1-0/+2
2024-04-10x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)2-5/+17
2024-04-10x86/nospec: Refactor UNTRAIN_RET[_*]Josh Poimboeuf1-21/+10
2024-04-10x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf1-7/+18