summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-05x86/apic: Soft disable APIC before initializing itThomas Gleixner1-0/+8
2019-10-05x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI failsGrzegorz Halat1-19/+27
2019-09-21x86/uaccess: Don't leak the AC flags into __get_user() argument evaluationPeter Zijlstra1-1/+3
2019-09-21perf/x86/amd/ibs: Fix sample bias for dispatched micro-opsKim Phillips2-7/+18
2019-09-21perf/x86/intel: Restrict period on NehalemJosh Hunt1-0/+6
2019-09-21x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner1-1/+7
2019-09-21x86/boot: Add missing bootparam that breaks boot on some platformsCorey Minyard1-0/+1
2019-09-21x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC...Linus Torvalds1-0/+1
2019-09-21KVM: nVMX: handle page fault in vmreadPaolo Bonzini1-2/+5