summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
* x86/nospec: Fix i386 RSB stuffingPeter Zijlstra2022-09-151-0/+14
* x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta2022-09-051-1/+2
* x86/speculation: Add LFENCE to RSB fill sequencePawan Gupta2022-08-111-1/+3
* x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon2022-08-113-0/+21
* kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-07-021-0/+9
* x86/tsc: Use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-06-252-4/+12
* x86: Remove arch_has_random, arch_has_random_seedRichard Henderson2022-06-251-8/+4
* KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta2022-06-161-0/+6
* x86/speculation/mmio: Add mitigation for Processor MMIO Stale DataPawan Gupta2022-06-161-0/+2
* x86/speculation/mmio: Enumerate Processor MMIO Stale Data bugPawan Gupta2022-06-162-0/+20
* x86/cpu: Add another Alder Lake CPU to the Intel familyGayatri Kammela2022-06-161-0/+1
* x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU...Tony Luck2022-06-161-0/+7
* x86/cpu: Add Jasper Lake to Intel familyZhang Rui2022-06-161-0/+1
* x86/cpu: Add Elkhart Lake to Intel familyGayatri Kammela2022-06-161-0/+2
* x86/pm: Fix false positive kmemleak report in msr_build_context()Matthieu Baerts2022-06-142-5/+9
* ACPICA: Avoid cache flush inside virtual machinesKirill A. Shutemov2022-06-141-1/+13
* x86/cpu: Load microcode during restore_processor_state()Borislav Petkov2022-05-121-0/+2
* stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka2022-04-271-4/+2
* x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra2022-03-111-1/+3
* x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2022-03-112-7/+7
* x86/pkey: Fix undefined behaviour with PKRU_WD_BITAndrew Cooper2021-12-291-2/+2
* x86: Increase exception stack sizesPeter Zijlstra2021-11-261-1/+1
* x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng2021-10-061-0/+14
* x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner2021-08-261-22/+8
* KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky2021-08-261-0/+2
* x86/asm: Ensure asm/proto.h can be included stand-aloneJan Kiszka2021-08-041-0/+2
* x86/fpu: Return proper error codes from user access functionsThomas Gleixner2021-07-201-7/+12
* x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner2021-06-101-0/+1
* x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2021-03-241-1/+13
* x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2021-03-242-9/+9
* x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-102-10/+18
* x86: __always_inline __{rd,wr}msr()Peter Zijlstra2021-02-071-2/+2
* x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse2020-12-301-0/+1
* x86/membarrier: Get rid of a dubious optimizationAndy Lutomirski2020-12-301-4/+5
* x86/mm/mem_encrypt: Fix definition of PMD_FLAGS_DEC_WPArvind Sankar2020-12-301-0/+1
* x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-111-0/+15
* KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini2020-12-021-0/+1
* perf/x86/amd/ibs: Fix raw sample data accumulationKim Phillips2020-11-051-0/+1
* x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner2020-10-011-2/+2
* x86/pkeys: Add check for pkey "overflow"Dave Hansen2020-10-011-0/+5
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-261-1/+2
* x86/entry: Increase entry_stack size to a full pagePeter Zijlstra2020-07-161-1/+1
* KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson2020-06-301-1/+1
* x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky2020-06-222-0/+2
* x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck2020-06-221-6/+13
* x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()Will Deacon2020-06-221-1/+1
* make 'user_access_begin()' do 'access_ok()'Linus Torvalds2020-06-221-1/+11
* x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-06-102-0/+6
* x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-06-101-0/+27
* mm: Fix mremap not considering huge pmd devmapFan Yang2020-06-071-0/+1