index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-28
x86/speculation: Avoid __switch_to_xtra() calls
Thomas Gleixner
1
-0
/
+15
2018-11-28
x86/process: Consolidate and simplify switch_to_xtra() code
Thomas Gleixner
4
-19
/
+37
2018-11-28
x86/speculation: Prepare for per task indirect branch speculation control
Tim Chen
2
-2
/
+22
2018-11-28
x86/speculation: Add command line control for indirect branch speculation
Thomas Gleixner
1
-17
/
+116
2018-11-28
x86/speculation: Unify conditional spectre v2 print functions
Thomas Gleixner
1
-13
/
+4
2018-11-28
x86/speculataion: Mark command line parser data __initdata
Thomas Gleixner
1
-2
/
+2
2018-11-28
x86/speculation: Mark string arrays const correctly
Thomas Gleixner
1
-3
/
+3
2018-11-28
x86/speculation: Reorder the spec_v2 code
Thomas Gleixner
1
-84
/
+84
2018-11-28
x86/l1tf: Show actual SMT state
Thomas Gleixner
1
-2
/
+3
2018-11-28
x86/speculation: Rework SMT state change
Thomas Gleixner
1
-6
/
+5
2018-11-28
x86/speculation: Reorganize speculation control MSRs update
Tim Chen
1
-15
/
+27
2018-11-28
x86/speculation: Rename SSBD update functions
Thomas Gleixner
2
-8
/
+8
2018-11-28
x86/speculation: Disable STIBP when enhanced IBRS is in use
Tim Chen
1
-0
/
+7
2018-11-28
x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common()
Tim Chen
1
-2
/
+18
2018-11-28
x86/speculation: Remove unnecessary ret variable in cpu_show_common()
Tim Chen
1
-4
/
+1
2018-11-28
x86/speculation: Clean up spectre_v2_parse_cmdline()
Tim Chen
1
-14
/
+13
2018-11-28
x86/retpoline: Remove minimal retpoline support
Zhenzhong Duan
1
-11
/
+2
2018-11-28
x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
Zhenzhong Duan
1
-1
/
+1
2018-11-28
x86/MCE/AMD: Fix the thresholding machinery initialization order
Borislav Petkov
1
-13
/
+6
2018-11-27
x86/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-14
/
+1
2018-11-27
x86/resctrl: Use rdt_last_cmd_puts() where possible
Reinette Chatre
2
-6
/
+6
2018-11-23
x86/headers: Fix -Wmissing-prototypes warning
Yi Wang
7
-1
/
+10
2018-11-23
x86/process: Avoid unnecessary NULL check in get_wchan()
Yafang Shao
1
-1
/
+1
2018-11-22
x86/resctrl: Introduce AMD QOS feature
Babu Moger
3
-3
/
+142
2018-11-22
x86/resctrl: Fixup the user-visible strings
Babu Moger
3
-46
/
+46
2018-11-22
x86/resctrl: Add AMD's X86_FEATURE_MBA to the scattered CPUID features
Sherry Hurwitz
1
-1
/
+6
2018-11-22
x86/resctrl: Rename the config option INTEL_RDT to RESCTRL
Babu Moger
2
-3
/
+3
2018-11-22
x86/resctrl: Add vendor check for the MBA software controller
Babu Moger
1
-1
/
+4
2018-11-22
x86/resctrl: Bring cbm_validate() into the resource structure
Babu Moger
3
-9
/
+19
2018-11-22
x86/resctrl: Initialize the vendor-specific resource functions
Babu Moger
3
-9
/
+37
2018-11-22
x86/resctrl: Move all the macros to resctrl/internal.h
Babu Moger
4
-24
/
+24
2018-11-22
x86/resctrl: Re-arrange the RDT init code
Babu Moger
1
-7
/
+21
2018-11-22
x86/resctrl: Rename the RDT functions and definitions
Babu Moger
6
-27
/
+28
2018-11-22
x86/resctrl: Rename and move rdt files to a separate directory
Babu Moger
11
-19
/
+20
2018-11-22
x86/oops: Show the correct CS value in show_regs()
Andy Lutomirski
1
-3
/
+2
2018-11-20
x86/fpu: Disable bottom halves while loading FPU registers
Sebastian Andrzej Siewior
1
-2
/
+2
2018-11-20
x86/acpi, x86/boot: Take RSDP address from boot params if available
Juergen Gross
1
-1
/
+1
2018-11-20
x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setup_header")
Juergen Gross
4
-21
/
+1
2018-11-19
x86/microcode/AMD: Update copyright
Borislav Petkov
1
-1
/
+1
2018-11-19
x86/microcode/AMD: Check the equivalence table size when scanning it
Maciej S. Szmigiero
1
-6
/
+15
2018-11-19
x86/microcode/AMD: Convert CPU equivalence table variable into a struct
Maciej S. Szmigiero
1
-14
/
+18
2018-11-19
x86/microcode/AMD: Check microcode container data in the late loader
Maciej S. Szmigiero
1
-21
/
+17
2018-11-19
x86/microcode/AMD: Fix container size's type
Borislav Petkov
1
-10
/
+12
2018-11-19
x86/microcode/AMD: Convert early parser to the new verification routines
Borislav Petkov
1
-22
/
+24
2018-11-19
x86/microcode/AMD: Change verify_patch()'s return value
Borislav Petkov
1
-39
/
+52
2018-11-19
x86/microcode/AMD: Move chipset-specific check into verify_patch()
Borislav Petkov
1
-6
/
+6
2018-11-19
x86/microcode/AMD: Move patch family check to verify_patch()
Borislav Petkov
1
-5
/
+10
2018-11-19
x86/microcode/AMD: Simplify patch family detection
Borislav Petkov
1
-24
/
+3
2018-11-19
x86/microcode/AMD: Concentrate patch verification
Borislav Petkov
1
-25
/
+54
2018-11-19
x86/microcode/AMD: Cleanup verify_patch_size() more
Borislav Petkov
1
-12
/
+14
[prev]
[next]