summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2018-05-14uio: Prevent device destruction while fds are openHamish Martin
2018-05-14Drivers: hv: vmbus: enable VMBus protocol version 5.0Dexuan Cui
2018-05-14virtchnl: Whitespace and parenthesis cleanupBruce Allan
2018-05-14make xattr_getsecurity() staticAl Viro
2018-05-14drm: shmobile: remove unused MERAM supportBartlomiej Zolnierkiewicz
2018-05-14mtd: Fix comparison in map_word_andequal()Ben Hutchings
2018-05-14Merge commit 'f15cd6d99198e9c15229aefec639a34a6e8174c6' into v.4.17-next/soc-...Matthias Brugger
2018-05-14softirq/s390: Move default mutators of overwritten softirq mask to s390Frederic Weisbecker
2018-05-14softirq/core: Consolidate default local_softirq_pending() implementationsFrederic Weisbecker
2018-05-14softirq/core: Turn default irq_cpustat_t to standard per-cpuFrederic Weisbecker
2018-05-14Merge tag 'v4.17-rc5' into irq/core, to pick up fixesIngo Molnar
2018-05-14Merge tag 'soc_drivers_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson
2018-05-14Merge tag 'omap-for-v4.18/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin...Olof Johansson
2018-05-14sched/core: Distinguish between idle_cpu() calls based on desired effect, int...Rohit Jain
2018-05-14sched/wait: Include <linux/wait.h> in <linux/swait.h>Sebastian Andrzej Siewior
2018-05-14efi: Align efi_pci_io_protocol typedefs to type naming conventionArd Biesheuvel
2018-05-14efi: Decode IA32/X64 Processor Error SectionYazen Ghannam
2018-05-14efi: Fix IA32/X64 Processor Error Record definitionYazen Ghannam
2018-05-14efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel
2018-05-13vfs: add the sb_start_intwrite_trylock() helperAmir Goldstein
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-05-13irqchip/gic-v3: Add support for Message Based Interrupts as an MSI controllerMarc Zyngier
2018-05-13irqdomain: Let irq_find_host default to DOMAIN_BUS_WIREDMarc Zyngier
2018-05-13dma-iommu: Fix compilation when !CONFIG_IOMMU_DMAMarc Zyngier
2018-05-13genirq/msi: Limit level-triggered MSI to platform devicesMarc Zyngier
2018-05-13genirq/msi: Allow level-triggered MSIs to be exposed by MSI providersMarc Zyngier
2018-05-13Merge tag 'soundwire-streaming' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman
2018-05-13ACPI: Add missing prototype_for arch_post_acpi_subsys_init()Mathieu Malaterre
2018-05-12platform_data/mlxreg: Document fixes for hotplug deviceVadim Pasternak
2018-05-12staging: iio: tsl2x7x/tsl2772: move out of stagingBrian Masney
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11rbtree: include rcu.hSebastian Andrzej Siewior
2018-05-11mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-11libata: add extra internal commandJens Axboe
2018-05-11libata: use ata_tag_internal() consistentlyJens Axboe
2018-05-11libata: bump ->qc_active to a 64-bit typeJens Axboe
2018-05-11libata: introduce notion of separate hardware tagsJens Axboe
2018-05-11svcrdma: Remove unused svc_rdma_op_ctxtChuck Lever
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever
2018-05-11svcrdma: Remove post_send_wrChuck Lever
2018-05-11svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever
2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever
2018-05-11svcrdma: Refactor svc_rdma_dma_map_bufChuck Lever
2018-05-11svcrdma: Allocate recv_ctxt's on CPU handling ReceivesChuck Lever
2018-05-11svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever
2018-05-11svcrdma: Simplify svc_rdma_recv_ctxt_putChuck Lever
2018-05-11svcrdma: Remove sc_rq_depthChuck Lever