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
2019-05-25
tracing/probe: Support user-space dereference
Masami Hiramatsu
6
-14
/
+53
2019-05-25
tracing/probe: Add ustring type for user-space string
Masami Hiramatsu
6
-8
/
+77
2019-05-25
ftrace: Make enable and update parameters bool when applicable
Steven Rostedt (VMware)
1
-10
/
+10
2019-05-25
tracing: Silence GCC 9 array bounds warning
Miguel Ojeda
3
-10
/
+20
2019-05-25
cpuset: move mount -t cpuset logics into cgroup.c
Al Viro
2
-60
/
+48
2019-05-25
no need to protect against put_user_ns(NULL)
Al Viro
1
-2
/
+1
2019-05-25
rcu: Avoid self-IPI in sync_sched_exp_online_cleanup()
Paul E. McKenney
1
-6
/
+29
2019-05-25
rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus()
Paul E. McKenney
1
-0
/
+5
2019-05-25
rcu: Inline invoke_rcu_callbacks() into its sole remaining caller
Paul E. McKenney
1
-17
/
+3
2019-05-25
rcu: Use irq_work to get scheduler's attention in clean context
Paul E. McKenney
2
-0
/
+22
2019-05-25
rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq()
Paul E. McKenney
1
-1
/
+1
2019-05-25
rcu: Only do rcu_read_unlock_special() wakeups if expedited
Paul E. McKenney
1
-2
/
+10
2019-05-25
rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()
Paul E. McKenney
1
-5
/
+14
2019-05-25
rcu: Enable elimination of Tree-RCU softirq processing
Sebastian Andrzej Siewior
3
-134
/
+140
2019-05-25
Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-3
/
+11
2019-05-24
bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
Jiong Wang
1
-11
/
+57
2019-05-24
bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
Jiong Wang
1
-1
/
+3
2019-05-24
bpf: verifier: insert zero extension according to analysis result
Jiong Wang
2
-0
/
+50
2019-05-24
bpf: verifier: mark patched-insn with sub-register zext flag
Jiong Wang
1
-4
/
+33
2019-05-24
bpf: verifier: mark verified-insn with sub-register zext flag
Jiong Wang
1
-13
/
+160
2019-05-24
Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
4
-17
/
+4
2019-05-24
bpf: implement bpf_send_signal() helper
Yonghong Song
1
-0
/
+72
2019-05-24
locking/lock_events: Use this_cpu_add() when necessary
Waiman Long
1
-2
/
+40
2019-05-24
kheaders: Do not regenerate archive if config is not changed
Joel Fernandes (Google)
1
-4
/
+11
2019-05-24
kheaders: Move from proc to sysfs
Joel Fernandes (Google)
3
-27
/
+19
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 38
Thomas Gleixner
1
-2
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
3
-15
/
+3
2019-05-24
locking/lockdep: Remove the unused print_lock_trace() function
Anders Roxell
1
-4
/
+0
2019-05-24
perf/ring-buffer: Use regular variables for nesting
Peter Zijlstra
2
-17
/
+28
2019-05-24
perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page data
Peter Zijlstra
1
-3
/
+3
2019-05-24
perf/ring_buffer: Add ordering to rb->nest increment
Peter Zijlstra
1
-0
/
+9
2019-05-24
perf/ring_buffer: Fix exposing a temporarily decreased data_head
Yabin Cui
1
-4
/
+20
2019-05-24
locking/lockdep: Don't complain about incorrect name for no validate class
Sebastian Andrzej Siewior
1
-1
/
+2
2019-05-23
audit: add saddr_fam filter field
Richard Guy Briggs
2
-0
/
+10
2019-05-23
audit: re-structure audit field valid checks
Richard Guy Briggs
1
-22
/
+34
2019-05-24
bpf: convert explored_states to hash table
Alexei Starovoitov
1
-5
/
+18
2019-05-24
bpf: split explored_states
Alexei Starovoitov
1
-18
/
+13
2019-05-24
bpf: cleanup explored_states
Alexei Starovoitov
1
-9
/
+20
2019-05-23
bpf: bump jmp sequence limit
Alexei Starovoitov
1
-3
/
+4
2019-05-22
signal: Correct namespace fixups of si_pid and si_uid
Eric W. Biederman
1
-27
/
+40
2019-05-22
signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncio
Eric W. Biederman
1
-8
/
+61
2019-05-22
kernel/trace/trace.h: Remove duplicate header of trace_seq.h
Jagadeesh Pagadala
1
-1
/
+0
2019-05-22
keys: sparse: Fix key_fs[ug]id_changed()
David Howells
1
-2
/
+2
2019-05-21
audit: deliver signal_info regarless of syscall
Richard Guy Briggs
4
-19
/
+37
2019-05-21
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
70
-112
/
+70
2019-05-21
tracing: Add a check_val() check before updating cond_snapshot() track_val
Tom Zanussi
1
-0
/
+6
2019-05-21
tracing: Check keys for variable references in expressions too
Tom Zanussi
1
-2
/
+2
2019-05-21
tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_elts
Tom Zanussi
1
-0
/
+3
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25
Thomas Gleixner
2
-20
/
+2
2019-05-21
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
Thomas Gleixner
6
-78
/
+6
[prev]
[next]