summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-02kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-0/+6
2022-06-25x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2-4/+12
2022-06-25x86: Remove arch_has_random, arch_has_random_seedRichard Henderson1-8/+4
2022-06-16KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta1-0/+6
2022-06-16x86/speculation/mmio: Add mitigation for Processor MMIO Stale DataPawan Gupta1-0/+2
2022-06-16x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta2-0/+20
2022-06-16x86/cpu: Add another Alder Lake CPU to the Intel familyGayatri Kammela1-0/+1
2022-06-16x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU...Tony Luck1-0/+7
2022-06-16x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang1-0/+3
2022-06-16x86/CPU: Add more Icelake model numbersKan Liang1-0/+3
2022-06-16x86/CPU: Add Icelake model numberRajneesh Bhardwaj1-0/+2
2022-06-16x86/cpu: Add Cannonlake to Intel familyRajneesh Bhardwaj1-0/+6
2022-06-16x86/cpu: Add Jasper Lake to Intel familyZhang Rui1-0/+1
2022-06-16x86/cpu: Add Elkhart Lake to Intel familyGayatri Kammela1-0/+2
2022-06-14x86/pm: Fix false positive kmemleak report in msr_build_context()Matthieu Baerts2-5/+9
2022-06-14ACPICA: Avoid cache flush inside virtual machinesKirill A. Shutemov1-1/+13
2022-05-12x86/cpu: Load microcode during restore_processor_state()Borislav Petkov1-0/+2
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-4/+2
2022-03-11x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra1-1/+3
2022-03-11x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2-7/+7
2021-12-29x86/pkey: Fix undefined behaviour with PKRU_WD_BITAndrew Cooper1-2/+2
2021-11-26x86: Increase exception stack sizesPeter Zijlstra1-1/+1
2021-11-12mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov2-0/+3
2021-08-26x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner1-22/+8
2021-08-26KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky1-0/+2
2021-08-04x86/asm: Ensure asm/proto.h can be included stand-aloneJan Kiszka1-0/+2
2021-07-20x86/fpu: Return proper error codes from user access functionsThomas Gleixner1-7/+12
2021-03-24x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov1-1/+13
2021-03-24x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2-9/+9
2021-02-10x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2-10/+18
2021-02-07x86: __always_inline __{rd,wr}msr()Peter Zijlstra1-2/+2
2020-12-29x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar1-0/+1
2020-12-11x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu1-0/+15
2020-11-05perf/x86/amd/ibs: Fix raw sample data accumulationKim Phillips1-0/+1
2020-10-01x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner1-2/+2
2020-10-01x86/pkeys: Add check for pkey "overflow"Dave Hansen1-0/+5
2020-07-22x86/entry: Increase entry_stack size to a full pagePeter Zijlstra1-1/+1
2020-06-30KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson1-1/+1
2020-06-20x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky2-0/+2
2020-06-20x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()Will Deacon1-1/+1
2020-06-20make 'user_access_begin()' do 'access_ok()'Linus Torvalds1-1/+11
2020-06-11x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2-0/+6
2020-06-11x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross1-0/+27
2020-06-11mm: Fix mremap not considering huge pmd devmapFan Yang1-0/+1
2020-06-03x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl1-1/+1
2020-05-20x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-1/+6
2020-05-20x86/asm: Add instruction suffixes to bitopsJan Beulich2-14/+17
2020-04-24x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) featureFenghua Yu1-1/+1
2020-04-24x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen1-1/+1
2020-04-24KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson1-1/+1