summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig2018-10-191-5/+0
* swiotlb: remove the overflow bufferChristoph Hellwig2018-10-192-3/+2
* swiotlb: mark is_swiotlb_buffer staticChristoph Hellwig2018-10-191-1/+0
* dma-mapping: translate __GFP_NOFAIL to DMA_ATTR_NO_WARNChristoph Hellwig2018-10-091-4/+10
* dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd2018-10-082-0/+9
* dma-direct: implement complete bus_dma_mask handlingChristoph Hellwig2018-10-011-1/+2
* dma-direct: add an explicit dma_direct_get_required_maskChristoph Hellwig2018-10-011-0/+1
* dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig2018-10-011-2/+0
* Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"Christoph Hellwig2018-09-251-4/+1
* dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig2018-09-201-3/+4
* dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-202-4/+11
* dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-204-15/+4
* dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig2018-09-202-0/+23
* dma-mapping: clear dev->dma_ops in arch_teardown_dma_opsChristoph Hellwig2018-09-081-1/+4
* dma-mapping: remove dma_deconfigureChristoph Hellwig2018-09-084-12/+0
* dma-mapping: remove dma_configureChristoph Hellwig2018-09-081-6/+0
* Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-blockLinus Torvalds2018-09-061-1/+44
|\
| * blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)2018-08-311-0/+44
| * Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)2018-08-311-1/+0
* | Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-09-061-2/+6
|\ \
| * | tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepointsSteven Rostedt (VMware)2018-09-051-2/+6
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-09-041-1/+1
|\ \ \
| * | | uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap2018-09-041-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-045-5/+8
|\ \ \ | |/ / |/| |
| * | Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-09-032-4/+4
| |\ \
| | * | cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka2018-08-282-4/+4
| * | | vhost: fix VHOST_GET_BACKEND_FEATURES ioctl request definitionGleb Fotengauer-Malinovskiy2018-09-031-1/+1
| * | | r8169: add support for NCube 8168 network cardAnthony Wong2018-09-031-0/+2
| * | | uapi: Fix linux/rds.h userspace compilation errors.Vinson Lee2018-09-021-0/+1
* | | | Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-09-021-0/+33
|\ \ \ \
| * | | | of: Add device_type access helper functionsRob Herring2018-08-311-0/+12
| * | | | of: add node name compare helper functionsRob Herring2018-08-301-0/+13
| * | | | of: add helper to lookup compatible child nodeJohan Hovold2018-08-291-0/+8
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-08-311-14/+24
|\ \ \ \ \
| * | | | | arm/arm64: smccc-1.1: Handle function result as parametersMarc Zyngier2018-08-301-10/+20
| * | | | | arm/arm64: smccc-1.1: Make return values unsigned longMarc Zyngier2018-08-291-10/+10
| |/ / / /
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-311-1/+1
|\ \ \ \ \
| * | | | | i2c: refactor function to release a DMA safe bufferWolfram Sang2018-08-301-1/+1
| |/ / / /
* | | | | Merge tag 'hwmon-for-linus-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-291-1/+1
|\ \ \ \ \
| * | | | | hwmon: (ina2xx) fix sysfs shunt resistor read accessLothar Felten2018-08-261-1/+1
| |/ / / /
* | | | | Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-291-7/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTASJeremy Cline2018-08-221-7/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-272-18/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | net_sched: fix unused variable warning in stmmacArnd Bergmann2018-08-221-1/+1
| * | | | net_sched: remove unused tcfa_capabCong Wang2018-08-211-2/+0
| * | | | net_sched: remove list_head from tc_actionCong Wang2018-08-212-12/+14
| * | | | net_sched: remove unused tcf_idr_check()Cong Wang2018-08-211-2/+0
| * | | | net_sched: remove unnecessary ops->delete()Cong Wang2018-08-211-2/+0
| |/ / /
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-08-261-0/+15
|\ \ \ \
| * | | | y2038: Provide aliases for compat helpersArnd Bergmann2018-08-221-0/+15