index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-02
sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()
Tejun Heo
1
-4
/
+6
2026-06-02
sched/cputime: Handle dyntick-idle steal time correctly
Frederic Weisbecker
1
-5
/
+23
2026-06-02
sched/cputime: Handle idle irqtime gracefully
Frederic Weisbecker
1
-3
/
+17
2026-06-02
sched/cputime: Provide get_cpu_[idle|iowait]_time_us() off-case
Frederic Weisbecker
1
-3
/
+9
2026-06-02
tick/sched: Consolidate idle time fetching APIs
Frederic Weisbecker
1
-21
/
+40
2026-06-02
tick/sched: Move dyntick-idle cputime accounting to cputime code
Frederic Weisbecker
2
-8
/
+146
2026-06-02
tick/sched: Unify idle cputime accounting
Frederic Weisbecker
1
-32
/
+30
2026-06-02
sched/cputime: Correctly support generic vtime idle time
Frederic Weisbecker
1
-9
/
+29
2026-06-02
sched/cputime: Remove superfluous and error prone kcpustat_field() parameter
Frederic Weisbecker
1
-3
/
+2
2026-06-02
sched/idle: Handle offlining first in idle loop
Frederic Weisbecker
1
-5
/
+8
2026-06-02
sched/fair: Unify cfs_rq throttling via account_cfs_rq_runtime()
Peter Zijlstra
1
-55
/
+46
2026-06-02
sched/fair: Move the throttled tasks to a local list in tg_unthrottle_up()
K Prateek Nayak
1
-2
/
+21
2026-06-02
sched/fair: Call update_curr() before unthrottling the hierarchy
K Prateek Nayak
2
-3
/
+23
2026-06-02
sched/fair: Use throttled_csd_list for local unthrottle
K Prateek Nayak
1
-17
/
+15
2026-06-02
sched/fair: Convert cfs bandwidth throttling to use guards
K Prateek Nayak
1
-103
/
+90
2026-06-02
sched/fair: Allocate cfs_tg_state with percpu allocator
Zecheng Li
3
-58
/
+45
2026-06-02
sched/fair: Remove task_group->se pointer array
Zecheng Li
4
-27
/
+38
2026-06-02
sched/fair: Co-locate cfs_rq and sched_entity in cfs_tg_state
Zecheng Li
3
-20
/
+19
2026-06-02
sched: restore timer_slack_ns when resetting RT policy on fork
Guanyou.Chen
1
-0
/
+1
2026-06-02
sched: Simplify ttwu_runnable()
Peter Zijlstra
1
-7
/
+6
2026-06-02
sched/proxy: Remove superfluous clear_task_blocked_in()
Peter Zijlstra
1
-3
/
+0
2026-06-02
sched/proxy: Remove PROXY_WAKING
K Prateek Nayak
1
-1
/
+1
2026-06-02
sched/proxy: Switch proxy to use p->is_blocked
Peter Zijlstra
1
-6
/
+6
2026-06-02
sched/proxy: Only return migrate when needed
Peter Zijlstra
1
-0
/
+15
2026-06-02
sched: Be more strict about p->is_blocked
Peter Zijlstra
1
-1
/
+2
2026-06-02
sched/proxy: Optimize try_to_wake_up()
Peter Zijlstra
1
-10
/
+4
2026-06-02
sched: Add blocked_donor link to task for smarter mutex handoffs
Peter Zijlstra
1
-1
/
+13
2026-06-02
sched: Add is_blocked task flag
John Stultz
1
-1
/
+15
2026-06-02
sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING case
John Stultz
1
-99
/
+96
2026-06-02
sched: Rework block_task so it can be directly called
John Stultz
1
-22
/
+23
2026-06-02
sched: deadline: Add dl_rq->curr pointer to address issues with Proxy Exec
John Stultz
2
-0
/
+14
2026-06-02
sched: deadline: Add some helper variables to cleanup deadline logic
John Stultz
1
-11
/
+14
2026-06-02
sched: Rework prev_balance() to avoid stale prev references
John Stultz
6
-22
/
+33
2026-06-02
Merge branch 'tip/sched/urgent'
Peter Zijlstra
2
-8
/
+47
2026-05-31
sched_ext: Guard BPF arena helper calls to fix 32-bit build
Tejun Heo
2
-3
/
+16
2026-05-29
sched/fair: Use rq_clock() in update_tg_load_avg() rate-limit
Rik van Riel
1
-2
/
+2
2026-05-29
sched_ext: Auto-register/unregister dl_server reservations
Andrea Righi
3
-7
/
+272
2026-05-29
sched/deadline: Reject debugfs dl_server writes for offline CPUs
Andrea Righi
1
-0
/
+3
2026-05-29
sched/topology: Provide arch_llc_mask for cache aware scheduling
Shrikanth Hegde
1
-2
/
+11
2026-05-27
sched_ext: idle: Fix errno loss in scx_idle_init()
Cheng-Yang Chou
1
-9
/
+5
2026-05-26
sched: Remove sched_class::pick_next_task()
Peter Zijlstra
3
-123
/
+57
2026-05-26
sched/fair: Add newidle balance to pick_task_fair()
Peter Zijlstra
1
-23
/
+15
2026-05-26
sched/debug: Collapse subsequent CONFIG_SCHED_CLASS_EXT sections
Peter Zijlstra
1
-48
/
+44
2026-05-26
sched: Use {READ,WRITE}_ONCE() for preempt_dynamic_mode
Peter Zijlstra
2
-9
/
+11
2026-05-26
sched/debug: Use char * instead of char (*)[]
Peter Zijlstra
1
-2
/
+2
2026-05-26
sched/fair: Fix RCU usage in NOHZ exit path on CPU offline
Andrea Righi
1
-1
/
+2
2026-05-25
sched_ext: Convert ops.set_cmask() to arena-resident cmask
Tejun Heo
3
-26
/
+72
2026-05-25
sched_ext: Sub-allocator over kernel-claimed BPF arena pages
Tejun Heo
5
-0
/
+164
2026-05-25
sched_ext: Require an arena for cid-form schedulers
Tejun Heo
2
-1
/
+63
2026-05-25
Merge branch 'arena_direct_access' of git://git.kernel.org/pub/scm/linux/kern...
Tejun Heo
5
-28
/
+81
[prev]
[next]