summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-26x86/cpu: Export native_write_cr4() only when CONFIG_LKTDM=mThomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb_one_user() out of lineThomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb_global() out of lineThomas Gleixner
2020-04-26x86/tlb: Move __flush_tlb() out of lineThomas Gleixner
2020-04-25x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf
2020-04-25x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf
2020-04-25x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf
2020-04-25x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes
2020-04-25x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf
2020-04-25x86/unwind/orc: Convert global variables to staticJosh Poimboeuf
2020-04-24x86/alternatives: Move temporary_mm helpers into CThomas Gleixner
2020-04-24x86/cpu: Uninline CR4 accessorsThomas Gleixner
2020-04-22x86, sched: Move check for CPU type to caller functionGiovanni Gherdovich
2020-04-22x86, sched: Don't enable static key when starting secondary CPUsPeter Zijlstra (Intel)
2020-04-22x86, sched: Account for CPUs with less than 4 cores in freq. invarianceGiovanni Gherdovich
2020-04-22x86, sched: Bail out of frequency invariance if base frequency is unknownGiovanni Gherdovich
2020-04-22x86/microcode: Fix return value for microcode late loadingMihai Carabas
2020-04-22x86,ftrace: Shrink ftrace_regs_caller() by one bytePeter Zijlstra
2020-04-22x86,ftrace: Use SIZEOF_PTREGSPeter Zijlstra
2020-04-22x86,ftrace: Fix ftrace_regs_caller() unwindPeter Zijlstra
2020-04-20x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2020-04-20x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross
2020-04-20x86/cpu: Add 'table' argument to cpu_matches()Mark Gross
2020-04-19Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-04-18x86/split_lock: Add Tremont family CPU modelsTony Luck
2020-04-18x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architecturalTony Luck
2020-04-17x86/early_printk: Remove unused includesAndy Shevchenko
2020-04-17x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse
2020-04-17x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre
2020-04-17x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()Tony Luck
2020-04-15crash_dump: Remove no longer used saved_max_pfnKairui Song
2020-04-15x86/umip: Make umip_insns staticJason Yan
2020-04-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-14x86/mce: Fixup exception only for the correct MCEsBorislav Petkov
2020-04-14x86/mce: Add mce=print_all optionTony Luck
2020-04-14x86/mce: Change default MCE logger to check mce->kflagsTony Luck
2020-04-14x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck
2020-04-14x86/mce: Convert the CEC to use the MCE notifierTony Luck
2020-04-14x86/mce: Rename "first" function as "early"Tony Luck
2020-04-14x86/mce/amd, edac: Remove report_gart_errorsBorislav Petkov
2020-04-14x86/mce/amd: Make threshold bank setting hotplug robustThomas Gleixner
2020-04-14x86/mce/amd: Cleanup threshold device remove pathThomas Gleixner
2020-04-14x86/mce/amd: Straighten CPU hotplug pathThomas Gleixner
2020-04-14x86/mce/amd: Sanitize thresholding device creation hotplug pathThomas Gleixner
2020-04-14x86/mce/amd: Protect a not-fully initialized bank from the thresholding inter...Thomas Gleixner
2020-04-14x86/mce/amd: Init thresholding machinery only on relevant vendorsThomas Gleixner
2020-04-14x86/mce/amd: Do proper cleanup on error pathsThomas Gleixner
2020-04-14x86/32: Remove CONFIG_DOUBLEFAULTBorislav Petkov
2020-04-13x86/smpboot: Remove the last ICPU() macroBorislav Petkov