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
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
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 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-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
2018-11-12
rcu: Eliminate BUG_ON() for kernel/rcu/tree_plugin.h
Paul E. McKenney
1
-3
/
+6
2018-11-12
audit: Use 'mark' name for fsnotify_mark variables
Jan Kara
1
-39
/
+40
2018-11-12
audit: Replace chunk attached to mark instead of replacing mark
Jan Kara
1
-77
/
+83
2018-11-12
audit: Simplify locking around untag_chunk()
Jan Kara
1
-37
/
+40
2018-11-12
audit: Drop all unused chunk nodes during deletion
Jan Kara
1
-9
/
+18
2018-11-12
audit: Guarantee forward progress of chunk untagging
Jan Kara
1
-25
/
+17
2018-11-12
audit: Allocate fsnotify mark independently of chunk
Jan Kara
1
-14
/
+50
2018-11-12
audit: Provide helper for dropping mark's chunk reference
Jan Kara
1
-1
/
+11
2018-11-12
audit: Remove pointless check in insert_hash()
Jan Kara
1
-2
/
+0
2018-11-12
audit: Factor out chunk replacement code
Jan Kara
1
-46
/
+40
2018-11-12
audit: Make hash table insertion safe against concurrent lookups
Jan Kara
1
-3
/
+29
2018-11-12
audit: Embed key into chunk
Jan Kara
1
-19
/
+8
2018-11-12
audit: Fix possible tagging failures
Jan Kara
1
-7
/
+10
[prev]
[next]