summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.9.319-rt195 REBASEv4.9.319-rt195-rebaseMark Gross2022-06-291-1/+1
* signal: Prevent double-free of user structMatt Fleming2022-06-291-2/+2
* Linux 4.9.312-rt193 REBASEMark Gross2022-06-291-1/+1
* ptrace: fix ptrace_unfreeze_traced() race with rt-lockOleg Nesterov2022-06-291-8/+15
* genirq: Do not call cancel_work on old_notify->work on PREEMPT_RTSteven Rostedt2022-06-291-4/+3
* seqlock: provide the same ordering semantics as mainlineJulia Cartwright2022-06-291-0/+1
* squashfs: make use of local lock in multi_cpu decompressorJulia Cartwright2022-06-291-4/+12
* locallock: provide {get,put}_locked_ptr() variantsJulia Cartwright2022-06-291-0/+10
* posix-timers: move the rcu head out of the unionSebastian Andrzej Siewior2022-06-292-3/+3
* alarmtimer: Prevent live lock in alarm_cancel()Sebastian Andrzej Siewior2022-06-291-1/+1
* block: blk-mq: move blk_queue_usage_counter_release() into process contextSebastian Andrzej Siewior2022-06-292-1/+15
* Revert "block: blk-mq: Use swait"Sebastian Andrzej Siewior2022-06-293-9/+9
* Revert "rt,ntp: Move call to schedule_delayed_work() to helper thread"Sebastian Andrzej Siewior2022-06-291-26/+0
* net: use task_struct instead of CPU number as the queue owner on -RTSebastian Andrzej Siewior2022-06-292-7/+53
* locking: add types.hSebastian Andrzej Siewior2022-06-291-0/+2
* mm/slub: close possible memory-leak in kmem_cache_alloc_bulk()Sebastian Andrzej Siewior2022-06-291-0/+1
* arm*: disable NEON in kernel modeSebastian Andrzej Siewior2022-06-292-8/+8
* crypto: limit more FPU-enabled sectionsSebastian Andrzej Siewior2022-06-2910-19/+158
* sched, tracing: Fix trace_sched_pi_setprio() for deboostingSebastian Andrzej Siewior2022-06-291-1/+3
* rcu: Suppress lockdep false-positive ->boost_mtx complaintsPaul E. McKenney2022-06-291-1/+1
* rcu: Do not include rtmutex_common.h unconditionallySebastian Andrzej Siewior2022-06-291-2/+1
* rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesBoqun Feng2022-06-291-2/+3
* net: use trylock in icmp_skSebastian Andrzej Siewior2022-06-291-1/+5
* locking/rtmutex: don't drop the wait_lock twiceSebastian Andrzej Siewior2022-06-291-1/+0
* rt/locking: allow recursive local_trylock()Sebastian Andrzej Siewior2022-06-291-0/+9
* iommu/amd: Use raw_cpu_ptr() instead of get_cpu_ptr() for ->flush_queueSebastian Andrzej Siewior2022-06-291-3/+1
* Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior2022-06-291-6/+11
* kernel/hrtimer/hotplug: don't wake ktimersoftd while holding the hrtimer base...Mike Galbraith2022-06-291-6/+13
* kernel/hrtimer: don't wakeup a process while holding the hrtimer base lockSebastian Andrzej Siewior2022-06-291-5/+10
* net: take the tcp_sk_lock lock with BH disabledSebastian Andrzej Siewior2022-06-291-4/+4
* kernel/hrtimer: migrate deferred timer on CPU downSebastian Andrzej Siewior2022-06-291-0/+5
* PM / CPU: replace raw_notifier with atomic_notifier (fixup)Sebastian Andrzej Siewior2022-06-291-0/+7
* cpu_pm: replace raw_notifier to atomic_notifierAlex Shi2022-06-291-37/+6
* rtmutex: Fix lock stealing logicMike Galbraith2022-06-291-37/+36
* Revert "fs: jbd2: pull your plug when waiting for space"Sebastian Andrzej Siewior2022-06-291-2/+0
* Revert "memcontrol: Prevent scheduling while atomic in cgroup code"Steven Rostedt (VMware)2022-06-291-7/+6
* md/raid5: do not disable interruptsSebastian Andrzej Siewior2022-06-291-2/+2
* locking/rt-mutex: fix deadlock in device mapper / block-IOMikulas Patocka2022-06-291-0/+13
* fs: convert two more BH_Uptodate_Lock related bitspinlocksSebastian Andrzej Siewior2022-06-292-8/+4
* tpm_tis: fix stall after iowrite*()sHaris Okanovic2022-06-291-2/+27
* fs/dcache: disable preemption on i_dir_seq's write sideSebastian Andrzej Siewior2022-06-293-7/+9
* drivers/zram: fix zcomp_stream_get() smp_processor_id() use in preemptible codeMike Galbraith2022-06-291-1/+2
* Add localversion for -RT releaseThomas Gleixner2022-06-291-0/+1
* workqueue: Prevent deadlock/stall on RTThomas Gleixner2022-06-292-15/+52
* md: disable bcacheSebastian Andrzej Siewior2022-06-291-0/+1
* rt,ntp: Move call to schedule_delayed_work() to helper threadSteven Rostedt2022-06-291-0/+26
* cpuset: Convert callback_lock to raw_spinlock_tMike Galbraith2022-06-291-33/+33
* memcontrol: Prevent scheduling while atomic in cgroup codeMike Galbraith2022-06-291-6/+7
* cgroups: use simple wait in css_release()Sebastian Andrzej Siewior2022-06-292-4/+7
* drm,i915: Use local_lock/unlock_irq() in intel_pipe_update_start/end()Mike Galbraith2022-06-291-4/+7