summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-05-14vfs: add the sb_start_intwrite_trylock() helperAmir Goldstein1-0/+5
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+47
2018-05-13irqchip/gic-v3: Add support for Message Based Interrupts as an MSI controllerMarc Zyngier1-0/+1
2018-05-13irqdomain: Let irq_find_host default to DOMAIN_BUS_WIREDMarc Zyngier1-1/+7
2018-05-13dma-iommu: Fix compilation when !CONFIG_IOMMU_DMAMarc Zyngier1-0/+1
2018-05-13genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier1-0/+1
2018-05-13genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier1-0/+2
2018-05-13Merge tag 'soundwire-streaming' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2-1/+345
2018-05-13ACPI: Add missing prototype_for arch_post_acpi_subsys_init()Mathieu Malaterre1-0/+1
2018-05-13platform_data/mlxreg: Document fixes for hotplug deviceVadim Pasternak1-2/+1
2018-05-12staging: iio: tsl2x7x/tsl2772: move out of stagingBrian Masney1-0/+101
2018-05-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-0/+4
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-5/+36
2018-05-12rbtree: include rcu.hSebastian Andrzej Siewior2-0/+2
2018-05-12mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes1-0/+2
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2018-05-11libata: add extra internal commandJens Axboe1-8/+7
2018-05-11libata: use ata_tag_internal() consistentlyJens Axboe1-1/+1
2018-05-11libata: bump ->qc_active to a 64-bit typeJens Axboe1-2/+2
2018-05-11libata: introduce notion of separate hardware tagsJens Axboe1-1/+2
2018-05-11svcrdma: Remove unused svc_rdma_op_ctxtChuck Lever1-21/+0
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever1-2/+6
2018-05-11svcrdma: Remove post_send_wrChuck Lever1-3/+0
2018-05-11svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever1-6/+3
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever1-12/+23
2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever1-1/+1
2018-05-11svcrdma: Refactor svc_rdma_dma_map_bufChuck Lever1-7/+0
2018-05-11svcrdma: Allocate recv_ctxt's on CPU handling ReceivesChuck Lever1-0/+1
2018-05-11svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever1-2/+2
2018-05-11svcrdma: Simplify svc_rdma_recv_ctxt_putChuck Lever1-2/+1
2018-05-11svcrdma: Remove sc_rq_depthChuck Lever1-1/+0
2018-05-11svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever1-1/+23
2018-05-11svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever1-0/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-0/+1
2018-05-11soundwire: intel: Add audio DAI opsVinod Koul2-0/+17
2018-05-11soundwire: Add stream configuration APIsSanyog Kale1-0/+4
2018-05-11soundwire: Add bank switch routineSanyog Kale1-0/+48
2018-05-11soundwire: Add helpers for ports operationsSanyog Kale1-0/+54
2018-05-11soundwire: Add Master and Slave port programmingSanyog Kale1-1/+46
2018-05-11soundwire: Add support for port managementSanyog Kale1-0/+67
2018-05-11soundwire: Add support for SoundWire stream managementSanyog Kale1-0/+109
2018-05-11Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst316-3441/+9032
2018-05-11KVM: Extend MAX_IRQ_ROUTES to 4096 for all archsWanpeng Li1-7/+1
2018-05-11Merge tag 'iio-for-4.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman3-19/+209
2018-05-11soc: qcom: Add APR bus driverSrinivas Kandagatla2-0/+139
2018-05-11spi: Get rid of the spi_flash_read() APIBoris Brezillon1-53/+0
2018-05-11spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon2-0/+256
2018-05-11PCI: Add "pci=noats" boot parameterGil Kupfer1-0/+2
2018-05-10net/mlx4_core: Report driver version to FWEran Ben Elisha1-0/+1
2018-05-10sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()Omar Sandoval1-0/+29