aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* Hook into kernel/exit.c to force exiting RT tasks into best-effort modeBjoern Brandenburg2014-06-07
* Protect LITMUS^RT tasks from re-nicingBjoern Brandenburg2014-06-07
* Don't call set_tsk_need_resched() on remote LITMUS^RT taskBjoern Brandenburg2014-06-07
* Hook into rt scheduling class to protect LITMUS^RT tasksBjoern Brandenburg2014-06-07
* Don't trigger load balancer in scheduler tick for LITMUS^RTBjoern Brandenburg2014-06-07
* Cache 'prev' in LITMUS^RT runqueueBjoern Brandenburg2014-06-07
* Hook into finish_switch()Bjoern Brandenburg2014-06-07
* Reset SCHED_LITMUS scheduling class on forkBjoern Brandenburg2014-06-07
* Block sched_setaffinity() for SCHED_LITMUS tasksBjoern Brandenburg2014-06-07
* Integrate LITMUS^RT scheduling class with sched_setschedulerBjoern Brandenburg2014-06-07
* Disable cut-to-CFS optimization in Linux schedulerBjoern Brandenburg2014-06-07
* Integrate LITMUS^RT with try_to_wake_up() pathBjoern Brandenburg2014-06-07
* Make LITMUS^RT scheduling class the highest-priority scheduling classBjoern Brandenburg2014-06-07
* Add LITMUS^RT scheduling class in kernel/sched/MakefileBjoern Brandenburg2014-06-07
* Introduce LITMUS^RT runqueue dummy into struct rqBjoern Brandenburg2014-06-07
* Integrate SRP ceiling blocking callback with Linux schedulerBjoern Brandenburg2014-06-07
* Hookup sched_trace_XXX() tracing in Linux schedulerBjoern Brandenburg2014-06-07
* Augment rt_task() with is_realtime()Bjoern Brandenburg2014-06-07
* Hook into fork(), exec(), and exit()Bjoern Brandenburg2014-06-07
* Call sched_state_task_picked() from pick_next_task_stop()Bjoern Brandenburg2014-06-07
* Integrate preemption state machine with Linux schedulerBjoern Brandenburg2014-06-07
* Add LITMUS^RT core implementationBjoern Brandenburg2014-06-07
* Add hrtimer_start_on() supportFelipe Cerqueira2014-06-07
* Add TRACE() debug tracing supportBjoern Brandenburg2014-06-07
* Add SCHED, SCHED2, TICK, and CXS overhead tracepointsBjoern Brandenburg2014-06-07
* Integrate ft_irq_fired() with LinuxBjoern Brandenburg2014-06-07
* list: introduce list_next_entry() and list_prev_entry()Oleg Nesterov2014-05-31
* tracepoint: Do not waste memory on mods with no tracepointsSteven Rostedt (Red Hat)2014-05-31
* blktrace: fix accounting of partially completed requestsRoman Pen2014-05-31
* hung_task: check the value of "sysctl_hung_task_timeout_sec"Liu Hua2014-05-06
* exit: call disassociate_ctty() before exit_task_namespaces()Oleg Nesterov2014-04-26
* wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE raceOleg Nesterov2014-04-26
* pid_namespace: pidns_get() should check task_active_pid_ns() != NULLOleg Nesterov2014-04-26
* user namespace: fix incorrect memory barriersMikulas Patocka2014-04-26
* futex: Allow architectures to skip futex_atomic_cmpxchg_inatomic() testHeiko Carstens2014-04-14
* sched/autogroup: Fix race with task_groups listGerald Schaefer2014-03-31
* tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2014-03-31
* tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner2014-03-24
* tracing: Do not add event files for modules that fail tracepointsSteven Rostedt (Red Hat)2014-03-24
* cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan2014-03-24
* genirq: Remove racy waitqueue_active checkChuansheng Liu2014-03-24
* sched: Fix double normalization of vruntimeGeorge McCollister2014-03-24
* perf: Fix hotplug splatPeter Zijlstra2014-03-07
* workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan2014-03-07
* genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker2014-02-22
* ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)2014-02-22
* time: Fix overflow when HZ is smaller than 60Mikulas Patocka2014-02-22
* tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner2014-02-22
* timekeeping: Avoid possible deadlock from clock_was_set_delayedJohn Stultz2014-02-13
* timekeeping: Fix missing timekeeping_update in suspend pathJohn Stultz2014-02-13