aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Changed Ordering of sched classes to stop->dl->rt->litmus->fair->idleZelin Tong2020-11-16
* Core: call IPI notifier from generic scheduler IPI handlerBjoern Brandenburg2017-06-15
* LITMUS^RT integration in core scheduler: include debug_trace.hBjoern Brandenburg2017-06-09
* Hook into hrtimer to TRACE() timer hangsBjoern Brandenburg2017-05-26
* Hook into hrtimer_nanosleep()Bjoern Brandenburg2017-05-26
* hrtimer integration: properly trace late-added timersBjoern Brandenburg2017-05-26
* Hook into hrtimer to report large latenciesBjoern Brandenburg2017-05-26
* Patch hrtimer_wakeup() callback to record RELEASE overheadBjoern Brandenburg2017-05-26
* Patch hrtimer_wakeup() callback to record RELEASE_LATENCYBjoern Brandenburg2017-05-26
* Hook into kernel/exit.c to force exiting RT tasks into best-effort modeBjoern Brandenburg2017-05-26
* Protect LITMUS^RT tasks from re-nicingBjoern Brandenburg2017-05-26
* Don't call set_tsk_need_resched() on remote LITMUS^RT taskBjoern Brandenburg2017-05-26
* Hook into SCHED_DEADLINE to protect LITMUS^RT tasksBjoern Brandenburg2017-05-26
* Hook into rt scheduling class to protect LITMUS^RT tasksBjoern Brandenburg2017-05-26
* Don't trigger load balancer in scheduler tick for LITMUS^RTBjoern Brandenburg2017-05-26
* Hook into finish_switch()Bjoern Brandenburg2017-05-26
* Reset SCHED_LITMUS scheduling class on forkBjoern Brandenburg2017-05-26
* Block sched_setaffinity() for SCHED_LITMUS tasksBjoern Brandenburg2017-05-26
* Disable cut-to-CFS optimization in Linux schedulerBjoern Brandenburg2017-05-26
* Hook into fork(), exec(), and exit()Bjoern Brandenburg2017-05-26
* Integrate LITMUS^RT scheduling class with sched_setschedulerBjoern Brandenburg2017-05-26
* Integrate LITMUS^RT with try_to_wake_up() pathBjoern Brandenburg2017-05-26
* Make LITMUS^RT scheduling class the highest-priority scheduling classBjoern Brandenburg2017-05-26
* Add LITMUS^RT scheduling class in kernel/sched/MakefileBjoern Brandenburg2017-05-26
* Introduce LITMUS^RT runqueue dummy into struct rqBjoern Brandenburg2017-05-26
* Hookup sched_trace_XXX() tracing in Linux schedulerBjoern Brandenburg2017-05-26
* Augment rt_task() with is_realtime()Bjoern Brandenburg2017-05-26
* Hook into __schedule() to set litmus_preemption_in_progressBjoern Brandenburg2017-05-26
* Call sched_state_task_picked() from pick_next_task_stop()Bjoern Brandenburg2017-05-26
* Integrate preemption state machine with Linux schedulerBjoern Brandenburg2017-05-26
* Add LITMUS^RT core implementationBjoern Brandenburg2017-05-26
* Add TRACE() debug tracing supportBjoern Brandenburg2017-05-26
* Add SCHED, SCHED2, and CXS overhead tracepointsBjoern Brandenburg2017-05-26
* Integrate ft_irq_fired() with LinuxBjoern Brandenburg2017-05-26
* tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-25
* genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-25
* stackprotector: Increase the per-task stack canary's random range from 32 bit...Daniel Micay2017-05-25
* pid_ns: Fix race between setns'ed fork() and zap_pid_ns_processes()Kirill Tkhai2017-05-25
* pid_ns: Sleep in TASK_INTERRUPTIBLE in zap_pid_ns_processesEric W. Biederman2017-05-25
* padata: free correct variableJason A. Donenfeld2017-05-20
* bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann2017-05-14
* bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2017-05-14
* cpu/hotplug: Serialize callback invocations properSebastian Andrzej Siewior2017-05-08
* bpf: improve verifier packet range checksAlexei Starovoitov2017-05-03
* ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)2017-04-27
* tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)2017-04-27
* ftrace: Fix function pid filter on instancesNamhyung Kim2017-04-21
* ftrace: Fix removing of second function probeSteven Rostedt (VMware)2017-04-21
* cgroup, kthread: close race window where new kthreads can be migrated to non-...Tejun Heo2017-04-21
* ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun2017-04-12