summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-04-26x86/cpu: Export native_write_cr4() only when CONFIG_LKTDM=mThomas Gleixner1-0/+2
2020-04-26x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner1-5/+0
2020-04-26x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner1-9/+0
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner2-8/+3
2020-04-25x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf1-11/+40
2020-04-25x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf1-1/+1
2020-04-25x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf1-3/+3
2020-04-25x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes1-1/+1
2020-04-25x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf3-18/+28
2020-04-25x86/unwind/orc: Convert global variables to staticJosh Poimboeuf1-5/+5
2020-04-24x86/alternatives: Move temporary_mm helpers into CThomas Gleixner1-0/+55
2020-04-24x86/cpu: Uninline CR4 accessorsThomas Gleixner2-1/+33
2020-04-23x86, sched: Move check for CPU type to caller functionGiovanni Gherdovich1-4/+2
2020-04-23x86, sched: Don't enable static key when starting secondary CPUsPeter Zijlstra (Intel)1-7/+14
2020-04-23x86, sched: Account for CPUs with less than 4 cores in freq. invarianceGiovanni Gherdovich1-3/+8
2020-04-23x86, sched: Bail out of frequency invariance if base frequency is unknownGiovanni Gherdovich1-0/+9
2020-04-22x86/microcode: Fix return value for microcode late loadingMihai Carabas1-8/+7
2020-04-22x86,ftrace: Shrink ftrace_regs_caller() by one bytePeter Zijlstra1-2/+2
2020-04-22x86,ftrace: Use SIZEOF_PTREGSPeter Zijlstra1-2/+2
2020-04-22x86,ftrace: Fix ftrace_regs_caller() unwindPeter Zijlstra2-19/+25
2020-04-20x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross3-0/+138
2020-04-20x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross1-1/+6
2020-04-20x86/cpu: Add 'table' argument to cpu_matches()Mark Gross1-11/+14
2020-04-19Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-20/+55
2020-04-18x86/split_lock: Add Tremont family CPU modelsTony Luck1-0/+3
2020-04-18x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architecturalTony Luck1-14/+31
2020-04-17x86/early_printk: Remove unused includesAndy Shevchenko1-3/+0
2020-04-17x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse3-0/+16
2020-04-17x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre1-1/+2
2020-04-17x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()Tony Luck1-4/+2
2020-04-15crash_dump: Remove no longer used saved_max_pfnKairui Song1-8/+0
2020-04-15x86/umip: Make umip_insns staticJason Yan1-1/+1
2020-04-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+12
2020-04-14x86/mce: Fixup exception only for the correct MCEsBorislav Petkov2-3/+18
2020-04-14x86/mce: Add mce=print_all optionTony Luck2-1/+7
2020-04-14x86/mce: Change default MCE logger to check mce->kflagsTony Luck1-16/+3
2020-04-14x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck2-1/+8
2020-04-14x86/mce: Convert the CEC to use the MCE notifierTony Luck1-19/+0
2020-04-14x86/mce: Rename "first" function as "early"Tony Luck1-5/+5
2020-04-14x86/mce/amd, edac: Remove report_gart_errorsBorislav Petkov1-2/+7
2020-04-14x86/mce/amd: Make threshold bank setting hotplug robustThomas Gleixner1-3/+11
2020-04-14x86/mce/amd: Cleanup threshold device remove pathThomas Gleixner1-42/+37
2020-04-14x86/mce/amd: Straighten CPU hotplug pathThomas Gleixner1-17/+15
2020-04-14x86/mce/amd: Sanitize thresholding device creation hotplug pathThomas Gleixner2-41/+27
2020-04-14x86/mce/amd: Protect a not-fully initialized bank from the thresholding inter...Thomas Gleixner1-2/+17
2020-04-14x86/mce/amd: Init thresholding machinery only on relevant vendorsThomas Gleixner3-5/+17
2020-04-14x86/mce/amd: Do proper cleanup on error pathsThomas Gleixner1-7/+8
2020-04-14x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov3-9/+1
2020-04-13x86/smpboot: Remove the last ICPU() macroBorislav Petkov1-8/+9
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar58-558/+1692