summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dmaengine-4.16-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2018-01-313-0/+12
|\
| * device property: Introduce a common API to fetch device match dataSinan Kaya2017-12-132-0/+6
| * ACPI / bus: Introduce acpi_get_match_data() functionSinan Kaya2017-12-131-0/+6
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-314-4/+88
|\ \
| * | swiotlb: add common swiotlb_map_opsChristoph Hellwig2018-01-151-0/+8
| * | swiotlb: rename swiotlb_free to swiotlb_exitChristoph Hellwig2018-01-151-2/+2
| * | dma-direct: reject too small dma masksChristoph Hellwig2018-01-151-0/+1
| * | dma-direct: make dma_direct_{alloc,free} available to other implementationsChristoph Hellwig2018-01-151-0/+5
| * | dma-direct: rename dma_noop to dma_directChristoph Hellwig2018-01-152-2/+2
| * | dma-mapping: provide a generic asm/dma-mapping.hChristoph Hellwig2018-01-151-0/+10
| * | dma-mapping: add an arch_dma_supported hookChristoph Hellwig2018-01-151-0/+11
| * | dma-mapping: clear harmful GFP_* flags in common codeChristoph Hellwig2018-01-151-0/+7
| * | dma-mapping: warn when there is no coherent_dma_maskChristoph Hellwig2018-01-151-0/+1
| * | dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig2018-01-101-0/+9
| * | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-0/+32
| * | dma-mapping: take dma_pfn_offset into account in dma_max_pfnChristoph Hellwig2018-01-101-1/+1
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-01-317-11/+30
|\ \ \
| * | | scsi: core: Add VENDOR_SPECIFIC sense code definitionsHannes Reinecke2018-01-221-0/+1
| * | | scsi: ata: enhance the definition of SET MAX feature field valuechenxiang2018-01-101-0/+2
| * | | scsi: libsas: direct call probe and destructJason Yan2018-01-102-2/+2
| * | | scsi: libsas: Use new workqueue to run sas event and disco eventJason Yan2018-01-081-0/+3
| * | | scsi: libsas: make the event threshold configurableJason Yan2018-01-081-0/+1
| * | | scsi: libsas: shut down the PHY if events reached the thresholdJason Yan2018-01-081-0/+6
| * | | scsi: libsas: Use dynamic alloced work to avoid sas event lostJason Yan2018-01-081-6/+11
| * | | scsi: scsi_transport_fc: fix typos on 64/128 GBit define namesJames Smart2018-01-031-2/+2
| * | | scsi: core: Unexport scsi_initialize_rq()Bart Van Assche2017-12-071-1/+0
| * | | scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche2017-12-071-0/+2
| | |/ | |/|
* | | Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-01-311-45/+11
|\ \ \
| * | | dm mpath: delay the retry of a request if the target responded as busyMike Snitzer2018-01-291-1/+2
| * | | dm: move dm_table_destroy() to same header as dm_table_create()Brian Norris2018-01-171-0/+5
| * | | dm: introduce DM_TYPE_NVME_BIO_BASEDMike Snitzer2017-12-201-0/+1
| * | | dm: improve performance by moving dm_io structure to per-bio-dataMike Snitzer2017-12-161-29/+3
| * | | dm: remove unused 'num_write_bios' target interfaceNeilBrown2017-12-131-15/+0
* | | | Merge tag 'xfs-4.16-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-311-0/+6
|\ \ \ \
| * | | | xfs: only grab shared inode locks for source file during reflinkDarrick J. Wong2018-01-291-0/+5
| * | | | iomap: report collisions between directio and buffered writes to userspaceDarrick J. Wong2018-01-081-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-316-17/+56
|\ \ \ \
| * | | | fs/buffer.c: fold init_buffer() into init_page_buffers()Eric Biggers2018-01-251-1/+0
| * | | | fs: fold __inode_permission() into inode_permission()Eric Biggers2018-01-251-1/+0
| * | | | fs: add RWF_APPENDJürg Billeter2018-01-252-1/+7
| * | | | new primitive: vmemdup_user()Al Viro2018-01-071-0/+1
| * | | | eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()Eric Biggers2018-01-061-1/+1
| * | | | eventfd: fold eventfd_ctx_read() into eventfd_read()Eric Biggers2018-01-061-7/+0
| * | | | eventfd: convert to use anon_inode_getfd()Eric Biggers2018-01-061-5/+0
| * | | | VFS: don't keep disconnected dentries on d_anonNeilBrown2017-12-251-1/+1
| * | | | Add primitives for manipulating bitfields both in host- and fixed-endian.Al Viro2017-12-171-0/+46
| | |_|/ | |/| |
* | | | Merge tag 'gfs2-4.16.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-311-5/+57
|\ \ \ \
| * | | | GFS2: Log the reason for log flushes in every log headerBob Peterson2018-01-231-0/+21
| * | | | GFS2: Introduce new gfs2_log_header_v2Bob Peterson2018-01-231-2/+24
| * | | | Merge branch 'punch-hole' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Bob Peterson2018-01-1876-406/+332
| |\ \ \ \