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
...
|
*
|
|
|
|
sched: Add task_struct pointer to sched_class::set_curr_task
Peter Zijlstra
2019-08-08
7
-46
/
+48
|
*
|
|
|
|
sched: Rework CPU hotplug task selection
Peter Zijlstra
2019-08-08
2
-18
/
+15
|
*
|
|
|
|
sched/{rt,deadline}: Fix set_next_task vs pick_next_task
Peter Zijlstra
2019-08-08
2
-24
/
+24
|
*
|
|
|
|
sched: Fix kerneldoc comment for ia64_set_curr_task
Peter Zijlstra
2019-08-08
1
-1
/
+1
|
*
|
|
|
|
sched/fair: Fix low cpu usage with high throttling by removing expiration of ...
Dave Chiluk
2019-08-08
2
-69
/
+7
|
*
|
|
|
|
sched: Clean up active_mm reference counting
Peter Zijlstra
2019-08-08
1
-19
/
+30
|
*
|
|
|
|
sched/core: Silence a warning in sched_init()
Qian Cai
2019-07-25
1
-5
/
+5
|
*
|
|
|
|
sched/core: Fix CPU controller for !RT_GROUP_SCHED
Juri Lelli
2019-07-25
1
-4
/
+0
|
*
|
|
|
|
sched/core: Prevent race condition between cpuset and __sched_setscheduler()
Juri Lelli
2019-07-25
1
-3
/
+17
|
*
|
|
|
|
sched/deadline: Fix bandwidth accounting at all levels after offline migration
Juri Lelli
2019-07-25
1
-0
/
+33
|
*
|
|
|
|
cpusets: Rebuild root domain deadline accounting information
Mathieu Poirier
2019-07-25
3
-4
/
+42
|
*
|
|
|
|
sched/core: Streamle calls to task_rq_unlock()
Mathieu Poirier
2019-07-25
1
-10
/
+14
|
*
|
|
|
|
sched/topology: Add partition_sched_domains_locked()
Mathieu Poirier
2019-07-25
1
-4
/
+13
|
*
|
|
|
|
sched/fair: Introduce fits_capacity()
Viresh Kumar
2019-07-25
1
-10
/
+8
|
*
|
|
|
|
sched/isolation: Prefer housekeeping CPU in local node
Wanpeng Li
2019-07-25
3
-5
/
+35
|
*
|
|
|
|
sched/stats: Fix unlikely() use of sched_info_on()
Yi Wang
2019-07-25
1
-3
/
+4
|
*
|
|
|
|
sched/fair: Fall back to sched-idle CPU if idle CPU isn't found
Viresh Kumar
2019-07-25
1
-10
/
+33
|
*
|
|
|
|
sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rq
Viresh Kumar
2019-07-25
2
-3
/
+14
|
*
|
|
|
|
time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
Paul E. McKenney
2019-07-25
1
-8
/
+49
|
*
|
|
|
|
sched/fair: Fix imbalance due to CPU affinity
Vincent Guittot
2019-07-25
1
-2
/
+3
|
*
|
|
|
|
sched/fair: Change task_numa_work() storage to static
Valentin Schneider
2019-07-25
1
-1
/
+1
|
*
|
|
|
|
sched/fair: Move task_numa_work() init to init_numa_balancing()
Valentin Schneider
2019-07-25
1
-4
/
+5
|
*
|
|
|
|
sched/fair: Move init_numa_balancing() below task_numa_work()
Valentin Schneider
2019-07-25
1
-41
/
+41
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-09-17
2
-10
/
+52
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2019-08-22
2
-10
/
+52
|
|
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
idle: Prevent late-arriving interrupts from disrupting offline
Peter Zijlstra
2019-08-12
1
-2
/
+3
|
|
*
|
|
|
time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
Paul E. McKenney
2019-08-01
1
-8
/
+49
|
|
|
/
/
/
*
|
|
|
|
sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...
Ingo Molnar
2019-09-04
1
-39
/
+39
*
|
|
|
|
sched/fair: Don't assign runtime for throttled cfs_rq
Liangyan
2019-09-03
1
-0
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-08-25
1
-1
/
+4
|
\
\
\
\
|
*
|
|
|
sched/core: Schedule new worker even if PI-blocked
Sebastian Andrzej Siewior
2019-08-19
1
-1
/
+4
|
|
/
/
/
*
/
/
/
psi: get poll_work to run when calling poll syscall next time
Jason Xing
2019-08-25
1
-0
/
+8
|
/
/
/
*
|
|
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2019-08-16
1
-4
/
+10
|
\
\
\
|
*
|
|
cpufreq: schedutil: Don't skip freq update when limits change
Viresh Kumar
2019-08-10
1
-4
/
+10
|
|
/
/
*
|
|
sched/psi: Do not require setsched permission from the trigger creator
Suren Baghdasaryan
2019-08-06
1
-1
/
+1
*
|
|
sched/psi: Reduce psimon FIFO priority
Peter Zijlstra
2019-08-06
1
-1
/
+1
*
|
|
sched/deadline: Fix double accounting of rq/running bw in push & pull
Dietmar Eggemann
2019-08-06
1
-8
/
+0
|
/
/
*
|
sched/fair: Use RCU accessors consistently for ->numa_group
Jann Horn
2019-07-25
1
-39
/
+81
*
|
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
2019-07-25
1
-4
/
+20
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2019-07-20
1
-0
/
+6
|
\
|
*
KVM: LAPIC: Inject timer interrupt via posted interrupt
Wanpeng Li
2019-07-20
1
-0
/
+6
*
|
sched/core: Fix preempt warning in ttwu
Peter Zijlstra
2019-07-13
1
-1
/
+3
|
/
*
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
2019-07-09
1
-1
/
+1
|
\
|
*
docs: scheduler: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-14
1
-1
/
+1
*
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-07-09
16
-540
/
+887
|
\
\
|
*
|
sched/uclamp: Add uclamp support to energy_compute()
Patrick Bellasi
2019-06-24
3
-22
/
+48
|
*
|
sched/uclamp: Add uclamp_util_with()
Patrick Bellasi
2019-06-24
2
-1
/
+33
|
*
|
sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks
Patrick Bellasi
2019-06-24
4
-3
/
+43
|
*
|
sched/uclamp: Set default clamps for RT tasks
Patrick Bellasi
2019-06-24
1
-2
/
+28
|
*
|
sched/uclamp: Reset uclamp values on RESET_ON_FORK
Patrick Bellasi
2019-06-24
1
-0
/
+8
[prev]
[next]