aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-03-22rcutiny: Use simple waitqueueThomas Gleixner
2013-03-22wait-simple: Simple waitqueue implementationThomas Gleixner
2013-03-22printk: Fix rq->lock vs logbuf_lock unlock lock inversionBu, Yitian
2013-03-22sched: Check for idle task in might_sleep()Thomas Gleixner
2013-03-22sched: Init idle->on_rq in init_idle()Thomas Gleixner
2013-03-22sched: Consider pi boosting in setschedulerThomas Gleixner
2013-03-22sched: Queue RT tasks to head when prio dropsThomas Gleixner
2013-03-22sched: Adjust sched_reset_on_fork when nothing else changesThomas Gleixner
2013-03-22hrtimer: Raise softirq if hrtimer irq stalledWatanabe
2013-03-22stomp_machine: Use mutex_trylock when called from inactive cpuThomas Gleixner
2013-03-22sched: Better debug output for might sleepThomas Gleixner
2013-03-22rt: rwsem/rwlock: lockdep annotationsThomas Gleixner
2013-03-22random: Make it work on rtThomas Gleixner
2013-03-22fix printk flush of messagesFrank Rowand
2013-03-22fix printk flush of messagesFrank Rowand
2013-03-22time/rt: Fix up leap-second backport for RT changesSteven Rostedt
2013-03-22cpu/rt: Fix cpu_hotplug variable initializationSteven Rostedt
2013-03-22cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt
2013-03-22perf: Make swevent hrtimer run in irq instead of softirqYong Zhang
2013-03-22Latency histograms: Detect another yet overlooked sharedprio conditionCarsten Emde
2013-03-22Latency histograms: Adjust timer, if already elapsed when programmedCarsten Emde
2013-03-22Latency histogramms: Cope with backwards running local trace clockCarsten Emde
2013-03-22rt: Make migrate_disable/enable() and __rt_mutex_init non-GPL onlySteven Rostedt
2013-03-22kconfig-preempt-rt-full.patchThomas Gleixner
2013-03-22cpu: Make hotplug.lock a "sleeping" spinlock on RTSteven Rostedt
2013-03-22sched/rt: Fix wait_task_interactive() to test rt_spin_lock stateSteven Rostedt
2013-03-22ring-buffer/rt: Check for irqs disabled before grabbing reader lockSteven Rostedt
2013-03-22futex/rt: Fix possible lockup when taking pi_lock in proxy handlerSteven Rostedt
2013-03-22timer: Fix hotplug for -rtSteven Rostedt
2013-03-22sysrq: Allow immediate Magic SysRq output for PREEMPT_RT_FULLFrank Rowand
2013-03-22add /sys/kernel/realtime entryClark Williams
2013-03-22kgdb/serial: Short term workaroundJason Wessel
2013-03-22printk: Disable migration instead of preemptionRichard Weinberger
2013-03-22console-make-rt-friendly.patchThomas Gleixner
2013-03-22x86-no-perf-irq-work-rt.patchThomas Gleixner
2013-03-22workqueue-use-get-cpu-light.patchThomas Gleixner
2013-03-22rt/rcutree: Move misplaced prototypeIngo Molnar
2013-03-22rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney
2013-03-22rcu-more-fallout.patchThomas Gleixner
2013-03-22rcu: Merge RCU-bh into RCU-preemptThomas Gleixner
2013-03-22rcu: Frob softirq testPeter Zijlstra
2013-03-22timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner
2013-03-22rwlocks: Fix section mismatchJohn Kacur
2013-03-22rt: Add the preempt-rt lock replacement APIsThomas Gleixner
2013-03-22rt-mutex-add-sleeping-spinlocks-support.patchThomas Gleixner
2013-03-22futex: Fix bug on when a requeued RT task times outSteven Rostedt
2013-03-22rtmutex-futex-prepare-rt.patchThomas Gleixner
2013-03-22rtmutex-lock-killable.patchThomas Gleixner
2013-03-22genirq: Allow disabling of softirq processing in irq thread contextThomas Gleixner
2013-03-22tasklet: Prevent tasklets from going into infinite spin in RTIngo Molnar