aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2020-08-16Merge tag 'v5.2.53' into v5.2/standard/baseBruce Ashfield
2020-08-13x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen
2020-08-04Merge tag 'v5.2.52' into v5.2/standard/baseBruce Ashfield
2020-08-03x86/entry: Increase entry_stack size to a full pagePeter Zijlstra
2020-07-20Merge tag 'v5.2.50' into v5.2/standard/baseBruce Ashfield
2020-07-16KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson
2020-07-12Merge tag 'v5.2.48' into v5.2/standard/baseBruce Ashfield
2020-07-12Merge tag 'v5.2.47' into v5.2/standard/baseBruce Ashfield
2020-07-11x86,smap: Fix smap_{save,restore}() alternativesPeter Zijlstra
2020-07-07x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisonedTony Luck
2020-06-11Merge tag 'v5.2.45' into v5.2/standard/baseBruce Ashfield
2020-06-11Merge tag 'v5.2.44' into v5.2/standard/baseBruce Ashfield
2020-06-09x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2020-06-09x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross
2020-06-09mm: Fix mremap not considering huge pmd devmapFan Yang
2020-06-08x86/dma: Fix max PFN arithmetic overflow on 32 bit systemsAlexander Dahl
2020-06-08KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger
2020-06-08x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-06-05Merge tag 'v5.2.43' into v5.2/standard/baseBruce Ashfield
2020-06-05Merge tag 'v5.2.42' into v5.2/standard/baseBruce Ashfield
2020-06-04KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit
2020-06-04x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf
2020-06-01x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan
2020-06-01x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen
2020-06-01KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-06-01x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake
2020-06-01x86: Don't let pgprot_modify() change the page encryption bitThomas Hellstrom
2020-05-19Merge tag 'v5.2.40' into v5.2/standard/baseBruce Ashfield
2020-05-15KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Vitaly Kuznetsov
2020-05-15x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERFKim Phillips
2020-05-15x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du
2020-05-05Merge branch 'linux-5.2.y' into v5.2/standard/baseBruce Ashfield
2020-05-04x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner
2020-05-04KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson
2020-05-04KVM: X86: Dynamically allocate user_fpuWanpeng Li
2020-05-04kvm/svm: PKU not currently supportedJohn Allen
2020-04-13Merge branch 'linux-5.2.y' into v5.2/standard/baseBruce Ashfield
2020-04-12KVM: x86: Introduce vcpu->arch.xsaves_enabledAaron Lewis
2020-04-01Merge branch 'linux-5.2.y' into v5.2/standard/baseBruce Ashfield
2020-03-30syscalls/x86: Fix function types in COND_SYSCALLSami Tolvanen
2020-03-30syscalls/x86: Wire up COMPAT_SYSCALL_DEFINE0Andy Lutomirski
2020-03-30x86/syscalls: Split the x32 syscalls into their own tableAndy Lutomirski
2020-03-11Merge tag 'v5.2.34' into v5.2/standard/baseBruce Ashfield
2020-03-07x86/KVM: Clean up host's steal time structureBoris Ostrovsky
2020-03-07x86/kvm: Cache gfn to pfn translationBoris Ostrovsky
2020-02-27Merge tag 'v5.2.33' into v5.2/standard/baseBruce Ashfield
2020-02-24x86/crash: Add a forward declaration of struct kimageLianbo Jiang
2020-02-24x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen
2020-02-24syscalls/x86: Use the correct function type in SYSCALL_DEFINE0Sami Tolvanen
2020-01-17Revert "x86: Use CONFIG_PREEMPTION"He Zhe