aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Merge tag 'scftorture.2023.08.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-3/+9
2023-08-28Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds9-57/+285
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds4-43/+17
2023-08-28Merge tag 'seccomp-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds7-30/+115
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-4/+2
2023-08-26Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+6
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold1-1/+6
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski5-197/+495
2023-08-25kallsyms: Change func signature for cleanup_symbol_name()Yonghong Song1-6/+4
2023-08-25Merge branches 'pm-sleep', 'pm-qos' and 'powercap'Rafael J. Wysocki2-40/+156
2023-08-25kallsyms: Fix kallsyms_selftest failureYonghong Song2-32/+8
2023-08-25bpf: Allow bpf_spin_{lock,unlock} in sleepable progsDave Marchevsky2-6/+5
2023-08-25bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky1-1/+12
2023-08-25bpf: Reenable bpf_refcount_acquireDave Marchevsky1-4/+1
2023-08-25bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodesDave Marchevsky1-1/+5
2023-08-25bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_acquireDave Marchevsky1-0/+14
2023-08-25kernel/fork: group allocation/free of per-cpu counters for mm structMateusz Guzik1-11/+4
2023-08-24crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()Eric DeVolder1-2/+2
2023-08-24crash: hotplug support for kexec_load()Eric DeVolder4-0/+55
2023-08-24kexec: exclude elfcorehdr from the segment digestEric DeVolder1-0/+6
2023-08-24crash: add generic infrastructure for crash hotplug supportEric DeVolder3-0/+179
2023-08-24crash: move a few code bits to setup support of crash hotplugEric DeVolder3-218/+218
2023-08-24kallsyms: Add more debug output for selftestKees Cook1-4/+18
2023-08-24bpf: Remove a WARN_ON_ONCE warning related to local kptrYonghong Song1-1/+0
2023-08-23bpf: Fix issue in verifying allow_ptr_leaksYafang Shao1-8/+9
2023-08-23entry: Remove empty addr_limit_user_check()Mark Rutland1-2/+1
2023-08-23tracing/fprobe-event: Assume fprobe is a return event by $retvalMasami Hiramatsu (Google)1-14/+44
2023-08-23tracing/probes: Add string type check with BTFMasami Hiramatsu (Google)2-3/+89
2023-08-23tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)2-102/+86
2023-08-23tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)3-28/+216
2023-08-23tracing/probes: Add a function to search a member of a struct/unionMasami Hiramatsu (Google)2-0/+73
2023-08-23tracing/probes: Move finding func-proto API and getting func-param API to trace_btfMasami Hiramatsu (Google)4-40/+72
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)7-49/+74
2023-08-23tracing/eprobe: Iterate trace_eprobe directlyChuang Wang1-9/+9
2023-08-23kernel: kprobes: Use struct_size()Ruan Jinjie1-4/+2
2023-08-22bpf: Fix check_func_arg_reg_off bug for graph root/nodeKumar Kartikeya Dwivedi1-11/+0
2023-08-22PM: QoS: Add check to make sure CPU latency is non-negativeClive Lin1-2/+7
2023-08-22bpf: Fix a bpf_kptr_xchg() issue with local kptrYonghong Song1-10/+15
2023-08-22tracing/user_events: Optimize safe list traversalsEric Vaughn1-7/+8
2023-08-22tracing: Remove unused function declarationsYue Haibing1-2/+0
2023-08-22tracing/filters: Further optimise scalar vs cpumask comparisonValentin Schneider1-6/+20
2023-08-22tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a single CPUValentin Schneider1-2/+7
2023-08-22tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a single CPUValentin Schneider1-1/+6
2023-08-22tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPUValentin Schneider1-1/+34
2023-08-22tracing/filters: Enable filtering the CPU common field by a cpumaskValentin Schneider1-0/+14
2023-08-22tracing/filters: Enable filtering a scalar field by a cpumaskValentin Schneider1-11/+81
2023-08-22tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider1-2/+95
2023-08-22tracing/filters: Dynamically allocate filter_pred.regexValentin Schneider1-25/+39
2023-08-21bpf: Add bpf_get_func_ip helper support for uprobe linkJiri Olsa1-3/+30
2023-08-21bpf: Add pid filter support for uprobe_multi linkJiri Olsa2-1/+34