index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-08-30
1
-17
/
+92
|
\
|
*
sched/core: Provide a scheduling point for RT locks
Thomas Gleixner
2021-08-17
1
-1
/
+19
|
*
sched/core: Rework the __schedule() preempt argument
Thomas Gleixner
2021-08-17
1
-11
/
+23
|
*
sched/wakeup: Prepare for RT sleeping spin/rwlocks
Thomas Gleixner
2021-08-17
1
-0
/
+33
|
*
sched/wakeup: Split out the wakeup ->__state check
Thomas Gleixner
2021-08-17
1
-6
/
+18
*
|
Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-08-30
6
-129
/
+631
|
\
\
|
*
|
sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED case
Ingo Molnar
2021-08-26
1
-1
/
+1
|
*
|
sched: Introduce dl_task_check_affinity() to check proposed affinity
Will Deacon
2021-08-20
1
-17
/
+29
|
*
|
sched: Allow task CPU affinity to be restricted on asymmetric systems
Will Deacon
2021-08-20
2
-18
/
+181
|
*
|
sched: Split the guts of sched_setaffinity() into a helper function
Will Deacon
2021-08-20
1
-48
/
+57
|
*
|
sched: Introduce task_struct::user_cpus_ptr to track requested affinity
Will Deacon
2021-08-20
1
-0
/
+20
|
*
|
sched: Reject CPU affinity changes based on task_cpu_possible_mask()
Will Deacon
2021-08-20
1
-1
/
+8
|
*
|
cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()
Will Deacon
2021-08-20
1
-2
/
+1
|
*
|
sched: Introduce task_cpu_possible_mask() to limit fallback rq selection
Will Deacon
2021-08-20
1
-6
/
+3
|
*
|
sched: Cgroup SCHED_IDLE support
Josh Don
2021-08-20
4
-25
/
+208
|
*
|
sched/topology: Skip updating masks for non-online nodes
Valentin Schneider
2021-08-20
1
-0
/
+65
|
*
|
sched: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-10
1
-2
/
+2
|
*
|
sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMS
Quentin Perret
2021-08-06
1
-6
/
+13
|
*
|
sched: Fix UCLAMP_FLAG_IDLE setting
Quentin Perret
2021-08-06
1
-6
/
+19
|
*
|
sched/deadline: Fix missing clock update in migrate_task_rq_dl()
Dietmar Eggemann
2021-08-06
1
-0
/
+1
|
*
|
sched/fair: Avoid a second scan of target in select_idle_cpu
Mel Gorman
2021-08-04
1
-1
/
+1
|
*
|
sched/fair: Use prev instead of new target as recent_used_cpu
Mel Gorman
2021-08-04
1
-3
/
+1
|
*
|
sched: Don't report SCHED_FLAG_SUGOV in sched_getattr()
Quentin Perret
2021-08-04
1
-0
/
+1
|
*
|
sched/deadline: Fix reset_on_fork reporting of DL tasks
Quentin Perret
2021-08-04
2
-3
/
+6
|
*
|
sched: remove redundant on_rq status change
Wang Hui
2021-08-04
1
-2
/
+0
|
*
|
sched/numa: Fix is_core_idle()
Mika Penttilä
2021-08-04
1
-1
/
+1
|
*
|
sched: Optimize housekeeping_cpumask() in for_each_cpu_and()
Yuan ZhaoXiong
2021-06-28
2
-4
/
+8
|
*
|
sched/sysctl: Move extern sysctl declarations to sched.h
Hailong Liu
2021-06-28
1
-0
/
+15
|
*
|
sched/debug: Don't update sched_domain debug directories before sched_debug_i...
Valentin Schneider
2021-06-28
1
-0
/
+7
*
|
|
Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-08-30
1
-0
/
+11
|
\
\
\
|
*
|
|
rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCU
Frederic Weisbecker
2021-08-06
1
-0
/
+11
*
|
|
|
sched: Fix get_push_task() vs migrate_disable()
Sebastian Andrzej Siewior
2021-08-26
1
-0
/
+3
*
|
|
|
sched: Fix Core-wide rq->lock for uninitialized CPUs
Peter Zijlstra
2021-08-20
2
-27
/
+118
|
|
_
|
/
|
/
|
|
*
|
|
sched/rt: Fix double enqueue caused by rt_effective_prio
Peter Zijlstra
2021-08-04
1
-55
/
+35
|
/
/
*
|
Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-07-11
2
-10
/
+18
|
\
\
|
*
|
sched/uclamp: Ignore max aggregation if rq is idle
Xuewen Yan
2021-07-02
1
-7
/
+14
|
*
|
sched/fair: Fix CFS bandwidth hrtimer expiry type
Odin Ugedal
2021-07-02
1
-2
/
+2
|
*
|
sched/fair: Sync load_sum with load_avg after dequeue
Vincent Guittot
2021-07-02
1
-1
/
+2
|
|
/
*
|
Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...
Linus Torvalds
2021-07-07
1
-0
/
+1
|
\
\
|
*
|
cpufreq: CPPC: Add support for frequency invariance
Viresh Kumar
2021-07-01
1
-0
/
+1
*
|
|
Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2021-07-02
1
-13
/
+17
|
\
\
\
|
*
|
|
cgroup: make per-cgroup pressure stall tracking configurable
Suren Baghdasaryan
2021-06-08
1
-13
/
+17
*
|
|
|
Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-07-01
1
-3
/
+3
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
sched/fair: Ensure _sum and _avg values stay consistent
Odin Ugedal
2021-06-28
1
-3
/
+3
*
|
|
|
Merge tag 'for-5.14/block-2021-06-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-06-30
1
-2
/
+7
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
rq-qos: fix missed wake-ups in rq_qos_throttle try two
Jan Kara
2021-06-08
1
-2
/
+7
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'timers-nohz-2021-06-28' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-06-28
1
-1
/
+6
|
\
\
\
|
*
|
|
tick/nohz: Call tick_nohz_task_switch() with interrupts disabled
Peter Zijlstra
2021-05-13
1
-1
/
+1
|
*
|
|
tick/nohz: Kick only _queued_ task whose tick dependency is updated
Marcelo Tosatti
2021-05-13
1
-0
/
+5
*
|
|
|
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-06-28
18
-514
/
+2174
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
[next]