summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-06-05sched: Unconditionally use full-fat wait_task_inactive()Peter Zijlstra-108/+108
2023-06-05sched/fair: Don't balance task to its current running CPUYicong Yang-1/+1
2023-06-05PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph Hellwig-1/+17
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig-12/+10
2023-06-05PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig-41/+39
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig-14/+8
2023-06-05PM: hibernate: factor out a helper to find the resume deviceChristoph Hellwig-35/+37
2023-06-05block: introduce holder opsChristoph Hellwig-2/+2
2023-06-05livepatch: Make 'klp_stack_entries' staticJosh Poimboeuf-1/+1
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland-7/+7
2023-06-03Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2023-06-02bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott-2/+6
2023-06-02bpf: Fix UAF in task local storageKP Singh-1/+1
2023-06-01Merge tag 'modules-6.4-rc5-second-pull' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-114/+249
2023-06-01module/decompress: Fix error checking on zstd decompressionLucas De Marchi-1/+1
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie-43/+75
2023-06-01clocksource: Replace all non-returning strlcpy with strscpyAzeem Shaikh-1/+1
2023-05-31bpf: Replace all non-returning strlcpy with strscpyAzeem Shaikh-2/+2
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello-1/+1
2023-05-30ftrace: Replace all non-returning strlcpy with strscpyAzeem Shaikh-9/+9
2023-05-30signal: move show_unhandled_signals sysctl to its own fileLuis Chamberlain-14/+23
2023-05-30sysctl: remove empty dev tableLuis Chamberlain-5/+0
2023-05-30bpf: Silence a warning in btf_type_id_size()Yonghong Song-9/+10
2023-05-30sched/deadline: remove unused dl_bandwidthMiaohe Lin-14/+0
2023-05-30sched/fair: Move unused stub functions to headerArnd Bergmann-5/+3
2023-05-30sched: Make task_vruntime_update() prototype visibleArnd Bergmann-0/+1
2023-05-30sched/fair: Hide unused init_cfs_bandwidth() stubArnd Bergmann-2/+1
2023-05-30sched: Add schedule_user() declarationArnd Bergmann-0/+1
2023-05-30sched: Hide unused sched_update_scaling()Arnd Bergmann-1/+2
2023-05-30Merge tag 'modules-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+2
2023-05-30perf: Allow a PMU to have a parentJonathan Cameron-0/+1
2023-05-30module: fix module load for ia64Song Liu-2/+2
2023-05-29Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-60/+149
2023-05-29Revert "module: error out early on concurrent load of the same module file"Linus Torvalds-43/+15
2023-05-28tracing: Have function_graph selftest call cond_resched()Steven Rostedt (Google)-0/+10
2023-05-28tracing: Only make selftest conditionals affect the global_traceSteven Rostedt (Google)-2/+8
2023-05-28tracing: Make tracing_selftest_running/delete nops when not usedSteven Rostedt (Google)-1/+4
2023-05-28tracing: Have tracer selftests call cond_resched() before runningSteven Rostedt (Google)-0/+7
2023-05-28tracing: Move setting of tracing_selftest_running out of register_tracer()Steven Rostedt (Google)-4/+16
2023-05-28Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-7/+21
2023-05-28Revert "kheaders: substituting --sort in archive creation"Masahiro Yamada-6/+3
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-42/+105
2023-05-26kallsyms: remove unsed API lookup_symbol_attrsManinder Singh-56/+0
2023-05-26tracing: Replace all non-returning strlcpy with strscpyAzeem Shaikh-10/+10
2023-05-26kallsyms: remove unused arch_get_kallsym() helperArnd Bergmann-27/+1
2023-05-26mm/slab: rename CONFIG_SLAB to CONFIG_SLAB_DEPRECATEDVlastimil Babka-1/+0
2023-05-26bpf: Fix bad unlock balance on freeze_mutexDaniel Borkmann-2/+2
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+63