summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/MCE/AMD: Allow Reserved types to be overwritten in smca_banks[]Yazen Ghannam2019-12-311-1/+1
* x86/MCE/AMD: Do not use rdmsr_safe_on_cpu() in smca_configure()Konstantin Khlebnikov2019-12-311-1/+1
* x86/insn: Add some Intel instructions to the opcode mapAdrian Hunter2019-12-311-6/+12
* x86/crash: Add a forward declaration of struct kimageLianbo Jiang2019-12-311-0/+2
* x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner2019-12-311-3/+6
* x86/mce: Lower throttling MCE messages' priority to warningBenjamin Berg2019-12-311-1/+1
* x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen2019-12-312-3/+3
* syscalls/x86: Use the correct function type in SYSCALL_DEFINE0Sami Tolvanen2019-12-311-11/+12
* x86/MCE/AMD: Carve out the MC4_MISC thresholding quirkShirish S2019-12-172-29/+36
* x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 modelsShirish S2019-12-171-3/+2
* KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)Paolo Bonzini2019-12-131-1/+4
* KVM: x86: Grab KVM's srcu lock when setting nested stateSean Christopherson2019-12-131-0/+3
* KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini2019-12-131-2/+7
* KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini2019-12-131-2/+3
* x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defectKai-Heng Feng2019-12-131-0/+11
* x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()Joerg Roedel2019-12-131-1/+1
* kprobes/x86: Show x86-64 specific blacklisted symbols correctlyMasami Hiramatsu2019-12-051-0/+6
* kprobes/x86/xen: blacklist non-attachable xen interrupt functionsAndrea Righi2019-12-051-0/+2
* Revert "KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non...Greg Kroah-Hartman2019-12-051-3/+7
* Revert "KVM: nVMX: reset cache/shadows when switching loaded VMCS"Greg Kroah-Hartman2019-12-051-4/+4
* kvm: vmx: Set IA32_TSC_AUX for legacy mode guestsJim Mattson2019-12-051-3/+3
* x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen2019-12-051-0/+4
* x86/speculation: Fix redundant MDS mitigation messageWaiman Long2019-12-011-0/+13
* x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long2019-12-011-2/+15
* x86/insn: Fix awk regexp warningsAlexander Kapshuk2019-12-011-2/+2
* KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson2019-12-011-4/+4
* x86/intel_rdt: Prevent pseudo-locking from using stale pointersJithu Joseph2019-12-014-12/+55
* kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stackSteven Rostedt (VMware)2019-12-011-7/+35
* KVM/x86: Fix invvpid and invept register operand size in 64-bit modeUros Bizjak2019-12-011-2/+2
* KVM: nVMX: move check_vmentry_postreqs() call to nested_vmx_enter_non_root_mo...Sean Christopherson2019-12-011-7/+3
* KVM: nVMX: reset cache/shadows when switching loaded VMCSSean Christopherson2019-12-011-4/+4
* x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre2019-11-243-3/+3
* x86/mm: Do not warn about PCI BIOS W+X mappingsThomas Gleixner2019-11-241-8/+27
* x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one errorBjorn Helgaas2019-11-241-1/+1
* x86/intel_rdt: CBM overlap should also check for overlap with CDP peerReinette Chatre2019-11-241-7/+41
* x86/intel_rdt: Introduce utility to obtain CDP peerReinette Chatre2019-11-241-0/+72
* x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accuratelyAndy Lutomirski2019-11-241-10/+52
* x86/olpc: Fix build error with CONFIG_MFD_CS5535=mBorislav Petkov2019-11-241-2/+1
* PM / hibernate: Check the success of generating md5 digest before hibernationChen Yu2019-11-241-6/+5
* x86/PCI: Apply VMD's AERSID fixup genericallyJon Derrick2019-11-241-9/+3
* bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing2019-11-241-53/+168
* bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson2019-11-241-57/+6
* bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson2019-11-241-198/+23
* bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing2019-11-241-13/+6
* x86/hyperv: Suppress "PCI: Fatal: No config space access function found"Dexuan Cui2019-11-201-0/+19
* x86/CPU: Change query logic so CPUID is enabled before testingMatthew Whitehead2019-11-201-1/+3
* x86/CPU: Use correct macros for Cyrix callsMatthew Whitehead2019-11-201-1/+1
* x86/mce-inject: Reset injection struct after injectionBorislav Petkov2019-11-201-0/+6
* signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman2019-11-201-1/+1
* KVM: x86: introduce is_pae_pagingPaolo Bonzini2019-11-203-8/+12