aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-13/+15
2023-08-28Merge tag 'sched-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 11-896/+1135
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-11/+12
2023-08-28Merge tag 'smp-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-39/+105
2023-08-28Merge tag 'irq-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-21/+20
2023-08-28Merge tag 'core-entry-2023-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+1
2023-08-28Merge tag 'clocksource.2023.08.15a' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+4
2023-08-28Merge tag 'csd-lock.2023.07.15a' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+11
2023-08-28Merge tag 'scftorture.2023.08.15a' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+9
2023-08-28Merge tag 'rcu.2023.08.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-57/+285
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-43/+17
2023-08-28Merge tag 'seccomp-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-30/+115
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-4/+2
2023-08-26Merge tag 'irq-urgent-2023-08-26' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+6
2023-08-26genirq: Fix software resend lockup and nested resendGravatar Johan Hovold 1-1/+6
2023-08-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 5-197/+495
2023-08-25kallsyms: Change func signature for cleanup_symbol_name()Gravatar Yonghong Song 1-6/+4
2023-08-25Merge branches 'pm-sleep', 'pm-qos' and 'powercap'Gravatar Rafael J. Wysocki 2-40/+156
2023-08-25kallsyms: Fix kallsyms_selftest failureGravatar Yonghong Song 2-32/+8
2023-08-25bpf: Allow bpf_spin_{lock,unlock} in sleepable progsGravatar Dave Marchevsky 2-6/+5
2023-08-25bpf: Consider non-owning refs to refcounted nodes RCU protectedGravatar Dave Marchevsky 1-1/+12
2023-08-25bpf: Reenable bpf_refcount_acquireGravatar Dave Marchevsky 1-4/+1
2023-08-25bpf: Use bpf_mem_free_rcu when bpf_obj_dropping refcounted nodesGravatar Dave Marchevsky 1-1/+5
2023-08-25bpf: Ensure kptr_struct_meta is non-NULL for collection insert and refcount_a...Gravatar Dave Marchevsky 1-0/+14
2023-08-25kernel/fork: group allocation/free of per-cpu counters for mm structGravatar Mateusz Guzik 1-11/+4
2023-08-24crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()Gravatar Eric DeVolder 1-2/+2
2023-08-24crash: hotplug support for kexec_load()Gravatar Eric DeVolder 4-0/+55
2023-08-24kexec: exclude elfcorehdr from the segment digestGravatar Eric DeVolder 1-0/+6
2023-08-24crash: add generic infrastructure for crash hotplug supportGravatar Eric DeVolder 3-0/+179
2023-08-24crash: move a few code bits to setup support of crash hotplugGravatar Eric DeVolder 3-218/+218
2023-08-24kallsyms: Add more debug output for selftestGravatar Kees Cook 1-4/+18
2023-08-24bpf: Remove a WARN_ON_ONCE warning related to local kptrGravatar Yonghong Song 1-1/+0
2023-08-23bpf: Fix issue in verifying allow_ptr_leaksGravatar Yafang Shao 1-8/+9
2023-08-23entry: Remove empty addr_limit_user_check()Gravatar Mark Rutland 1-2/+1
2023-08-23tracing/fprobe-event: Assume fprobe is a return event by $retvalGravatar Masami Hiramatsu (Google) 1-14/+44
2023-08-23tracing/probes: Add string type check with BTFGravatar Masami Hiramatsu (Google) 2-3/+89
2023-08-23tracing/probes: Support BTF field access from $retvalGravatar Masami Hiramatsu (Google) 2-102/+86
2023-08-23tracing/probes: Support BTF based data structure field accessGravatar Masami Hiramatsu (Google) 3-28/+216
2023-08-23tracing/probes: Add a function to search a member of a struct/unionGravatar Masami Hiramatsu (Google) 2-0/+73
2023-08-23tracing/probes: Move finding func-proto API and getting func-param API to tra...Gravatar Masami Hiramatsu (Google) 4-40/+72
2023-08-23tracing/probes: Support BTF argument on module functionsGravatar Masami Hiramatsu (Google) 7-49/+74
2023-08-23tracing/eprobe: Iterate trace_eprobe directlyGravatar Chuang Wang 1-9/+9
2023-08-23kernel: kprobes: Use struct_size()Gravatar Ruan Jinjie 1-4/+2
2023-08-22bpf: Fix check_func_arg_reg_off bug for graph root/nodeGravatar Kumar Kartikeya Dwivedi 1-11/+0
2023-08-22PM: QoS: Add check to make sure CPU latency is non-negativeGravatar Clive Lin 1-2/+7
2023-08-22bpf: Fix a bpf_kptr_xchg() issue with local kptrGravatar Yonghong Song 1-10/+15
2023-08-22tracing/user_events: Optimize safe list traversalsGravatar Eric Vaughn 1-7/+8
2023-08-22tracing: Remove unused function declarationsGravatar Yue Haibing 1-2/+0
2023-08-22tracing/filters: Further optimise scalar vs cpumask comparisonGravatar Valentin Schneider 1-6/+20
2023-08-22tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...Gravatar Valentin Schneider 1-2/+7