summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-09-11Merge branch 'tip/sched/core' into sched_ext/for-6.12Tejun Heo
2024-09-11Merge tag 'printk-for-6.11-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-11kernel/workqueue.c: fix DEFINE_PER_CPU_SHARED_ALIGNED expansionBaoquan He
2024-09-11Merge branches 'pm-sleep', 'pm-opp' and 'pm-tools'Rafael J. Wysocki
2024-09-11bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpersAndrii Nakryiko
2024-09-11bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entryAndrii Nakryiko
2024-09-11lib/buildid: rename build_id_parse() into build_id_parse_nofault()Andrii Nakryiko
2024-09-11bpf: Support __nullable argument suffix for tp_btfPhilo Lu
2024-09-11bpf, cpumap: Move xdp:xdp_cpumap_kthread tracepoint before rcvDaniel Xu
2024-09-11sched/cpufreq: Use NSEC_PER_MSEC for deadline taskChristian Loehle
2024-09-11Merge branch 'for-6.11-fixup' into for-linusPetr Mladek
2024-09-11Merge v6.11-rc7 into drm-nextSimona Vetter
2024-09-10sched_ext: Don't trigger ops.quiescent/runnable() on migrationsTejun Heo
2024-09-10sched_ext: Synchronize bypass state changes with rq lockTejun Heo
2024-09-10cgroup: Do not report unavailable v1 controllers in /proc/cgroupsMichal Koutný
2024-09-10cgroup: Disallow mounting v1 hierarchies without controller implementationMichal Koutný
2024-09-10cgroup/cpuset: Expose cpuset filesystem with cpuset v1 onlyMichal Koutný
2024-09-10PM: hibernate: Remove unused stub for saveable_highmem_page()Andy Shevchenko
2024-09-10Merge tag 'trace-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-10ntp: Make sure RTC is synchronized when time goes backwardsBenjamin ROBIN
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner
2024-09-10locking/rwsem: Move is_rwsem_reader_owned() and rwsem_owner() under CONFIG_DE...Waiman Long
2024-09-10jump_label: Fix static_key_slow_dec() yet againPeter Zijlstra
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang
2024-09-10sched/debug: Fix the runnable tasks outputHuang Shijie
2024-09-10sched: Fix sched_delayed vs sched_corePeter Zijlstra
2024-09-10kernel/sched: Fix util_est accounting for DELAY_DEQUEUEDietmar Eggemann
2024-09-10kthread: Fix task state in kthread worker if being frozenChen Yu
2024-09-10sched/pelt: Use rq_clock_task() for hw_pressureChen Yu
2024-09-10sched/fair: Move effective_cpu_util() and effective_cpu_util() in fair.cVincent Guittot
2024-09-10sched/core: Introduce SM_IDLE and an idle re-entry fast-path in __schedule()Peter Zijlstra
2024-09-10dma-mapping: add tracing for dma-mapping API callsSean Anderson
2024-09-09user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocationJinjie Ruan
2024-09-09sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()Tejun Heo
2024-09-09sched_ext: Compact struct bpf_iter_scx_dsq_kernTejun Heo
2024-09-09sched_ext: Replace consume_local_task() with move_local_task_to_local_dsq()Tejun Heo
2024-09-09sched_ext: Move consume_local_task() upwardTejun Heo
2024-09-09sched_ext: Move sanity check and dsq_mod_nr() into task_unlink_from_dsq()Tejun Heo
2024-09-09sched_ext: Reorder args for consume_local/remote_task()Tejun Heo
2024-09-09sched_ext: Restructure dispatch_to_local_dsq()Tejun Heo
2024-09-09sched_ext: Fix processs_ddsp_deferred_locals() by unifying DTL_INVALID handlingTejun Heo
2024-09-09sched_ext: Make find_dsq_for_dispatch() handle SCX_DSQ_LOCAL_ONTejun Heo
2024-09-09sched_ext: Refactor consume_remote_task()Tejun Heo
2024-09-09sched_ext: Rename scx_kfunc_set_sleepable to unlocked and relocateTejun Heo
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho
2024-09-09uprobes: use vm_special_mapping close() functionalitySven Schnelle
2024-09-09sched_ext: Add missing static to scx_dump_dataTejun Heo
2024-09-09bpf: Fix error message on kfunc arg type mismatchMaxim Mikityanskiy
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko