summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-08-28Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-57/+285
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-43/+17
2023-08-28Merge tag 'seccomp-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-30/+115
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-4/+2
2023-08-26Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+6
2023-08-26genirq: Fix software resend lockup and nested resendJohan Hovold-1/+6
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-197/+495
2023-08-25kallsyms: Change func signature for cleanup_symbol_name()Yonghong Song-6/+4
2023-08-25Merge branches 'pm-sleep', 'pm-qos' and 'powercap'Rafael J. Wysocki-40/+156
2023-08-25kallsyms: Fix kallsyms_selftest failureYonghong Song-32/+8
2023-08-25bpf: Allow bpf_spin_{lock,unlock} in sleepable progsDave Marchevsky-6/+5
2023-08-25bpf: Consider non-owning refs to refcounted nodes RCU protectedDave Marchevsky-1/+12
2023-08-25bpf: Reenable bpf_refcount_acquireDave Marchevsky-4/+1
2023-08-25bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodesDave Marchevsky-1/+5
2023-08-25bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_a...Dave Marchevsky-0/+14
2023-08-25kernel/fork: group allocation/free of per-cpu counters for mm structMateusz Guzik-11/+4
2023-08-24crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()Eric DeVolder-2/+2
2023-08-24crash: hotplug support for kexec_load()Eric DeVolder-0/+55
2023-08-24kexec: exclude elfcorehdr from the segment digestEric DeVolder-0/+6
2023-08-24crash: add generic infrastructure for crash hotplug supportEric DeVolder-0/+179
2023-08-24crash: move a few code bits to setup support of crash hotplugEric DeVolder-218/+218
2023-08-24kallsyms: Add more debug output for selftestKees Cook-4/+18
2023-08-24bpf: Remove a WARN_ON_ONCE warning related to local kptrYonghong Song-1/+0
2023-08-23bpf: Fix issue in verifying allow_ptr_leaksYafang Shao-8/+9
2023-08-23entry: Remove empty addr_limit_user_check()Mark Rutland-2/+1
2023-08-23tracing/fprobe-event: Assume fprobe is a return event by $retvalMasami Hiramatsu (Google)-14/+44
2023-08-23tracing/probes: Add string type check with BTFMasami Hiramatsu (Google)-3/+89
2023-08-23tracing/probes: Support BTF field access from $retvalMasami Hiramatsu (Google)-102/+86
2023-08-23tracing/probes: Support BTF based data structure field accessMasami Hiramatsu (Google)-28/+216
2023-08-23tracing/probes: Add a function to search a member of a struct/unionMasami Hiramatsu (Google)-0/+73
2023-08-23tracing/probes: Move finding func-proto API and getting func-param API to tra...Masami Hiramatsu (Google)-40/+72
2023-08-23tracing/probes: Support BTF argument on module functionsMasami Hiramatsu (Google)-49/+74
2023-08-23tracing/eprobe: Iterate trace_eprobe directlyChuang Wang-9/+9
2023-08-23kernel: kprobes: Use struct_size()Ruan Jinjie-4/+2
2023-08-22bpf: Fix check_func_arg_reg_off bug for graph root/nodeKumar Kartikeya Dwivedi-11/+0
2023-08-22PM: QoS: Add check to make sure CPU latency is non-negativeClive Lin-2/+7
2023-08-22bpf: Fix a bpf_kptr_xchg() issue with local kptrYonghong Song-10/+15
2023-08-22tracing/user_events: Optimize safe list traversalsEric Vaughn-7/+8
2023-08-22tracing: Remove unused function declarationsYue Haibing-2/+0
2023-08-22tracing/filters: Further optimise scalar vs cpumask comparisonValentin Schneider-6/+20
2023-08-22tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...Valentin Schneider-2/+7
2023-08-22tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...Valentin Schneider-1/+6
2023-08-22tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...Valentin Schneider-1/+34
2023-08-22tracing/filters: Enable filtering the CPU common field by a cpumaskValentin Schneider-0/+14
2023-08-22tracing/filters: Enable filtering a scalar field by a cpumaskValentin Schneider-11/+81
2023-08-22tracing/filters: Enable filtering a cpumask field by another cpumaskValentin Schneider-2/+95
2023-08-22tracing/filters: Dynamically allocate filter_pred.regexValentin Schneider-25/+39
2023-08-21bpf: Add bpf_get_func_ip helper support for uprobe linkJiri Olsa-3/+30
2023-08-21bpf: Add pid filter support for uprobe_multi linkJiri Olsa-1/+34
2023-08-21bpf: Add cookies support for uprobe_multi linkJiri Olsa-5/+42