index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-19
bpf: Fix out of bounds access for ringbuf helpers
Daniel Borkmann
1
-0
/
+6
2022-01-19
bpf: Generally fix helper register offset check
Daniel Borkmann
1
-11
/
+28
2022-01-19
bpf: Mark PTR_TO_FUNC register initially with zero offset
Daniel Borkmann
1
-3
/
+6
2022-01-19
bpf: Generalize check_ctx_reg for reuse with other types
Daniel Borkmann
2
-11
/
+12
2022-01-18
bpf: Add reference tracking support to kfunc
Kumar Kartikeya Dwivedi
2
-12
/
+72
2022-01-18
bpf: Introduce mem, size argument pair support for kfunc
Kumar Kartikeya Dwivedi
2
-48
/
+124
2022-01-18
bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
Kumar Kartikeya Dwivedi
2
-58
/
+8
2022-01-18
bpf: Populate kfunc BTF ID sets in struct btf
Kumar Kartikeya Dwivedi
1
-1
/
+243
2022-01-18
bpf: Fix UAF due to race between btf_try_get_module and load_module
Kumar Kartikeya Dwivedi
1
-2
/
+24
2022-01-18
sched: Avoid double preemption in __cond_resched_*lock*()
Peter Zijlstra
1
-9
/
+3
2022-01-18
sched/fair: Fix all kernel-doc warnings
Randy Dunlap
1
-3
/
+5
2022-01-18
sched/core: Accounting forceidle time for all tasks except idle task
Cruz Zhao
2
-3
/
+2
2022-01-18
sched/pelt: Relax the sync of load_sum with load_avg
Vincent Guittot
1
-14
/
+22
2022-01-18
sched/pelt: Relax the sync of runnable_sum with runnable_avg
Vincent Guittot
1
-14
/
+19
2022-01-18
sched/pelt: Continue to relax the sync of util_sum with util_avg
Vincent Guittot
1
-7
/
+18
2022-01-18
sched/pelt: Relax the sync of util_sum with util_avg
Vincent Guittot
2
-4
/
+16
2022-01-18
psi: Fix uaf issue when psi trigger is destroyed while being polled
Suren Baghdasaryan
2
-40
/
+37
2022-01-18
perf: Fix perf_event_read_local() time
Peter Zijlstra
1
-100
/
+146
2022-01-17
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
4
-16
/
+320
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
11
-202
/
+172
2022-01-16
Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-2
/
+48
2022-01-16
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
17
-246
/
+799
2022-01-16
Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching
Linus Torvalds
4
-19
/
+19
2022-01-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
10
-20
/
+78
2022-01-15
cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
Yury Norov
1
-2
/
+2
2022-01-15
mm/mempolicy: wire up syscall set_mempolicy_home_node
Aneesh Kumar K.V
1
-0
/
+1
2022-01-15
dma/pool: create dma atomic pool only if dma zone has managed pages
Baoquan He
1
-2
/
+2
2022-01-15
mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%
Suren Baghdasaryan
1
-1
/
+2
2022-01-15
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
1
-0
/
+1
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
2
-0
/
+65
2022-01-15
trace/hwlat: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
1
-5
/
+1
2022-01-15
trace/osnoise: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
1
-2
/
+1
2022-01-15
rcutorture: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
1
-5
/
+2
2022-01-15
ring-buffer: make use of the helper function kthread_run_on_cpu()
Cai Huoqing
1
-5
/
+2
2022-01-15
kthread: add the helper function kthread_run_on_cpu()
Cai Huoqing
1
-0
/
+1
2022-01-15
bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
Naveen N. Rao
1
-2
/
+3
2022-01-14
module: fix signature check failures when using in-kernel decompression
Dmitry Torokhov
1
-4
/
+5
2022-01-14
Merge branch 'for-5.17/kallsyms' into for-linus
Petr Mladek
2
-0
/
+3
2022-01-14
tracing: Add ustring operation to filtering string pointers
Steven Rostedt
1
-24
/
+57
2022-01-13
tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails
Nikita Yushchenko
1
-4
/
+16
2022-01-13
tracing: Remove duplicate warnings when calling trace_create_file()
Yuntao Wang
1
-9
/
+3
2022-01-13
tracing/kprobes: 'nmissed' not showed correctly for kretprobe
Xiangyang Zhang
1
-1
/
+4
2022-01-13
tracing: Add test for user space strings when filtering on string pointers
Steven Rostedt
1
-3
/
+63
2022-01-13
tracing: Have syscall trace events use trace_event_buffer_lock_reserve()
Steven Rostedt
1
-4
/
+2
2022-01-13
ftrace: Add test to make sure compiled time sorts work
Steven Rostedt (VMware)
2
-0
/
+37
2022-01-13
scripts: ftrace - move the sort-processing in ftrace_init
Yinan Liu
1
-2
/
+9
2022-01-13
tracing/probes: check the return value of kstrndup() for pbuf
Xiaoke Wang
1
-0
/
+2
2022-01-13
tracing/uprobes: Check the return value of kstrdup() for tu->filename
Xiaoke Wang
1
-0
/
+5
2022-01-13
tracing: Account bottom half disabled sections.
Sebastian Andrzej Siewior
2
-2
/
+8
2022-01-13
Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-216
/
+562
[prev]
[next]