summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-03Merge branch 'libbpf: add support for privileged/unprivileged control separat...Alexei Starovoitov7-15/+427
2020-12-03samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek4-6/+337
2020-12-03libbpf: Separate XDP program load with xsk socket creationMariusz Dudek3-9/+90
2020-12-03tools/resolve_btfids: Fix some error messagesBrendan Jackman1-3/+3
2020-12-03selftests/bpf: Copy file using read/write in local storage testStanislav Fomichev1-10/+18
2020-12-03Merge branch 'bpftool: improve split BTF support'Alexei Starovoitov4-4/+30
2020-12-03tools/bpftool: Auto-detect split BTFs in common casesAndrii Nakryiko1-4/+21
2020-12-03libbpf: Add base BTF accessorAndrii Nakryiko3-0/+7
2020-12-03tools/bpftool: Emit name <anon> for anonymous BTFsAndrii Nakryiko1-0/+2
2020-12-03uapi: fix statx attribute value overlap for DAX & MOUNT_ROOTEric Sandeen1-3/+6
2020-12-03pwm: sl28cpld: fix getting driver data in pwm callbacksUwe Kleine-König1-2/+4
2020-12-03lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau1-2/+9
2020-12-03macvlan: Support for high multicast packet rateThomas Karlsson4-2/+43
2020-12-03rtw88: debug: Fix uninitialized memory in debugfs codeDan Carpenter1-0/+2
2020-12-03Merge branch 'switch to memcg-based memory accounting'Alexei Starovoitov61-762/+533
2020-12-03bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin27-133/+0
2020-12-03bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin3-80/+12
2020-12-03bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin4-100/+17
2020-12-03bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin1-10/+0
2020-12-03bpf: Eliminate rlimit-based memory accounting for xskmap mapsRoman Gushchin1-10/+2
2020-12-03bpf: Eliminate rlimit-based memory accounting for stackmap mapsRoman Gushchin1-13/+3
2020-12-03bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash mapsRoman Gushchin1-27/+6
2020-12-03bpf: Eliminate rlimit-based memory accounting for bpf ringbufferRoman Gushchin1-20/+4
2020-12-03bpf: Eliminate rlimit-based memory accounting for reuseport_array mapsRoman Gushchin1-10/+2
2020-12-03bpf: Eliminate rlimit-based memory accounting for queue_stack_maps mapsRoman Gushchin1-12/+4
2020-12-03bpf: Eliminate rlimit-based memory accounting for lpm_trie mapsRoman Gushchin1-13/+0
2020-12-03bpf: Eliminate rlimit-based memory accounting for hashtab mapsRoman Gushchin1-18/+1
2020-12-03bpf: Eliminate rlimit-based memory accounting for devmap mapsRoman Gushchin1-16/+2
2020-12-03bpf: Eliminate rlimit-based memory accounting for cgroup storage mapsRoman Gushchin1-20/+1
2020-12-03bpf: Eliminate rlimit-based memory accounting for cpumap mapsRoman Gushchin1-15/+1
2020-12-03bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops mapsRoman Gushchin1-16/+3
2020-12-03bpf: Eliminate rlimit-based memory accounting for arraymap mapsRoman Gushchin1-20/+4
2020-12-03bpf: Refine memcg-based memory accounting for xskmap mapsRoman Gushchin1-1/+2
2020-12-03bpf: Refine memcg-based memory accounting for sockmap and sockhash mapsRoman Gushchin1-4/+5
2020-12-03bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin1-4/+6
2020-12-03bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin1-7/+4
2020-12-03bpf: Memcg-based memory accounting for lpm_trie mapsRoman Gushchin1-3/+3
2020-12-03bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin1-10/+14
2020-12-03bpf: Refine memcg-based memory accounting for devmap mapsRoman Gushchin1-3/+4
2020-12-03bpf: Memcg-based memory accounting for cgroup storage mapsRoman Gushchin1-12/+11
2020-12-03bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin1-9/+12
2020-12-03bpf: Refine memcg-based memory accounting for arraymap mapsRoman Gushchin1-3/+3
2020-12-03bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin1-1/+5
2020-12-03bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin2-0/+97
2020-12-03bpf: Memcg-based memory accounting for bpf progsRoman Gushchin1-5/+5
2020-12-03mm: Convert page kmemcg type to a page memcg flagRoman Gushchin4-26/+42
2020-12-03mm: Introduce page memcg flagsRoman Gushchin1-12/+20
2020-12-03mm: memcontrol/slab: Use helpers to access slab page's memcg_dataRoman Gushchin3-30/+75
2020-12-03mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin14-120/+184
2020-12-03vxlan: fix error return code in __vxlan_dev_create()Zhang Changzhong1-1/+3