summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-05-14genirq: do not invoke the affinity callback via a workqueueSebastian Andrzej Siewior
2014-05-14genirq-force-threading.patchThomas Gleixner
2014-05-14genirq: disable irqpoll on -rtIngo Molnar
2014-05-14signal-fix-up-rcu-wreckage.patchThomas Gleixner
2014-05-14core: Do not disable interrupts on RT in res_counter.cIngo Molnar
2014-05-14core: Do not disable interrupts on RT in kernel/users.cThomas Gleixner
2014-05-14kconfig-preempt-rt-full.patchThomas Gleixner
2014-05-14rt-preempt-base-config.patchThomas Gleixner
2014-05-14printk: 'force_early_printk' boot param to help with debuggingPeter Zijlstra
2014-05-14printk-kill.patchIngo Molnar
2014-05-14latency-hist.patchCarsten Emde
2014-05-14softirq-split-out-code.patchThomas Gleixner
2014-05-14suspend: Prevent might sleep splatsThomas Gleixner
2014-05-14mm: pagefault_disabled()Peter Zijlstra
2014-05-14mm: Prepare decoupling the page fault disabling logicIngo Molnar
2014-05-14signal/x86: Delay calling signals in atomicOleg Nesterov
2014-05-14signals: Allow rt tasks to cache one sigqueue structThomas Gleixner
2014-05-14posix-timers: Prevent broadcast signalsThomas Gleixner
2014-05-14ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior
2014-05-14signal-revert-ptrace-preempt-magic.patchThomas Gleixner
2014-05-14tracing: Account for preempt off in preempt_schedule()Steven Rostedt
2014-05-14vtime-split-lock-and-seqcount.patchThomas Gleixner
2014-05-14timekeeping-split-jiffies-lock.patchThomas Gleixner
2014-05-14sched: Consider pi boosting in setschedulerThomas Gleixner
2014-05-14sched: Queue RT tasks to head when prio dropsThomas Gleixner
2014-05-14sched: Adjust sched_reset_on_fork when nothing else changesThomas Gleixner
2014-05-14sched: Better debug output for might sleepThomas Gleixner
2014-05-14sched: Check for idle task in might_sleep()Thomas Gleixner
2014-05-14sched: Init idle->on_rq in init_idle()Thomas Gleixner
2014-05-14rcu: Don't activate RCU core on NO_HZ_FULL CPUsPaul E. McKenney
2014-05-14lockdep: Correctly annotate hardirq context in irq_exit()Peter Zijlstra
2014-05-14Reset to 3.12.19Scott Wood
2014-04-10rt,ntp: Move call to schedule_delayed_work() to helper threadSteven Rostedt
2014-04-10completion: Use simple wait queuesThomas Gleixner
2014-04-10rcu-more-swait-conversions.patchThomas Gleixner
2014-04-10kernel/treercu: use a simple waitqueueSebastian Andrzej Siewior
2014-04-10simple-wait: rename and export the equivalent of waitqueue_active()Paul Gortmaker
2014-04-10wait-simple: Rework for use with completionsThomas Gleixner
2014-04-10wait-simple: Simple waitqueue implementationThomas Gleixner
2014-04-10sched: Add support for lazy preemptionThomas Gleixner
2014-04-10rcu: Eliminate softirq processing from rcutreePaul E. McKenney
2014-04-10softirq: make migrate disable/enable conditioned on softirq_nestcnt transitionNicholas Mc Guire
2014-04-10softirq: Adapt NOHZ softirq pending check to new RT schemeThomas Gleixner
2014-04-10API cleanup - use local_lock not __local_lock for softNicholas Mc Guire
2014-04-10softirq: Split softirq locksThomas Gleixner
2014-04-10softirq: Split handling functionThomas Gleixner
2014-04-10softirq: Make serving softirqs a task flagThomas Gleixner
2014-04-10perf: Make swevent hrtimer run in irq instead of softirqYong Zhang
2014-04-10rt: rwsem/rwlock: lockdep annotationsThomas Gleixner
2014-04-10cpu_down: move migrate_enable() backTiejun Chen