index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-08
sched_ext: Make scx_rq_online() also test cpu_active() in addition to SCX_RQ_...
Tejun Heo
1
-1
/
+8
2024-08-08
sched_ext: Fix unsafe list iteration in process_ddsp_deferred_locals()
Tejun Heo
1
-4
/
+6
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
2
-3
/
+3
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
2
-3
/
+3
2024-08-07
sched/debug: Fix fair_server_period_max value
Dan Carpenter
1
-1
/
+1
2024-08-07
sched/fair: Make balance_fair() test sched_fair_runnable() instead of rq->nr_...
Tejun Heo
1
-1
/
+1
2024-08-06
sched_ext: Make task_can_run_on_remote_rq() use common task_allowed_on_cpu()
Tejun Heo
3
-7
/
+36
2024-08-06
sched_ext: Improve comment on idle_sched_class exception in scx_task_iter_nex...
Tejun Heo
1
-2
/
+23
2024-08-06
sched_ext: Simplify UP support by enabling sched_class->balance() in UP
Tejun Heo
3
-44
/
+3
2024-08-06
sched_ext: Use update_curr_common() in update_curr_scx()
Tejun Heo
1
-10
/
+4
2024-08-06
sched_ext: Add scx_enabled() test to @start_class promotion in put_prev_task_...
Tejun Heo
1
-1
/
+1
2024-08-06
sched_ext: Simplify scx_can_stop_tick() invocation in sched_can_stop_tick()
Tejun Heo
1
-2
/
+2
2024-08-04
profiling: remove profile=sleep support
Tetsuo Handa
1
-10
/
+0
2024-08-04
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Tejun Heo
10
-281
/
+879
2024-08-02
sched_ext: Allow p->scx.disallow only while loading
Tejun Heo
1
-15
/
+20
2024-08-01
sched_ext: Build fix on !CONFIG_STACKTRACE[_SUPPORT]
Tejun Heo
1
-1
/
+3
2024-07-31
scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALL
David Vernet
1
-16
/
+11
2024-07-30
Merge tag 'v6.11-rc1' into for-6.12
Tejun Heo
8
-35
/
+54
2024-07-29
sched/fair: Cleanup fair_server
Peter Zijlstra
1
-15
/
+17
2024-07-29
sched/rt: Remove default bandwidth control
Peter Zijlstra
5
-142
/
+120
2024-07-29
sched/core: Fix picking of tasks for core scheduling with DL server
Joel Fernandes (Google)
3
-8
/
+45
2024-07-29
sched/core: Fix priority checking for DL server picks
Joel Fernandes (Google)
1
-2
/
+21
2024-07-29
sched/fair: Fair server interface
Daniel Bristot de Oliveira
4
-17
/
+256
2024-07-29
sched/deadline: Deferrable dl server
Daniel Bristot de Oliveira
4
-45
/
+286
2024-07-29
sched/fair: Add trivial fair server
Peter Zijlstra
4
-0
/
+62
2024-07-29
sched/core: Clear prev->dl_server in CFS pick fast path
Youssef Esmat
1
-0
/
+7
2024-07-29
sched/core: Add clearing of ->dl_server in put_prev_task_balance()
Joel Fernandes (Google)
1
-8
/
+8
2024-07-29
sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchy
Tianchen Ding
1
-13
/
+9
2024-07-29
sched: remove HZ_BW feature hedge
Phil Auld
3
-4
/
+2
2024-07-29
sched/fair: Remove cfs_rq::nr_spread_over and cfs_rq::exec_clock
Chuyi Zhou
2
-10
/
+0
2024-07-29
sched/core: Add WARN_ON_ONCE() to check overflow for migrate_disable()
Peilin He
1
-3
/
+15
2024-07-29
sched: Initialize the vruntime of a new task when it is first enqueued
Zhang Qiao
2
-16
/
+1
2024-07-29
sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()
Yang Yingliang
1
-0
/
+1
2024-07-29
sched/core: Introduce sched_set_rq_on/offline() helper
Yang Yingliang
1
-14
/
+26
2024-07-29
sched/smt: Fix unbalance sched_smt_present dec/inc
Yang Yingliang
1
-0
/
+1
2024-07-29
sched/smt: Introduce sched_smt_present_inc/dec() helper
Yang Yingliang
1
-7
/
+19
2024-07-29
sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
Zheng Zucheng
1
-0
/
+6
2024-07-29
treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*
Valentin Schneider
1
-2
/
+2
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
3
-8
/
+8
2024-07-16
Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
17
-2044
/
+2130
2024-07-15
Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-7
/
+7
2024-07-14
sched_ext: Fixes incorrect type in bpf_scx_init()
Jiapeng Chong
1
-1
/
+1
2024-07-12
sched_ext: Allow SCX_DSQ_LOCAL_ON for direct dispatches
Tejun Heo
2
-18
/
+153
2024-07-12
sched_ext: s/SCX_RQ_BALANCING/SCX_RQ_IN_BALANCE/ and add SCX_RQ_IN_WAKEUP
Tejun Heo
2
-6
/
+13
2024-07-12
sched_ext: Unpin and repin rq lock from balance_scx()
Tejun Heo
1
-59
/
+34
2024-07-12
sched_ext: Open-code task_linked_on_dsq()
Tejun Heo
1
-8
/
+3
2024-07-12
sched: Move struct balance_callback definition upward
Tejun Heo
1
-5
/
+5
2024-07-11
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
6
-20
/
+39
2024-07-09
sched_ext: Make scx_bpf_reenqueue_local() skip tasks that are being migrated
Tejun Heo
1
-0
/
+14
2024-07-09
sched_ext: Reimplement scx_bpf_reenqueue_local()
Tejun Heo
1
-14
/
+14
[prev]
[next]