summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/kgbd: Use NMI_VECTOR not APIC_DM_NMIThomas Gleixner2020-01-271-1/+1
* x86/resctrl: Fix potential memory leakShakeel Butt2020-01-231-3/+3
* x86/CPU/AMD: Ensure clearing of SME/SEV features is maintainedTom Lendacky2020-01-231-2/+2
* x86/resctrl: Fix an imbalance in domain_remove_cpu()Qian Cai2020-01-231-1/+1
* x86/mce: Fix possibly incorrect severity calculation on AMDJan H. Schönherr2020-01-041-1/+1
* 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/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/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
* kprobes/x86: Show x86-64 specific blacklisted symbols correctlyMasami Hiramatsu2019-12-051-0/+6
* 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/intel_rdt: Prevent pseudo-locking from using stale pointersJithu Joseph2019-12-014-12/+55
* x86/resctrl: Fix rdt_find_domain() return value and checksReinette Chatre2019-11-243-3/+3
* 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/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: mmu: ITLB_MULTIHIT mitigationPaolo Bonzini2019-11-121-1/+12
* x86/cpu: Add Tremont to the cpu vulnerability whitelistPawan Gupta2019-11-121-0/+2
* x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-122-28/+46
* x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf2019-11-121-4/+0
* x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2019-11-121-6/+16
* x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta2019-11-121-1/+6
* x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-11-121-0/+23
* x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta2019-11-122-0/+125
* x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta2019-11-125-1/+148
* x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta2019-11-122-4/+13
* x86/apic/32: Avoid bogus LDR warningsJan Beulich2019-11-121-13/+15
* x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpuSean Christopherson2019-10-291-1/+2
* x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel areaSteve Wahl2019-10-291-2/+20
* x86/apic/vector: Warn when vector space exhaustion breaks affinityNeil Horman2019-10-051-0/+11
* x86/apic: Soft disable APIC before initializing itThomas Gleixner2019-10-051-0/+8
* x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI failsGrzegorz Halat2019-10-051-19/+27
* x86/apic: Make apic_pending_intr_clear() more robustThomas Gleixner2019-10-051-44/+63
* x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machinesThomas Gleixner2019-09-211-1/+7
* x86/kvmclock: set offset for kvm unstable clockPavel Tatashin2019-09-161-5/+1
* x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu2019-09-161-1/+1
* x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...Steven Rostedt (VMware)2019-09-161-25/+17
* Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds2019-09-101-4/+0
* x86/ptrace: fix up botched merge of spectrev1 fixGreg Kroah-Hartman2019-09-061-2/+1
* x86/apic: Include the LDR when clearing out APIC registersBandan Das2019-09-061-0/+4
* x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das2019-09-061-22/+2
* uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr2019-09-061-7/+10