index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
syscall.c
Age
Commit message (
Expand
)
Author
2018-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
2018-08-03
bpf: introduce cgroup storage maps
Roman Gushchin
2018-08-03
bpf: add ability to charge bpf maps memory dynamically
Roman Gushchin
2018-07-17
Merge tag 'v4.18-rc5' into locking/core, to pick up fixes
Ingo Molnar
2018-07-07
bpf: sockhash, disallow bpf_tcp_close and update in parallel
John Fastabend
2018-06-26
bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF
Sean Young
2018-06-21
atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()
Mark Rutland
2018-06-15
bpf: reject any prog that failed read-only lock
Daniel Borkmann
2018-06-15
bpf: fix panic in prog load calls cleanup
Daniel Borkmann
2018-06-03
bpf: show prog and map id in fdinfo
Daniel Borkmann
2018-05-30
media: rc: introduce BPF_PROG_LIRC_MODE2
Sean Young
2018-05-28
bpf: Hooks for sys_sendmsg
Andrey Ignatov
2018-05-24
bpf: introduce bpf subcommand BPF_TASK_FD_QUERY
Yonghong Song
2018-05-24
bpf: get JITed image lengths of functions via syscall
Sandipan Das
2018-05-24
bpf: fix multi-function JITed dump obtained via syscall
Sandipan Das
2018-05-24
bpf: get kernel symbol addresses via syscall
Sandipan Das
2018-05-23
bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_info
Martin KaFai Lau
2018-05-23
bpf: Expose check_uarg_tail_zero()
Martin KaFai Lau
2018-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-09
bpf: btf: Add struct bpf_btf_info
Martin KaFai Lau
2018-05-09
bpf: btf: Introduce BTF ID
Martin KaFai Lau
2018-05-04
nfp: bpf: record offload neutral maps in the driver
Jakub Kicinski
2018-05-03
bpf: use array_index_nospec in find_prog_type
Daniel Borkmann
2018-05-04
bpf: fix possible spectre-v1 in find_and_alloc_map()
Mark Rutland
2018-04-30
bpf: remove tracepoints from bpf core
Alexei Starovoitov
2018-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-04-26
bpf: Add gpl_compatible flag to struct bpf_prog_info
Jiri Olsa
2018-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-04-24
bpf: sockmap, map_release does not hold refcnt for pinned maps
John Fastabend
2018-04-19
bpf: btf: Add pretty print support to the basic arraymap
Martin KaFai Lau
2018-04-19
bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fd
Martin KaFai Lau
2018-04-19
bpf: btf: Add BPF_BTF_LOAD command
Martin KaFai Lau
2018-04-04
kernel/bpf/syscall: fix warning defined but not used
Anders Roxell
2018-03-31
bpf: Post-hooks for sys_bind
Andrey Ignatov
2018-03-31
bpf: Hooks for sys_connect
Andrey Ignatov
2018-03-31
bpf: Hooks for sys_bind
Andrey Ignatov
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
2018-03-28
bpf: introduce BPF_RAW_TRACEPOINT
Alexei Starovoitov
2018-03-27
bpf: follow idr code convention
Shaohua Li
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-03-20
bpf: skip unnecessary capability check
Chenbo Feng
2018-03-19
bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX data
John Fastabend
2018-01-25
bpf: Use the IS_FD_ARRAY() macro in map_update_elem()
Mickaël Salaün
2018-01-18
bpf: offload: report device information about offloaded maps
Jakub Kicinski
2018-01-18
bpf: allow socket_filter programs to use bpf_prog_test_run
Alexei Starovoitov
2018-01-18
bpf: add new jited info fields in bpf_dev_offload and bpf_prog_info
Jiong Wang
[next]