summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-12-03bpf: Allow to specify kernel module BTFs when attaching BPF programsAndrii Nakryiko
2020-12-03bpf: Remove hard-coded btf_vmlinux assumption from BPF verifierAndrii Nakryiko
2020-12-03bpf: Keep module's btf_data_size intact after loadAndrii Nakryiko
2020-12-03bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()Andrii Nakryiko
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for stackmap mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf ringbufferRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for reuseport_array mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for queue_stack_maps mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for lpm_trie mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for hashtab mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for devmap mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for cgroup storage mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for cpumap mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf_struct_ops mapsRoman Gushchin
2020-12-02bpf: Eliminate rlimit-based memory accounting for arraymap mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for lpm_trie mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for devmap mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for cgroup storage mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for arraymap mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin
2020-12-02bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin
2020-12-02bpf: Memcg-based memory accounting for bpf progsRoman Gushchin
2020-12-02mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin
2020-11-26bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh
2020-11-24bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho
2020-11-25bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko
2020-11-20bpf: Simplify task_file_seq_get_next()Song Liu
2020-11-18bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov
2020-11-18bpf: Add bpf_bprm_opts_set helperKP Singh
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-11-13bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh
2020-11-13bpf: Augment the set of sleepable LSM hooksKP Singh
2020-11-12bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-13bpf: Support for pointers beyond pkt_end.Alexei Starovoitov
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-11-12Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-11-11bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau
2020-11-11Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-11-10bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko
2020-11-10bpf: Load and verify kernel module BTFsAndrii Nakryiko
2020-11-10bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko
2020-11-10bpf: Add in-kernel split BTF supportAndrii Nakryiko