summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-11-015-18/+18
|\
| * latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook2016-10-312-11/+10
| * gcc-plugins: Export symbols needed by gccKees Cook2016-10-314-7/+8
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-11-0114-122/+96
|\ \
| * | virtio_ring: mark vring_dma_dev inlineMichael S. Tsirkin2016-10-311-1/+1
| * | virtio/vhost: add Jason to list of maintainersMichael S. Tsirkin2016-10-311-0/+2
| * | virtio_blk: Delete an unnecessary initialisation in init_vq()Markus Elfring2016-10-311-1/+1
| * | virtio_blk: Use kmalloc_array() in init_vq()Markus Elfring2016-10-311-4/+4
| * | virtio: remove config.cJuergen Gross2016-10-311-12/+0
| * | virtio: console: Unlock vqs while freeing buffersMatt Redfearn2016-10-311-6/+16
| * | ringtest: poll for new buffers once before updating event indexPaolo Bonzini2016-10-311-2/+2
| * | ringtest: commonize implementation of poll_avail/poll_usedPaolo Bonzini2016-10-316-83/+43
| * | ringtest: use link-time optimizationPaolo Bonzini2016-10-312-4/+4
| * | virtio: update balloon size in balloon "probe"Konstantin Neumoin2016-10-311-0/+2
| * | virtio_ring: Make interrupt suppression spec compliantLadi Prosek2016-10-311-5/+9
| * | virtio_pci: Limit DMA mask to 44 bits for legacy virtio devicesWill Deacon2016-10-311-4/+12
* | | Merge tag 'vfio-v4.9-rc4' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-11-012-13/+22
|\ \ \
| * | | vfio/pci: Fix integer overflows, bitmask checkVlad Tsyrklevich2016-10-262-13/+22
| | |/ | |/|
* | | Merge tag 'spi-fix-v4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-313-2/+12
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge remote-tracking branches 'spi/fix/dt', 'spi/fix/fsl-dspi' and 'spi/fix/...Mark Brown2016-10-293-2/+12
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | | * | spi: fsl-espi: avoid processing uninitalized data on errorArnd Bergmann2016-10-261-1/+1
| | | * | | spi: dspi: clear SPI_SR before enable interruptYuan Yao2016-10-291-0/+7
| | | |/ /
| | * / / spi: mark device nodes only in case of successful instantiationRalf Ramsauer2016-10-241-1/+4
| | |/ /
* | | | Merge tag 'regulator-fix-v4.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-311-1/+1
|\ \ \ \
| * | | | regulator: core: silence warning: "VDD1: ramp_delay not set"H. Nikolaus Schaller2016-10-281-1/+1
| | |/ / | |/| |
* | | | Merge tag 'regmap-fix-v4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-311-5/+6
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'regmap/fix/header' and 'regmap/fix/macro' int...Mark Brown2016-10-291-5/+6
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | regmap: Rename ret variable in regmap_read_poll_timeoutCharles Keepax2016-10-281-5/+5
| | | |/ /
| | * | | regmap: include <linux/delay.h> from include/linux/regmap.hMasahiro Yamada2016-10-131-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-10-311-3/+0
|\ \ \ \ \
| * | | | | tpm: remove invalid min length check from tpm_do_selftest()Jarkko Sakkinen2016-10-311-3/+0
* | | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-10-314-11/+31
|\ \ \ \ \ \
| * | | | | | ARM: wire up new pkey syscallsRussell King2016-10-193-1/+7
| * | | | | | ARM: fix oops when using older ARMv4T CPUsRussell King2016-10-191-10/+24
| | |_|_|/ / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-10-3132-723/+1400
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | sparc64: Handle extremely large kernel TLB range flushes more gracefully.David S. Miller2016-10-271-55/+228
| * | | | | sparc64: Fix illegal relative branches in hypervisor patched TLB cross-call c...David S. Miller2016-10-261-12/+30
| * | | | | sparc64: Fix instruction count in comment for __hypervisor_flush_tlb_pending.David S. Miller2016-10-261-1/+1
| * | | | | sparc64: Handle extremely large kernel TSB range flushes sanely.David S. Miller2016-10-251-0/+17
| * | | | | sparc: Handle negative offsets in arch_jump_label_transformJames Clarke2016-10-251-6/+17
| * | | | | sparc64: Fix illegal relative branches in hypervisor patched TLB code.David S. Miller2016-10-251-14/+51
| * | | | | sparc64: Delete now unused user copy fixup functions.David S. Miller2016-10-243-105/+4
| * | | | | sparc64: Delete now unused user copy assembler helpers.David S. Miller2016-10-241-30/+0
| * | | | | sparc64: Convert U3copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-81/+162
| * | | | | sparc64: Convert NG2copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-91/+153
| * | | | | sparc64: Convert NGcopy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-79/+162
| * | | | | sparc64: Convert NG4copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-79/+231
| * | | | | sparc64: Convert U1copy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-124/+237
| * | | | | sparc64: Convert GENcopy_{from,to}_user to accurate exception reporting.David S. Miller2016-10-243-18/+38
| * | | | | sparc64: Convert copy_in_user to accurate exception reporting.David S. Miller2016-10-241-10/+25