aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-11-28x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner1-0/+15
2018-11-28x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner4-19/+37
2018-11-28x86/speculation: Prepare for per task indirect branch speculation controlTim Chen2-2/+22
2018-11-28x86/speculation: Add command line control for indirect branch speculationThomas Gleixner1-17/+116
2018-11-28x86/speculation: Unify conditional spectre v2 print functionsThomas Gleixner1-13/+4
2018-11-28x86/speculataion: Mark command line parser data __initdataThomas Gleixner1-2/+2
2018-11-28x86/speculation: Mark string arrays const correctlyThomas Gleixner1-3/+3
2018-11-28x86/speculation: Reorder the spec_v2 codeThomas Gleixner1-84/+84
2018-11-28x86/l1tf: Show actual SMT stateThomas Gleixner1-2/+3
2018-11-28x86/speculation: Rework SMT state changeThomas Gleixner1-6/+5
2018-11-28x86/speculation: Reorganize speculation control MSRs updateTim Chen1-15/+27
2018-11-28x86/speculation: Rename SSBD update functionsThomas Gleixner2-8/+8
2018-11-28x86/speculation: Disable STIBP when enhanced IBRS is in useTim Chen1-0/+7
2018-11-28x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common()Tim Chen1-2/+18
2018-11-28x86/speculation: Remove unnecessary ret variable in cpu_show_common()Tim Chen1-4/+1
2018-11-28x86/speculation: Clean up spectre_v2_parse_cmdline()Tim Chen1-14/+13
2018-11-28x86/retpoline: Remove minimal retpoline supportZhenzhong Duan1-11/+2
2018-11-28x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan1-1/+1
2018-11-28x86/MCE/AMD: Fix the thresholding machinery initialization orderBorislav Petkov1-13/+6
2018-11-27x86/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-14/+1
2018-11-27x86/resctrl: Use rdt_last_cmd_puts() where possibleReinette Chatre2-6/+6
2018-11-23x86/headers: Fix -Wmissing-prototypes warningYi Wang7-1/+10
2018-11-23x86/process: Avoid unnecessary NULL check in get_wchan()Yafang Shao1-1/+1
2018-11-22x86/resctrl: Introduce AMD QOS featureBabu Moger3-3/+142
2018-11-22x86/resctrl: Fixup the user-visible stringsBabu Moger3-46/+46
2018-11-22x86/resctrl: Add AMD's X86_FEATURE_MBA to the scattered CPUID featuresSherry Hurwitz1-1/+6
2018-11-22x86/resctrl: Rename the config option INTEL_RDT to RESCTRLBabu Moger2-3/+3
2018-11-22x86/resctrl: Add vendor check for the MBA software controllerBabu Moger1-1/+4
2018-11-22x86/resctrl: Bring cbm_validate() into the resource structureBabu Moger3-9/+19
2018-11-22x86/resctrl: Initialize the vendor-specific resource functionsBabu Moger3-9/+37
2018-11-22x86/resctrl: Move all the macros to resctrl/internal.hBabu Moger4-24/+24
2018-11-22x86/resctrl: Re-arrange the RDT init codeBabu Moger1-7/+21
2018-11-22x86/resctrl: Rename the RDT functions and definitionsBabu Moger6-27/+28
2018-11-22x86/resctrl: Rename and move rdt files to a separate directoryBabu Moger11-19/+20
2018-11-22x86/oops: Show the correct CS value in show_regs()Andy Lutomirski1-3/+2
2018-11-20x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior1-2/+2
2018-11-20x86/acpi, x86/boot: Take RSDP address from boot params if availableJuergen Gross1-1/+1
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setup_header")Juergen Gross4-21/+1
2018-11-19x86/microcode/AMD: Update copyrightBorislav Petkov1-1/+1
2018-11-19x86/microcode/AMD: Check the equivalence table size when scanning itMaciej S. Szmigiero1-6/+15
2018-11-19x86/microcode/AMD: Convert CPU equivalence table variable into a structMaciej S. Szmigiero1-14/+18
2018-11-19x86/microcode/AMD: Check microcode container data in the late loaderMaciej S. Szmigiero1-21/+17
2018-11-19x86/microcode/AMD: Fix container size's typeBorislav Petkov1-10/+12
2018-11-19x86/microcode/AMD: Convert early parser to the new verification routinesBorislav Petkov1-22/+24
2018-11-19x86/microcode/AMD: Change verify_patch()'s return valueBorislav Petkov1-39/+52
2018-11-19x86/microcode/AMD: Move chipset-specific check into verify_patch()Borislav Petkov1-6/+6
2018-11-19x86/microcode/AMD: Move patch family check to verify_patch()Borislav Petkov1-5/+10
2018-11-19x86/microcode/AMD: Simplify patch family detectionBorislav Petkov1-24/+3
2018-11-19x86/microcode/AMD: Concentrate patch verificationBorislav Petkov1-25/+54
2018-11-19x86/microcode/AMD: Cleanup verify_patch_size() moreBorislav Petkov1-12/+14