aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-05bpf: Replace open code with for allocated object checkDaniel T. Lee1-2/+2
2023-06-05cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() staticMiaohe Lin2-4/+2
2023-06-05bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky2-10/+24
2023-06-05bpf: Fix __bpf_{list,rbtree}_add's beginning-of-node calculationDave Marchevsky1-2/+2
2023-06-05bpf: Set kptr_struct_meta for node param to list and rbtree insert funcsDave Marchevsky1-0/+3
2023-06-05rdmacg: fix kernel-doc warnings in rdmacgGaosheng Cui1-0/+2
2023-06-05cgroup: Replace the css_set call with cgroup_getGaosheng Cui1-1/+1
2023-06-05cgroup: remove unused macro for_each_e_css()Miaohe Lin1-15/+0
2023-06-05sched/fair, cpufreq: Introduce 'runnable boosting'Dietmar Eggemann3-9/+33
2023-06-05sched/fair: Refactor CPU utilization functionsDietmar Eggemann2-60/+50
2023-06-05sched/clock: Provide local_clock_noinstr()Peter Zijlstra1-6/+13
2023-06-05time/sched_clock: Provide sched_clock_noinstr()Peter Zijlstra1-6/+16
2023-06-05seqlock/latch: Provide raw_read_seqcount_latch_retry()Peter Zijlstra3-4/+4
2023-06-05sched: Consider task_struct::saved_state in wait_task_inactive()Peter Zijlstra1-11/+48
2023-06-05sched: Unconditionally use full-fat wait_task_inactive()Peter Zijlstra1-108/+108
2023-06-05sched/fair: Don't balance task to its current running CPUYicong Yang1-1/+1
2023-06-05PM: hibernate: don't use early_lookup_bdev in resume_storeChristoph Hellwig1-1/+17
2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig1-12/+10
2023-06-05PM: hibernate: move finding the resume device out of software_resumeChristoph Hellwig1-41/+39
2023-06-05PM: hibernate: remove the global snapshot_test variableChristoph Hellwig3-14/+8
2023-06-05PM: hibernate: factor out a helper to find the resume deviceChristoph Hellwig1-35/+37
2023-06-05block: introduce holder opsChristoph Hellwig1-2/+2
2023-06-05livepatch: Make 'klp_stack_entries' staticJosh Poimboeuf1-1/+1
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland2-7/+7
2023-06-03Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-06-02bpf: Fix elem_size not being set for inner mapsRhys Rustad-Elliott1-2/+6
2023-06-02bpf: Fix UAF in task local storageKP Singh1-1/+1
2023-06-01Merge tag 'modules-6.4-rc5-second-pull' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-114/+249
2023-06-01module/decompress: Fix error checking on zstd decompressionLucas De Marchi1-1/+1
2023-06-01fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie4-43/+75
2023-06-01clocksource: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-1/+1
2023-05-31bpf: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-2/+2
2023-05-31tracing/probe: trace_probe_primary_from_call(): checked list_first_entryPietro Borrello1-1/+1
2023-05-30ftrace: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-9/+9
2023-05-30signal: move show_unhandled_signals sysctl to its own fileLuis Chamberlain2-14/+23
2023-05-30sysctl: remove empty dev tableLuis Chamberlain1-5/+0
2023-05-30bpf: Silence a warning in btf_type_id_size()Yonghong Song1-9/+10
2023-05-30sched/deadline: remove unused dl_bandwidthMiaohe Lin2-14/+0
2023-05-30sched/fair: Move unused stub functions to headerArnd Bergmann2-5/+3
2023-05-30sched: Make task_vruntime_update() prototype visibleArnd Bergmann1-0/+1
2023-05-30sched/fair: Hide unused init_cfs_bandwidth() stubArnd Bergmann1-2/+1
2023-05-30sched: Add schedule_user() declarationArnd Bergmann1-0/+1
2023-05-30sched: Hide unused sched_update_scaling()Arnd Bergmann1-1/+2
2023-05-30Merge tag 'modules-6.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2023-05-30perf: Allow a PMU to have a parentJonathan Cameron1-0/+1
2023-05-30module: fix module load for ia64Song Liu1-2/+2
2023-05-29Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-60/+149
2023-05-29Revert "module: error out early on concurrent load of the same module file"Linus Torvalds1-43/+15
2023-05-28tracing: Have function_graph selftest call cond_resched()Steven Rostedt (Google)1-0/+10