summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1335-256/+14598
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-10-2435-256/+14598
| |\
| | *---. Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney2017-10-2019-79/+208
| | |\ \ \
| | | | | * torture: Provide TMPDIR environment variable to specify tmpdirPaul E. McKenney2017-10-098-9/+9
| | | | | * rcutorture: Dump writer stack if stalledPaul E. McKenney2017-10-092-0/+7
| | | | | * rcutorture: Add interrupt-disable capability to stall-warning testsPaul E. McKenney2017-10-092-5/+16
| | | | * | rcu: Suppress RCU CPU stall warnings while dumping tracePaul E. McKenney2017-10-092-0/+18
| | | | * | rcu: Turn off tracing before dumping tracePaul E. McKenney2017-10-091-1/+3
| | | | * | rcu: Make RCU CPU stall warnings check for irq-disabled CPUsPaul E. McKenney2017-10-093-13/+103
| | | | * | sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney2017-10-092-20/+6
| | | | |/
| | | * | rcu/segcblist: Include rcupdate.hSebastian Andrzej Siewior2017-10-191-0/+1
| | | * | rcu: Add extended-quiescent-state testing advicePaul E. McKenney2017-10-191-0/+30
| | | * | rcu: Suppress lockdep false-positive ->boost_mtx complaintsPaul E. McKenney2017-10-191-1/+1
| | | * | rcu: Do not include rtmutex_common.h unconditionallySebastian Andrzej Siewior2017-10-191-2/+1
| | | * | sched: Make resched_cpu() unconditionalPaul E. McKenney2017-10-091-2/+1
| | | * | irq_work: Map irq_work_on_queue() to irq_work_on() in !SMPPaul E. McKenney2017-10-092-6/+6
| | | * | rcu: Create call_rcu_tasks() kthread at boot timePaul E. McKenney2017-10-091-19/+5
| | | * | rcu: Fix up pending cbs check in rcu_prepare_for_idleNeeraj Upadhyay2017-10-091-1/+1
| | | |/
| | * | srcu: Add parameters to SRCU docbook commentsPaul E. McKenney2017-10-202-1/+2
| | * | doc: Rewrite confusing statement about memory barriersGuilherme G. Piccoli2017-10-201-2/+2
| | * | memory-barriers.txt: Fix typo in pairing exampleScott Tsai2017-10-201-1/+1
| | * | memory-barriers: Rework multicopy-atomicity sectionAlan Stern2017-10-091-28/+30
| | * | memory-barriers: Replace uses of "transitive"Paul E. McKenney2017-10-091-94/+91
| | * | documentation: Update RCU CPU stall warning messagesPaul E. McKenney2017-10-091-77/+105
| | * | documentation: Slow systems can stall RCU grace periodsPaul E. McKenney2017-10-091-0/+6
| | * | documentation: Long-running irq handlers can stall RCU grace periodsPaul E. McKenney2017-10-091-1/+11
| | * | documentation: RCU grace-period memory ordering guaranteesPaul E. McKenney2017-10-0914-0/+14170
| | |/
* | | Merge tag 'please-pull-gettime_vsyscall_update' of git://git.kernel.org/pub/s...Linus Torvalds2017-11-135-26/+36
|\ \ \
| * | | ia64: Update fsyscall gettime to use modern vsyscall_updateTony Luck2017-10-315-26/+36
* | | | Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-11-1346-262/+1940
|\ \ \ \
| * | | | openrisc: fix possible deadlock scenario during timer syncStafford Horne2017-11-031-1/+1
| * | | | openrisc: pass endianness info to sparseLuc Van Oostenryck2017-11-031-0/+1
| * | | | openrisc: add tick timer multi-core sync logicStafford Horne2017-11-035-3/+145
| * | | | openrisc: enable LOCKDEP_SUPPORT and irqflags tracingStafford Horne2017-11-032-3/+74
| * | | | openrisc: support framepointers and STACKTRACE_SUPPORTStafford Horne2017-11-036-48/+224
| * | | | openrisc: add simple_smp dts and defconfig for simulatorsStefan Kristiansson2017-11-032-0/+129
| * | | | openrisc: add cacheflush support to fix icache aliasingJan Henrik Weinstock2017-11-037-8/+194
| * | | | openrisc: sleep instead of spin on secondary waitStafford Horne2017-11-032-2/+54
| * | | | openrisc: fix initial preempt state for secondary cpu tasksStafford Horne2017-11-032-1/+2
| * | | | openrisc: initial SMP supportStefan Kristiansson2017-11-0319-113/+584
| * | | | irqchip: add initial support for ompicStafford Horne2017-11-036-0/+230
| * | | | dt-bindings: add openrisc to vendor prefixes listStafford Horne2017-11-031-0/+1
| * | | | openrisc: use qspinlocks and qrwlocksStafford Horne2017-11-034-1/+24
| * | | | openrisc: add 1 and 2 byte cmpxchg supportStafford Horne2017-11-031-32/+115
| * | | | openrisc: use shadow registers to save regs on exceptionStefan Kristiansson2017-11-032-26/+80
| * | | | dt-bindings: openrisc: Add OpenRISC platform SoCStafford Horne2017-11-032-0/+40
| * | | | Documentation: openrisc: Updates to READMEStafford Horne2017-10-301-27/+38
| * | | | Documentation: Move OpenRISC docs out of arch/Stafford Horne2017-10-303-0/+1
| * | | | MAINTAINERS: Add OpenRISC pic maintainerStafford Horne2017-10-301-0/+1
| * | | | openrisc: dts: or1ksim: Add stdout-pathStafford Horne2017-10-301-1/+6
| | |/ / | |/| |