summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: Convert page kmemcg type to a page memcg flagRoman Gushchin2020-12-034-26/+42
* mm: Introduce page memcg flagsRoman Gushchin2020-12-031-12/+20
* mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin2020-12-033-30/+75
* mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-0314-120/+184
* Merge branch 'bpf: expose bpf_{s,g}etsockopt helpers to bind{4,6} hooks'Alexei Starovoitov2020-12-027-192/+245
|\
| * selftests/bpf: Extend bind{4,6} programs with a call to bpf_setsockoptStanislav Fomichev2020-12-022-0/+62
| * bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooksStanislav Fomichev2020-12-024-8/+12
| * selftests/bpf: Rewrite test_sock_addr bind bpf into CStanislav Fomichev2020-12-023-184/+171
|/
* net, xdp, xsk: fix __sk_mark_napi_id_once napi_id errorDaniel Borkmann2020-12-011-3/+7
* Merge branch 'xdp-preferred-busy-polling'Daniel Borkmann2020-12-0140-107/+300
|\
| * samples/bpf: Add option to set the busy-poll budgetBjörn Töpel2020-12-011-0/+5
| * samples/bpf: Add busy-poll support to xdpsockBjörn Töpel2020-12-011-7/+33
| * samples/bpf: Use recvfrom() in xdpsock/l2fwdBjörn Töpel2020-12-011-14/+12
| * samples/bpf: Use recvfrom() in xdpsock/rxdropBjörn Töpel2020-12-011-4/+4
| * xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel2020-12-0129-36/+54
| * xsk: Add busy-poll support for {recv,send}msg()Björn Töpel2020-12-011-0/+24
| * xsk: Check need wakeup flag in sendmsg()Björn Töpel2020-12-012-8/+11
| * xsk: Add support for recvmsg()Björn Töpel2020-12-011-1/+21
| * net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-0110-14/+34
| * net: Introduce preferred busy-pollingBjörn Töpel2020-12-0111-32/+111
|/
* selftests/bpf: Fix flavored variants of test_imaKP Singh2020-11-301-0/+1
* xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun2020-11-273-22/+4
* libbpf: Replace size_t with __u32 in xsk interfacesMagnus Karlsson2020-11-271-9/+6
* Merge branch 'bpf: remove bpf_load loader completely'Andrii Nakryiko2020-11-2716-908/+350
|\
| * samples: bpf: Remove bpf_load loader completelyDaniel T. Lee2020-11-274-731/+5
| * samples: bpf: Fix lwt_len_hist reusing previous BPF mapDaniel T. Lee2020-11-272-0/+2
| * samples: bpf: Refactor test_overhead program with libbpfDaniel T. Lee2020-11-272-24/+60
| * samples: bpf: Refactor ibumad program with libbpfDaniel T. Lee2020-11-273-31/+68
| * samples: bpf: Refactor task_fd_query program with libbpfDaniel T. Lee2020-11-272-28/+75
| * samples: bpf: Refactor test_cgrp2_sock2 program with libbpfDaniel T. Lee2020-11-273-22/+62
| * samples: bpf: Refactor hbm program with libbpfDaniel T. Lee2020-11-275-72/+78
|/
* bpf: Fix selftest compilation on clang 11Andrei Matei2020-11-261-0/+2
* bpf: Add a selftest for bpf_ima_inode_hashKP Singh2020-11-264-0/+186
* bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh2020-11-264-0/+50
* ima: Implement ima_inode_hashKP Singh2020-11-262-24/+60
* libbpf: Add support for canceling cached_cons advanceLi RongQing2020-11-251-0/+6
* bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho2020-11-251-84/+95
* bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko2020-11-251-0/+5
* kbuild: Skip module BTF generation for out-of-tree external modulesAndrii Nakryiko2020-11-251-2/+7
* selftest/bpf: Fix rst formatting in readmeAndrei Matei2020-11-241-13/+15
* selftest/bpf: Fix link in readmeAndrei Matei2020-11-241-1/+4
* bpf: Simplify task_file_seq_get_next()Song Liu2020-11-201-37/+17
* bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song2020-11-201-1/+29
* Merge branch 'RISC-V selftest/bpf fixes'Andrii Nakryiko2020-11-199-19/+67
|\
| * selftests/bpf: Mark tests that require unaligned memory accessBjörn Töpel2020-11-197-18/+52
| * selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel2020-11-191-0/+13
| * selftests/bpf: Fix broken riscv buildBjörn Töpel2020-11-191-1/+2
|/
* bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-186-0/+39
* bpf: Add tests for bpf_bprm_opts_set helperKP Singh2020-11-182-0/+150
* bpf: Add bpf_bprm_opts_set helperKP Singh2020-11-184-0/+60