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
2017-12-17
bpf: introduce function calls (function boundaries)
Alexei Starovoitov
2
-4
/
+145
2017-12-17
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
3
-4
/
+4
2017-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
18
-709
/
+126
2017-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-7
/
+14
2017-12-15
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-627
/
+38
2017-12-15
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-12
/
+18
2017-12-15
bpf: guarantee r1 to be ctx in case of bpf_helper_changes_pkt_data
Daniel Borkmann
1
-0
/
+6
2017-12-15
sched/rt: Do not pull from current CPU if only one CPU to pull
Steven Rostedt
1
-1
/
+7
2017-12-15
cgroup: use strlcpy() instead of strscpy() to avoid spurious warning
Arnd Bergmann
1
-3
/
+3
2017-12-15
posix-timer: Properly check sigevent->sigev_notify
Thomas Gleixner
1
-12
/
+17
2017-12-14
Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
4
-32
/
+20
2017-12-14
tracing: Have stack trace not record if RCU is not watching
Steven Rostedt (VMware)
1
-0
/
+4
2017-12-14
arch: define weak abort()
Sudip Mukherjee
1
-0
/
+8
2017-12-14
kernel: make groups_sort calling a responsibility group_info allocators
Thiago Rafael Becker
2
-2
/
+4
2017-12-14
kcov: fix comparison callback signature
Dmitry Vyukov
1
-2
/
+2
2017-12-14
fix typo in assignment of fs default overflow gid
Wolffhardt Schwabe
1
-1
/
+1
2017-12-13
bpf/tracing: fix kernel/events/core.c compilation error
Yonghong Song
2
-2
/
+2
2017-12-12
bpf: add schedule points to map alloc/free
Eric Dumazet
1
-0
/
+2
2017-12-12
bpf: fix corruption on concurrent perf_event_output calls
Daniel Borkmann
1
-7
/
+12
2017-12-12
bpf: add a bpf_override_function helper
Josef Bacik
7
-7
/
+118
2017-12-12
add infrastructure for tagging functions as error injectable
Josef Bacik
2
-1
/
+168
2017-12-12
bpf/tracing: allow user space to query prog array on the same tp
Yonghong Song
3
-0
/
+47
2017-12-12
cgroup: avoid copying strings longer than the buffers
Ma Shimiao
1
-3
/
+3
2017-12-12
locking/lockdep: Remove the cross-release locking checks
Ingo Molnar
1
-617
/
+35
2017-12-12
locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=y
Will Deacon
1
-8
/
+1
2017-12-12
locking/core: Fix deadlock during boot on systems with GENERIC_LOCKBREAK
Will Deacon
1
-4
/
+4
2017-12-11
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-4
/
+8
2017-12-11
Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-21
/
+12
2017-12-11
Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEAD
Paul E. McKenney
13
-412
/
+304
2017-12-11
torture: Save a line in stutter_wait(): while -> for
Paul E. McKenney
1
-2
/
+1
2017-12-11
torture: Eliminate torture_runnable and perf_runnable
Paul E. McKenney
4
-19
/
+5
2017-12-11
torture: Make stutter less vulnerable to compilers and races
Paul E. McKenney
1
-16
/
+17
2017-12-11
locking/locktorture: Fix num reader/writer corner cases
Davidlohr Bueso
1
-31
/
+43
2017-12-11
locking/locktorture: Fix rwsem reader_delay
Davidlohr Bueso
1
-1
/
+1
2017-12-11
rcutorture: Preempt RCU-preempt readers more vigorously
Paul E. McKenney
1
-1
/
+1
2017-12-11
torture: Reduce #ifdefs for preempt_schedule()
Paul E. McKenney
2
-21
/
+7
2017-12-11
rcu: Remove have_rcu_nocb_mask from tree_plugin.h
Rakib Mullick
1
-7
/
+4
2017-12-11
rcu: Add comment giving debug strategy for double call_rcu()
Paul E. McKenney
1
-0
/
+5
2017-12-11
workqueue: remove unneeded kallsyms include
Sergey Senozhatsky
1
-1
/
+0
2017-12-11
sched/core: Fix kernel-doc warnings after code movement
Randy Dunlap
1
-11
/
+11
2017-12-10
futex: futex_wake_op, fix sign_extend32 sign bits
Jiri Slaby
1
-2
/
+2
2017-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-45
/
+92
2017-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2017-12-08
sched/autogroup: move sched.h include
Sergey Senozhatsky
1
-2
/
+2
2017-12-08
sched/autogroup: remove unneeded kallsyms include
Sergey Senozhatsky
1
-1
/
+0
2017-12-08
sched/fair: Remove unused 'curr' parameter from wakeup_gran
Cheng Jian
1
-3
/
+2
2017-12-07
rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
Paul E. McKenney
1
-0
/
+2
2017-12-07
livepatch: force transition to finish
Miroslav Benes
3
-2
/
+65
2017-12-06
Merge tag 'for_linus-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
Linus Torvalds
1
-1
/
+1
2017-12-06
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+5
[prev]
[next]