aboutsummaryrefslogtreecommitdiffstats
path: root/mm/zbud.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-09bpf, selftest: test {rd, wr}only flags and direct value accessDaniel Borkmann4-5/+573
2019-04-09bpf: bpftool support for dumping data/bss/rodata sectionsDaniel Borkmann2-4/+65
2019-04-09bpf, libbpf: add support for BTF Var and DataSecDaniel Borkmann5-20/+235
2019-04-09bpf, libbpf: support global data/bss/rodata sectionsDaniel Borkmann6-48/+314
2019-04-09bpf, libbpf: refactor relocation handlingJoe Stringer1-30/+32
2019-04-09bpf: sync {btf, bpf}.h uapi header from tools infrastructureDaniel Borkmann2-6/+46
2019-04-09bpf: allow for key-less BTF in array mapDaniel Borkmann4-6/+27
2019-04-09bpf: kernel side support for BTF Var and DataSecDaniel Borkmann1-20/+397
2019-04-09bpf: add specification for BTF Var and DataSec kindsDaniel Borkmann2-4/+85
2019-04-09bpf: allow . char as part of the object nameDaniel Borkmann1-3/+3
2019-04-09bpf: add syscall side map freeze supportDaniel Borkmann3-13/+57
2019-04-09bpf: add program side {rd, wr}only support for mapsDaniel Borkmann9-14/+96
2019-04-09bpf: do not retain flags that are not tied to map lifetimeDaniel Borkmann1-1/+13
2019-04-09bpf: implement lookup-free direct value access for mapsDaniel Borkmann9-31/+149
2019-04-06libbpf: Ignore -Wformat-nonliteral warningAndrey Ignatov1-0/+5
2019-04-05bpf: Add missed newline in verifier verbose logAndrey Ignatov1-1/+1
2019-04-05selftests/bpf: Test unbounded var_off stack accessAndrey Ignatov1-2/+55
2019-04-05bpf: Sanity check max value for var_off stack accessAndrey Ignatov1-3/+15
2019-04-05selftests/bpf: Test indirect var_off stack access in unpriv modeAndrey Ignatov1-0/+27
2019-04-05bpf: Reject indirect var_off stack access in unpriv modeAndrey Ignatov1-0/+16
2019-04-05selftests/bpf: Test indirect var_off stack access in raw modeAndrey Ignatov1-0/+27
2019-04-05bpf: Reject indirect var_off stack access in raw modeAndrey Ignatov1-0/+9
2019-04-05samples/bpf: fix build with new clangAlexei Starovoitov1-0/+1
2019-04-04samples, selftests/bpf: add NULL check for ksym_searchDaniel T. Lee5-3/+23
2019-04-04selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee1-0/+4
2019-04-04selftests/bpf: synthetic tests to push verifier limitsAlexei Starovoitov2-9/+35
2019-04-04selftests/bpf: add few verifier scale testsAlexei Starovoitov7-1/+215
2019-04-04libbpf: teach libbpf about log_level bit 2Alexei Starovoitov4-4/+17
2019-04-04bpf: increase verifier log limitAlexei Starovoitov1-1/+1
2019-04-04bpf: increase complexity limit and maximum program sizeAlexei Starovoitov3-2/+3
2019-04-04bpf: verbose jump offset overflow checkAlexei Starovoitov2-6/+12
2019-04-04bpf: convert temp arrays to kvcallocAlexei Starovoitov1-7/+7
2019-04-04bpf: improve verification speed by not remarking live_readAlexei Starovoitov1-0/+9
2019-04-04bpf: improve verification speed by droping statesAlexei Starovoitov2-3/+43
2019-04-04bpf: add verifier stats and log_level bit 2Alexei Starovoitov2-24/+73
2019-04-03kbuild: add ability to generate BTF type info for vmlinuxAndrii Nakryiko3-2/+29
2019-04-02selftests: bpf: remove duplicate .flags initialization in ctx_skb.cStanislav Fomichev1-1/+0
2019-04-02selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.cStanislav Fomichev1-4/+4
2019-04-02selftests: bpf: fix -Wformat-security warning for flow_dissector_load.cStanislav Fomichev1-1/+1
2019-04-02selftests: bpf: tests.h should depend on .c files, not the outputStanislav Fomichev1-2/+2
2019-04-01bpf: add bpffs multi-dimensional array tests in test_btfYonghong Song1-8/+24
2019-03-29selftests/bpf: Test variable offset stack accessAndrey Ignatov1-2/+77
2019-03-29bpf: Support variable offset stack access from helpersAndrey Ignatov1-21/+54
2019-03-28tools/bpf: generate pkg-config file for libbpfLuca Boccassi3-3/+28
2019-03-27inet: switch IP ID generator to siphashEric Dumazet4-19/+30
2019-03-27net: phy: mdio-bcm-unimac: remove redundant !timeout checkColin Ian King1-4/+1
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet2-13/+7
2019-03-27net: openvswitch: Add a new action check_pkt_lenNuman Siddique3-0/+261
2019-03-27net: phy: marvell: add PHY tunable fast link down support for 88E1540Heiner Kallweit1-0/+108
2019-03-27ethtool: add PHY Fast Link Down supportHeiner Kallweit2-0/+10