summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-02-13suspend: Prevent might sleep splatsThomas Gleixner
2015-02-13mm: pagefault_disabled()Peter Zijlstra
2015-02-13mm: Prepare decoupling the page fault disabling logicIngo Molnar
2015-02-13signal/x86: Delay calling signals in atomicOleg Nesterov
2015-02-13signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2015-02-13posix-timers: Prevent broadcast signalsThomas Gleixner
2015-02-13ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior
2015-02-13signal-revert-ptrace-preempt-magic.patchThomas Gleixner
2015-02-13tracing: Account for preempt off in preempt_schedule()Steven Rostedt
2015-02-13vtime-split-lock-and-seqcount.patchThomas Gleixner
2015-02-13timekeeping-split-jiffies-lock.patchThomas Gleixner
2015-02-13sched: Consider pi boosting in setschedulerThomas Gleixner
2015-02-13sched: Queue RT tasks to head when prio dropsThomas Gleixner
2015-02-13sched: Adjust sched_reset_on_fork when nothing else changesThomas Gleixner
2015-02-13sched: Better debug output for might sleepThomas Gleixner
2015-02-13sched: Check for idle task in might_sleep()Thomas Gleixner
2015-02-13sched: Init idle->on_rq in init_idle()Thomas Gleixner
2015-02-13rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney
2015-02-13lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14rt: Move migrate_disable up in trylocksSteven Rostedt
2014-05-14rt,ntp: Move call to schedule_delayed_work() to helper threadSteven Rostedt
2014-05-14completion: Use simple wait queuesThomas Gleixner
2014-05-14rcu-more-swait-conversions.patchThomas Gleixner
2014-05-14kernel/treercu: use a simple waitqueueSebastian Andrzej Siewior
2014-05-14simple-wait: rename and export the equivalent of waitqueue_active()Paul Gortmaker
2014-05-14wait-simple: Rework for use with completionsThomas Gleixner
2014-05-14wait-simple: Simple waitqueue implementationThomas Gleixner
2014-05-14sched: Add support for lazy preemptionThomas Gleixner
2014-05-14rcu: Eliminate softirq processing from rcutreePaul E. McKenney
2014-05-14softirq: make migrate disable/enable conditioned on softirq_nestcnt transitionNicholas Mc Guire
2014-05-14softirq: Adapt NOHZ softirq pending check to new RT schemeThomas Gleixner
2014-05-14API cleanup - use local_lock not __local_lock for softNicholas Mc Guire
2014-05-14softirq: Split softirq locksThomas Gleixner
2014-05-14softirq: Split handling functionThomas Gleixner
2014-05-14softirq: Make serving softirqs a task flagThomas Gleixner
2014-05-14perf: Make swevent hrtimer run in irq instead of softirqYong Zhang
2014-05-14rt: rwsem/rwlock: lockdep annotationsThomas Gleixner
2014-05-14cpu_down: move migrate_enable() backTiejun Chen
2014-05-14kernel/hotplug: restore original cpu mask oncpu/downSebastian Andrzej Siewior
2014-05-14kernel/cpu: fix cpu down problem if kthread's cpu is going downSebastian Andrzej Siewior
2014-05-14cpu hotplug: Document why PREEMPT_RT uses a spinlockSteven Rostedt
2014-05-14cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt
2014-05-14cpu: Make hotplug.lock a "sleeping" spinlock on RTSteven Rostedt
2014-05-14random: Make it work on rtThomas Gleixner
2014-05-14add /sys/kernel/realtime entryClark Williams
2014-05-14kgdb/serial: Short term workaroundJason Wessel
2014-05-14HACK: printk: drop the logbuf_lock more oftenSebastian Andrzej Siewior
2014-05-14printk-rt-aware.patchThomas Gleixner
2014-05-14irq_work: allow certain work in hard irq contextSebastian Andrzej Siewior