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