summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-09-07sched/fair: Avoid double search on same cpuAbel Wu-0/+2
2022-09-07sched/fair: Remove redundant check in select_idle_smt()Abel Wu-7/+4
2022-09-07bpf: Support kptrs in percpu arraymapKumar Kartikeya Dwivedi-10/+26
2022-09-07bpf: Fix resetting logic for unreferenced kptrsJules Irenge-1/+1
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires-33/+113
2022-09-07bpf/btf: bump BTF_KFUNC_SET_MAX_CNTBenjamin Tissoires-1/+1
2022-09-07bpf/verifier: allow all functions to read user provided contextBenjamin Tissoires-0/+19
2022-09-07bpf: split btf_check_subprog_arg_match in twoBenjamin Tissoires-6/+50
2022-09-07cgroup/cpuset: remove unreachable codeJiapeng Chong-2/+0
2022-09-07audit: remove selinux_audit_rule_update() declarationXiu Jianfeng-2/+0
2022-09-07kernel/module: add __dyndbg_classes sectionJim Cromie-0/+2
2022-09-07dyndbg: gather __dyndbg[] state into struct _ddebug_infoJim Cromie-11/+11
2022-09-07dma-mapping: mark dma_supported staticChristoph Hellwig-2/+1
2022-09-07swiotlb: fix a typoChao Gao-1/+1
2022-09-07swiotlb: avoid potential left shift overflowChao Gao-1/+4
2022-09-07dma-debug: improve search for partial syncsRobin Murphy-4/+2
2022-09-07Revert "swiotlb: panic if nslabs is too small"Yu Zhao-5/+1
2022-09-06bpf: Allow struct argument in trampoline based programsYonghong Song-6/+39
2022-09-06bpf: Replace __ksize with ksize.Alexei Starovoitov-1/+1
2022-09-06rv/reactor: add __init/__exit annotations to module init/exit funcsXiu Jianfeng-4/+4
2022-09-06tracing: Fix to check event_mutex is held while accessing trigger listMasami Hiramatsu (Google)-1/+2
2022-09-06tracing: hold caller_addr to hardirq_{enable,disable}_ipYipeng Zou-2/+2
2022-09-06tracepoint: Allow trace events in modules with TAINT_TESTAlison Schofield-2/+3
2022-09-06rv/monitors: Make monitor's automata definition staticDaniel Bristot de Oliveira-2/+2
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni-193/+1306
2022-09-06cgroup: Remove CFTYPE_PRESSURETejun Heo-27/+37
2022-09-06cgroup: Improve cftype add/rm error handlingTejun Heo-7/+20
2022-09-06perf: Use sample_flags for txnKan Liang-0/+3
2022-09-06perf: Use sample_flags for data_srcKan Liang-0/+3
2022-09-06perf: Use sample_flags for weightKan Liang-0/+3
2022-09-06perf: Use sample_flags for branch stackKan Liang-2/+2
2022-09-06perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang-6/+11
2022-09-06perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong-0/+9
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov-19/+67
2022-09-05bpf: Remove usage of kmem_cache from bpf_mem_cache.Alexei Starovoitov-36/+14
2022-09-05bpf: Remove prealloc-only restriction for sleepable bpf programs.Alexei Starovoitov-23/+0
2022-09-05bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.Alexei Starovoitov-1/+14
2022-09-05bpf: Remove tracing program restriction on map typesAlexei Starovoitov-42/+0
2022-09-05bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.Alexei Starovoitov-26/+19
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov-6/+40
2022-09-05bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.Alexei Starovoitov-4/+66
2022-09-05bpf: Adjust low/high watermarks in bpf_mem_cacheAlexei Starovoitov-14/+36
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov-3/+7
2022-09-05bpf: Optimize element count in non-preallocated hash map.Alexei Starovoitov-8/+62
2022-09-05bpf: Relax the requirement to use preallocated hash maps in tracing progs.Alexei Starovoitov-9/+22
2022-09-05bpf: Convert hash map to bpf_mem_alloc.Alexei Starovoitov-5/+16
2022-09-05bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov-1/+481
2022-09-05IB/core: Fix a nested dead lock as part of ODP flowYishai Hadas-0/+1
2022-09-05sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman-1/+1
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman-118/+239