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-11-23
bpf: fix check of allowed specifiers in bpf_trace_printk
Martynas Pumputis
1
-3
/
+5
2018-11-23
posix-timers: Remove license boilerplate
Thomas Gleixner
1
-19
/
+1
2018-11-23
posix-clocks: Remove license boiler plate
Thomas Gleixner
1
-14
/
+0
2018-11-23
sched/clock: Remove license boilerplate
Thomas Gleixner
1
-4
/
+0
2018-11-23
posix-timers/stubs: Remove license boilerplate
Thomas Gleixner
1
-4
/
+0
2018-11-23
time: Remove license boilerplate
Thomas Gleixner
4
-48
/
+5
2018-11-23
time/debug: Remove license boilerplate
Thomas Gleixner
2
-19
/
+0
2018-11-23
hrtimers/tick/clockevents: Remove sloppy license references
Thomas Gleixner
7
-20
/
+0
2018-11-23
time: Add SPDX license identifiers
Thomas Gleixner
22
-0
/
+23
2018-11-23
time: Remove useless filenames in top level comments
Thomas Gleixner
18
-66
/
+15
2018-11-23
uprobes: Fix handle_swbp() vs. unregister() + register() race once more
Andrea Parri
1
-2
/
+10
2018-11-22
bpf: fix integer overflow in queue_stack_map
Alexei Starovoitov
1
-8
/
+8
2018-11-22
panic: avoid deadlocks in re-entrant console drivers
Sergey Senozhatsky
1
-1
/
+5
2018-11-22
bpf, lpm: make longest_prefix_match() faster
Eric Dumazet
1
-10
/
+49
2018-11-21
swiotlb: Skip cache maintenance on map error
Robin Murphy
1
-1
/
+2
2018-11-20
bpf: Introduce bpf_func_info
Yonghong Song
4
-7
/
+189
2018-11-20
bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
Martin KaFai Lau
1
-50
/
+339
2018-11-20
bpf: btf: Break up btf_type_is_void()
Martin KaFai Lau
1
-15
/
+22
2018-11-20
cgroup: fix CSS_TASK_ITER_PROCS
Tejun Heo
1
-12
/
+17
2018-11-20
bpf: allow zero-initializing hash map seed
Lorenz Bauer
1
-2
/
+11
2018-11-19
audit: remove WATCH and TREE config options
Richard Guy Briggs
3
-16
/
+4
2018-11-19
audit: use session_info helper
Richard Guy Briggs
3
-9
/
+7
2018-11-19
audit: localize audit_log_session_info prototype
Richard Guy Briggs
1
-0
/
+2
2018-11-18
Merge tag 'v4.20-rc3' into for-4.21/block
Jens Axboe
12
-100
/
+136
2018-11-18
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-21
/
+22
2018-11-18
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-14
/
+48
2018-11-18
kernel/sched/psi.c: simplify cgroup_move_task()
Olof Johansson
1
-21
/
+22
2018-11-16
bpf: allocate local storage buffers using GFP_ATOMIC
Roman Gushchin
1
-1
/
+2
2018-11-16
bpf: fix off-by-one error in adjust_subprog_starts
Edward Cree
1
-1
/
+1
2018-11-16
bpf: fix null pointer dereference on pointer offload
Colin Ian King
1
-2
/
+3
2018-11-16
padata: clean an indentation issue, remove extraneous space
Colin Ian King
1
-1
/
+1
2018-11-13
kdb: kdb_support: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-3
/
+3
2018-11-13
kdb: kdb_keyboard: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-2
/
+2
2018-11-13
kdb: kdb_main: refactor code in kdb_md_line
Gustavo A. R. Silva
1
-18
/
+3
2018-11-13
kdb: Use strscpy with destination buffer size
Prarit Bhargava
3
-12
/
+15
2018-11-13
kdb: print real address of pointers instead of hashed addresses
Christophe Leroy
2
-13
/
+13
2018-11-13
kdb: use correct pointer when 'btc' calls 'btt'
Christophe Leroy
1
-2
/
+2
2018-11-13
cgroup: Add .__DEBUG__. prefix to debug file names
Tejun Heo
1
-4
/
+7
2018-11-13
cpuset: Minor cgroup2 interface updates
Tejun Heo
1
-4
/
+4
2018-11-12
locking/mutex: Replace spin_is_locked() with lockdep
Lance Roy
1
-2
/
+2
2018-11-12
rcu: Avoid signed integer overflow in rcu_preempt_deferred_qs()
Paul E. McKenney
1
-8
/
+13
2018-11-12
rcu: Replace this_cpu_ptr() with __this_cpu_read()
Paul E. McKenney
1
-1
/
+1
2018-11-12
rcu: Speed up expedited GPs when interrupting RCU reader
Paul E. McKenney
2
-4
/
+14
2018-11-12
rcu: Trace end of grace period before end of grace period
Paul E. McKenney
1
-2
/
+2
2018-11-12
rcu: Adjust the comment of function rcu_is_watching
Zhouyi Zhou
1
-3
/
+3
2018-11-12
rcu: Add jiffies-since-GP-activity to show_rcu_gp_kthreads()
Paul E. McKenney
1
-3
/
+5
2018-11-12
rcu: Add state name to show_rcu_gp_kthreads() output
Paul E. McKenney
1
-12
/
+13
2018-11-12
rcu: Parameterize rcu_check_gp_start_stall()
Paul E. McKenney
1
-4
/
+4
2018-11-12
rcu: Avoid double multiply by HZ
Paul E. McKenney
1
-1
/
+1
2018-11-12
rcu: Eliminate BUG_ON() for kernel/rcu/update.c
Paul E. McKenney
1
-1
/
+2
[prev]
[next]