summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Memcg-based memory accounting for bpf local storage mapsRoman Gushchin2020-12-021-4/+6
* bpf: Memcg-based memory accounting for bpf ringbufferRoman Gushchin2020-12-021-7/+4
* bpf: Memcg-based memory accounting for lpm_trie mapsRoman Gushchin2020-12-021-3/+3
* bpf: Refine memcg-based memory accounting for hashtab mapsRoman Gushchin2020-12-021-10/+14
* bpf: Refine memcg-based memory accounting for devmap mapsRoman Gushchin2020-12-021-3/+4
* bpf: Memcg-based memory accounting for cgroup storage mapsRoman Gushchin2020-12-021-12/+11
* bpf: Refine memcg-based memory accounting for cpumap mapsRoman Gushchin2020-12-021-9/+12
* bpf: Refine memcg-based memory accounting for arraymap mapsRoman Gushchin2020-12-021-3/+3
* bpf: Memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-1/+5
* bpf: Prepare for memcg-based memory accounting for bpf mapsRoman Gushchin2020-12-021-0/+63
* bpf: Memcg-based memory accounting for bpf progsRoman Gushchin2020-12-021-5/+5
* mm: memcontrol: Use helpers to read page's memcg dataRoman Gushchin2020-12-021-3/+4
* bpf: Add a BPF helper for getting the IMA hash of an inodeKP Singh2020-11-261-0/+26
* bpf: Refactor check_cfg to use a structured loop.Wedson Almeida Filho2020-11-241-84/+95
* bpf: Sanitize BTF data pointer after module is loadedAndrii Nakryiko2020-11-251-0/+5
* bpf: Simplify task_file_seq_get_next()Song Liu2020-11-201-37/+17
* bpf: Add bpf_ktime_get_coarse_ns helperDmitrii Banshchikov2020-11-183-0/+16
* bpf: Add bpf_bprm_opts_set helperKP Singh2020-11-181-0/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-1412-147/+1076
|\
| * bpf: Expose bpf_d_path helper to sleepable LSM hooksKP Singh2020-11-131-1/+7
| * bpf: Augment the set of sleepable LSM hooksKP Singh2020-11-132-15/+82
| * bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau2020-11-121-0/+5
| * bpf: Support for pointers beyond pkt_end.Alexei Starovoitov2020-11-131-22/+107
| * bpf: Fix NULL dereference in bpf_task_storageMartin KaFai Lau2020-11-111-1/+1
| * bpf: Compile out btf_parse_module() if module BTF is not enabledAndrii Nakryiko2020-11-101-0/+4
| * bpf: Load and verify kernel module BTFsAndrii Nakryiko2020-11-103-1/+227
| * bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko2020-11-101-3/+40
| * bpf: Add in-kernel split BTF supportAndrii Nakryiko2020-11-101-52/+119
| * bpf, btf: Remove the duplicate btf_ids.h includeWang Qing2020-11-101-1/+0
| * bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_IDKP Singh2020-11-062-2/+21
| * bpf: Implement task local storageKP Singh2020-11-065-1/+332
| * bpf: Allow LSM programs to use bpf spin locksKP Singh2020-11-062-5/+19
| * bpf: Lift hashtab key_size limitFlorian Lehner2020-11-051-11/+5
| * bpf: Fix error path in htab_map_alloc()Eric Dumazet2020-11-021-2/+4
| * bpf: Avoid hashtab deadlock with map_lockedSong Liu2020-10-301-32/+82
| * bpf: Use separate lockdep class for each hashtabSong Liu2020-10-301-2/+10
| * bpf: Permit cond_resched for some iteratorsYonghong Song2020-10-282-0/+16
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-1213-36/+85
|\ \
| * \ Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-125-7/+42
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-065-7/+42
| | |\ \
| | | * | bpf: Update verification logic for LSM programsKP Singh2020-11-061-3/+7
| | | * | bpf: Zero-fill re-used per-cpu map elementDavid Verbeiren2020-11-051-2/+28
| | | * | bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap2020-11-051-0/+1
| | | * | bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-292-2/+6
| | | |/
| * | | Merge tag 'pm-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-11-121-1/+1
| |\ \ \
| | * | | cpufreq: Introduce governor flagsRafael J. Wysocki2020-11-101-1/+1
| * | | | Merge branch 'stable/for-linus-5.10-rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-11-111-11/+11
| |\ \ \ \
| | * | | | swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig2020-11-021-10/+6
| | * | | | swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini2020-11-021-1/+5
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-11-101-1/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |