summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.4.249-rt212 REBASEv4.4.249-rt212-rebaseDaniel Wagner2021-01-041-0/+1
* signal: Prevent double-free of user structMatt Fleming2021-01-041-2/+2
* BPF: Disable on PREEMPT_RTSebastian Andrzej Siewior2021-01-041-0/+1
* irq_work: Fix checking of IRQ_WORK_LAZY flag set on non PREEMPT_RTSteven Rostedt (VMware)2021-01-041-3/+9
* posix-timers: move the rcu head out of the unionSebastian Andrzej Siewior2021-01-042-3/+3
* alarmtimer: Prevent live lock in alarm_cancel()Sebastian Andrzej Siewior2021-01-041-1/+1
* crypto: limit more FPU-enabled sectionsSebastian Andrzej Siewior2021-01-0410-18/+158
* arm*: disable NEON in kernel modeSebastian Andrzej Siewior2021-01-042-8/+8
* mm/slub: close possible memory-leak in kmem_cache_alloc_bulk()Sebastian Andrzej Siewior2021-01-041-0/+1
* timer: Invoke timer_start_debug() where it makes senseThomas Gleixner2021-01-041-2/+2
* locking: add types.hSebastian Andrzej Siewior2021-01-041-0/+2
* net: use trylock in icmp_skSebastian Andrzej Siewior2021-01-041-1/+5
* rt/locking: allow recursive local_trylock()Sebastian Andrzej Siewior2021-01-041-0/+9
* Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior2021-01-041-6/+11
* kernel/hrtimer/hotplug: don't wake ktimersoftd while holding the hrtimer base...Mike Galbraith2021-01-041-6/+13
* kernel/hrtimer: don't wakeup a process while holding the hrtimer base lockSebastian Andrzej Siewior2021-01-041-5/+10
* kernel/hrtimer: migrate deferred timer on CPU downSebastian Andrzej Siewior2021-01-041-0/+5
* cpu_pm: replace raw_notifier to atomic_notifierAlex Shi2021-01-041-37/+6
* Revert "fs: jbd2: pull your plug when waiting for space"Sebastian Andrzej Siewior2021-01-041-2/+0
* locking/rt-mutex: fix deadlock in device mapper / block-IOMikulas Patocka2021-01-041-5/+20
* md/raid5: do not disable interruptsSebastian Andrzej Siewior2021-01-041-2/+2
* fs: convert two more BH_Uptodate_Lock related bitspinlocksSebastian Andrzej Siewior2021-01-041-4/+2
* kernel/locking: use an exclusive wait_q for sleepersSebastian Andrzej Siewior2021-01-044-7/+33
* sched/migrate disable: handle updated task-mask mg-dis sectionSebastian Andrzej Siewior2021-01-042-6/+54
* sched: Remove TASK_ALLPeter Zijlstra2021-01-041-1/+0
* sched: Prevent task state corruption by spurious lock wakeupThomas Gleixner2021-01-041-1/+1
* random: avoid preempt_disable()ed sectionSebastian Andrzej Siewior2021-01-041-4/+6
* rtmutex: Make lock_killable workThomas Gleixner2021-01-041-12/+7
* timer/hrtimer: check properly for a running timerSebastian Andrzej Siewior2021-01-041-1/+7
* lockdep: Fix compilation error for !CONFIG_MODULES and !CONFIG_SMPDan Murphy2021-01-042-0/+10
* rt: Drop the removal of _GPL from rt_mutex_destroy()'s EXPORT_SYMBOLSebastian Andrzej Siewior2021-01-041-1/+2
* lockdep: Handle statically initialized PER_CPU locks properThomas Gleixner2021-01-045-36/+67
* rt: Drop mutex_disable() on !DEBUG configs and the GPL suffix from export symbolSebastian Andrzej Siewior2021-01-042-2/+6
* x86/mm/cpa: avoid wbinvd() for PREEMPTJohn Ogness2021-01-041-0/+8
* pinctrl: qcom: Use raw spinlock variantsJulia Cartwright2021-01-041-24/+24
* radix-tree: use local locksSebastian Andrzej Siewior2021-01-042-19/+16
* cpuset: Convert callback_lock to raw_spinlock_tMike Galbraith2021-01-041-33/+33
* workqueue: use rcu_readlock() in put_pwq_unlocked()Sebastian Andrzej Siewior2021-01-041-0/+2
* net: Have __napi_schedule_irqoff() disable interrupts on RTSteven Rostedt2021-01-042-0/+14
* net: free the sbs in skbufheadSebastian Andrzej Siewior2021-01-041-0/+8
* x86/apic: get rid of "warning: 'acpi_ioapic_lock' defined but not used"Sebastian Andrzej Siewior2021-01-041-0/+2
* zsmalloc: turn that get_cpu_light() into a local_lock()Sebastian Andrzej Siewior2021-01-041-2/+4
* ftrace: Fix trace header alignmentMike Galbraith2021-01-041-16/+16
* kernel/futex: don't deboost too earlySebastian Andrzej Siewior2021-01-044-8/+55
* fs/dcache: incremental fixup of the retry routineSebastian Andrzej Siewior2021-01-041-4/+3
* x86/preempt-lazy: fixup should_resched()Sebastian Andrzej Siewior2021-01-041-2/+15
* fs/dcache: resched/chill only if we make no progressSebastian Andrzej Siewior2021-01-041-6/+13
* net: add a lock around icmp_sk()Sebastian Andrzej Siewior2021-01-041-0/+8
* net: add back the missing serialization in ip_send_unicast_reply()Sebastian Andrzej Siewior2021-01-041-0/+7
* scsi/fcoe: Fix get_cpu()/put_cpu_light() imbalance in fcoe_recv_frame()Mike Galbraith2021-01-041-1/+1