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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-01
dma-direct: reject highmem pages from dma_alloc_from_contiguous
Christoph Hellwig
1
-0
/
+12
2018-12-01
dma-direct: provide page based alloc/free helpers
Christoph Hellwig
1
-10
/
+22
2018-11-30
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
2
-1
/
+8
2018-11-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-15
/
+27
2018-11-30
Merge tag 'gcc-plugins-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+3
2018-11-30
kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notrace
Anders Roxell
1
-2
/
+2
2018-11-30
psi: make disabling/enabling easier for vendor kernels
Johannes Weiner
2
-13
/
+25
2018-11-30
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+10
2018-11-30
Merge tag 'trace-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
4
-3
/
+62
2018-11-30
Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-13
/
+43
2018-11-30
stackleak: Disable function tracing and kprobes for stackleak_erase()
Alexander Popov
1
-1
/
+3
2018-11-29
fgraph: Have set_graph_notrace only affect function_graph tracer
Steven Rostedt (VMware)
3
-21
/
+29
2018-11-29
fgraph: Create a fgraph.c file to store function graph infrastructure
Steven Rostedt (VMware)
3
-220
/
+233
2018-11-29
tracing: Do not line wrap short line in function_graph_enter()
Steven Rostedt (VMware)
1
-2
/
+1
2018-11-29
tracing/fgraph: Fix set_graph_function from showing interrupts
Steven Rostedt (VMware)
4
-3
/
+62
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-43
/
+48
2018-11-29
PM / QoS: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-13
/
+2
2018-11-29
module: make it clearer when we're handling kallsyms symbols vs exported symbols
Jessica Yu
1
-34
/
+44
2018-11-29
printk: Make printk_emit() local function.
Tetsuo Handa
1
-16
/
+14
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-14
/
+52
2018-11-28
bpf: btf: check name validity for various types
Yonghong Song
1
-0
/
+57
2018-11-28
bpf: btf: implement btf_name_valid_identifier()
Yonghong Song
1
-0
/
+25
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-13
/
+50
2018-11-28
ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
Thomas Gleixner
1
-10
/
+0
2018-11-28
x86/speculation: Rework SMT state change
Thomas Gleixner
1
-6
/
+9
2018-11-28
sched/smt: Expose sched_smt_present static key
Thomas Gleixner
1
-3
/
+1
2018-11-28
sched/smt: Make sched_smt_present track topology
Peter Zijlstra (Intel)
1
-8
/
+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)
2
-8
/
+16
2018-11-27
function_graph: Make ftrace_push_return_trace() static
Steven Rostedt (VMware)
1
-1
/
+1
2018-11-27
srcu: Use "ssp" instead of "sp" for srcu_struct pointer
Paul E. McKenney
2
-304
/
+304
2018-11-27
srcu: Lock srcu_data structure in srcu_gp_start()
Dennis Krein
1
-0
/
+2
2018-11-27
events: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
workqueue: Replace call_rcu_sched() with call_rcu()
Paul E. McKenney
1
-4
/
+4
2018-11-27
modules: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
1
-7
/
+7
2018-11-27
sched/membarrier: synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-2
/
+2
2018-11-27
lockdep: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
kprobes: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-5
/
+5
2018-11-27
tracing: Replace synchronize_sched() and call_rcu_sched()
Paul E. McKenney
6
-28
/
+28
2018-11-26
bpf: btf: support proper non-jit func info
Yonghong Song
3
-43
/
+48
2018-11-26
bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr
Daniel Borkmann
1
-0
/
+34
2018-11-26
audit: use current whenever possible
Paul Moore
3
-86
/
+81
2018-11-26
audit: minimize our use of audit_log_format()
Paul Moore
5
-16
/
+11
2018-11-26
function_graph: Create function_graph_enter() to consolidate architecture code
Steven Rostedt (VMware)
1
-0
/
+16
2018-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-136
/
+664
2018-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
4
-13
/
+16
2018-11-26
bpf: btf: fix spelling mistake "Memmber" -> "Member"
Colin Ian King
1
-1
/
+1
2018-11-26
bpf, tags: Fix DEFINE_PER_CPU expansion
Rustam Kovhaev
1
-2
/
+1
[prev]
[next]