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
/
bpf
/
cpumask.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-15
bpf: fix missing kdoc string fields in cpumask.c
Emil Tsalapatis
1
-0
/
+20
2025-03-15
bpf: add kfunc for populating cpumask bits
Emil Tsalapatis
1
-0
/
+33
2025-01-08
bpf: Remove migrate_{disable,enable} in bpf_cpumask_release()
Hou Tao
1
-2
/
+0
2024-04-05
bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
David Vernet
1
-0
/
+1
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
1
-2
/
+2
2023-12-15
bpf: Fix dtor CFI
Peter Zijlstra
1
-1
/
+7
2023-12-09
bpf: Add bpf_cpumask_weight() kfunc
David Vernet
1
-0
/
+12
2023-11-01
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
1
-4
/
+2
2023-07-12
bpf: Convert bpf_cpumask to bpf_mem_cache_free_rcu.
Alexei Starovoitov
1
-14
/
+6
2023-06-12
bpf: Replace bpf_cpumask_any* with bpf_cpumask_any_distribute*
David Vernet
1
-10
/
+12
2023-06-12
bpf: Add bpf_cpumask_first_and() kfunc
David Vernet
1
-0
/
+16
2023-03-25
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
1
-1
/
+1
2023-03-25
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
1
-3
/
+0
2023-03-16
bpf: Remove bpf_cpumask_kptr_get() kfunc
David Vernet
1
-29
/
+0
2023-03-16
bpf: Free struct bpf_cpumask in call_rcu handler
David Vernet
1
-5
/
+14
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
1
-20
/
+20
2023-02-22
bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma
Hou Tao
1
-3
/
+3
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
1
-30
/
+30
2023-01-28
bpf: Build-time assert that cpumask offset is zero
David Vernet
1
-0
/
+3
2023-01-25
bpf/docs: Document cpumask kfuncs in a new file
David Vernet
1
-0
/
+208
2023-01-25
bpf: Enable cpumasks to be queried and used as kptrs
David Vernet
1
-0
/
+268