summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2019-12-31x86/crash: Add a forward declaration of struct kimageLianbo Jiang
2019-12-31x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen
2019-12-01kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)
2019-11-24x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one errorBjorn Helgaas
2019-11-12kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid
2019-11-12kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini
2019-11-12x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-11-12x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta
2019-11-12x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta
2019-11-12x86/apic: Drop logical_smp_processor_id() inlineDou Liyang
2019-11-06x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang
2019-10-29kvm: vmx: Basic APIC virtualization controls have three settingsJim Mattson
2019-10-29KVM: X86: introduce invalidate_gpa argument to tlb flushWanpeng Li
2019-10-17x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan
2019-09-21x86/uaccess: Don't leak the AC flags into __get_user() argument evaluationPeter Zijlstra
2019-09-21perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips
2019-09-10x86/boot: Preserve boot_params.secure_boot from sanitizingJohn S. Gruber
2019-08-29x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard
2019-08-29x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard
2019-08-29x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky
2019-08-29x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson
2019-08-25x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit
2019-08-16KVM: Fix leak vCPU's VMCS value into other pCPUWanpeng Li
2019-08-06x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner
2019-08-06x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf
2019-08-06x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu
2019-08-06x86/paravirt: Fix callee-saved function ELF sizesJosh Poimboeuf
2019-08-06x86/kvm: Don't call kvm_spurious_fault() from .fixupJosh Poimboeuf
2019-08-06xen/pv: Fix a boot up hang revealed by int3 self testZhenzhong Duan
2019-08-06x86/apic: Silence -Wtype-limits compiler warningsQian Cai
2019-07-31x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra
2019-07-31x86/cpufeatures: Add FDP_EXCPTN_ONLY and ZERO_FCS_FDSAaron Lewis
2019-05-31x86: Hide the int3_emulate_call/jmp functions from UMLSteven Rostedt (VMware)
2019-05-25x86_64: Allow breakpoints to emulate call instructionsPeter Zijlstra
2019-05-21sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra
2019-05-16x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior
2019-05-14x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner
2019-05-14x86/speculation/mds: Add mitigation control for MDSThomas Gleixner
2019-05-14x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner
2019-05-14x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner
2019-05-14x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner
2019-05-14x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner
2019-05-14x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen
2019-05-14x86/msr-index: Cleanup bit definesThomas Gleixner
2019-05-14x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra
2019-04-17xen: Prevent buffer overflow in privcmd ioctlDan Carpenter
2019-04-17x86/power: Make restore_processor_context() saneAndy Lutomirski
2019-04-17x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski
2019-04-03KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson
2019-03-27x86/unwind: Handle NULL pointer calls better in frame unwinderJann Horn