aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Linux 3.6.11.9-rt42 REBASEv3.6.11.9-rt42-rebasev3.6-rt-rebaseSteven Rostedt (Red Hat)1-1/+1
2013-09-13genirq: do not invoke the affinity callback via a workqueueSebastian Andrzej Siewior2-3/+77
2013-09-13hwlat-detector: Use thread instead of stop machineSteven Rostedt1-34/+25
2013-09-13hwlat-detector: Use trace_clock_local if availableSteven Rostedt1-9/+25
2013-09-13hwlat-detect/trace: Export trace_clock_local for hwlat-detectorSteven Rostedt (Red Hat)1-0/+1
2013-09-13hwlat-detector: Update hwlat_detector to add outer loop detectionSteven Rostedt1-6/+26
2013-09-13hpsa: fix warning with smp_processor_id() in preemptible sectionJohn Kacur1-1/+1
2013-09-13rt,ntp: Move call to schedule_delayed_work() to helper threadSteven Rostedt1-0/+40
2013-09-13sched: Distangle worker accounting from rqlockThomas Gleixner3-89/+45
2013-09-13drm/i915: drop trace_i915_gem_ring_dispatch on rtSebastian Andrzej Siewior1-0/+2
2013-09-13gpu: i915: allow the user not to do the wbinvdSebastian Andrzej Siewior1-2/+15
2013-09-13kernel/hotplug: restore original cpu mask oncpu/downSebastian Andrzej Siewior1-1/+12
2013-09-13kernel/cpu: fix cpu down problem if kthread's cpu is going downSebastian Andrzej Siewior1-2/+14
2013-09-13timers: prepare for full preemption improveZhao Hongjiang1-2/+6
2013-09-13list_bl.h: fix it for for !SMP && !DEBUG_SPINLOCKUwe Kleine-König1-0/+4
2013-09-13list_bl.h: make list head locking RT safePaul Gortmaker1-2/+22
2013-09-13genirq: Set irq thread to RT priority on creationIvo Sieben1-5/+6
2013-09-13x86/mce: fix mce timer intervalMike Galbraith1-1/+1
2013-09-13sched/workqueue: Only wake up idle workers if not blocked on sleeping spin lockSteven Rostedt1-1/+3
2013-09-13swap: Use unique local lock name for swap_lockSteven Rostedt1-10/+10
2013-09-13powerpc/64bit,PREEMPT_RT: Check preempt_count before preemptingPriyanka Jain1-0/+2
2013-09-13x86/mce: Defer mce wakeups to threads for PREEMPT_RTSteven Rostedt1-17/+61
2013-09-13kconfig-preempt-rt-full.patchThomas Gleixner3-2/+12
2013-09-13kconfig-disable-a-few-options-rt.patchThomas Gleixner3-1/+3
2013-09-13futex: Ensure lock/unlock symetry versus pi_lock and hash bucket lockThomas Gleixner1-0/+2
2013-09-13serial: Imx: Fix recursive locking bugThomas Gleixner1-2/+9
2013-09-13acpi/rt: Convert acpi_gbl_hardware lock back to a raw_spinlock_tSteven Rostedt5-7/+21
2013-09-13arm/highmem: close race between clear/set pteSebastian Andrzej Siewior1-2/+6
2013-09-13arm/highmem: flush tlb on unmapSebastian Andrzej Siewior1-1/+1
2013-09-13arm-enable-highmem-for-rt.patchThomas Gleixner4-3/+46
2013-09-13x86/highmem: add a "already used pte" checkSebastian Andrzej Siewior1-0/+2
2013-09-13x86/highmem: close race between clear/set ptesSebastian Andrzej Siewior4-2/+11
2013-09-13highmem: Store ptes right away in the task structThomas Gleixner5-42/+64
2013-09-13x86/32: Use kmap switch for non highmem as wellThomas Gleixner2-2/+4
2013-09-13mm: Make pagefault_dis/enable EXPORT_SYMBOLThomas Gleixner1-2/+2
2013-09-13completion: Use simple wait queuesThomas Gleixner3-21/+22
2013-09-13wait-simple: Rework for use with completionsThomas Gleixner2-53/+72
2013-09-13mm: swap: Initialize local locks earlyThomas Gleixner1-3/+9
2013-09-13sched: Check for idle task in might_sleep()Thomas Gleixner1-1/+2
2013-09-13sched: Init idle->on_rq in init_idle()Thomas Gleixner1-0/+1
2013-09-13slub: Enable irqs for __GFP_WAITThomas Gleixner1-8/+5
2013-09-13mmci: Remove bogus local_irq_save()Thomas Gleixner1-5/+0
2013-09-13mm: bounce: Use local_irq_save_nortThomas Gleixner1-2/+2
2013-09-13drivers-tty-pl011-irq-disable-madness.patchThomas Gleixner1-5/+10
2013-09-13block: Use cpu_chill() for retry loopsThomas Gleixner1-2/+3
2013-09-13sched: Consider pi boosting in setschedulerThomas Gleixner3-9/+48
2013-09-13sched: Queue RT tasks to head when prio dropsThomas Gleixner1-2/+7
2013-09-13sched: Adjust sched_reset_on_fork when nothing else changesThomas Gleixner1-1/+4
2013-09-13rcutiny: Use simple waitqueueThomas Gleixner1-8/+9
2013-09-13wait-simple: Simple waitqueue implementationThomas Gleixner3-1/+273
2013-09-13powerpc-preempt-lazy-support.patchThomas Gleixner5-13/+32
2013-09-13arm-preempt-lazy-support.patchThomas Gleixner5-3/+18
2013-09-13x86-preempt-lazy.patchThomas Gleixner5-14/+36
2013-09-13sched: Add support for lazy preemptionThomas Gleixner11-34/+206
2013-09-13genirq: Fix 32bit random changes falloutThomas Gleixner1-1/+1
2013-09-13net: Use local_bh_disable in netif_rx_ni()Thomas Gleixner1-4/+2
2013-09-13softirq: Fix nohz pending issue for realThomas Gleixner1-9/+4
2013-09-13softirq: Add more debuggingThomas Gleixner1-7/+9
2013-09-13softirq: Adapt NOHZ softirq pending check to new RT schemeThomas Gleixner1-16/+52
2013-09-13net: netfilter: Serialize xt_write_recseq sections on RTThomas Gleixner3-0/+17
2013-09-13rcu: Disable RCU_FAST_NO_HZ on RTThomas Gleixner1-1/+1
2013-09-13hrtimer: Raise softirq if hrtimer irq stalledWatanabe1-5/+4
2013-09-13mm: Enable SLUB for RTThomas Gleixner3-29/+90
2013-09-13slub: Use correct cpu_slab on dead cpuChristoph Lameter1-4/+4
2013-09-13rcu: rcutiny: Prevent RCU stallThomas Gleixner1-1/+1
2013-09-13softirq: Split softirq locksThomas Gleixner2-99/+183
2013-09-13softirq: Split handling functionThomas Gleixner1-20/+23
2013-09-13softirq: Make serving softirqs a task flagThomas Gleixner2-17/+4
2013-09-13x86: perf: Deal with kfree from atomic contextsThomas Gleixner4-3/+6
2013-09-13crypto: Remove duplicate srcu initMilan Broz1-1/+0
2013-09-13crypto: Make core builtin and init srcu earlyThomas Gleixner2-1/+8
2013-09-13crypto: Convert crypto notifier chain to SRCUPeter Zijlstra3-7/+8
2013-09-13net: Use get_cpu_light() in ip_send_unicast_reply()Thomas Gleixner1-2/+3
2013-09-13net: Another local_irq_disable/kmalloc headacheThomas Gleixner1-2/+4
2013-09-13stomp_machine: Use mutex_trylock when called from inactive cpuThomas Gleixner1-4/+9
2013-09-13sched: Better debug output for might sleepThomas Gleixner2-2/+25
2013-09-13rt: rwsem/rwlock: lockdep annotationsThomas Gleixner1-21/+25
2013-09-13mm: page_alloc: Use local_lock_on() instead of plain spinlockThomas Gleixner2-2/+13
2013-09-13mm: slab: Fix potential deadlockThomas Gleixner2-8/+10
2013-09-13softirq: Init softirq local lock after per cpu section is set upSteven Rostedt1-1/+1
2013-09-13random: Make it work on rtThomas Gleixner5-6/+21
2013-09-13cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt3-44/+285
2013-09-13perf: Make swevent hrtimer run in irq instead of softirqYong Zhang1-0/+1
2013-09-13fs, jbd: pull your plug when waiting for spaceMike Galbraith1-0/+2
2013-09-13lockdep: Selftest: Only do hardirq context test for raw spinlockYong Zhang1-0/+23
2013-09-13lockdep: Selftest: convert spinlock to raw spinlockYong Zhang1-17/+17
2013-09-13net: Use cpu_chill() instead of cpu_relax()Thomas Gleixner2-3/+5
2013-09-13fs: dcache: Use cpu_chill() in trylock loopsThomas Gleixner4-5/+8
2013-09-13rt: Introduce cpu_chill()Thomas Gleixner1-0/+6
2013-09-13net,RT:REmove preemption disabling in netif_rx()Priyanka Jain1-4/+4
2013-09-13scsi: qla2xxx: Use local_irq_save_nort() in qla2x00_pollJohn Kacur1-2/+2
2013-09-13softirq: Check preemption after reenabling interruptsThomas Gleixner4-0/+15
2013-09-13cpu: Make hotplug.lock a "sleeping" spinlock on RTSteven Rostedt1-9/+26
2013-09-13sched/rt: Fix wait_task_interactive() to test rt_spin_lock stateSteven Rostedt1-2/+4
2013-09-13seqlock: Prevent rt starvationThomas Gleixner2-11/+46
2013-09-13cpumask: Disable CONFIG_CPUMASK_OFFSTACK for RTThomas Gleixner2-1/+2
2013-09-13dm: Make rt awareThomas Gleixner1-2/+2
2013-09-13x86: crypto: Reduce preempt disabled regionsPeter Zijlstra1-11/+13
2013-09-13scsi-fcoe-rt-aware.patchThomas Gleixner3-13/+13
2013-09-13x86-kvm-require-const-tsc-for-rt.patchThomas Gleixner1-0/+7
2013-09-13ipc/sem: Rework semaphore wakeupsPeter Zijlstra1-0/+10
2013-09-13mm, rt: kmap_atomic schedulingPeter Zijlstra3-0/+43
2013-09-13add /sys/kernel/realtime entryClark Williams1-0/+12
2013-09-13kgdb/serial: Short term workaroundJason Wessel3-5/+6
2013-09-13net: sysrq via icmpCarsten Emde4-2/+47
2013-09-13net: Avoid livelock in net_tx_action() on RTSteven Rostedt1-1/+31
2013-09-13mips-disable-highmem-on-rt.patchThomas Gleixner1-1/+1
2013-09-13ARM: at91: tclib: Default to tclib timer for RTThomas Gleixner1-1/+2
2013-09-13arm-disable-highmem-on-rt.patchThomas Gleixner1-1/+1
2013-09-13power-disable-highmem-on-rt.patchThomas Gleixner1-1/+1
2013-09-13Powerpc: Use generic rwsem on RTThomas Gleixner1-1/+2
2013-09-13printk-rt-aware.patchThomas Gleixner1-4/+29
2013-09-13x86-no-perf-irq-work-rt.patchThomas Gleixner3-1/+9
2013-09-13skbufhead-raw-lock.patchThomas Gleixner3-6/+28
2013-09-13jump-label-rt.patchThomas Gleixner1-1/+2
2013-09-13debugobjects-rt.patchThomas Gleixner1-1/+4
2013-09-13mm-vmalloc.patchThomas Gleixner1-6/+8
2013-09-13epoll.patchThomas Gleixner1-2/+2
2013-09-13workqueue-use-get-cpu-light.patchThomas Gleixner1-2/+2
2013-09-13x86: Disable IST stacks for debug/int 3/stack fault for PREEMPT_RTAndi Kleen3-6/+21
2013-09-13x86: Use generic rwsem_spinlocks on -rtThomas Gleixner1-2/+2
2013-09-13x86: stackprotector: Avoid random pool on rtThomas Gleixner1-1/+9
2013-09-13x86: Convert mce timer to hrtimerThomas Gleixner1-20/+16
2013-09-13fs: ntfs: disable interrupt only on !RTMike Galbraith1-2/+2
2013-09-13fs-block-rt-support.patchThomas Gleixner2-3/+3
2013-09-13mm: Protect activate_mm() by preempt_[disable%7Cenable]_rt()Yong Zhang2-4/+4
2013-09-13mm-protect-activate-switch-mm.patchThomas Gleixner2-0/+4
2013-09-13fs: namespace preemption fixThomas Gleixner1-1/+4
2013-09-13rt: Improve the serial console PASS_LIMITIngo Molnar1-3/+10
2013-09-13drivers-tty-fix-omap-lock-crap.patchThomas Gleixner1-8/+4
2013-09-13serial: 8250: Call flush_to_ldisc when the irq is threadedIngo Molnar2-0/+6
2013-09-13serial: 8250: Clean up the locking for -rtIngo Molnar1-10/+5
2013-09-13lglocks-rt.patchThomas Gleixner2-19/+48
2013-09-13rt/rcutree: Move misplaced prototypeIngo Molnar2-1/+2
2013-09-13rcu: Fix build breakJohn Kacur1-0/+5
2013-09-13rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney5-15/+21
2013-09-13rcu-more-fallout.patchThomas Gleixner1-0/+2
2013-09-13rcu: Merge RCU-bh into RCU-preemptThomas Gleixner4-2/+53
2013-09-13rcu: Frob softirq testPeter Zijlstra1-1/+1
2013-09-13timer.c: fix build fail for ! RT_FULLPaul Gortmaker1-0/+4
2013-09-13timer-handle-idle-trylock-in-get-next-timer-irq.patchThomas Gleixner3-10/+16
2013-09-13rwlocks: Fix section mismatchJohn Kacur2-2/+3
2013-09-13rt: Add the preempt-rt lock replacement APIsThomas Gleixner8-4/+756
2013-09-13rwsem-add-rt-variant.patchThomas Gleixner3-0/+114
2013-09-13rt-add-rt-to-mutex-headers.patchThomas Gleixner2-7/+98
2013-09-13rt-add-rt-spinlocks.patchThomas Gleixner3-3/+90
2013-09-13rtmutex-avoid-include-hell.patchThomas Gleixner1-1/+1
2013-09-13spinlock-types-separate-raw.patchThomas Gleixner4-72/+95
2013-09-13rt-mutex-add-sleeping-spinlocks-support.patchThomas Gleixner4-27/+404
2013-09-13futex: Fix bug on when a requeued RT task times outSteven Rostedt2-1/+32
2013-09-13rtmutex-futex-prepare-rt.patchThomas Gleixner3-19/+91
2013-09-13rtmutex-lock-killable.patchThomas Gleixner2-6/+28
2013-09-13md: raid5: Make raid5_percpu handling RT awareThomas Gleixner2-2/+6
2013-09-13local-vars-migrate-disable.patchThomas Gleixner1-4/+24
2013-09-13genirq: Allow disabling of softirq processing in irq thread contextThomas Gleixner5-2/+37
2013-09-13tasklet: Prevent tasklets from going into infinite spin in RTIngo Molnar2-77/+170
2013-09-13softirq-make-fifo.patchThomas Gleixner1-0/+19
2013-09-13softirq-disable-softirq-stacks-for-rt.patchThomas Gleixner9-3/+17
2013-09-13softirq: Fix unplug deadlockPeter Zijlstra1-6/+2
2013-09-13hardirq.h: Define softirq_count() as OUL to kill build warningYong Zhang1-1/+1
2013-09-13softirq: Export in_serving_softirq()John Kacur1-0/+1
2013-09-13softirq-local-lock.patchThomas Gleixner5-5/+191
2013-09-13mutex-no-spin-on-rt.patchThomas Gleixner1-1/+1
2013-09-13lockdep-rt.patchThomas Gleixner2-3/+9
2013-09-13softirq: Sanitize softirq pending for NOHZ/RTThomas Gleixner3-7/+64
2013-09-13net-netif_rx_ni-migrate-disable.patchThomas Gleixner1-2/+2
2013-09-13ftrace-crap.patchThomas Gleixner2-3/+24
2013-09-13sched-clear-pf-thread-bound-on-fallback-rq.patchThomas Gleixner1-0/+6
2013-09-13sched: Have migrate_disable ignore bounded threadsPeter Zijlstra1-14/+9
2013-09-13sched: Do not compare cpu masks in schedulerPeter Zijlstra1-9/+5
2013-09-13sched: Postpone actual migration disalbe to scheduleSteven Rostedt1-119/+132
2013-09-13sched: teach migrate_disable about atomic contextsPeter Zijlstra2-0/+24
2013-09-13sched, rt: Fix migrate_enable() thinkoMike Galbraith2-1/+10
2013-09-13sched: Generic migrate_disablePeter Zijlstra6-23/+30
2013-09-13sched: Optimize migrate_disablePeter Zijlstra1-4/+20
2013-09-13migrate-disable-rt-variant.patchThomas Gleixner1-0/+4
2013-09-13tracing: Show padding as unsigned shortSteven Rostedt1-1/+1
2013-09-13ftrace-migrate-disable-tracing.patchThomas Gleixner4-4/+14
2013-09-13hotplug: Call cpu_unplug_begin() before DOWN_PREPAREYong Zhang1-9/+7
2013-09-13hotplug-use-migrate-disable.patchThomas Gleixner1-3/+3
2013-09-13sched-migrate-disable.patchThomas Gleixner4-11/+104
2013-09-13hotplug: Reread hotplug_pcp on pin_current_cpu() retryYong Zhang1-1/+3
2013-09-13hotplug: sync_unplug: No "Yong Zhang1-1/+1
2013-09-13hotplug: Lightweight get online cpusThomas Gleixner2-3/+128
2013-09-13stomp-machine-raw-lock.patchThomas Gleixner1-17/+41
2013-09-13stomp-machine-mark-stomper-thread.patchThomas Gleixner2-0/+2
2013-09-13stop_machine: convert stop_machine_run() to PREEMPT_RTIngo Molnar1-5/+15
2013-09-13sched: ttwu: Return success when only changing the saved_state valueThomas Gleixner1-1/+3
2013-09-13sched: Disable CONFIG_RT_GROUP_SCHED on RTThomas Gleixner1-0/+1
2013-09-13sched-disable-ttwu-queue.patchThomas Gleixner1-0/+4
2013-09-13cond-resched-lock-rt-tweak.patchThomas Gleixner1-1/+1
2013-09-13cond-resched-softirq-fix.patchThomas Gleixner2-0/+6
2013-09-13sched-cond-resched.patchThomas Gleixner1-3/+11
2013-09-13sched-might-sleep-do-not-account-rcu-depth.patchThomas Gleixner2-1/+9
2013-09-13sched-rt-mutex-wakeup.patchThomas Gleixner2-1/+33
2013-09-13sched-mmdrop-delayed.patchThomas Gleixner4-3/+47
2013-09-13sched-limit-nr-migrate.patchThomas Gleixner1-0/+4
2013-09-13sched-delay-put-task.patchThomas Gleixner2-0/+24
2013-09-13posix-timers: Avoid wakeups when no timers are activeThomas Gleixner1-3/+18
2013-09-13posix-timers: Shorten posix_cpu_timers/<CPU> kernel thread namesArnaldo Carvalho de Melo1-1/+1