summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie
2023-06-01clocksource: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-31bpf: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello
2023-05-30ftrace: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-30signal: move show_unhandled_signals sysctl to its own fileLuis Chamberlain
2023-05-30sysctl: remove empty dev tableLuis Chamberlain
2023-05-30bpf: Silence a warning in btf_type_id_size()Yonghong Song
2023-05-30sched/deadline: remove unused dl_bandwidthMiaohe Lin
2023-05-30sched/fair: Move unused stub functions to headerArnd Bergmann
2023-05-30sched: Make task_vruntime_update() prototype visibleArnd Bergmann
2023-05-30sched/fair: Hide unused init_cfs_bandwidth() stubArnd Bergmann
2023-05-30sched: Add schedule_user() declarationArnd Bergmann
2023-05-30sched: Hide unused sched_update_scaling()Arnd Bergmann
2023-05-30Merge tag 'modules-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-05-30perf: Allow a PMU to have a parentJonathan Cameron
2023-05-30module: fix module load for ia64Song Liu
2023-05-29Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-05-29Revert "module: error out early on concurrent load of the same module file"Linus Torvalds
2023-05-28tracing: Have function_graph selftest call cond_resched()Steven Rostedt (Google)
2023-05-28tracing: Only make selftest conditionals affect the global_traceSteven Rostedt (Google)
2023-05-28tracing: Make tracing_selftest_running/delete nops when not usedSteven Rostedt (Google)
2023-05-28tracing: Have tracer selftests call cond_resched() before runningSteven Rostedt (Google)
2023-05-28tracing: Move setting of tracing_selftest_running out of register_tracer()Steven Rostedt (Google)
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-05-28Revert "kheaders: substituting --sort in archive creation"Masahiro Yamada
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-26kallsyms: remove unsed API lookup_symbol_attrsManinder Singh
2023-05-26tracing: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-05-26kallsyms: remove unused arch_get_kallsym() helperArnd Bergmann
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka
2023-05-26bpf: Fix bad unlock balance on freeze_mutexDaniel Borkmann
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25module: error out early on concurrent load of the same module fileLinus Torvalds
2023-05-25workqueue: Disable per-cpu CPU hog detection when wq_cpu_intensive_thresh_us ...Zqiang
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-25bpf: drop unnecessary bpf_capable() check in BPF_MAP_FREEZE commandAndrii Nakryiko
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-24cgroup: Update out-of-date comment in cgroup_migrate()Xiu Jianfeng
2023-05-24workqueue: Fix WARN_ON_ONCE() triggers in worker_enter_idle()Zqiang
2023-05-24PM: hibernate: Correct spelling mistake in a commentWang Honghui
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne
2023-05-24trace: Convert trace/seq to use copy_splice_read()David Howells
2023-05-24genirq: Use a maple tree for interrupt descriptor managementShanker Donthineni
2023-05-24genirq: Encapsulate sparse bitmap handlingShanker Donthineni
2023-05-24genirq: Use hlist for managing resend handlersShanker Donthineni
2023-05-23module: Remove preempt_disable() from module reference counting.Sebastian Andrzej Siewior
2023-05-23sysctl: Refactor base paths registrationsJoel Granados