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
2023-11-20
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
1
-99
/
+175
2023-11-20
bpf: extract setup_func_entry() utility function
Eduard Zingerman
1
-36
/
+48
2023-11-20
bpf: extract __check_reg_arg() utility function
Eduard Zingerman
1
-6
/
+13
2023-11-19
Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-22
/
+19
2023-11-19
Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-38
/
+135
2023-11-19
Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+6
2023-11-19
Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+17
2023-11-19
bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->pos)
Oleg Nesterov
1
-9
/
+5
2023-11-19
bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()
Oleg Nesterov
1
-5
/
+4
2023-11-19
bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()
Oleg Nesterov
1
-7
/
+5
2023-11-18
Merge tag 'parisc-for-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
1
-0
/
+4
2023-11-18
bpf: emit frameno for PTR_TO_STACK regs if it differs from current one
Andrii Nakryiko
1
-6
/
+14
2023-11-18
bpf: smarter verifier log number printing logic
Andrii Nakryiko
1
-11
/
+68
2023-11-18
bpf: omit default off=0 and imm=0 in register state log
Andrii Nakryiko
1
-6
/
+4
2023-11-18
bpf: emit map name in register state if applicable and available
Andrii Nakryiko
1
-6
/
+18
2023-11-18
bpf: print spilled register state in stack slot
Andrii Nakryiko
1
-19
/
+17
2023-11-18
bpf: extract register state printing
Andrii Nakryiko
1
-57
/
+63
2023-11-18
bpf: move verifier state printing code to kernel/bpf/log.c
Andrii Nakryiko
2
-403
/
+342
2023-11-18
bpf: move verbose_linfo() into kernel/bpf/log.c
Andrii Nakryiko
2
-57
/
+59
2023-11-18
prctl: Disable prctl(PR_SET_MDWE) on parisc
Helge Deller
1
-0
/
+4
2023-11-18
userns: eliminate many kernel-doc warnings
Randy Dunlap
1
-8
/
+8
2023-11-17
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
2
-4
/
+4
2023-11-17
Merge tag 'audit-pr-20231116' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Linus Torvalds
1
-1
/
+1
2023-11-16
Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-29
/
+66
2023-11-15
bpf: make __reg{32,64}_deduce_bounds logic more robust
Andrii Nakryiko
1
-16
/
+8
2023-11-15
bpf: remove redundant s{32,64} -> u{32,64} deduction logic
Andrii Nakryiko
1
-36
/
+0
2023-11-15
bpf: add register bounds sanity checks and sanitization
Andrii Nakryiko
2
-26
/
+94
2023-11-15
bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
Andrii Nakryiko
1
-0
/
+24
2023-11-15
bpf: generalize is_scalar_branch_taken() logic
Andrii Nakryiko
1
-40
/
+58
2023-11-15
bpf: generalize reg_set_min_max() to handle non-const register comparisons
Andrii Nakryiko
2
-178
/
+141
2023-11-15
bpf: Do not allocate percpu memory at init stage
Yonghong Song
2
-7
/
+21
2023-11-15
perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file
Greg KH
1
-12
/
+28
2023-11-15
Merge branch 'tip/perf/urgent'
Peter Zijlstra
165
-3246
/
+7961
2023-11-15
sched/timers: Explain why idle task schedules out on remote timer enqueue
Frederic Weisbecker
1
-0
/
+22
2023-11-15
sched/cpuidle: Comment about timers requirements VS idle handler
Frederic Weisbecker
1
-0
/
+30
2023-11-15
sched/deadline: Introduce deadline servers
Peter Zijlstra
4
-107
/
+271
2023-11-15
sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entity
Peter Zijlstra
2
-58
/
+78
2023-11-15
sched/deadline: Collect sched_dl_entity initialization
Peter Zijlstra
3
-15
/
+17
2023-11-15
sched: Unify more update_curr*()
Peter Zijlstra
1
-13
/
+11
2023-11-15
sched: Remove vruntime from trace_sched_stat_runtime()
Peter Zijlstra
1
-3
/
+2
2023-11-15
sched: Unify runtime accounting across classes
Peter Zijlstra
5
-60
/
+52
2023-11-15
sched/eevdf: O(1) fastpath for task selection
Abel Wu
1
-3
/
+11
2023-11-15
sched/eevdf: Sort the rbtree by virtual deadline
Abel Wu
3
-104
/
+76
2023-11-15
sched/numa: Fix mm numa_scan_seq based unconditional scan
Raghavendra K T
1
-1
/
+3
2023-11-15
sched: Use WRITE_ONCE() for p->on_rq
Paul E. McKenney
1
-2
/
+4
2023-11-15
perf/core: Fix cpuctx refcounting
Peter Zijlstra
1
-0
/
+17
2023-11-15
futex: Fix hardcoded flags
Peter Zijlstra
1
-3
/
+6
2023-11-14
audit: don't WARN_ON_ONCE(!current->mm) in audit_exe_compare()
Paul Moore
1
-1
/
+1
2023-11-14
sched/fair: Fix the decision for load balance
Keisuke Nishimura
1
-3
/
+7
2023-11-14
sched: psi: fix unprivileged polling against cgroups
Johannes Weiner
1
-12
/
+0
[prev]
[next]