aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-08-17cgroups: use simple wait in css_release()Sebastian Andrzej Siewior
2015-08-17sched: Add support for lazy preemptionThomas Gleixner
2015-08-17net: netfilter: Serialize xt_write_recseq sections on RTThomas Gleixner
2015-08-17cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt
2015-08-17seqlock: Prevent rt starvationThomas Gleixner
2015-08-17random: Make it work on rtThomas Gleixner
2015-08-17acpi/rt: Convert acpi_gbl_hardware lock back to a raw_spinlock_tSteven Rostedt
2015-08-17KVM: use simple waitqueue for vcpu->wqMarcelo Tosatti
2015-08-17arm: Enable highmem for rtThomas Gleixner
2015-08-17mm, rt: kmap_atomic schedulingPeter Zijlstra
2015-08-17kgdb/serial: Short term workaroundJason Wessel
2015-08-17net: sysrq via icmpCarsten Emde
2015-08-17irqwork: push most work into softirq contextSebastian Andrzej Siewior
2015-08-17net: Use skbufhead with raw lockThomas Gleixner
2015-08-17idr: Use local lock instead of preempt enable/disableThomas Gleixner
2015-08-17block: blk-mq: Use swaitSebastian Andrzej Siewior
2015-08-17rt: Introduce cpu_chill()Thomas Gleixner
2015-08-17block/mq: don't complete requests via IPISebastian Andrzej Siewior
2015-08-17completion: Use simple wait queuesThomas Gleixner
2015-08-17work-simple: Simple work queue implemenationDaniel Wagner
2015-08-17wait-simple: Simple waitqueue implementationThomas Gleixner
2015-08-17wait.h: include atomic.hSebastian Andrzej Siewior
2015-08-17stomp-machine: create lg_global_trylock_relax() primitiveMike Galbraith
2015-08-17lglocks: Provide a RT safe variantThomas Gleixner
2015-08-17rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2015-08-17rcu: Merge RCU-bh into RCU-preemptThomas Gleixner
2015-08-17rwlocks: Fix section mismatchJohn Kacur
2015-08-17ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior
2015-08-17rt: Add the preempt-rt lock replacement APIsThomas Gleixner
2015-08-17rtmutex: Avoid include hellThomas Gleixner
2015-08-17spinlock: Split the lock types headerThomas Gleixner
2015-08-17rtmutex: Add rtmutex_lock_killable()Thomas Gleixner
2015-08-17wait.h: include atomic.hGrygorii Strashko
2015-08-17genirq: Allow disabling of softirq processing in irq thread contextThomas Gleixner
2015-08-17softirq: Split softirq locksThomas Gleixner
2015-08-17softirq: Disable softirq stacks for RTThomas Gleixner
2015-08-17softirq: Check preemption after reenabling interruptsThomas Gleixner
2015-08-17tasklet: Prevent tasklets from going into infinite spin in RTIngo Molnar
2015-08-17lockdep: Make it RT awareThomas Gleixner
2015-08-17trace: Add migrate-disabled counter to tracing outputThomas Gleixner
2015-08-17hotplug: Lightweight get online cpusThomas Gleixner
2015-08-17sched: Use the proper LOCK_OFFSET for cond_resched()Thomas Gleixner
2015-08-17sched: Take RT softirq semantics into account in cond_resched()Thomas Gleixner
2015-08-17sched: Do not account rcu_preempt_depth on RT in might_sleep()Thomas Gleixner
2015-08-17sched: Add saved_state for tasks blocked on sleeping locksThomas Gleixner
2015-08-17sched: Move mmdrop to RCU on RTThomas Gleixner
2015-08-17sched: Move task_struct cleanup to RCUThomas Gleixner
2015-08-17posix-timers: Thread posix-cpu-timers on -rtJohn Stultz
2015-08-17hrtimer: Fixup hrtimer callback changes for preempt-rtThomas Gleixner
2015-08-17hrtimers: Prepare full preemptionIngo Molnar