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