summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-01-1944-319/+401
|\
| * checkpatch: add virt barriersMichael S. Tsirkin2016-01-121-1/+2
| * checkpatch: check for __smp outside barrier.hMichael S. Tsirkin2016-01-121-0/+10
| * checkpatch.pl: add missing memory barriersMichael S. Tsirkin2016-01-121-1/+21
| * virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-1213-14/+14
| * virtio_balloon: fix race between migration and ballooningMinchan Kim2016-01-121-2/+2
| * virtio_balloon: fix race by fill and leakMinchan Kim2016-01-121-1/+1
| * s390: more efficient smp barriersMichael S. Tsirkin2016-01-121-0/+3
| * s390: use generic memory barriersMichael S. Tsirkin2016-01-121-3/+0
| * xen/events: use virt_xxx barriersMichael S. Tsirkin2016-01-121-1/+2
| * xen/io: use virt_xxx barriersMichael S. Tsirkin2016-01-121-8/+8
| * xenbus: use virt_xxx barriersMichael S. Tsirkin2016-01-121-4/+4
| * virtio_ring: use virt_store_mbMichael S. Tsirkin2016-01-122-6/+20
| * sh: move xchg_cmpxchg to a header by itselfMichael S. Tsirkin2016-01-122-34/+52
| * sh: support 1 and 2 byte xchgMichael S. Tsirkin2016-01-124-22/+72
| * virtio_ring: update weak barriers to use virt_xxxMichael S. Tsirkin2016-01-121-21/+4
| * Revert "virtio_ring: Update weak barriers to use dma_wmb/rmb"Michael S. Tsirkin2016-01-121-4/+19
| * asm-generic: implement virt_xxx memory barriersMichael S. Tsirkin2016-01-122-5/+34
| * x86: define __smp_xxxMichael S. Tsirkin2016-01-121-19/+12
| * xtensa: define __smp_xxxMichael S. Tsirkin2016-01-121-2/+2
| * tile: define __smp_xxxMichael S. Tsirkin2016-01-121-4/+5
| * sparc: define __smp_xxxMichael S. Tsirkin2016-01-121-4/+4
| * sh: define __smp_xxx, fix smp_store_mb for !SMPMichael S. Tsirkin2016-01-121-1/+2
| * s390: define __smp_xxxMichael S. Tsirkin2016-01-121-6/+9
| * mips: define __smp_xxxMichael S. Tsirkin2016-01-121-12/+14
| * metag: define __smp_xxxMichael S. Tsirkin2016-01-121-17/+15
| * ia64: define __smp_xxxMichael S. Tsirkin2016-01-121-9/+5
| * blackfin: define __smp_xxxMichael S. Tsirkin2016-01-121-2/+2
| * arm: define __smp_xxxMichael S. Tsirkin2016-01-121-9/+3
| * arm64: define __smp_xxxMichael S. Tsirkin2016-01-121-5/+5
| * powerpc: define __smp_xxxMichael S. Tsirkin2016-01-121-16/+8
| * asm-generic: add __smp_xxx wrappersMichael S. Tsirkin2016-01-121-9/+82
| * x86: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-3/+2
| * x86/um: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+1
| * mips: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-23/+2
| * metag: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-23/+2
| * arm64: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+1
| * arm: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-22/+1
| * sparc: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-123-23/+2
| * s390: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+2
| * powerpc: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-7/+2
| * ia64: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+2
| * ia64: rename nop->iosapic_nopMichael S. Tsirkin2016-01-121-3/+3
| * asm-generic: guard smp_store_release/load_acquireMichael S. Tsirkin2016-01-121-0/+4
| * lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso2016-01-124-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2016-01-1825-188/+310
|\ \
| * | numa: remove stale node_has_online_mem() defineChris Metcalf2016-01-182-7/+0
| * | arch/tile: move user_exit() to early kernel entry sequenceChris Metcalf2016-01-187-41/+16
| * | tile: fix bug in setting PT_FLAGS_DISABLE_IRQ on kernel entryChris Metcalf2016-01-181-1/+1
| * | tile: fix tilepro casts for readl, writel, etcChris Metcalf2016-01-181-8/+8