summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2019-12-05mm, gup: add missing refcount overflow checks on x86 and s390Vlastimil Babka1-1/+8
2019-11-28x86/speculation: Fix redundant MDS mitigation messageWaiman Long1-0/+13
2019-11-28x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long1-2/+15
2019-11-28x86/insn: Fix awk regexp warningsAlexander Kapshuk1-2/+2
2019-11-28KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-4/+4
2019-11-28kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)1-7/+35
2019-11-28KVM/x86: Fix invvpid and invept register operand size in 64-bit modeUros Bizjak1-2/+2
2019-11-25x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one errorBjorn Helgaas1-1/+1
2019-11-25x86/olpc: Fix build error with CONFIG_MFD_CS5535=mBorislav Petkov1-2/+1
2019-11-25uprobes/x86: Prohibit probing on MOV SS instructionMasami Hiramatsu1-0/+4
2019-11-25kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu2-0/+22
2019-11-25x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra3-10/+10
2019-11-25x86/CPU: Use correct macros for Cyrix callsMatthew Whitehead1-1/+1
2019-11-25signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman1-1/+1
2019-11-16kvm: x86: mmu: Recovery of shattered NX large pagesJunaid Shahid4-0/+148
2019-11-16kvm: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini5-13/+181
2019-11-16x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli4-28/+54
2019-11-16KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini2-13/+11
2019-11-16KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini3-7/+67
2019-11-16KVM: x86: Add is_executable_pte()Ben Hutchings1-0/+5
2019-11-16KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini1-3/+9
2019-11-16KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini2-7/+4
2019-11-16KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini2-44/+39
2019-11-16kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid2-16/+10
2019-11-16kvm: Convert kvm_lock to a mutexJunaid Shahid2-7/+7
2019-11-16KVM: x86: extend usage of RET_MMIO_PF_* constantsPaolo Bonzini2-57/+54
2019-11-16KVM: x86: simplify ept_misconfigPaolo Bonzini3-28/+21
2019-11-16x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf1-4/+0
2019-11-16x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2-6/+61
2019-11-16x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta1-1/+6
2019-11-16kvm/x86: Export MDS_NO=0 to guests when TSX is enabledPawan Gupta1-0/+19
2019-11-16x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta1-0/+23
2019-11-16x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta6-2/+139
2019-11-16x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta5-1/+149
2019-11-16x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta2-4/+13
2019-11-16x86/msr: Add the IA32_TSX_CTRL MSRPawan Gupta1-0/+5
2019-11-16KVM: x86: use Intel speculation bugs and features as derived in generic x86 codePaolo Bonzini2-0/+16
2019-11-16kvm: mmu: Don't read PDPTEs when paging is not enabledJunaid Shahid1-2/+2
2019-11-12x86/apic/32: Avoid bogus LDR warningsJan Beulich1-13/+15
2019-11-12x86/apic: Drop logical_smp_processor_id() inlineDou Liyang2-15/+5
2019-11-12x86/apic: Move pending interrupt check code into it's own functionDou Liyang1-45/+55
2019-11-12perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h)Kim Phillips1-2/+4
2019-11-12perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...Kim Phillips1-1/+1
2019-11-06efi/x86: Do not clean dummy variable in kexec pathDave Young1-3/+0
2019-11-06x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang1-1/+2
2019-10-17x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2-3/+3
2019-10-17KVM: nVMX: handle page fault in vmread fixJack Wang1-1/+1
2019-10-05KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson1-3/+8
2019-10-05KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2-0/+8
2019-10-05KVM: x86: always stop emulation on page faultJan Dakinevich1-1/+3