index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2022-03-28
rcu: Don't deboost before reporting expedited quiescent state
Paul E. McKenney
2022-03-16
watch_queue: Make comment about setting ->defunct more accurate
David Howells
2022-03-16
watch_queue: Fix lack of barrier/sync/lock between post and read
David Howells
2022-03-16
watch_queue: Free the alloc bitmap when the watch_queue is torn down
David Howells
2022-03-16
watch_queue: Fix the alloc bitmap size to reflect notes allocated
David Howells
2022-03-16
watch_queue: Fix to always request a pow-of-2 pipe ring size
David Howells
2022-03-16
watch_queue: Fix to release page in ->release()
David Howells
2022-03-16
watch_queue: Fix filter limit check
David Howells
2022-03-16
swiotlb: rework "fix info leak with DMA_FROM_DEVICE"
Halil Pasic
2022-03-16
tracing/osnoise: Do not unregister events twice
Daniel Bristot de Oliveira
2022-03-16
tracing/osnoise: Force quiescent states while tracing
Nicolas Saenz Julienne
2022-03-16
tracing: Fix selftest config check for function graph start up test
Christophe Leroy
2022-03-16
tracing/osnoise: Make osnoise_main to sleep for microseconds
Daniel Bristot de Oliveira
2022-03-16
tracing: Ensure trace buffer is at least 4096 bytes large
Sven Schnelle
2022-03-16
swiotlb: fix info leak with DMA_FROM_DEVICE
Halil Pasic
2022-03-11
x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...
Josh Poimboeuf
2022-03-08
tracing: Fix return value of __setup handlers
Randy Dunlap
2022-03-08
tracing/histogram: Fix sorting on old "cpu" value
Steven Rostedt (Google)
2022-03-08
sched: Fix yet more sched_fork() races
Peter Zijlstra
2022-03-08
blktrace: fix use after free for struct blk_trace
Yu Kuai
2022-03-08
ucounts: Fix systemd LimitNPROC with private users regression
Eric W. Biederman
2022-03-08
tracing: Add ustring operation to filtering string pointers
Steven Rostedt
2022-03-08
sched/fair: Fix fault in reweight_entity
Tadeusz Struk
2022-03-08
tracing: Add test for user space strings when filtering on string pointers
Steven Rostedt
2022-03-02
tracing: Have traceon and traceoff trigger honor the instance
Steven Rostedt (Google)
2022-03-02
tracing: Dump stacktrace trigger to the corresponding instance
Daniel Bristot de Oliveira
2022-03-02
bpf: Fix crash due to out of bounds access into reg2btf_ids.
Kumar Kartikeya Dwivedi
2022-03-02
bpf: Extend kfunc with PTR_TO_CTX, PTR_TO_MEM argument support
Kumar Kartikeya Dwivedi
2022-03-02
bpf: Add schedule points in batch ops
Eric Dumazet
2022-03-02
cgroup-v1: Correct privileges check in release_agent writes
Michal Koutný
2022-03-02
cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
Zhang Qiao
2022-02-23
tracing: Fix tp_printk option related with tp_printk_stop_on_boot
JaeSang Yoo
2022-02-23
lockdep: Correct lock_classes index mapping
Cheng Jui Wang
2022-02-23
copy_process(): Move fd_install() out of sighand->siglock critical section
Waiman Long
2022-02-23
ucounts: Move RLIMIT_NPROC handling after set_user
Eric W. Biederman
2022-02-23
rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in se...
Eric W. Biederman
2022-02-23
ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1
Eric W. Biederman
2022-02-23
ucounts: Handle wrapping in is_ucounts_overlimit
Eric W. Biederman
2022-02-23
ucounts: Base set_cred_ucounts changes on the real user
Eric W. Biederman
2022-02-23
gcc-plugins/stackleak: Use noinstr in favor of notrace
Kees Cook
2022-02-23
Revert "module, async: async_synchronize_full() on module init iff async is u...
Igor Pylypiv
2022-02-23
bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.
Hao Luo
2022-02-23
bpf: Make per_cpu_ptr return rdonly PTR_TO_MEM.
Hao Luo
2022-02-23
bpf: Convert PTR_TO_MEM_OR_NULL to composable types.
Hao Luo
2022-02-23
bpf: Introduce MEM_RDONLY flag
Hao Luo
2022-02-23
bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL
Hao Luo
2022-02-23
bpf: Replace RET_XXX_OR_NULL with RET_XXX | PTR_MAYBE_NULL
Hao Luo
2022-02-23
bpf: Replace ARG_XXX_OR_NULL with ARG_XXX | PTR_MAYBE_NULL
Hao Luo
2022-02-16
perf: Fix list corruption in perf_cgroup_switch()
Song Liu
2022-02-16
signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE
Kees Cook
[next]