]> rtime.felk.cvut.cz Git - zynq/linux.git/history - kernel
softirq: Adapt NOHZ softirq pending check to new RT scheme
[zynq/linux.git] / kernel /
2015-09-13 Thomas Gleixnersoftirq: Adapt NOHZ softirq pending check to new RT...
2015-09-13 Nicholas Mc GuireAPI cleanup - use local_lock not __local_lock for soft
2015-09-13 Thomas Gleixnersoftirq: Split softirq locks
2015-09-13 Thomas Gleixnersoftirq: Split handling function
2015-09-13 Thomas Gleixnersoftirq: Make serving softirqs a task flag
2015-09-13 Yong Zhangperf: Make swevent hrtimer run in irq instead of softirq
2015-09-13 Thomas Gleixnerrt: rwsem/rwlock: lockdep annotations
2015-09-13 Mike Galbraithhotplug: Use set_cpus_allowed_ptr() in sync_unplug_thread()
2015-09-13 Tiejun Chencpu_down: move migrate_enable() back
2015-09-13 Sebastian Andrzej... kernel/hotplug: restore original cpu mask oncpu/down
2015-09-13 Sebastian Andrzej... kernel/cpu: fix cpu down problem if kthread's cpu is...
2015-09-13 Steven Rostedtcpu hotplug: Document why PREEMPT_RT uses a spinlock
2015-09-13 Steven Rostedtcpu/rt: Rework cpu down for PREEMPT_RT
2015-09-13 Steven Rostedtcpu: Make hotplug.lock a "sleeping" spinlock on RT
2015-09-13 Thomas Gleixnerrandom: Make it work on rt
2015-09-13 Clark Williamsadd /sys/kernel/realtime entry
2015-09-13 Jason Wesselkgdb/serial: Short term workaround
2015-09-13 Sebastian Andrzej... HACK: printk: drop the logbuf_lock more often
2015-09-13 Thomas Gleixnerprintk-rt-aware.patch
2015-09-13 Mike Galbraithirq_work: Delegate non-immediate irq work to ksoftirqd
2015-09-13 Sebastian Andrzej... kernel/irq_work: fix non RT case
2015-09-13 Sebastian Andrzej... kernel/irq_work: fix no_hz deadlock
2015-09-13 Steven Rostedtirq_work: Hide access to hirq_work_list in PREEMPT_RT_FULL
2015-09-13 Sebastian Andrzej... irq_work: allow certain work in hard irq context
2015-09-13 Thomas Gleixnerx86-no-perf-irq-work-rt.patch
2015-09-13 Thomas Gleixnersched: Distangle worker accounting from rqlock
2015-09-13 Thomas Gleixnerworkqueue vs ata-piix livelock fixup
2015-09-13 Thomas GleixnerUse local irq lock instead of irq disable regions
2015-09-13 Thomas Gleixnerworkqueue: Use normal rcu
2015-09-13 Steven Rostedtcpu_chill: Add a UNINTERRUPTIBLE hrtimer_nanosleep
2015-09-13 Sebastian Andrzej... kernel/hrtimer: be non-freezeable in cpu_chill()
2015-09-13 Steven Rostedtrt: Make cpu_chill() use hrtimer instead of msleep()
2015-09-13 Mike Galbraithstomp-machine: use lg_global_trylock_relax() to dead...
2015-09-13 Mike Galbraithstomp-machine: create lg_global_trylock_relax() primitive
2015-09-13 Thomas Gleixnerlglocks-rt.patch
2015-09-13 Tiejun Chenrcutree/rcu_bh_qs: disable irq while calling rcu_preemp...
2015-09-13 Paul E. McKenneyrcu: Make ksoftirqd do RCU quiescent states
2015-09-13 Thomas Gleixnerrcu-more-fallout.patch
2015-09-13 Thomas Gleixnerrcu: Merge RCU-bh into RCU-preempt
2015-09-13 Peter Zijlstrarcu: Frob softirq test
2015-09-13 Sebastian Andrzej... Revert "timers: do not raise softirq unconditionally"
2015-09-13 Sebastian Andrzej... timer: do not spin_trylock() on UP
2015-09-13 Sebastian Andrzej... rtmutex: use a trylock for waiter lock in trylock
2015-09-13 Steven Rostedttimer/rt: Always raise the softirq if there's irq_work...
2015-09-13 Steven Rostedttimer: Raise softirq if there's irq_work
2015-09-13 Thomas Gleixnertimers: do not raise softirq unconditionally
2015-09-13 Thomas Gleixnertimer-handle-idle-trylock-in-get-next-timer-irq.patch
2015-09-13 John Kacurrwlocks: Fix section mismatch
2015-09-13 Mike Galbraithlocking: ww_mutex: fix ww_mutex vs self-deadlock
2015-09-13 Gustavo Bittencourtrtmutex: enable deadlock detection in ww_mutex_lock...
2015-09-13 Mike Galbraithrt,locking: fix __ww_mutex_lock_interruptible() lockdep...
2015-09-13 Sebastian Andrzej... rtmutex: add a first shot of ww_mutex
2015-09-13 Brad Mouringrtmutex.c: Fix incorrect waiter check
2015-09-13 Steven Rostedtrwlock: disable migration before taking a lock
2015-09-13 Nicholas Mc Guireread_lock migrate_disable pushdown to rt_read_lock
2015-09-13 Nicholas Mc Guirewrite_lock migrate_disable pushdown to rt_write_lock
2015-09-13 Nicholas Mc Guiremigrate_disable pushd down in rt_write_trylock_irqsave
2015-09-13 Nicholas Mc Guiremigrate_disable pushd down in rt_spin_trylock_irqsave
2015-09-13 Sebastian Andrzej... Revert "migrate_disable pushd down in atomic_dec_and_sp...
2015-09-13 Nicholas Mc Guiremigrate_disable pushd down in atomic_dec_and_spin_lock
2015-09-13 Nicholas Mc Guirecondition migration_disable on lock acquisition
2015-09-13 Sebastian Andrzej... Revert "rwsem-rt: Do not allow readers to nest"
2015-09-13 Steven Rostedt ... rwsem-rt: Do not allow readers to nest
2015-09-13 Thomas Gleixnerrt: Add the preempt-rt lock replacement APIs
2015-09-13 Thomas Gleixnerrwsem-add-rt-variant.patch
2015-09-13 Thomas Gleixnerrt-mutex-add-sleeping-spinlocks-support.patch
2015-09-13 Thomas Gleixnerrtmutex-lock-killable.patch
2015-09-13 Thomas Gleixnerfutex: Ensure lock/unlock symetry versus pi_lock and...
2015-09-13 Steven Rostedtfutex: Fix bug on when a requeued RT task times out
2015-09-13 Thomas Gleixnerrtmutex-futex-prepare-rt.patch
2015-09-13 Thomas Gleixnergenirq: Allow disabling of softirq processing in irq...
2015-09-13 Ingo Molnartasklet: Prevent tasklets from going into infinite...
2015-09-13 Thomas Gleixnersoftirq-make-fifo.patch
2015-09-13 Thomas Gleixnersoftirq-local-lock.patch
2015-09-13 Thomas Gleixnermutex-no-spin-on-rt.patch
2015-09-13 Thomas Gleixnerlockdep-rt.patch
2015-09-13 Thomas Gleixnersoftirq: Sanitize softirq pending for NOHZ/RT
2015-09-13 Thomas Gleixnersched-clear-pf-thread-bound-on-fallback-rq.patch
2015-09-13 Nicholas Mc Guiresched: dont calculate hweight in update_migrate_disable()
2015-09-13 Peter Zijlstrasched: Have migrate_disable ignore bounded threads
2015-09-13 Peter Zijlstrasched: Do not compare cpu masks in scheduler
2015-09-13 Nicholas Mc Guireallow preemption in recursive migrate_disable call
2015-09-13 Steven Rostedtsched: Postpone actual migration disalbe to schedule
2015-09-13 Peter Zijlstrasched: teach migrate_disable about atomic contexts
2015-09-13 Mike Galbraithsched, rt: Fix migrate_enable() thinko
2015-09-13 Peter Zijlstrasched: Generic migrate_disable
2015-09-13 Peter Zijlstrasched: Optimize migrate_disable
2015-09-13 Steven Rostedttracing: Show padding as unsigned short
2015-09-13 Thomas Gleixnerftrace-migrate-disable-tracing.patch
2015-09-13 Thomas Gleixnerhotplug-use-migrate-disable.patch
2015-09-13 Thomas Gleixnersched-migrate-disable.patch
2015-09-13 Yong Zhanghotplug: Reread hotplug_pcp on pin_current_cpu() retry
2015-09-13 Yong Zhanghotplug: sync_unplug: No "
2015-09-13 Thomas Gleixnerhotplug: Lightweight get online cpus
2015-09-13 Thomas Gleixnerstomp-machine-raw-lock.patch
2015-09-13 Ingo Molnarstop_machine: convert stop_machine_run() to PREEMPT_RT
2015-09-13 Steven Rostedtsched/workqueue: Only wake up idle workers if not block...
2015-09-13 Thomas Gleixnersched: ttwu: Return success when only changing the...
2015-09-13 Thomas Gleixnersched-disable-ttwu-queue.patch
2015-09-13 Thomas Gleixnercond-resched-softirq-fix.patch
next