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
*
Changed Ordering of sched classes to stop->dl->rt->litmus->fair->idle
Zelin Tong
2020-11-16
*
Core: call IPI notifier from generic scheduler IPI handler
Bjoern Brandenburg
2017-06-15
*
LITMUS^RT integration in core scheduler: include debug_trace.h
Bjoern Brandenburg
2017-06-09
*
Protect LITMUS^RT tasks from re-nicing
Bjoern Brandenburg
2017-05-26
*
Don't call set_tsk_need_resched() on remote LITMUS^RT task
Bjoern Brandenburg
2017-05-26
*
Hook into SCHED_DEADLINE to protect LITMUS^RT tasks
Bjoern Brandenburg
2017-05-26
*
Hook into rt scheduling class to protect LITMUS^RT tasks
Bjoern Brandenburg
2017-05-26
*
Don't trigger load balancer in scheduler tick for LITMUS^RT
Bjoern Brandenburg
2017-05-26
*
Hook into finish_switch()
Bjoern Brandenburg
2017-05-26
*
Reset SCHED_LITMUS scheduling class on fork
Bjoern Brandenburg
2017-05-26
*
Block sched_setaffinity() for SCHED_LITMUS tasks
Bjoern Brandenburg
2017-05-26
*
Disable cut-to-CFS optimization in Linux scheduler
Bjoern Brandenburg
2017-05-26
*
Hook into fork(), exec(), and exit()
Bjoern Brandenburg
2017-05-26
*
Integrate LITMUS^RT scheduling class with sched_setscheduler
Bjoern Brandenburg
2017-05-26
*
Integrate LITMUS^RT with try_to_wake_up() path
Bjoern Brandenburg
2017-05-26
*
Make LITMUS^RT scheduling class the highest-priority scheduling class
Bjoern Brandenburg
2017-05-26
*
Add LITMUS^RT scheduling class in kernel/sched/Makefile
Bjoern Brandenburg
2017-05-26
*
Introduce LITMUS^RT runqueue dummy into struct rq
Bjoern Brandenburg
2017-05-26
*
Hookup sched_trace_XXX() tracing in Linux scheduler
Bjoern Brandenburg
2017-05-26
*
Hook into __schedule() to set litmus_preemption_in_progress
Bjoern Brandenburg
2017-05-26
*
Call sched_state_task_picked() from pick_next_task_stop()
Bjoern Brandenburg
2017-05-26
*
Integrate preemption state machine with Linux scheduler
Bjoern Brandenburg
2017-05-26
*
Add LITMUS^RT core implementation
Bjoern Brandenburg
2017-05-26
*
Add SCHED, SCHED2, and CXS overhead tracepoints
Bjoern Brandenburg
2017-05-26
*
Integrate ft_irq_fired() with Linux
Bjoern Brandenburg
2017-05-26
*
sched/rt: Add a missing rescheduling point
Sebastian Andrzej Siewior
2017-03-31
*
sched/autogroup: Fix 64-bit kernel nice level adjustment
Mike Galbraith
2016-11-23
*
sched/autogroup: Do not use autogroup->tg in zombie threads
Oleg Nesterov
2016-11-22
*
sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()
Oleg Nesterov
2016-11-22
*
sched/core: Remove pointless printout in sched_show_task()
Linus Torvalds
2016-11-03
*
sched/core: Fix oops in sched_show_task()
Tetsuo Handa
2016-11-03
*
-
.
Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urg...
Linus Torvalds
2016-10-28
|
\
\
|
|
*
sched/fair: Remove unused but set variable 'rq'
Tobias Klauser
2016-10-27
|
|
/
*
/
mm: remove per-zone hashtable of bitlock waitqueues
Linus Torvalds
2016-10-27
|
/
*
sched/fair: Fix incorrect task group ->load_avg
Vincent Guittot
2016-10-19
*
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-10-18
|
\
|
*
sched/fair: Fix sched domains NULL dereference in select_idle_sibling()
Wanpeng Li
2016-10-11
*
|
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-10-15
|
\
\
|
*
|
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
2016-10-10
*
|
|
Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2016-10-14
|
\
\
\
|
*
|
|
cgroup: make cgroup_path() and friends behave in the style of strlcpy()
Tejun Heo
2016-08-10
*
|
|
|
nmi_backtrace: generate one-line reports for idle cpus
Chris Metcalf
2016-10-07
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-10-03
|
\
\
\
|
*
|
|
sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASK
Andy Lutomirski
2016-09-16
|
*
|
|
sched/core: Allow putting thread_info into task_struct
Andy Lutomirski
2016-09-15
|
*
|
|
Merge branch 'linus' into x86/asm, to pick up recent fixes
Ingo Molnar
2016-09-15
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
sched: Remove __schedule() non-standard frame annotation
Brian Gerst
2016-08-24
*
|
|
|
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2016-10-03
|
\
\
\
\
|
*
|
|
|
sched/irqtime: Consolidate irqtime flushing code
Frederic Weisbecker
2016-09-30
|
*
|
|
|
sched/irqtime: Consolidate accounting synchronization with u64_stats API
Frederic Weisbecker
2016-09-30
[next]