summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2022-05-104-6/+47
* bpf, x86: Create bpf_tramp_run_ctx on the caller thread's stackKui-Feng Lee2022-05-102-6/+21
* bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-103-69/+98
* bpf: Resolve symbols with ftrace_lookup_symbols for kprobe multi linkJiri Olsa2022-05-101-46/+66
* fprobe: Resolve symbols with ftrace_lookup_symbolsJiri Olsa2022-05-101-20/+12
* ftrace: Add ftrace_lookup_symbols functionJiri Olsa2022-05-102-0/+63
* kallsyms: Make kallsyms_on_each_symbol generally availableJiri Olsa2022-05-101-2/+0
* bpf: Add bpf_link iteratorDmitrii Dolgov2022-05-103-1/+127
* bpf: Extend batch operations for map-in-map bpf-mapsTakshak Chahande2022-05-102-2/+13
* bpf: Remove unused parameter from find_kfunc_desc_btf()Yuntao Wang2022-05-091-5/+4
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-2725-456/+1533
|\
| * bpf: Compute map_btf_id during build timeMenglong Dong2022-04-2615-115/+52
| * bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi2022-04-252-7/+25
| * bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi2022-04-251-5/+53
| * bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi2022-04-254-25/+204
| * bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi2022-04-251-0/+108
| * bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi2022-04-251-1/+87
| * bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi2022-04-251-7/+28
| * bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi2022-04-253-13/+119
| * bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi2022-04-253-41/+50
| * bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi2022-04-254-35/+401
| * bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev2022-04-251-48/+24
| * bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko2022-04-231-54/+56
| * bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi2022-04-211-38/+38
| * bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi2022-04-211-31/+89
| * bpf: Fix usage of trace RCU in local storage.KP Singh2022-04-193-14/+23
| * bpf: Ensure type tags precede modifiers in BTFKumar Kartikeya Dwivedi2022-04-191-0/+54
| * bpf: Move rcu lock management out of BPF_PROG_RUN routinesStanislav Fomichev2022-04-192-18/+111
| * bpf: Remove unnecessary type castingsYu Zhe2022-04-142-3/+3
| * Merge branch 'pr/bpf-sysctl' into bpf-nextDaniel Borkmann2022-04-132-79/+87
| |\
| | * bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreYan Zhu2022-04-132-79/+87
| * | bpf: Remove redundant assignment to meta.seq in __task_seq_show()Yuntao Wang2022-04-112-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-227-30/+35
|\ \ \
| * \ \ Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-172-7/+10
| |\ \ \
| | * | | tick/sched: Fix non-kernel-doc commentJiapeng Chong2022-04-101-2/+2
| | * | | tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker2022-04-101-1/+1
| | * | | timers: Fix warning condition in __run_timers()Anna-Maria Behnsen2022-04-091-4/+7
| | | |/ | | |/|
| * | | Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-172-19/+19
| |\ \ \
| | * | | cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_stateSteven Price2022-04-131-18/+18
| | * | | smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit2022-04-131-1/+1
| * | | | Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-171-2/+3
| |\ \ \ \
| | * | | | genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto2022-04-111-2/+3
| | | |/ / | | |/| |
| * | | | Merge tag 'dma-mapping-5.18-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-04-161-1/+2
| |\ \ \ \
| | * | | | dma-direct: avoid redundant memory sync for swiotlbChao Gao2022-04-141-1/+2
| * | | | | irq_work: use kasan_record_aux_stack_noalloc() record callstackZqiang2022-04-151-1/+1
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-04-158-712/+612
|\| | | | | |_|_|/ |/| | |
| * | | Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-101-157/+55
| |\ \ \
| | * | | perf/core: Always set cpuctx cgrp when enable cgroup eventChengming Zhou2022-04-051-16/+2
| | * | | perf/core: Fix perf_cgroup_switch()Chengming Zhou2022-04-051-107/+25
| | * | | perf/core: Use perf_cgroup_info->active to check if cgroup is activeChengming Zhou2022-04-051-5/+2