summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.6.11.4-rt36 REBASEv3.6.11.4-rt36-rebaseSteven Rostedt (Red Hat)2013-05-211-1/+1
* swap: Use unique local lock name for swap_lockSteven Rostedt2013-05-211-10/+10
* powerpc/64bit,PREEMPT_RT: Check preempt_count before preemptingPriyanka Jain2013-05-211-0/+2
* x86/mce: Defer mce wakeups to threads for PREEMPT_RTSteven Rostedt2013-05-211-17/+61
* tcp: force a dst refcount when prequeue packetEric Dumazet2013-05-211-0/+1
* kconfig-preempt-rt-full.patchThomas Gleixner2013-05-213-2/+12
* kconfig-disable-a-few-options-rt.patchThomas Gleixner2013-05-213-1/+3
* futex: Ensure lock/unlock symetry versus pi_lock and hash bucket lockThomas Gleixner2013-05-211-0/+2
* serial: Imx: Fix recursive locking bugThomas Gleixner2013-05-211-2/+9
* printk: Fix rq->lock vs logbuf_lock unlock lock inversionBu, Yitian2013-05-211-1/+1
* acpi/rt: Convert acpi_gbl_hardware lock back to a raw_spinlock_tSteven Rostedt2013-05-215-7/+21
* arm/highmem: close race between clear/set pteSebastian Andrzej Siewior2013-05-211-2/+6
* arm/highmem: flush tlb on unmapSebastian Andrzej Siewior2013-05-211-1/+1
* arm-enable-highmem-for-rt.patchThomas Gleixner2013-05-214-3/+46
* x86/highmem: add a "already used pte" checkSebastian Andrzej Siewior2013-05-211-0/+2
* x86/highmem: close race between clear/set ptesSebastian Andrzej Siewior2013-05-214-2/+11
* highmem: Store ptes right away in the task structThomas Gleixner2013-05-215-42/+64
* x86/32: Use kmap switch for non highmem as wellThomas Gleixner2013-05-212-2/+4
* mm: Make pagefault_dis/enable EXPORT_SYMBOLThomas Gleixner2013-05-211-2/+2
* completion: Use simple wait queuesThomas Gleixner2013-05-213-21/+22
* wait-simple: Rework for use with completionsThomas Gleixner2013-05-212-53/+72
* mm: swap: Initialize local locks earlyThomas Gleixner2013-05-211-3/+9
* sched: Check for idle task in might_sleep()Thomas Gleixner2013-05-211-1/+2
* sched: Init idle->on_rq in init_idle()Thomas Gleixner2013-05-211-0/+1
* slub: Enable irqs for __GFP_WAITThomas Gleixner2013-05-211-8/+5
* mmci: Remove bogus local_irq_save()Thomas Gleixner2013-05-211-5/+0
* mm: bounce: Use local_irq_save_nortThomas Gleixner2013-05-211-2/+2
* drivers-tty-pl011-irq-disable-madness.patchThomas Gleixner2013-05-211-5/+10
* block: Use cpu_chill() for retry loopsThomas Gleixner2013-05-211-2/+3
* sched: Consider pi boosting in setschedulerThomas Gleixner2013-05-213-9/+48
* sched: Queue RT tasks to head when prio dropsThomas Gleixner2013-05-211-2/+7
* sched: Adjust sched_reset_on_fork when nothing else changesThomas Gleixner2013-05-211-1/+4
* rcutiny: Use simple waitqueueThomas Gleixner2013-05-211-8/+9
* wait-simple: Simple waitqueue implementationThomas Gleixner2013-05-213-1/+273
* powerpc-preempt-lazy-support.patchThomas Gleixner2013-05-215-13/+32
* arm-preempt-lazy-support.patchThomas Gleixner2013-05-215-3/+18
* x86-preempt-lazy.patchThomas Gleixner2013-05-215-14/+36
* sched: Add support for lazy preemptionThomas Gleixner2013-05-2111-34/+206
* genirq: Fix 32bit random changes falloutThomas Gleixner2013-05-211-1/+1
* net: Use local_bh_disable in netif_rx_ni()Thomas Gleixner2013-05-211-4/+2
* softirq: Fix nohz pending issue for realThomas Gleixner2013-05-211-9/+4
* softirq: Add more debuggingThomas Gleixner2013-05-211-7/+9
* softirq: Adapt NOHZ softirq pending check to new RT schemeThomas Gleixner2013-05-211-16/+52
* net: netfilter: Serialize xt_write_recseq sections on RTThomas Gleixner2013-05-213-0/+17
* rcu: Disable RCU_FAST_NO_HZ on RTThomas Gleixner2013-05-211-1/+1
* hrtimer: Raise softirq if hrtimer irq stalledWatanabe2013-05-211-5/+4
* mm: Enable SLUB for RTThomas Gleixner2013-05-213-29/+90
* slub: Use correct cpu_slab on dead cpuChristoph Lameter2013-05-211-4/+4
* rcu: rcutiny: Prevent RCU stallThomas Gleixner2013-05-211-1/+1
* softirq: Split softirq locksThomas Gleixner2013-05-212-99/+183