summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.4.97-rt110 REBASEv4.4.97-rt110-rebaseSteven Rostedt2017-11-211-0/+1
* lockdep: Fix compilation error for !CONFIG_MODULES and !CONFIG_SMPDan Murphy2017-11-212-0/+10
* rt: Drop the removal of _GPL from rt_mutex_destroy()'s EXPORT_SYMBOLSebastian Andrzej Siewior2017-11-211-1/+2
* lockdep: Handle statically initialized PER_CPU locks properThomas Gleixner2017-11-215-36/+67
* rt: Drop mutex_disable() on !DEBUG configs and the GPL suffix from export symbolSebastian Andrzej Siewior2017-11-212-2/+6
* x86/mm/cpa: avoid wbinvd() for PREEMPTJohn Ogness2017-11-211-0/+8
* pinctrl: qcom: Use raw spinlock variantsJulia Cartwright2017-11-211-24/+24
* radix-tree: use local locksSebastian Andrzej Siewior2017-11-212-19/+16
* cpuset: Convert callback_lock to raw_spinlock_tMike Galbraith2017-11-211-33/+33
* workqueue: use rcu_readlock() in put_pwq_unlocked()Sebastian Andrzej Siewior2017-11-211-0/+2
* net: Have __napi_schedule_irqoff() disable interrupts on RTSteven Rostedt2017-11-212-0/+14
* net: free the sbs in skbufheadSebastian Andrzej Siewior2017-11-211-0/+8
* arm: kprobe: replace patch_lock to raw lockYang Shi2017-11-211-3/+3
* x86/apic: get rid of "warning: 'acpi_ioapic_lock' defined but not used"Sebastian Andrzej Siewior2017-11-211-0/+2
* zsmalloc: turn that get_cpu_light() into a local_lock()Sebastian Andrzej Siewior2017-11-211-2/+4
* ftrace: Fix trace header alignmentMike Galbraith2017-11-211-16/+16
* kernel/futex: don't deboost too earlySebastian Andrzej Siewior2017-11-214-8/+55
* fs/dcache: incremental fixup of the retry routineSebastian Andrzej Siewior2017-11-211-4/+3
* x86/preempt-lazy: fixup should_resched()Sebastian Andrzej Siewior2017-11-211-2/+15
* fs/dcache: resched/chill only if we make no progressSebastian Andrzej Siewior2017-11-211-6/+13
* net: add a lock around icmp_sk()Sebastian Andrzej Siewior2017-11-211-0/+8
* net: add back the missing serialization in ip_send_unicast_reply()Sebastian Andrzej Siewior2017-11-211-0/+7
* scsi/fcoe: Fix get_cpu()/put_cpu_light() imbalance in fcoe_recv_frame()Mike Galbraith2017-11-211-1/+1
* sched: lazy_preempt: avoid a warning in the !RT caseSebastian Andrzej Siewior2017-11-211-1/+1
* timers: wakeup all timer waiters without holding the base lockSebastian Andrzej Siewior2017-11-211-1/+1
* timers: wakeup all timer waitersSebastian Andrzej Siewior2017-11-211-1/+1
* hyperv: Fix compilation issue with 4.4.19-rt27Juerg Haefliger2017-11-211-1/+1
* work-simple: Rename work-simple.[ch] to swork.[ch] for consistencyMike Galbraith2017-11-217-6/+6
* trace: correct off by one while recording the trace-eventSebastian Andrzej Siewior2017-11-211-0/+8
* mm: perform lru_add_drain_all() remotelyLuiz Capitulino2017-11-211-7/+30
* locallock: add local_lock_on()Sebastian Andrzej Siewior2017-11-211-0/+6
* arm: lazy preempt: correct resched conditionSebastian Andrzej Siewior2017-11-211-1/+5
* kernel/printk: Don't try to print from IRQ/NMI regionSebastian Andrzej Siewior2017-11-211-0/+10
* kernel/rtmutex: only warn once on a try lock from bad contextSebastian Andrzej Siewior2017-11-211-1/+1
* sched,preempt: Fix preempt_count manipulationsPeter Zijlstra2017-11-211-2/+2
* perf/x86/intel/rapl: Make PMU lock rawThomas Gleixner2017-11-211-10/+10
* sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker2017-11-214-25/+27
* sched/cputime: Clarify vtime symbols and document themFrederic Weisbecker2017-11-213-5/+8
* Revert "vtime: Split lock and seqcount"Sebastian Andrzej Siewior2017-11-214-46/+25
* tty: serial: 8250: don't take the trylock during oopsSebastian Andrzej Siewior2017-11-211-2/+2
* panic: change nmi_panic from macro to functionHidehiro Kawai2017-11-212-20/+21
* panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai2017-11-215-8/+45
* panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai2017-11-214-8/+46
* drivers/block/zram: fixup compile for !RTSebastian Andrzej Siewior2017-11-211-1/+1
* ARM: imx: always use TWD on IMX6QSebastian Andrzej Siewior2017-11-211-1/+1
* list_bl: fixup bogus lockdep warningJosh Cartwright2017-11-211-5/+7
* drivers/block/zram: Replace bit spinlocks with rtmutex for -rtMike Galbraith2017-11-212-14/+57
* completion: filter out suspendSebastian Andrzej Siewior2017-11-214-1/+22
* net: dev: always take qdisc's busylock in __dev_xmit_skb()Sebastian Andrzej Siewior2017-11-211-0/+4
* mm/zsmalloc: Use get/put_cpu_light in zs_map_object()/zs_unmap_object()Mike Galbraith2017-11-211-2/+2