summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* signals: Allow rt tasks to cache one sigqueue structThomas Gleixner2018-08-073-5/+67
* workqueue: Prevent deadlock/stall on RTThomas Gleixner2018-08-072-15/+51
* cpuset: Convert callback_lock to raw_spinlock_tMike Galbraith2018-08-071-33/+33
* cgroups: use simple wait in css_release()Sebastian Andrzej Siewior2018-08-071-4/+5
* ftrace: Fix trace header alignmentMike Galbraith2018-08-071-11/+11
* sched: Add support for lazy preemptionThomas Gleixner2018-08-078-27/+142
* hotplug: duct-tape RT-rwlock usage for non-RTSebastian Andrzej Siewior2018-08-071-1/+13
* cpu/hotplug: Implement CPU pinningThomas Gleixner2018-08-071-0/+40
* random: Make it work on rtThomas Gleixner2018-08-072-1/+13
* panic: skip get_random_bytes for RT_FULL in init_oops_idThomas Gleixner2018-08-071-0/+2
* sysfs: Add /sys/kernel/realtime entryClark Williams2018-08-071-0/+12
* kgdb/serial: Short term workaroundJason Wessel2018-08-071-0/+2
* genirq: update irq_set_irqchip_state documentationJosh Cartwright2018-08-071-1/+1
* printk: Drop the logbuf_lock more oftenSebastian Andrzej Siewior2018-08-071-0/+27
* kernel/printk: Don't try to print from IRQ/NMI regionSebastian Andrzej Siewior2018-08-071-0/+10
* printk: Make rt awareThomas Gleixner2018-08-071-3/+30
* irqwork: push most work into softirq contextSebastian Andrzej Siewior2018-08-075-13/+51
* net: provide a way to delegate processing a softirq to ksoftirqdSebastian Andrzej Siewior2018-08-071-0/+21
* sched: Distangle worker accounting from rqlockThomas Gleixner2018-08-073-100/+47
* workqueue: Prevent workqueue versus ata-piix livelockThomas Gleixner2018-08-071-1/+2
* workqueue: Use local irq lock instead of irq disable regionsThomas Gleixner2018-08-071-15/+30
* workqueue: Use normal rcuThomas Gleixner2018-08-071-43/+52
* fs/dcache: use swait_queue instead of waitqueueSebastian Andrzej Siewior2018-08-071-0/+1
* rt: Introduce cpu_chill()Thomas Gleixner2018-08-071-0/+21
* rcu: enable rcu_normal_after_boot by default for RTJulia Cartwright2018-08-071-1/+1
* srcu: replace local_irqsave() with a locallockSebastian Andrzej Siewior2018-08-071-5/+9
* srcu: use cpu_online() instead custom checkSebastian Andrzej Siewior2018-08-072-22/+4
* rcu: Eliminate softirq processing from rcutreePaul E. McKenney2018-08-073-145/+115
* rcu: Make ksoftirqd do RCU quiescent statesPaul E. McKenney2018-08-072-2/+20
* rcu: Merge RCU-bh into RCU-preemptThomas Gleixner2018-08-075-3/+46
* rcu: Frob softirq testPeter Zijlstra2018-08-071-1/+1
* sched/migrate_disable: fallback to preempt_disable() instead barrier()Sebastian Andrzej Siewior2018-08-072-13/+12
* rtmutex: annotate sleeping lock contextSebastian Andrzej Siewior2018-08-074-7/+74
* ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior2018-08-072-3/+23
* locking/rtmutex: re-init the wait_lock in rt_mutex_init_proxy_locked()Sebastian Andrzej Siewior2018-08-071-0/+8
* locking/rt-mutex: fix deadlock in device mapper / block-IOMikulas Patocka2018-08-071-0/+13
* rtmutex: add ww_mutex addon for mutex-rtSebastian Andrzej Siewior2018-08-073-13/+260
* rtmutex: wire up RT's lockingThomas Gleixner2018-08-073-1/+20
* rtmutex: add rwlock implementation based on rtmutexThomas Gleixner2018-08-071-0/+368
* rtmutex: add rwsem implementation based on rtmutexThomas Gleixner2018-08-071-0/+293
* rtmutex: add mutex implementation based on rtmutexThomas Gleixner2018-08-071-0/+223
* rtmutex: add sleeping lock implementationThomas Gleixner2018-08-075-51/+440
* rtmutex: export lockdep-less version of rt_mutex's lock, trylock and unlockThomas Gleixner2018-08-072-24/+46
* rtmutex: Provide rt_mutex_slowlock_locked()Thomas Gleixner2018-08-072-29/+44
* rtmutex: Make lock_killable workThomas Gleixner2018-08-071-12/+7
* rtmutex: Add rtmutex_lock_killable()Thomas Gleixner2018-08-071-0/+19
* locking: locktorture: Do NOT include rwlock.h directlyWolfgang M. Reimer2018-08-071-1/+0
* futex: Ensure lock/unlock symetry versus pi_lock and hash bucket lockThomas Gleixner2018-08-071-0/+2
* futex: Fix bug on when a requeued RT task times outSteven Rostedt2018-08-072-1/+31
* rtmutex: Handle the various new futex race conditionsThomas Gleixner2018-08-073-21/+94