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