| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-02-13 | sched_ext: Implement SCX_OPS_ALLOW_QUEUED_WAKEUP |  Tejun Heo | 3 | -13/+38 |
| 2025-02-13 | sched_ext: Use SCX_CALL_OP_TASK in task_tick_scx |  Chuyi Zhou | 1 | -3/+3 |
| 2025-02-10 | Merge branch 'for-6.14-fixes' into for-6.15 |  Tejun Heo | 1 | -8/+21 |
| 2025-02-10 | sched_ext: Fix incorrect assumption about migration disabled tasks in task_can_run_on_remote_rq() |  Tejun Heo | 1 | -8/+21 |
| 2025-02-10 | sched_ext: Take NUMA node into account when allocating per-CPU cpumasks |  Li RongQing | 1 | -4/+5 |
| 2025-02-08 | sched_ext: Add SCX_EV_ENQ_SKIP_MIGRATION_DISABLED |  Tejun Heo | 1 | -1/+12 |
| 2025-02-08 | sched_ext: Count SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE in the right spot |  Tejun Heo | 1 | -5/+7 |
| 2025-02-08 | Merge branch 'for-6.14-fixes' into for-6.15 |  Tejun Heo | 1 | -4/+36 |
| 2025-02-08 | sched_ext: Fix migration disabled handling in targeted dispatches |  Tejun Heo | 1 | -4/+13 |
| 2025-02-08 | sched_ext: Implement auto local dispatching of migration disabled tasks |  Tejun Heo | 1 | -0/+23 |
| 2025-02-08 | Merge tag 'sched-urgent-2025-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 2 | -0/+21 |
| 2025-02-08 | sched: Clarify wake_up_q()'s write to task->wake_q.next |  Jann Horn | 1 | -2/+3 |
| 2025-02-07 | sched_ext: Add an event, SCX_EV_ENQ_SLICE_DFL |  Changwoo Min | 1 | -1/+15 |
| 2025-02-05 | sched: update __cond_resched comment about RCU quiescent states |  Ankur Arora | 1 | -1/+3 |
| 2025-02-04 | sched_ext: Add an event, SCX_EV_BYPASS_DURATION |  Changwoo Min | 1 | -0/+12 |
| 2025-02-04 | sched_ext: Add an event, SCX_EV_BYPASS_DISPATCH |  Changwoo Min | 1 | -2/+17 |
| 2025-02-04 | sched_ext: Add an event, SCX_EV_BYPASS_ACTIVATE |  Changwoo Min | 1 | -0/+8 |
| 2025-02-04 | sched_ext: Add an event, SCX_EV_ENQ_SKIP_EXITING |  Changwoo Min | 1 | -1/+11 |
| 2025-02-02 | sched_ext: Add an event, SCX_EV_DISPATCH_KEEP_LAST |  Changwoo Min | 1 | -0/+9 |
| 2025-02-02 | sched_ext: Add an event, SCX_EV_DISPATCH_LOCAL_DSQ_OFFLINE |  Changwoo Min | 1 | -0/+9 |
| 2025-02-02 | sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACK |  Changwoo Min | 1 | -0/+13 |
| 2025-02-02 | sched_ext: Implement event counter infrastructure |  Changwoo Min | 1 | -0/+103 |
| 2025-01-31 | sched/debug: Provide slice length for fair tasks |  Christian Loehle | 1 | -0/+2 |
| 2025-01-30 | Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 2 | -1/+12 |
| 2025-01-28 | treewide: const qualify ctl_tables where applicable |  Joel Granados | 6 | -6/+6 |
| 2025-01-27 | sched_ext: Move built-in idle CPU selection policy to a separate file |  Andrea Righi | 4 | -724/+807 |
| 2025-01-27 | sched_ext: Fix lock imbalance in dispatch_to_local_dsq() |  Andrea Righi | 1 | -4/+10 |
| 2025-01-27 | sched_ext: Fix incorrect autogroup migration detection |  Tejun Heo | 5 | -22/+10 |
| 2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -8/+16 |
| 2025-01-26 | Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 2 | -3/+10 |
| 2025-01-24 | hung_task: add task->flags, blocked by coredump to log |  Oxana Kharitonova | 1 | -2/+2 |
| 2025-01-24 | sched_ext: Include task weight in the error state dump |  Andrea Righi | 1 | -3/+4 |
| 2025-01-24 | sched_ext: Fixes typos in comments |  Atul Kumar Pant | 1 | -6/+6 |
| 2025-01-23 | Merge tag 'sched_ext-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext |  Linus Torvalds | 3 | -118/+274 |
| 2025-01-23 | cpufreq/schedutil: Only bind threads if needed |  Christian Loehle | 2 | -1/+12 |
| 2025-01-22 | Merge tag 'pm-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm |  Linus Torvalds | 1 | -29/+8 |
| 2025-01-21 | Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks |  Linus Torvalds | 2 | -2/+2 |
| 2025-01-21 | Merge tag 'sched-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 14 | -342/+480 |
| 2025-01-21 | sched/fair: Fix inaccurate h_nr_runnable accounting with delayed dequeue |  K Prateek Nayak | 1 | -0/+19 |
| 2025-01-20 | Merge branch 'pm-cpufreq' |  Rafael J. Wysocki | 1 | -2/+2 |
| 2025-01-20 | Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em' |  Rafael J. Wysocki | 1 | -27/+6 |
| 2025-01-19 | Merge tag 'sched_urgent_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -128/+23 |
| 2025-01-16 | Merge back earlier cpufreq material for 6.14 |  Rafael J. Wysocki | 1 | -2/+2 |
| 2025-01-13 | lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN |  Nicholas Piggin | 1 | -7/+15 |
| 2025-01-13 | kasan: make kasan_record_aux_stack_noalloc() the default behaviour |  Peter Zijlstra | 1 | -1/+1 |
| 2025-01-13 | sched_ext: fix kernel-doc warnings |  Randy Dunlap | 1 | -42/+45 |
| 2025-01-13 | psi: Fix race when task wakes up before psi_sched_switch() adjusts flags |  Chengming Zhou | 2 | -3/+7 |
| 2025-01-13 | sched, psi: Don't account irq time if sched_clock_irqtime is disabled |  Yafang Shao | 1 | -1/+6 |
| 2025-01-13 | sched: Don't account irq time if sched_clock_irqtime is disabled |  Yafang Shao | 1 | -21/+23 |
| 2025-01-13 | sched: Define sched_clock_irqtime as static key |  Yafang Shao | 2 | -9/+20 |