aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-09-10cgroup/cpuset: Expose cpuset filesystem with cpuset v1 onlyMichal Koutný1-2/+2
2024-09-10PM: hibernate: Remove unused stub for saveable_highmem_page()Andy Shevchenko1-5/+0
2024-09-10Merge tag 'trace-v6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-9/+5
2024-09-10ntp: Make sure RTC is synchronized when time goes backwardsBenjamin ROBIN3-4/+14
2024-09-10Merge branch 'linus' into timers/coreThomas Gleixner48-504/+387
2024-09-10locking/rwsem: Move is_rwsem_reader_owned() and rwsem_owner() under CONFIG_DEBUG_RWSEMSWaiman Long1-12/+10
2024-09-10jump_label: Fix static_key_slow_dec() yet againPeter Zijlstra1-7/+27
2024-09-10perf: Add PERF_EV_CAP_READ_SCOPEKan Liang1-3/+11
2024-09-10perf: Generic hotplug support for a PMU with a scopeKan Liang1-2/+162
2024-09-10sched/debug: Fix the runnable tasks outputHuang Shijie1-8/+23
2024-09-10sched: Fix sched_delayed vs sched_corePeter Zijlstra1-0/+6
2024-09-10kernel/sched: Fix util_est accounting for DELAY_DEQUEUEDietmar Eggemann1-7/+9
2024-09-10kthread: Fix task state in kthread worker if being frozenChen Yu1-1/+9
2024-09-10sched/pelt: Use rq_clock_task() for hw_pressureChen Yu1-1/+2
2024-09-10sched/fair: Move effective_cpu_util() and effective_cpu_util() in fair.cVincent Guittot2-101/+99
2024-09-10sched/core: Introduce SM_IDLE and an idle re-entry fast-path in __schedule()Peter Zijlstra1-19/+26
2024-09-10dma-mapping: add tracing for dma-mapping API callsSean Anderson1-1/+23
2024-09-09user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocationJinjie Ruan1-3/+2
2024-09-09sched_ext: Implement scx_bpf_dispatch[_vtime]_from_dsq()Tejun Heo1-3/+229
2024-09-09sched_ext: Compact struct bpf_iter_scx_dsq_kernTejun Heo1-11/+12
2024-09-09sched_ext: Replace consume_local_task() with move_local_task_to_local_dsq()Tejun Heo1-16/+26
2024-09-09sched_ext: Move consume_local_task() upwardTejun Heo1-17/+14
2024-09-09sched_ext: Move sanity check and dsq_mod_nr() into task_unlink_from_dsq()Tejun Heo1-4/+3
2024-09-09sched_ext: Reorder args for consume_local/remote_task()Tejun Heo1-7/+7
2024-09-09sched_ext: Restructure dispatch_to_local_dsq()Tejun Heo1-50/+46
2024-09-09sched_ext: Fix processs_ddsp_deferred_locals() by unifying DTL_INVALID handlingTejun Heo1-31/+10
2024-09-09sched_ext: Make find_dsq_for_dispatch() handle SCX_DSQ_LOCAL_ONTejun Heo1-50/+40
2024-09-09sched_ext: Refactor consume_remote_task()Tejun Heo1-69/+76
2024-09-09sched_ext: Rename scx_kfunc_set_sleepable to unlocked and relocateTejun Heo1-33/+33
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho1-7/+9
2024-09-09uprobes: use vm_special_mapping close() functionalitySven Schnelle2-20/+17
2024-09-09sched_ext: Add missing static to scx_dump_dataTejun Heo1-1/+1
2024-09-09bpf: Fix error message on kfunc arg type mismatchMaxim Mikityanskiy1-1/+2
2024-09-09tracing: Drop unused helper function to fix the buildAndy Shevchenko1-4/+0
2024-09-09tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt1-5/+5
2024-09-09printk: Export match_devname_and_update_preferred_console()Yu Liao1-0/+1
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen5-11/+11
2024-09-08cpu: Use already existing usleep_range()Anna-Maria Behnsen1-1/+1
2024-09-08timers: Rename next_expiry_recalc() to be uniqueAnna-Maria Behnsen1-3/+3
2024-09-09Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.09.24a', 'rcutorture.14.08.24a', 'rcustall.09.09.24a', 'srcu.12.08.24a', 'rcu.tasks.14.08.24a', 'rcu_scaling_tests.15.08.24a', 'fixes.12.08.24a' and 'misc.11.08.24a' into next.09.09.24aNeeraj Upadhyay16-473/+692
2024-09-09rcu: Defer printing stall-warning backtrace when holding rcu_node lockPaul E. McKenney1-0/+2
2024-09-09rcu/nocb: Remove superfluous memory barrier after bypass enqueueFrederic Weisbecker1-1/+1
2024-09-09rcu/nocb: Conditionally wake up rcuo if not already waiting on GPFrederic Weisbecker1-4/+1
2024-09-09rcu/nocb: Fix RT throttling hrtimer armed from offline CPUFrederic Weisbecker1-1/+4
2024-09-09rcu/nocb: Simplify (de-)offloading state machineFrederic Weisbecker3-84/+67
2024-09-08Merge tag 'perf_urgent_for_v6.11_rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-8/+16
2024-09-08genirq: Use cpumask_intersects()Costa Shulyupin2-3/+3
2024-09-06sched_ext: Add missing static to scx_has_op[]Tejun Heo1-1/+1
2024-09-06sched_ext: Temporarily work around pick_task_scx() being called without balance_scx()Tejun Heo1-1/+16
2024-09-06static_call: Replace pointless WARN_ON() in static_call_module_notify()Thomas Gleixner1-1/+1