summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.0.52-rt76 REBASEv3.0.52-rt76-rebaseSteven Rostedt2012-11-191-1/+1
* net: netfilter: Serialize xt_write_recseq sections on RTThomas Gleixner2012-11-193-0/+17
* rcu: Disable RCU_FAST_NO_HZ on RTThomas Gleixner2012-11-191-1/+1
* hrtimer: Raise softirq if hrtimer irq stalledWatanabe2012-11-191-5/+4
* sched: Better debug output for might sleepThomas Gleixner2012-11-192-2/+25
* rt: rwsem/rwlock: lockdep annotationsThomas Gleixner2012-11-191-21/+25
* mm: page_alloc: Use local_lock_on() instead of plain spinlockThomas Gleixner2012-11-192-2/+13
* mm: slab: Fix potential deadlockThomas Gleixner2012-11-192-8/+10
* softirq: Init softirq local lock after per cpu section is set upSteven Rostedt2012-11-191-1/+1
* fix printk flush of messagesFrank Rowand2012-11-195-54/+3
* fix printk flush of messagesFrank Rowand2012-11-191-1/+1
* cpu/rt: Fix cpu_hotplug variable initializationSteven Rostedt2012-11-191-4/+0
* cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt2012-11-193-40/+285
* perf: Make swevent hrtimer run in irq instead of softirqYong Zhang2012-11-191-0/+1
* fs, jbd: pull your plug when waiting for spaceMike Galbraith2012-11-191-0/+2
* slab: Prevent local lock deadlockThomas Gleixner2012-11-191-4/+22
* Latency histograms: Detect another yet overlooked sharedprio conditionCarsten Emde2012-11-191-0/+3
* Disable RT_GROUP_SCHED in PREEMPT_RT_FULLCarsten Emde2012-11-191-0/+1
* Latency histograms: Adjust timer, if already elapsed when programmedCarsten Emde2012-11-192-2/+17
* Latency histogramms: Cope with backwards running local trace clockCarsten Emde2012-11-192-35/+38
* mips-remove-smp-reserve-lock.patchThomas Gleixner2012-11-191-6/+0
* net,RT:REmove preemption disabling in netif_rx()Priyanka Jain2012-11-191-4/+4
* scsi: qla2xxx: Use local_irq_save_nort() in qla2x00_pollJohn Kacur2012-11-191-2/+2
* rt: Make migrate_disable/enable() and __rt_mutex_init non-GPL onlySteven Rostedt2012-11-192-3/+3
* printk: Disable migration instead of preemptionRichard Weinberger2012-11-191-2/+2
* Revert "kprobes: adjust "fix a memory leak in function pre_handler_kretprobe()""Steven Rostedt2012-11-191-2/+2
* net: Use cpu_chill() instead of cpu_relax()Thomas Gleixner2012-11-191-1/+2
* fs: namespace: Use cpu_chill() instead of cpu_relax()Thomas Gleixner2012-11-191-1/+2
* fs: dcache: Use cpu_chill() in trylock loopsThomas Gleixner2012-11-193-4/+6
* rt: Introduce cpu_chill()Thomas Gleixner2012-11-191-0/+6
* softirq: Check preemption after reenabling interruptsThomas Gleixner2012-11-194-0/+15
* cpu: Make hotplug.lock a "sleeping" spinlock on RTSteven Rostedt2012-11-191-9/+26
* lglock/rt: Use non-rt for_each_cpu() in -rt codeSteven Rostedt2012-11-191-3/+32
* sched/rt: Fix wait_task_interactive() to test rt_spin_lock stateSteven Rostedt2012-11-191-2/+4
* ring-buffer/rt: Check for irqs disabled before grabbing reader lockSteven Rostedt2012-11-191-1/+1
* futex/rt: Fix possible lockup when taking pi_lock in proxy handlerSteven Rostedt2012-11-191-3/+3
* timer: Fix hotplug for -rtSteven Rostedt2012-11-191-11/+5
* net: u64_stat: Protect seqcountThomas Gleixner2012-11-191-0/+2
* fs: Protect open coded isize seqcountThomas Gleixner2012-11-191-0/+2
* seqlock: Prevent rt starvationThomas Gleixner2012-11-192-1/+24
* timekeeping: Split xtime_lockThomas Gleixner2012-11-196-60/+86
* fs: dentry use seqlockThomas Gleixner2012-11-1951-423/+419
* fs: fs_struct use seqlockThomas Gleixner2012-11-196-53/+41
* seqlock: Provide seq_spin_* functionsThomas Gleixner2012-11-191-0/+64
* seqlock: Use seqcountThomas Gleixner2012-11-191-83/+93
* seqlock: Remove unused functionsThomas Gleixner2012-11-191-21/+0
* ia64: vsyscall: Use seqcount instead of seqlockThomas Gleixner2012-11-194-11/+7
* x86: vdso: Use seqcount instead of seqlockThomas Gleixner2012-11-193-17/+12
* x86: vdso: Remove bogus locking in update_vsyscall_tz()Thomas Gleixner2012-11-191-5/+0
* x86-64-emulate-legacy-vsyscallsAndy Lutomirski2012-11-199-149/+187