summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.0.45-rt67 REBASEv3.0.45-rt67-rebaseSteven Rostedt2012-10-091-1/+1
* fix printk flush of messagesFrank Rowand2012-10-095-54/+3
* fix printk flush of messagesFrank Rowand2012-10-091-1/+1
* cpu/rt: Fix cpu_hotplug variable initializationSteven Rostedt2012-10-091-4/+0
* cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt2012-10-093-40/+285
* perf: Make swevent hrtimer run in irq instead of softirqYong Zhang2012-10-091-0/+1
* fs, jbd: pull your plug when waiting for spaceMike Galbraith2012-10-091-0/+2
* slab: Prevent local lock deadlockThomas Gleixner2012-10-091-4/+22
* Latency histograms: Detect another yet overlooked sharedprio conditionCarsten Emde2012-10-091-0/+3
* Disable RT_GROUP_SCHED in PREEMPT_RT_FULLCarsten Emde2012-10-091-0/+1
* Latency histograms: Adjust timer, if already elapsed when programmedCarsten Emde2012-10-092-2/+17
* Latency histogramms: Cope with backwards running local trace clockCarsten Emde2012-10-092-35/+38
* mips-remove-smp-reserve-lock.patchThomas Gleixner2012-10-091-6/+0
* net,RT:REmove preemption disabling in netif_rx()Priyanka Jain2012-10-091-4/+4
* scsi: qla2xxx: Use local_irq_save_nort() in qla2x00_pollJohn Kacur2012-10-091-2/+2
* rt: Make migrate_disable/enable() and __rt_mutex_init non-GPL onlySteven Rostedt2012-10-092-3/+3
* printk: Disable migration instead of preemptionRichard Weinberger2012-10-091-2/+2
* Revert "kprobes: adjust "fix a memory leak in function pre_handler_kretprobe()""Steven Rostedt2012-10-091-2/+2
* net: Use cpu_chill() instead of cpu_relax()Thomas Gleixner2012-10-091-1/+2
* fs: namespace: Use cpu_chill() instead of cpu_relax()Thomas Gleixner2012-10-091-1/+2
* fs: dcache: Use cpu_chill() in trylock loopsThomas Gleixner2012-10-093-4/+6
* rt: Introduce cpu_chill()Thomas Gleixner2012-10-091-0/+6
* softirq: Check preemption after reenabling interruptsThomas Gleixner2012-10-094-0/+15
* cpu: Make hotplug.lock a "sleeping" spinlock on RTSteven Rostedt2012-10-091-9/+26
* lglock/rt: Use non-rt for_each_cpu() in -rt codeSteven Rostedt2012-10-091-3/+32
* sched/rt: Fix wait_task_interactive() to test rt_spin_lock stateSteven Rostedt2012-10-091-2/+4
* ring-buffer/rt: Check for irqs disabled before grabbing reader lockSteven Rostedt2012-10-091-1/+1
* futex/rt: Fix possible lockup when taking pi_lock in proxy handlerSteven Rostedt2012-10-091-3/+3
* timer: Fix hotplug for -rtSteven Rostedt2012-10-091-11/+5
* net: u64_stat: Protect seqcountThomas Gleixner2012-10-091-0/+2
* fs: Protect open coded isize seqcountThomas Gleixner2012-10-091-0/+2
* seqlock: Prevent rt starvationThomas Gleixner2012-10-092-1/+24
* timekeeping: Split xtime_lockThomas Gleixner2012-10-096-60/+86
* fs: dentry use seqlockThomas Gleixner2012-10-0951-423/+419
* fs: fs_struct use seqlockThomas Gleixner2012-10-096-53/+41
* seqlock: Provide seq_spin_* functionsThomas Gleixner2012-10-091-0/+64
* seqlock: Use seqcountThomas Gleixner2012-10-091-83/+93
* seqlock: Remove unused functionsThomas Gleixner2012-10-091-21/+0
* ia64: vsyscall: Use seqcount instead of seqlockThomas Gleixner2012-10-094-11/+7
* x86: vdso: Use seqcount instead of seqlockThomas Gleixner2012-10-093-17/+12
* x86: vdso: Remove bogus locking in update_vsyscall_tz()Thomas Gleixner2012-10-091-5/+0
* x86-64-emulate-legacy-vsyscallsAndy Lutomirski2012-10-099-149/+187
* x86-64-remove-vsyscall-number-3Andy Lutomirski2012-10-092-9/+0
* futex: Fix bug on when a requeued RT task times outSteven Rostedt2012-10-092-1/+32
* genirq: Allow disabling of softirq processing in irq thread contextThomas Gleixner2012-10-095-2/+36
* timer-fd: Prevent live lockThomas Gleixner2012-10-091-1/+1
* x86: Do not disable preemption in int3 on 32bitSteven Rostedt2012-10-091-9/+23
* signal/x86: Delay calling signals in atomicOleg Nesterov2012-10-094-2/+61
* acpi-gpe-use-wait-simple.patchThomas Gleixner2012-10-092-5/+7
* wait-simple: Simple waitqueue implementationThomas Gleixner2012-10-093-1/+216