aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-04-24rt: Make cpu_chill() use hrtimer instead of msleep()Steven Rostedt
2014-04-24smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef
2014-04-24smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef
2014-04-24rtmutex: use a trylock for waiter lock in trylockSebastian Andrzej Siewior
2014-04-24genirq: do not invoke the affinity callback via a workqueueSebastian Andrzej Siewior
2014-04-24list_bl.h: fix it for for !SMP && !DEBUG_SPINLOCKUwe Kleine-König
2014-04-24list_bl.h: make list head locking RT safePaul Gortmaker
2014-04-24sched: Add is_idle_task() to handle invalidated uses of idle_cpu()Paul E. McKenney
2014-04-24wait-simple: Simple waitqueue implementationThomas Gleixner
2014-04-24acpi/rt: Convert acpi_gbl_hardware lock back to a raw_spinlock_tSteven Rostedt
2014-04-24x86/32: Use kmap switch for non highmem as wellThomas Gleixner
2014-04-24sched: Consider pi boosting in setschedulerThomas Gleixner
2014-04-24net: netfilter: Serialize xt_write_recseq sections on RTThomas Gleixner
2014-04-24sched: Better debug output for might sleepThomas Gleixner
2014-04-24mm: page_alloc: Use local_lock_on() instead of plain spinlockThomas Gleixner
2014-04-24mm: slab: Fix potential deadlockThomas Gleixner
2014-04-24random: Make it work on rtThomas Gleixner
2014-04-24fix printk flush of messagesFrank Rowand
2014-04-24cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt
2014-04-24Latency histograms: Adjust timer, if already elapsed when programmedCarsten Emde
2014-04-24Latency histogramms: Cope with backwards running local trace clockCarsten Emde
2014-04-24rt: Introduce cpu_chill()Thomas Gleixner
2014-04-24softirq: Check preemption after reenabling interruptsThomas Gleixner
2014-04-24lglock/rt: Use non-rt for_each_cpu() in -rt codeSteven Rostedt
2014-04-24seqlock: Prevent rt starvationThomas Gleixner
2014-04-24sysrq: Allow immediate Magic SysRq output for PREEMPT_RT_FULLFrank Rowand
2014-04-24mm, rt: kmap_atomic schedulingPeter Zijlstra
2014-04-24kgdb/serial: Short term workaroundJason Wessel
2014-04-24ping-sysrq.patchCarsten Emde
2014-04-24skbufhead-raw-lock.patchThomas Gleixner
2014-04-24jump-label-rt.patchThomas Gleixner
2014-04-24lglocks-rt.patchThomas Gleixner
2014-04-24rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2014-04-24rcu: Fix macro substitution for synchronize_rcu_bh() on RTJohn Kacur
2014-04-24rcu: Merge RCU-bh into RCU-preemptThomas Gleixner
2014-04-24timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner
2014-04-24rwlocks: Fix section mismatchJohn Kacur
2014-04-24rt: Add the preempt-rt lock replacement APIsThomas Gleixner
2014-04-24rwsem-add-rt-variant.patchThomas Gleixner
2014-04-24rt-add-rt-to-mutex-headers.patchThomas Gleixner
2014-04-24rt-add-rt-spinlocks.patchThomas Gleixner
2014-04-24rtmutex-avoid-include-hell.patchThomas Gleixner
2014-04-24spinlock-types-separate-raw.patchThomas Gleixner
2014-04-24rt-mutex-add-sleeping-spinlocks-support.patchThomas Gleixner
2014-04-24rtmutex-lock-killable.patchThomas Gleixner
2014-04-24local-vars-migrate-disable.patchThomas Gleixner
2014-04-24genirq: Allow disabling of softirq processing in irq thread contextThomas Gleixner
2014-04-24tasklet: Prevent tasklets from going into infinite spin in RTIngo Molnar
2014-04-24softirq-disable-softirq-stacks-for-rt.patchThomas Gleixner
2014-04-24hardirq.h: Define softirq_count() as OUL to kill build warningYong Zhang