index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-11
bpf: Initialize same number of free nodes for each pcpu_freelist
Xu Kuohai
1
-12
/
+11
2022-11-08
bpf: Fix memory leaks in __check_func_call
Wang Yufen
1
-5
/
+9
2022-11-07
bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()
Nathan Chancellor
1
-1
/
+1
2022-11-04
bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
Peter Zijlstra
1
-14
/
+8
2022-11-04
bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")
Peter Zijlstra
1
-6
/
+0
2022-11-04
bpf: Fix wrong reg type conversion in release_reference()
Youlin Li
1
-2
/
+6
2022-11-01
bpf, verifier: Fix memory leak in array reallocation for stack state
Kees Cook
1
-2
/
+7
2022-10-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-2
/
+28
2022-10-21
bpf: Use __llist_del_all() whenever possbile during memory draining
Hou Tao
1
-2
/
+5
2022-10-21
bpf: Wait for busy refill_work when destroying bpf memory allocator
Hou Tao
1
-0
/
+11
2022-10-20
bpf: Fix dispatcher patchable function entry to 5 bytes nop
Jiri Olsa
1
-0
/
+6
2022-10-17
Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2022-10-17
bpf: prevent decl_tag from being referenced in func_proto
Stanislav Fomichev
1
-0
/
+5
2022-10-13
bpf: Allow bpf_user_ringbuf_drain() callbacks to return 1
David Vernet
1
-0
/
+1
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
4
-4
/
+4
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2022-10-11
bpf: cgroup_iter: support cgroup1 using cgroup fd
Yosry Ahmed
1
-1
/
+1
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-6
/
+6
2022-10-10
Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
26
-675
/
+2422
2022-10-03
Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-25
/
+35
2022-10-03
bpf: kmsan: initialize BPF registers with zeroes
Alexander Potapenko
1
-1
/
+1
2022-09-29
bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampoline
Martin KaFai Lau
1
-0
/
+23
2022-09-29
Merge branch 'v6.0-rc7'
Peter Zijlstra
4
-9
/
+12
2022-09-28
bpf: Handle show_fdinfo for the parameterized task BPF iterators
Kui-Feng Lee
1
-0
/
+18
2022-09-28
bpf: Handle bpf_link_info for the parameterized task BPF iterators.
Kui-Feng Lee
1
-0
/
+18
2022-09-28
bpf: Parameterize task iterators.
Kui-Feng Lee
1
-22
/
+166
2022-09-26
bpf: Enforce W^X for bpf trampoline
Song Liu
1
-17
/
+5
2022-09-26
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2
-8
/
+28
2022-09-26
bpf: remove VMA linked list
Liam R. Howlett
1
-5
/
+5
2022-09-21
bpf: Tweak definition of KF_TRUSTED_ARGS
Kumar Kartikeya Dwivedi
1
-5
/
+13
2022-09-21
bpf: Always use raw spinlock for hash bucket lock
Hou Tao
1
-52
/
+14
2022-09-21
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
2
-13
/
+13
2022-09-21
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
1
-1
/
+1
2022-09-21
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2
-5
/
+38
2022-09-21
bpf: Move dynptr type check to is_dynptr_type_expected()
Roberto Sassu
1
-8
/
+27
2022-09-21
btf: Export bpf_dynptr definition
Roberto Sassu
1
-0
/
+2
2022-09-21
bpf: Allow kfuncs to be used in LSM programs
KP Singh
1
-0
/
+1
2022-09-21
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
3
-9
/
+235
2022-09-21
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2
-6
/
+59
2022-09-21
bpf: Gate dynptr API behind CAP_BPF
Kumar Kartikeya Dwivedi
1
-14
/
+14
2022-09-21
bpf, cgroup: Reject prog_attach_flags array when effective query
Pu Lehui
1
-10
/
+18
2022-09-21
bpf: simplify code in btf_parse_hdr
William Dean
1
-6
/
+1
2022-09-20
bpf: Check whether or not node is NULL before free it in free_bulk
Hou Tao
1
-1
/
+2
2022-09-16
bpf/btf: Use btf_type_str() whenever possible
Peilin Ye
1
-9
/
+8
2022-09-16
bpf: use kvmemdup_bpfptr helper
Wang Yufen
1
-9
/
+4
2022-09-16
bpf: Ensure correct locking around vulnerable function find_vpid()
Lee Jones
1
-0
/
+2
2022-09-15
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
2
-10
/
+26
2022-09-13
perf/bpf: Always use perf callchains if exist
Namhyung Kim
1
-2
/
+2
[next]