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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-28
x86/speculation: Prepare arch_smt_update() for PRCTL mode
Thomas Gleixner
1
-21
/
+25
2018-11-28
x86/speculation: Prevent stale SPEC_CTRL msr content
Thomas Gleixner
4
-18
/
+40
2018-11-28
x86/speculation: Split out TIF update
Thomas Gleixner
1
-12
/
+23
2018-11-28
ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
Thomas Gleixner
2
-27
/
+0
2018-11-28
x86/speculation: Prepare for conditional IBPB in switch_mm()
Thomas Gleixner
4
-36
/
+118
2018-11-28
x86/speculation: Avoid __switch_to_xtra() calls
Thomas Gleixner
2
-2
/
+26
2018-11-28
x86/process: Consolidate and simplify switch_to_xtra() code
Thomas Gleixner
5
-22
/
+37
2018-11-28
x86/speculation: Prepare for per task indirect branch speculation control
Tim Chen
5
-5
/
+41
2018-11-28
x86/speculation: Add command line control for indirect branch speculation
Thomas Gleixner
3
-19
/
+156
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
3
-12
/
+16
2018-11-28
sched/smt: Expose sched_smt_present static key
Thomas Gleixner
2
-3
/
+19
2018-11-28
x86/Kconfig: Select SCHED_SMT if SMP enabled
Thomas Gleixner
1
-7
/
+1
2018-11-28
sched/smt: Make sched_smt_present track topology
Peter Zijlstra (Intel)
1
-8
/
+11
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
3
-11
/
+11
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/speculation: Update the TIF_SSBD comment
Tim Chen
1
-1
/
+1
2018-11-28
x86/retpoline: Remove minimal retpoline support
Zhenzhong Duan
2
-13
/
+2
2018-11-28
x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
Zhenzhong Duan
5
-13
/
+10
2018-11-28
ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
Hui Wang
1
-0
/
+10
2018-11-28
netfilter: nf_tables: deactivate expressions in rule replecement routine
Taehee Yoo
1
-11
/
+4
2018-11-28
x86/MCE/AMD: Fix the thresholding machinery initialization order
Borislav Petkov
1
-13
/
+6
2018-11-28
mtd: spi-nor: fix erase_type array to indicate current map conf
Tudor Ambarus
1
-2
/
+29
2018-11-28
usb: gadget: u_ether: fix unsafe list iteration
Marek Szyprowski
1
-5
/
+6
2018-11-27
arm64: dts: qcom: sdm845-mtp: Mark protected gcc clocks
Bjorn Andersson
1
-0
/
+6
2018-11-27
Merge branch 'clk-protected-binding' into clk-fixes
Stephen Boyd
2
-0
/
+34
2018-11-27
sched, trace: Fix prev_state output in sched_switch tracepoint
Pavankumar Kondeti
1
-1
/
+11
2018-11-27
function_graph: Have profiler use curr_ret_stack and not depth
Steven Rostedt (VMware)
1
-2
/
+2
2018-11-27
function_graph: Reverse the order of pushing the ret_stack and the callback
Steven Rostedt (VMware)
1
-4
/
+6
2018-11-27
function_graph: Move return callback before update of curr_ret_stack
Steven Rostedt (VMware)
1
-9
/
+13
2018-11-27
function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack
Steven Rostedt (VMware)
3
-8
/
+17
2018-11-27
function_graph: Make ftrace_push_return_trace() static
Steven Rostedt (VMware)
2
-4
/
+1
2018-11-27
sparc/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-10
/
+1
2018-11-27
sh/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-14
/
+2
2018-11-27
s390/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-11
/
+2
2018-11-27
riscv/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-12
/
+2
2018-11-27
powerpc/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-13
/
+2
2018-11-27
parisc: function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-14
/
+3
2018-11-27
nds32: function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-16
/
+2
2018-11-27
MIPS: function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-12
/
+2
2018-11-27
microblaze: function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-13
/
+2
2018-11-27
arm64: function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-14
/
+1
[prev]
[next]