summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-25bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi
2022-04-25bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi
2022-04-25bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi
2022-04-25bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi
2022-04-25bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi
2022-04-25bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev
2022-04-23bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-21bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi
2022-04-21bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi
2022-04-19bpf: Fix usage of trace RCU in local storage.KP Singh
2022-04-19bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi
2022-04-19bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev
2022-04-17Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-17Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-17Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-16Merge tag 'dma-mapping-5.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2022-04-15irq_work: use kasan_record_aux_stack_noalloc() record callstackZqiang
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-14dma-direct: avoid redundant memory sync for swiotlbChao Gao
2022-04-14bpf: Remove unnecessary type castingsYu Zhe
2022-04-13Merge branch 'pr/bpf-sysctl' into bpf-nextDaniel Borkmann
2022-04-13bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreYan Zhu
2022-04-13cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_stateSteven Price
2022-04-13smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit
2022-04-11bpf: Remove redundant assignment to meta.seq in __task_seq_show()Yuntao Wang
2022-04-11genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto
2022-04-10Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-04-10Merge tag 'sched_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-04-10tick/sched: Fix non-kernel-doc commentJiapeng Chong
2022-04-10tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker
2022-04-09timers: Fix warning condition in __run_timers()Anna-Maria Behnsen
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-04-09bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-06bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi
2022-04-06bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi
2022-04-06bpf: Do write access check for kfunc and global funcKumar Kartikeya Dwivedi
2022-04-05perf/core: Always set cpuctx cgrp when enable cgroup eventChengming Zhou
2022-04-05perf/core: Fix perf_cgroup_switch()Chengming Zhou
2022-04-05perf/core: Use perf_cgroup_info->active to check if cgroup is activeChengming Zhou
2022-04-05perf/core: Don't pass task around when ctx sched inChengming Zhou