summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-297-253/+289
| * | | | | | | | bpf/preload: Make sure Makefile cleans up after itself, and add .gitignoreToke Høiland-Jørgensen2020-09-292-0/+6
| * | | | | | | | bpf: Add bpf_seq_printf_btf helperAlan Maguire2020-09-283-2/+36
| * | | | | | | | bpf: Bump iter seq size to support BTF representation of large data structuresAlan Maguire2020-09-281-2/+2
| * | | | | | | | bpf: Add bpf_snprintf_btf helperAlan Maguire2020-09-283-0/+70
| * | | | | | | | bpf: Move to generic BTF show support, apply it to seq files/stringsAlan Maguire2020-09-281-102/+905
| * | | | | | | | bpf: Provide function to get vmlinux BTF informationAlan Maguire2020-09-281-6/+12
| * | | | | | | | bpf: verifier: refactor check_attach_btf_id()Toke Høiland-Jørgensen2020-09-282-87/+118
| * | | | | | | | bpf: change logging calls from verbose() to bpf_log() and use log pointerToke Høiland-Jørgensen2020-09-282-28/+28
| * | | | | | | | bpf: disallow attaching modify_return tracing functions to other BPF programsToke Høiland-Jørgensen2020-09-281-0/+5
| * | | | | | | | bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer2020-09-281-1/+1
| * | | | | | | | bpf, cpumap: Remove rcpu pointer from cpu_map_build_skb signatureLorenzo Bianconi2020-09-281-3/+2
| * | | | | | | | bpf: Enable BPF_PROG_TEST_RUN for raw_tracepointSong Liu2020-09-282-1/+2
| * | | | | | | | bpf, verifier: Remove redundant var_off.value ops in scalar known reg casesJohn Fastabend2020-09-251-4/+2
| * | | | | | | | bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-2/+2
| * | | | | | | | bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau2020-09-251-2/+32
| * | | | | | | | bpf: Move the PTR_TO_BTF_ID check to check_reg_type()Martin KaFai Lau2020-09-251-29/+31
| * | | | | | | | Merge branch 'rtt-speedup.2020.09.16a' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov2020-09-231-12/+41
| |\ \ \ \ \ \ \ \
| | * | | | | | | | rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney2020-09-161-0/+2
| | * | | | | | | | rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney2020-09-161-4/+4
| | * | | | | | | | rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney2020-09-161-0/+6
| | * | | | | | | | rcu-tasks: Shorten per-grace-period sleep for RCU Tasks TracePaul E. McKenney2020-09-161-1/+9
| | * | | | | | | | rcu-tasks: Selectively enable more RCU Tasks Trace IPIsPaul E. McKenney2020-09-161-2/+3
| | * | | | | | | | rcu-tasks: Use more aggressive polling for RCU Tasks TracePaul E. McKenney2020-09-161-2/+14
| | * | | | | | | | rcu-tasks: Mark variables staticPaul E. McKenney2020-09-161-3/+3
| * | | | | | | | | Revert "bpf: Fix potential call bpf_link_free() in atomic context"Alexei Starovoitov2020-09-231-2/+6
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-2310-245/+523
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: Explicitly size compatible_reg_typesLorenz Bauer2020-09-231-2/+1
| | * | | | | | | | | selftests/bpf: Fix stat probe in d_path testJiri Olsa2020-09-211-0/+8
| | * | | | | | | | | bpf: Use a table to drive helper arg type checksLorenz Bauer2020-09-211-74/+109
| | * | | | | | | | | bpf: Hoist type checking for nullable arg typesLorenz Bauer2020-09-211-34/+30
| | * | | | | | | | | bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_argLorenz Bauer2020-09-211-14/+14
| | * | | | | | | | | bpf: Set meta->raw_mode for pointers close to useLorenz Bauer2020-09-211-1/+5
| | * | | | | | | | | bpf: Make context access check genericLorenz Bauer2020-09-211-3/+4
| | * | | | | | | | | bpf: Make reference tracking genericLorenz Bauer2020-09-211-16/+10
| | * | | | | | | | | bpf: Make BTF pointer type checking genericLorenz Bauer2020-09-211-18/+20
| | * | | | | | | | | bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-215-53/+32
| | * | | | | | | | | bpf: Check scalar or invalid register in check_helper_mem_accessLorenz Bauer2020-09-211-13/+11
| | * | | | | | | | | btf: Make btf_set_contains take a const pointerLorenz Bauer2020-09-211-1/+1
| | * | | | | | | | | bpf: Fix potential call bpf_link_free() in atomic contextMuchun Song2020-09-211-6/+2
| | * | | | | | | | | bpf: Use hlist_add_head_rcu when linking to local_storageMartin KaFai Lau2020-09-191-1/+1
| | * | | | | | | | | bpf: Add abnormal return checks.Alexei Starovoitov2020-09-171-19/+48
| | * | | | | | | | | bpf: allow for tailcalls in BPF subprograms for x64 JITMaciej Fijalkowski2020-09-171-4/+17
| | * | | | | | | | | bpf, x64: rework pro/epilogue and tailcall handling in JITMaciej Fijalkowski2020-09-173-7/+51
| | * | | | | | | | | bpf: Limit caller's stack depth 256 for subprogs with tailcallsMaciej Fijalkowski2020-09-171-0/+29
| | * | | | | | | | | bpf: rename poke descriptor's 'ip' member to 'tailcall_target'Maciej Fijalkowski2020-09-172-9/+11
| | * | | | | | | | | bpf: propagate poke descriptors to subprogramsMaciej Fijalkowski2020-09-171-3/+63
| | * | | | | | | | | bpf: Add BPF_PROG_BIND_MAP syscallYiFei Zhu2020-09-151-0/+63
| | * | | | | | | | | bpf: Mutex protect used_maps array and countYiFei Zhu2020-09-152-8/+23
| | * | | | | | | | | bpf: Permit map_ptr arithmetic with opcode add and offset 0Yonghong Song2020-09-081-0/+4