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
2019-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-2
/
+8
2019-12-04
bpf: Fix a bug when getting subprog 0 jited image in check_attach_btf_id
Yonghong Song
1
-1
/
+4
2019-12-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2019-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+4
2019-11-29
bpf: Fix build in minimal configurations
Alexei Starovoitov
1
-0
/
+1
2019-11-27
bpf: Fix static checker warning
Alexei Starovoitov
1
-1
/
+3
2019-11-26
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2019-11-26
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
12
-313
/
+2267
2019-11-25
Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2
-2
/
+2
2019-11-24
bpf: Simplify __bpf_arch_text_poke poke type handling
Daniel Borkmann
2
-15
/
+5
2019-11-24
bpf: Constant map key tracking for prog array pokes
Daniel Borkmann
1
-9
/
+111
2019-11-24
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
3
-12
/
+200
2019-11-24
bpf: Add initial poke descriptor table for jit images
Daniel Borkmann
1
-0
/
+34
2019-11-24
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
4
-21
/
+43
2019-11-24
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
2
-20
/
+23
2019-11-24
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
1
-0
/
+19
2019-11-24
xdp: Fix cleanup on map free for devmap_hash map type
Toke Høiland-Jørgensen
1
-28
/
+46
2019-11-23
Revert "bpf: Emit audit messages upon successful prog load and unload"
Jakub Kicinski
1
-31
/
+0
2019-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2019-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
10
-135
/
+1184
2019-11-20
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
1
-4
/
+7
2019-11-20
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
1
-0
/
+31
2019-11-19
bpf: Make array_map_mmap static
YueHaibing
1
-1
/
+1
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2
-9
/
+148
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
2
-23
/
+12
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
5
-40
/
+27
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
4
-27
/
+147
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
3
-3
/
+98
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
3
-6
/
+114
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2
-6
/
+28
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
6
-8
/
+419
2019-11-15
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
1
-0
/
+6
2019-11-15
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
1
-0
/
+4
2019-11-12
cgroup: use cgrp->kn->id as the cgroup ID
Tejun Heo
2
-2
/
+2
2019-11-12
kernfs: convert kernfs_node->id from union kernfs_node_id to u64
Tejun Heo
2
-2
/
+2
2019-11-11
irq_work: Convert flags to atomic_t
Frederic Weisbecker
1
-1
/
+1
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-4
/
+7
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
1
-29
/
+166
2019-11-06
bpf: Account for insn->off when doing bpf_probe_read_kernel
Martin KaFai Lau
1
-1
/
+1
2019-11-07
bpf, offload: Unlock on error in bpf_offload_dev_create()
Dan Carpenter
1
-1
/
+3
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-96
/
+73
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
3
-13
/
+53
2019-11-02
bpf: Switch BPF probe insns to bpf_probe_read_kernel
Daniel Borkmann
1
-4
/
+5
2019-11-02
xsk: Restructure/inline XSKMAP lookup/redirect/flush
Björn Töpel
1
-48
/
+0
2019-11-02
bpf: Implement map_gen_lookup() callback for XSKMAP
Maciej Fijalkowski
1
-0
/
+17
2019-11-02
xsk: Store struct xdp_sock as a flexible array member of the XSKMAP
Björn Töpel
1
-32
/
+23
2019-10-31
bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()
Björn Töpel
1
-2
/
+5
2019-10-31
bpf: Replace prog_raw_tp+btf_id with prog_tracing
Alexei Starovoitov
2
-13
/
+27
2019-10-31
bpf: Fix bpf jit kallsym access
Alexei Starovoitov
1
-3
/
+0
[next]