index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-12-21
1
-2
/
+3
|
\
|
*
bpf: Resolve fext program type when checking map compatibility
Toke Høiland-Jørgensen
2022-12-15
1
-2
/
+3
*
|
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-17
1
-4
/
+2
|
\
\
|
|
/
|
/
|
|
*
mm: Introduce set_memory_rox()
Peter Zijlstra
2022-12-15
1
-4
/
+2
*
|
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-14
1
-1
/
+23
|
\
\
|
*
|
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
2022-11-18
1
-0
/
+16
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-21
1
-3
/
+3
|
|
\
|
|
*
|
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/b...
Jakub Kicinski
2022-10-19
1
-1
/
+7
|
|
\
\
|
|
*
|
bpf: Use rcu_trace_implies_rcu_gp() for program array freeing
Hou Tao
2022-10-18
1
-1
/
+7
*
|
|
|
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-2
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-12
1
-1
/
+1
*
|
|
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-12
1
-2
/
+2
|
/
/
*
|
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-11
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
bpf: kmsan: initialize BPF registers with zeroes
Alexander Potapenko
2022-10-03
1
-1
/
+1
*
|
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2022-09-27
1
-2
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-01
1
-1
/
+1
|
\
\
|
*
|
bpf: Fix a data-race around bpf_jit_limit.
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
|
|
/
*
/
bpf: Add BPF-helper for accessing CLOCK_TAI
Jesper Dangaard Brouer
2022-08-09
1
-0
/
+1
|
/
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-23
1
-71
/
+29
|
\
|
*
bpf: Simplify bpf_prog_pack_[size|mask]
Song Liu
2022-07-22
1
-54
/
+17
|
*
bpf, x86: fix freeing of not-finalized bpf_prog_pack
Song Liu
2022-07-13
1
-17
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-15
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
bpf: Make sure mac_header was set before using it
Eric Dumazet
2022-07-07
1
-3
/
+5
*
|
bpf: minimize number of allocated lsm slots per program
Stanislav Fomichev
2022-06-29
1
-0
/
+7
*
|
bpf: per-cgroup lsm flavor
Stanislav Fomichev
2022-06-29
1
-0
/
+2
*
|
bpf, x64: Add predicate for bpf2bpf with tailcalls support in JIT
Tony Ambardar
2022-06-21
1
-0
/
+6
*
|
bpf: implement sleepable uprobes by chaining gps
Delyan Kratunov
2022-06-17
1
-0
/
+15
*
|
bpf: Correct the comment about insn_to_jit_off
Pu Lehui
2022-06-03
1
-1
/
+1
|
/
*
bpf: Fix probe read error in ___bpf_prog_run()
Menglong Dong
2022-05-28
1
-9
/
+5
*
bpf: Introduce bpf_arch_text_invalidate for bpf_prog_pack
Song Liu
2022-05-23
1
-0
/
+8
*
bpf: Fill new bpf_prog_pack with illegal instructions
Song Liu
2022-05-23
1
-4
/
+6
*
bpf: Fix combination of jit blinding and pointers to bpf subprogs.
Alexei Starovoitov
2022-05-13
1
-0
/
+10
*
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
2022-05-12
1
-0
/
+1
*
bpf: Fix bpf_prog_pack when PMU_SIZE is not defined
Song Liu
2022-03-21
1
-2
/
+13
*
bpf: Fix bpf_prog_pack for multi-node setup
Song Liu
2022-03-21
1
-2
/
+7
*
bpf: Select proper size for bpf_prog_pack
Song Liu
2022-03-21
1
-23
/
+47
*
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
2022-03-16
1
-1
/
+2
*
bpf, x86: Set header->size properly before freeing it
Song Liu
2022-03-02
1
-3
/
+6
*
bpf: bpf_prog_pack: Set proper size before freeing ro_header
Song Liu
2022-02-17
1
-0
/
+1
*
bpf: Fix bpf_prog_pack build for ppc64_defconfig
Song Liu
2022-02-11
1
-2
/
+2
*
bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZE
Song Liu
2022-02-09
1
-1
/
+5
*
bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]
Song Liu
2022-02-08
1
-1
/
+107
*
bpf: Introduce bpf_prog_pack allocator
Song Liu
2022-02-08
1
-0
/
+127
*
bpf: Introduce bpf_arch_text_copy
Song Liu
2022-02-08
1
-0
/
+5
*
bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()
Song Liu
2022-02-08
1
-4
/
+1
*
bpf: Use size instead of pages in bpf_binary_header
Song Liu
2022-02-08
1
-6
/
+5
*
bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
Song Liu
2022-02-08
1
-9
/
+8
*
cgroup/bpf: fast path skb BPF filtering
Pavel Begunkov
2022-01-27
1
-12
/
+4
*
bpf: generalise tail call map compatibility check
Toke Hoiland-Jorgensen
2022-01-21
1
-14
/
+14
*
bpf, docs: Prune all references to "internal BPF"
Christoph Hellwig
2021-11-30
1
-1
/
+1
[next]