index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sched
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
sched/fair: Speed-up energy-aware wake-ups
Quentin Perret
2019-09-13
|
*
|
|
|
|
sched/uclamp: Always use 'enum uclamp_id' for clamp_id values
Patrick Bellasi
2019-09-03
|
*
|
|
|
|
sched/uclamp: Update CPU's refcount on TG's clamp changes
Patrick Bellasi
2019-09-03
|
*
|
|
|
|
sched/uclamp: Use TG's clamps to restrict TASK's clamps
Patrick Bellasi
2019-09-03
|
*
|
|
|
|
sched/uclamp: Propagate system defaults to the root group
Patrick Bellasi
2019-09-03
|
*
|
|
|
|
sched/uclamp: Propagate parent clamps
Patrick Bellasi
2019-09-03
|
*
|
|
|
|
sched/uclamp: Extend CPU's cgroup controller
Patrick Bellasi
2019-09-03
|
*
|
|
|
|
sched/topology: Improve load balancing on AMD EPYC systems
Matt Fleming
2019-09-03
|
*
|
|
|
|
sched/fair: Use rq_lock/unlock in online_fair_sched_group
Phil Auld
2019-08-12
|
*
|
|
|
|
cpufreq: schedutil: fix equation in comment
Qais Yousef
2019-08-08
|
*
|
|
|
|
sched: Rework pick_next_task() slow-path
Peter Zijlstra
2019-08-08
|
*
|
|
|
|
sched: Allow put_prev_task() to drop rq->lock
Peter Zijlstra
2019-08-08
|
*
|
|
|
|
sched/fair: Expose newidle_balance()
Peter Zijlstra
2019-08-08
|
*
|
|
|
|
sched: Add task_struct pointer to sched_class::set_curr_task
Peter Zijlstra
2019-08-08
|
*
|
|
|
|
sched: Rework CPU hotplug task selection
Peter Zijlstra
2019-08-08
|
*
|
|
|
|
sched/{rt,deadline}: Fix set_next_task vs pick_next_task
Peter Zijlstra
2019-08-08
|
*
|
|
|
|
sched: Fix kerneldoc comment for ia64_set_curr_task
Peter Zijlstra
2019-08-08
|
*
|
|
|
|
sched/fair: Fix low cpu usage with high throttling by removing expiration of ...
Dave Chiluk
2019-08-08
|
*
|
|
|
|
sched: Clean up active_mm reference counting
Peter Zijlstra
2019-08-08
|
*
|
|
|
|
sched/core: Silence a warning in sched_init()
Qian Cai
2019-07-25
|
*
|
|
|
|
sched/core: Fix CPU controller for !RT_GROUP_SCHED
Juri Lelli
2019-07-25
|
*
|
|
|
|
sched/core: Prevent race condition between cpuset and __sched_setscheduler()
Juri Lelli
2019-07-25
|
*
|
|
|
|
sched/deadline: Fix bandwidth accounting at all levels after offline migration
Juri Lelli
2019-07-25
|
*
|
|
|
|
cpusets: Rebuild root domain deadline accounting information
Mathieu Poirier
2019-07-25
|
*
|
|
|
|
sched/core: Streamle calls to task_rq_unlock()
Mathieu Poirier
2019-07-25
|
*
|
|
|
|
sched/topology: Add partition_sched_domains_locked()
Mathieu Poirier
2019-07-25
|
*
|
|
|
|
sched/fair: Introduce fits_capacity()
Viresh Kumar
2019-07-25
|
*
|
|
|
|
sched/isolation: Prefer housekeeping CPU in local node
Wanpeng Li
2019-07-25
|
*
|
|
|
|
sched/stats: Fix unlikely() use of sched_info_on()
Yi Wang
2019-07-25
|
*
|
|
|
|
sched/fair: Fall back to sched-idle CPU if idle CPU isn't found
Viresh Kumar
2019-07-25
|
*
|
|
|
|
sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rq
Viresh Kumar
2019-07-25
|
*
|
|
|
|
time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
Paul E. McKenney
2019-07-25
|
*
|
|
|
|
sched/fair: Fix imbalance due to CPU affinity
Vincent Guittot
2019-07-25
|
*
|
|
|
|
sched/fair: Change task_numa_work() storage to static
Valentin Schneider
2019-07-25
|
*
|
|
|
|
sched/fair: Move task_numa_work() init to init_numa_balancing()
Valentin Schneider
2019-07-25
|
*
|
|
|
|
sched/fair: Move init_numa_balancing() below task_numa_work()
Valentin Schneider
2019-07-25
|
|
/
/
/
/
*
|
|
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2019-09-16
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2019-08-22
|
|
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
*
|
|
|
idle: Prevent late-arriving interrupts from disrupting offline
Peter Zijlstra
2019-08-12
|
|
*
|
|
|
time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaint
Paul E. McKenney
2019-08-01
|
|
|
/
/
/
*
|
|
|
|
sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...
Ingo Molnar
2019-09-04
*
|
|
|
|
sched/fair: Don't assign runtime for throttled cfs_rq
Liangyan
2019-09-03
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-08-25
|
\
\
\
\
|
*
|
|
|
sched/core: Schedule new worker even if PI-blocked
Sebastian Andrzej Siewior
2019-08-19
|
|
/
/
/
*
/
/
/
psi: get poll_work to run when calling poll syscall next time
Jason Xing
2019-08-24
|
/
/
/
*
|
|
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2019-08-16
|
\
\
\
|
*
|
|
cpufreq: schedutil: Don't skip freq update when limits change
Viresh Kumar
2019-08-10
|
|
/
/
*
|
|
sched/psi: Do not require setsched permission from the trigger creator
Suren Baghdasaryan
2019-08-06
*
|
|
sched/psi: Reduce psimon FIFO priority
Peter Zijlstra
2019-08-06
*
|
|
sched/deadline: Fix double accounting of rq/running bw in push & pull
Dietmar Eggemann
2019-08-06
|
/
/
[prev]
[next]