index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
sched.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-27
sched: Enforce user requested affinity
Waiman Long
1
-0
/
+3
2022-10-27
sched: Always preserve the user requested cpumask
Waiman Long
1
-0
/
+8
2022-10-27
sched: Introduce affinity_context
Waiman Long
1
-4
/
+7
2022-10-27
sched/fair: Detect capacity inversion
Qais Yousef
1
-0
/
+19
2022-10-27
sched/uclamp: Fix fits_capacity() check in feec()
Qais Yousef
1
-3
/
+39
2022-10-27
sched/uclamp: Make task_fits_capacity() use util_fits_cpu()
Qais Yousef
1
-0
/
+9
2022-10-17
sched: Introduce struct balance_callback to avoid CFI mismatches
Kees Cook
1
-4
/
+10
2022-10-17
sched/core: Fix comparison in sched_group_cookie_match()
Lin Shengwang
1
-9
/
+9
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2022-09-15
sched/fair: Cleanup loop_max and loop_break
Vincent Guittot
1
-0
/
+6
2022-09-11
memory tiering: hot page selection with hint page fault latency
Huang Ying
1
-0
/
+1
2022-09-07
sched: Rename task_running() to task_on_cpu()
Peter Zijlstra
1
-1
/
+1
2022-08-30
Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...
Ingo Molnar
1
-6
/
+8
2022-08-27
sched: Add update_current_exec_runtime helper
Shang XiaoJing
1
-0
/
+10
2022-08-23
sched/fair: Remove redundant cpu_cgrp_subsys->fork()
Chengming Zhou
1
-4
/
+1
2022-08-23
sched/fair: Maintain task se depth in set_task_rq()
Chengming Zhou
1
-0
/
+1
2022-08-12
sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()
Ingo Molnar
1
-3
/
+3
2022-08-06
Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+4
2022-08-03
sched/rt: Fix Sparse warnings due to undefined rt.c declarations
Ben Dooks
1
-3
/
+4
2022-08-02
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2022-08-02
sched/deadline: Use sched_dl_entity's dl_density in dl_task_fits_capacity()
Dietmar Eggemann
1
-15
/
+15
2022-08-02
sched/core: Introduce sched_asym_cpucap_active()
Dietmar Eggemann
1
-0
/
+5
2022-08-01
Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-12
/
+51
2022-07-05
context_tracking: Take idle eqs entrypoints over RCU
Frederic Weisbecker
1
-0
/
+1
2022-06-28
sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()
Dietmar Eggemann
1
-1
/
+1
2022-06-28
sched/fair: Decay task PELT values during wakeup migration
Vincent Donnefort
1
-0
/
+10
2022-06-28
sched/fair: Provide u64 read for 32-bits arch helper
Vincent Donnefort
1
-1
/
+40
2022-06-28
sched: Remove unused function group_first_cpu()
Zhang Qiao
1
-9
/
+0
2022-06-13
sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idle
Tianchen Ding
1
-1
/
+0
2022-06-13
sched: Fix balance_push() vs __sched_setscheduler()
Peter Zijlstra
1
-0
/
+5
2022-05-26
Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+7
2022-05-19
sched: Reverse sched_class layout
Peter Zijlstra
1
-7
/
+8
2022-05-11
sched/core: Avoid obvious double update_rq_clock warning
Hao Jia
1
-4
/
+24
2022-05-06
Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflict
Ingo Molnar
1
-6
/
+0
2022-05-01
sched: Fix missing prototype warnings
Thomas Gleixner
1
-6
/
+2
2022-04-22
sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rq
Chengming Zhou
1
-2
/
+2
2022-04-06
sched: Move rr_timeslice sysctls to rt.c
Zhen Ni
1
-0
/
+1
2022-04-06
sched: Move rt_period/runtime sysctls to rt.c
Zhen Ni
1
-0
/
+4
2022-04-06
sched: Move child_runs_first sysctls to fair.c
Zhen Ni
1
-0
/
+2
2022-04-05
sched/core: Fix forceidle balancing
Peter Zijlstra
1
-6
/
+0
2022-03-15
Merge branch 'sched/fast-headers' into sched/core
Ingo Molnar
1
-53
/
+61
2022-03-08
sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()
Dietmar Eggemann
1
-2
/
+1
2022-03-08
sched/deadline: Move bandwidth mgmt and reclaim functions into sched class so...
Dietmar Eggemann
1
-49
/
+0
2022-03-08
sched/deadline: Remove unused def_dl_bandwidth
Dietmar Eggemann
1
-1
/
+0
2022-02-23
sched/headers: Reorganize, clean up and optimize kernel/sched/sched.h depende...
Ingo Molnar
1
-103
/
+44
2022-02-23
sched/headers: Standardize kernel/sched/sched.h header dependencies
Ingo Molnar
1
-9
/
+11
2022-02-23
sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...
Ingo Molnar
1
-0
/
+8
2022-02-23
sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...
Ingo Molnar
1
-2
/
+55
2022-02-23
sched/headers: Add header guard to kernel/sched/sched.h
Ingo Molnar
1
-0
/
+4
2022-02-16
sched/numa: Fix NUMA topology for systems with CPU-less nodes
Huang Ying
1
-2
/
+4
[next]