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
2020-05-11
workqueue: Fix an use after free in init_rescuer()
Dan Carpenter
1
-1
/
+3
2020-05-11
livepatch: Make klp_apply_object_relocs static
Samuel Zou
1
-1
/
+2
2020-05-10
parisc: add sysctl file interface panic_on_stackoverflow
Xiaoming Ni
1
-9
/
+11
2020-05-09
bpf: Support variable length array in tracing programs
Yonghong Song
1
-0
/
+37
2020-05-09
bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
Yonghong Song
1
-0
/
+5
2020-05-09
bpf: Add bpf_seq_printf and bpf_seq_write helpers
Yonghong Song
1
-0
/
+214
2020-05-09
bpf: Add PTR_TO_BTF_ID_OR_NULL support
Yonghong Song
2
-5
/
+16
2020-05-09
bpf: Add task and task/file iterator targets
Yonghong Song
2
-1
/
+334
2020-05-09
bpf: Add bpf_map iterator
Yonghong Song
3
-1
/
+117
2020-05-09
bpf: Implement common macros/helpers for target iterators
Yonghong Song
1
-5
/
+80
2020-05-09
bpf: Create file bpf iterator
Yonghong Song
2
-2
/
+20
2020-05-09
bpf: Create anonymous bpf iterator
Yonghong Song
2
-0
/
+155
2020-05-09
bpf: Implement bpf_seq_read() for bpf iterator
Yonghong Song
1
-0
/
+123
2020-05-09
bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATE
Yonghong Song
1
-0
/
+31
2020-05-09
bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE
Yonghong Song
2
-0
/
+76
2020-05-09
bpf: Allow loading of a bpf_iter program
Yonghong Song
2
-0
/
+57
2020-05-09
bpf: Implement an interface to register bpf_iter targets
Yonghong Song
2
-1
/
+60
2020-05-09
Stop the ad-hoc games with -Wno-maybe-initialized
Linus Torvalds
1
-1
/
+0
2020-05-09
nsproxy: add struct nsset
Christian Brauner
6
-25
/
+93
2020-05-08
umh: fix memory leak on execve failure
Vincent Minet
1
-0
/
+6
2020-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-1
/
+3
2020-05-08
kthread: save thread function
J. Bruce Fields
1
-0
/
+17
2020-05-08
Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-0
/
+5
2020-05-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2020-05-08
fork: prevent accidental access to clone3 features
Christian Brauner
1
-6
/
+7
2020-05-08
Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/kcsan
Thomas Gleixner
5
-247
/
+463
2020-05-08
crypto: lib/sha1 - rename "sha" to "sha1"
Eric Biggers
1
-9
/
+9
2020-05-07
kernel/kcov.c: fix typos in kcov_remote_start documentation
Maciej Grochowski
1
-2
/
+2
2020-05-07
Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
4
-20
/
+54
2020-05-08
module: Make module_enable_ro() static again
Josh Poimboeuf
1
-1
/
+2
2020-05-08
x86/module: Use text_mutex in apply_relocate_add()
Josh Poimboeuf
1
-6
/
+0
2020-05-08
module: Remove module_disable_ro()
Josh Poimboeuf
1
-13
/
+0
2020-05-08
livepatch: Remove module_disable_ro() usage
Josh Poimboeuf
1
-2
/
+0
2020-05-08
livepatch: Prevent module-specific KLP rela sections from referencing vmlinux symbols
Josh Poimboeuf
1
-11
/
+27
2020-05-08
livepatch: Remove .klp.arch
Peter Zijlstra
1
-18
/
+9
2020-05-08
livepatch: Apply vmlinux-specific KLP relocations early
Josh Poimboeuf
2
-55
/
+92
2020-05-08
livepatch: Disallow vmlinux.ko
Josh Poimboeuf
1
-0
/
+5
2020-05-07
exec: Merge install_exec_creds into setup_new_exec
Eric W. Biederman
1
-1
/
+1
2020-05-07
tracing: Make tracing_snapshot_instance_cond() static
Zou Wei
1
-1
/
+2
2020-05-07
tracing: Add a vmalloc_sync_mappings() for safe measure
Steven Rostedt (VMware)
1
-0
/
+13
2020-05-07
tracing: Wait for preempt irq delay thread to finish
Steven Rostedt (VMware)
1
-6
/
+24
2020-05-07
Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.04.27a', 'stall.2020.04.27a' and 'torture.2020.05.07a' into HEAD
Paul E. McKenney
16
-479
/
+1726
2020-05-07
rcutorture: Convert ULONG_CMP_LT() to time_before()
Paul E. McKenney
1
-3
/
+3
2020-05-07
rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop static
Jason Yan
1
-2
/
+2
2020-05-07
rcu: Allow rcutorture to starve grace-period kthread
Paul E. McKenney
3
-3
/
+44
2020-05-07
rcutorture: Add flag to produce non-busy-wait task stalls
Paul E. McKenney
1
-6
/
+11
2020-05-07
kgdb: Drop malformed kernel doc comment
Andy Shevchenko
1
-3
/
+1
2020-05-07
cpu/hotplug: Remove __freeze_secondary_cpus()
Qais Yousef
1
-2
/
+2
2020-05-07
cpu/hotplug: Remove disable_nonboot_cpus()
Qais Yousef
1
-7
/
+7
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+7
[prev]
[next]