summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl2020-06-031-1/+1
* x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-201-1/+6
* x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-05-141-1/+1
* x86/KVM: Clean up host's steal time structureBoris Ostrovsky2020-04-291-2/+1
* x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-04-291-0/+1
* x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan2020-04-231-1/+1
* x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen2020-04-211-1/+1
* KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson2020-04-171-1/+1
* x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom2020-04-172-3/+6
* KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov2020-02-281-1/+1
* x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips2020-02-281-0/+2
* x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du2020-02-241-1/+0
* x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra2020-02-141-0/+49
* x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2020-02-111-0/+8
* KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson2020-02-111-4/+4
* x86/pgtable/32: Fix LOWMEM_PAGES constantArnd Bergmann2020-01-271-1/+1
* x86/crash: Add a forward declaration of struct kimageLianbo Jiang2019-12-311-0/+2
* x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen2019-12-311-1/+1