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-14
sched/eevdf: Fix vruntime adjustment on reweight
Abel Wu
1
-23
/
+128
2023-11-14
bpf: Add a new kfunc for cgroup1 hierarchy
Yafang Shao
1
-0
/
+20
2023-11-12
LSM: Create lsm_list_modules system call
Casey Schaufler
1
-0
/
+1
2023-11-12
LSM: syscalls for current process attributes
Casey Schaufler
1
-0
/
+2
2023-11-12
audit: Send netlink ACK before setting connection in auditd_set
Chris Riches
1
-7
/
+24
2023-11-12
cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
Waiman Long
1
-15
/
+28
2023-11-12
cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumask
Waiman Long
1
-20
/
+96
2023-11-12
cgroup/cpuset: Keep track of CPUs in isolated partitions
Waiman Long
1
-63
/
+127
2023-11-12
workqueue: Add workqueue_unbound_exclude_cpumask() to exclude CPUs from wq_unbound_cpumask
Waiman Long
1
-8
/
+83
2023-11-11
hrtimers: Push pending hrtimers away from outgoing CPU earlier
Thomas Gleixner
2
-22
/
+19
2023-11-10
Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-5
/
+6
2023-11-11
tracing/kprobes: Fix the order of argument descriptions
Yujie Liu
1
-1
/
+1
2023-11-10
Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
4
-10
/
+81
2023-11-10
bpf: Add crosstask check to __bpf_get_stack
Jordan Rome
1
-1
/
+10
2023-11-10
Merge branch 'for-6.8-bpf' of https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into bpf-next
Alexei Starovoitov
3
-17
/
+66
2023-11-10
tracing: fprobe-event: Fix to check tracepoint event and return
Masami Hiramatsu (Google)
1
-4
/
+5
2023-11-09
bpf: fix control-flow graph checking in privileged mode
Andrii Nakryiko
1
-15
/
+8
2023-11-09
bpf: fix precision backtracking instruction iteration
Andrii Nakryiko
1
-2
/
+19
2023-11-09
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
1
-7
/
+20
2023-11-09
bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning ref
Dave Marchevsky
1
-5
/
+31
2023-11-09
bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enum
Dave Marchevsky
1
-7
/
+4
2023-11-09
bpf: Use bpf_mem_free_rcu when bpf_obj_dropping non-refcounted nodes
Dave Marchevsky
1
-4
/
+1
2023-11-09
bpf: Add KF_RCU flag to bpf_refcount_acquire_impl
Dave Marchevsky
1
-1
/
+1
2023-11-09
bpf: replace register_is_const() with is_reg_const()
Shung-Hsi Yu
1
-16
/
+11
2023-11-09
bpf: Introduce KF_ARG_PTR_TO_CONST_STR
Song Liu
1
-0
/
+19
2023-11-09
bpf: Factor out helper check_reg_const_str()
Song Liu
1
-36
/
+49
2023-11-09
bpf: Add __bpf_dynptr_data* for in kernel use
Song Liu
2
-4
/
+27
2023-11-09
bpf, lpm: Fix check prefixlen before walking trie
Florian Lehner
1
-0
/
+3
2023-11-09
bpf: generalize reg_set_min_max() to handle two sets of two registers
Andrii Nakryiko
1
-73
/
+54
2023-11-09
bpf: prepare reg_set_min_max for second set of registers
Andrii Nakryiko
1
-40
/
+40
2023-11-09
bpf: unify 32-bit and 64-bit is_branch_taken logic
Andrii Nakryiko
1
-141
/
+59
2023-11-09
bpf: generalize is_branch_taken to handle all conditional jumps in one place
Andrii Nakryiko
1
-24
/
+25
2023-11-09
bpf: move is_branch_taken() down
Andrii Nakryiko
1
-42
/
+42
2023-11-09
bpf: generalize is_branch_taken() to work with two registers
Andrii Nakryiko
1
-25
/
+32
2023-11-09
bpf: rename is_branch_taken reg arguments to prepare for the second one
Andrii Nakryiko
1
-54
/
+54
2023-11-09
bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
Andrii Nakryiko
1
-52
/
+8
2023-11-09
bpf: try harder to deduce register bounds from different numeric domains
Andrii Nakryiko
1
-0
/
+1
2023-11-09
bpf: improve deduction of 64-bit bounds from 32-bit bounds
Andrii Nakryiko
1
-0
/
+44
2023-11-09
bpf: add special smin32/smax32 derivation from 64-bit bounds
Andrii Nakryiko
1
-0
/
+23
2023-11-09
bpf: derive subreg bounds from full bounds when upper 32 bits are constant
Andrii Nakryiko
1
-0
/
+45
2023-11-09
bpf: derive smin32/smax32 from umin32/umax32 bounds
Andrii Nakryiko
1
-0
/
+7
2023-11-09
bpf: derive smin/smax from umin/max bounds
Andrii Nakryiko
1
-0
/
+71
2023-11-09
Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
9
-62
/
+75
2023-11-09
cgroup: Add a new helper for cgroup1 hierarchy
Yafang Shao
2
-1
/
+34
2023-11-09
cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_root()
Yafang Shao
1
-0
/
+5
2023-11-09
cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
Yafang Shao
1
-5
/
+7
2023-11-09
cgroup: Make operations on the cgroup root_list RCU safe
Yafang Shao
2
-8
/
+18
2023-11-09
cgroup: Remove unnecessary list_empty()
Yafang Shao
1
-4
/
+3
2023-11-08
Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks
Linus Torvalds
3
-14
/
+63
2023-11-08
Merge tag 'kgdb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux
Linus Torvalds
2
-4
/
+6
[prev]
[next]