summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-286-14/+17
|\
| * Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-281-1/+1
| |\
| | * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-271-1/+1
| | |\
| | | * kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is setAdam Zabrocki2022-04-261-1/+1
| * | | Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-04-241-5/+5
| |\ \ \
| | * | | sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang2022-04-191-5/+5
| | |/ /
| * | | Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-243-6/+6
| |\ \ \
| | * | | perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie2022-04-193-6/+6
| | |/ /
| * / / kcov: don't generate a warning on vm_insert_page()'s failureAleksandr Nogikh2022-04-211-2/+5
| |/ /
* | | 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
| | * | | | perf/core: Don't pass task around when ctx sched inChengming Zhou2022-04-051-32/+26