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
/
cpu
Age
Commit message (
Expand
)
Author
Files
Lines
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: Rename SSBD update functions
Thomas Gleixner
1
-2
/
+2
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/resctrl: Use rdt_last_cmd_puts() where possible
Reinette Chatre
2
-6
/
+6
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
4
-25
/
+26
2018-11-22
x86/resctrl: Rename and move rdt files to a separate directory
Babu Moger
9
-17
/
+18
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
2018-11-19
x86/microcode/AMD: Clean up per-family patch size checks
Borislav Petkov
1
-13
/
+8
2018-11-19
x86/microcode/AMD: Move verify_patch_size() up in the file
Borislav Petkov
1
-41
/
+41
2018-11-19
x86/microcode/AMD: Add microcode container verification
Maciej S. Szmigiero
1
-0
/
+101
2018-11-19
x86/microcode/AMD: Subtract SECTION_HDR_SIZE from file leftover length
Maciej S. Szmigiero
1
-3
/
+12
2018-11-14
x86/mce: Fix -Wmissing-prototypes warnings
Borislav Petkov
3
-4
/
+7
2018-11-09
x86/cpu/vmware: Do not trace vmware_sched_clock()
Steven Rostedt (VMware)
1
-1
/
+1
2018-11-06
acpi/nfit, x86/mce: Validate a MCE's address before using it
Vishal Verma
1
-1
/
+2
2018-11-06
acpi/nfit, x86/mce: Handle only uncorrectable machine checks
Vishal Verma
1
-1
/
+2
2018-11-05
x86/cpufeatures: Remove get_scattered_cpuid_leaf()
Sean Christopherson
2
-27
/
+0
2018-11-04
x86/hyper-v: Enable PIT shutdown quirk
Michael Kelley
1
-0
/
+11
2018-11-03
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
[prev]
[next]