summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.4.126-rt141 REBASEv4.4.126-rt141-rebaseDaniel Wagner2018-04-031-0/+1
* net: use trylock in icmp_skSebastian Andrzej Siewior2018-04-031-1/+5
* rt/locking: allow recursive local_trylock()Sebastian Andrzej Siewior2018-04-031-0/+9
* Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior2018-04-031-6/+11
* kernel/hrtimer/hotplug: don't wake ktimersoftd while holding the hrtimer base...Mike Galbraith2018-04-031-6/+13
* kernel/hrtimer: don't wakeup a process while holding the hrtimer base lockSebastian Andrzej Siewior2018-04-031-5/+10
* kernel/hrtimer: migrate deferred timer on CPU downSebastian Andrzej Siewior2018-04-031-0/+5
* cpu_pm: replace raw_notifier to atomic_notifierAlex Shi2018-04-031-37/+6
* Revert "fs: jbd2: pull your plug when waiting for space"Sebastian Andrzej Siewior2018-04-031-2/+0
* locking/rt-mutex: fix deadlock in device mapper / block-IOMikulas Patocka2018-04-031-5/+20
* md/raid5: do not disable interruptsSebastian Andrzej Siewior2018-04-031-2/+2
* fs: convert two more BH_Uptodate_Lock related bitspinlocksSebastian Andrzej Siewior2018-04-031-4/+2
* kernel/locking: use an exclusive wait_q for sleepersSebastian Andrzej Siewior2018-04-034-7/+33
* sched/migrate disable: handle updated task-mask mg-dis sectionSebastian Andrzej Siewior2018-04-032-6/+54
* sched: Remove TASK_ALLPeter Zijlstra2018-04-031-1/+0
* sched: Prevent task state corruption by spurious lock wakeupThomas Gleixner2018-04-031-1/+1
* random: avoid preempt_disable()ed sectionSebastian Andrzej Siewior2018-04-031-4/+6
* rtmutex: Make lock_killable workThomas Gleixner2018-04-031-12/+7
* timer/hrtimer: check properly for a running timerSebastian Andrzej Siewior2018-04-031-1/+7
* lockdep: Fix compilation error for !CONFIG_MODULES and !CONFIG_SMPDan Murphy2018-04-032-0/+10
* rt: Drop the removal of _GPL from rt_mutex_destroy()'s EXPORT_SYMBOLSebastian Andrzej Siewior2018-04-031-1/+2
* lockdep: Handle statically initialized PER_CPU locks properThomas Gleixner2018-04-035-36/+67
* rt: Drop mutex_disable() on !DEBUG configs and the GPL suffix from export symbolSebastian Andrzej Siewior2018-04-032-2/+6
* x86/mm/cpa: avoid wbinvd() for PREEMPTJohn Ogness2018-04-031-0/+8
* pinctrl: qcom: Use raw spinlock variantsJulia Cartwright2018-04-031-24/+24
* radix-tree: use local locksSebastian Andrzej Siewior2018-04-032-19/+16
* cpuset: Convert callback_lock to raw_spinlock_tMike Galbraith2018-04-031-33/+33
* workqueue: use rcu_readlock() in put_pwq_unlocked()Sebastian Andrzej Siewior2018-04-031-0/+2
* net: Have __napi_schedule_irqoff() disable interrupts on RTSteven Rostedt2018-04-032-0/+14
* net: free the sbs in skbufheadSebastian Andrzej Siewior2018-04-031-0/+8
* arm: kprobe: replace patch_lock to raw lockYang Shi2018-04-031-3/+3
* x86/apic: get rid of "warning: 'acpi_ioapic_lock' defined but not used"Sebastian Andrzej Siewior2018-04-031-0/+2
* zsmalloc: turn that get_cpu_light() into a local_lock()Sebastian Andrzej Siewior2018-04-031-2/+4
* ftrace: Fix trace header alignmentMike Galbraith2018-04-031-16/+16
* kernel/futex: don't deboost too earlySebastian Andrzej Siewior2018-04-034-8/+55
* fs/dcache: incremental fixup of the retry routineSebastian Andrzej Siewior2018-04-031-4/+3
* x86/preempt-lazy: fixup should_resched()Sebastian Andrzej Siewior2018-04-031-2/+15
* fs/dcache: resched/chill only if we make no progressSebastian Andrzej Siewior2018-04-031-6/+13
* net: add a lock around icmp_sk()Sebastian Andrzej Siewior2018-04-031-0/+8
* net: add back the missing serialization in ip_send_unicast_reply()Sebastian Andrzej Siewior2018-04-031-0/+7
* scsi/fcoe: Fix get_cpu()/put_cpu_light() imbalance in fcoe_recv_frame()Mike Galbraith2018-04-031-1/+1
* sched: lazy_preempt: avoid a warning in the !RT caseSebastian Andrzej Siewior2018-04-031-1/+1
* timers: wakeup all timer waiters without holding the base lockSebastian Andrzej Siewior2018-04-031-1/+1
* timers: wakeup all timer waitersSebastian Andrzej Siewior2018-04-031-1/+1
* hyperv: Fix compilation issue with 4.4.19-rt27Juerg Haefliger2018-04-031-1/+1
* work-simple: Rename work-simple.[ch] to swork.[ch] for consistencyMike Galbraith2018-04-037-6/+6
* trace: correct off by one while recording the trace-eventSebastian Andrzej Siewior2018-04-031-0/+8
* mm: perform lru_add_drain_all() remotelyLuiz Capitulino2018-04-031-7/+30
* locallock: add local_lock_on()Sebastian Andrzej Siewior2018-04-031-0/+6
* arm: lazy preempt: correct resched conditionSebastian Andrzej Siewior2018-04-031-1/+5