summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.9.257-rt171 REBASEv4.9.257-rt171-rebaseLuis Claudio R. Goncalves2021-03-211-1/+1
* futex: Don't enable IRQs unconditionally in put_pi_state()Dan Carpenter2021-03-211-0/+4
* genirq: Do not call cancel_work on old_notify->work on PREEMPT_RTSteven Rostedt2021-03-211-4/+3
* seqlock: provide the same ordering semantics as mainlineJulia Cartwright2021-03-211-0/+1
* squashfs: make use of local lock in multi_cpu decompressorJulia Cartwright2021-03-211-4/+12
* locallock: provide {get,put}_locked_ptr() variantsJulia Cartwright2021-03-211-0/+10
* posix-timers: move the rcu head out of the unionSebastian Andrzej Siewior2021-03-212-3/+3
* alarmtimer: Prevent live lock in alarm_cancel()Sebastian Andrzej Siewior2021-03-211-1/+1
* block: blk-mq: move blk_queue_usage_counter_release() into process contextSebastian Andrzej Siewior2021-03-212-1/+15
* Revert "block: blk-mq: Use swait"Sebastian Andrzej Siewior2021-03-213-9/+9
* Revert "rt,ntp: Move call to schedule_delayed_work() to helper thread"Sebastian Andrzej Siewior2021-03-211-26/+0
* net: use task_struct instead of CPU number as the queue owner on -RTSebastian Andrzej Siewior2021-03-212-7/+53
* locking: add types.hSebastian Andrzej Siewior2021-03-211-0/+2
* mm/slub: close possible memory-leak in kmem_cache_alloc_bulk()Sebastian Andrzej Siewior2021-03-211-0/+1
* arm*: disable NEON in kernel modeSebastian Andrzej Siewior2021-03-212-8/+8
* crypto: limit more FPU-enabled sectionsSebastian Andrzej Siewior2021-03-2110-19/+158
* sched, tracing: Fix trace_sched_pi_setprio() for deboostingSebastian Andrzej Siewior2021-03-211-1/+3
* rcu: Suppress lockdep false-positive ->boost_mtx complaintsPaul E. McKenney2021-03-211-1/+1
* rcu: Do not include rtmutex_common.h unconditionallySebastian Andrzej Siewior2021-03-211-2/+1
* rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesBoqun Feng2021-03-211-2/+3
* futex: Fix OWNER_DEAD fixupPeter Zijlstra2021-03-211-4/+3
* futex: Avoid violating the 10th rule of futexPeter Zijlstra2021-03-212-4/+15
* futex: Fix more put_pi_state() vs. exit_pi_state_list() racesPeter Zijlstra2021-03-211-3/+20
* futex: Fix pi_state->owner serializationPeter Zijlstra2021-03-211-8/+12
* net: use trylock in icmp_skSebastian Andrzej Siewior2021-03-211-1/+5
* locking/rtmutex: don't drop the wait_lock twiceSebastian Andrzej Siewior2021-03-211-1/+0
* rt/locking: allow recursive local_trylock()Sebastian Andrzej Siewior2021-03-211-0/+9
* iommu/amd: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->flush_queueSebastian Andrzej Siewior2021-03-211-3/+1
* Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior2021-03-211-6/+11
* kernel/hrtimer/hotplug: don't wake ktimersoftd while holding the hrtimer base...Mike Galbraith2021-03-211-6/+13
* kernel/hrtimer: don't wakeup a process while holding the hrtimer base lockSebastian Andrzej Siewior2021-03-211-5/+10
* net: take the tcp_sk_lock lock with BH disabledSebastian Andrzej Siewior2021-03-211-4/+4
* kernel/hrtimer: migrate deferred timer on CPU downSebastian Andrzej Siewior2021-03-211-0/+5
* PM / CPU: replace raw_notifier with atomic_notifier (fixup)Sebastian Andrzej Siewior2021-03-211-0/+7
* cpu_pm: replace raw_notifier to atomic_notifierAlex Shi2021-03-211-37/+6
* rtmutex: Fix lock stealing logicMike Galbraith2021-03-211-37/+36
* Revert "fs: jbd2: pull your plug when waiting for space"Sebastian Andrzej Siewior2021-03-211-2/+0
* Revert "memcontrol: Prevent scheduling while atomic in cgroup code"Steven Rostedt (VMware)2021-03-211-7/+6
* md/raid5: do not disable interruptsSebastian Andrzej Siewior2021-03-211-2/+2
* locking/rt-mutex: fix deadlock in device mapper / block-IOMikulas Patocka2021-03-211-0/+13
* fs: convert two more BH_Uptodate_Lock related bitspinlocksSebastian Andrzej Siewior2021-03-212-8/+4
* tpm_tis: fix stall after iowrite*()sHaris Okanovic2021-03-211-2/+27
* fs/dcache: disable preemption on i_dir_seq's write sideSebastian Andrzej Siewior2021-03-213-7/+9
* drivers/zram: fix zcomp_stream_get() smp_processor_id() use in preemptible codeMike Galbraith2021-03-211-1/+2
* Add localversion for -RT releaseThomas Gleixner2021-03-211-0/+1
* workqueue: Prevent deadlock/stall on RTThomas Gleixner2021-03-212-15/+52
* md: disable bcacheSebastian Andrzej Siewior2021-03-211-0/+1
* rt,ntp: Move call to schedule_delayed_work() to helper threadSteven Rostedt2021-03-211-0/+26
* cpuset: Convert callback_lock to raw_spinlock_tMike Galbraith2021-03-211-33/+33
* memcontrol: Prevent scheduling while atomic in cgroup codeMike Galbraith2021-03-211-6/+7