summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-10-151-0/+2
|\
| * HID: add vivaldi HID driverSean O'Brien2020-09-301-0/+2
* | Merge tag 'fs_for_v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-151-3/+13
|\ \
| * | quota: Expand comment describing d_itimerJan Kara2020-09-101-2/+3
| * | quota: widen timestamps for the fs_disk_quota structureDarrick J. Wong2020-09-101-1/+10
* | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-1512-777/+468
|\ \ \
| * | | dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handlingChristoph Hellwig2020-10-071-13/+0
| * | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-063-110/+103
| * | | dma-mapping: move large parts of <linux/dma-direct.h> to kernel/dmaChristoph Hellwig2020-10-061-106/+0
| * | | dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig2020-10-063-161/+27
| * | | dma-mapping: remove <asm/dma-contiguous.h>Christoph Hellwig2020-10-063-11/+2
| * | | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-062-135/+65
| * | | dma-contiguous: remove dma_contiguous_set_defaultChristoph Hellwig2020-10-061-7/+0
| * | | dma-contiguous: remove dev_set_cma_areaChristoph Hellwig2020-10-061-8/+0
| * | | dma-contiguous: remove dma_declare_contiguousChristoph Hellwig2020-10-061-32/+0
| * | | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-062-166/+160
| * | | dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methodsChristoph Hellwig2020-09-251-0/+5
| * | | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-253-20/+22
| * | | dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-252-18/+0
| * | | dma-mapping: add a new dma_alloc_noncoherent APIChristoph Hellwig2020-09-251-0/+12
| * | | mm: turn alloc_pages into an inline functionChristoph Hellwig2020-09-251-2/+4
| * | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig2020-09-2554-115/+287
| |\ \ \
| * | | | dma-mapping: better document dma_addr_t and DMA_MAPPING_ERRORChristoph Hellwig2020-09-251-6/+10
| * | | | dma-mapping: move valid_dma_direction to dma-direction.hChristoph Hellwig2020-09-252-8/+7
| * | | | dma-mapping: remove DMA_MASK_NONEChristoph Hellwig2020-09-251-2/+0
| * | | | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-173-9/+57
| * | | | dma-direct: Fix potential NULL pointer dereferenceThomas Tai2020-09-171-3/+0
| * | | | dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig2020-09-111-12/+16
| * | | | dma-direct: remove __dma_to_physChristoph Hellwig2020-09-111-9/+5
| * | | | dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig2020-09-111-4/+0
| * | | | dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig2020-09-112-0/+11
| * | | | dma-mapping: set default segment_boundary_mask to ULONG_MAXNicolin Chen2020-09-031-1/+1
| * | | | dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-0/+19
| * | | | mm: cma: use CMA_MAX_NAME to define the length of cma name arrayBarry Song2020-09-011-0/+2
| * | | | dma-contiguous: provide the ability to reserve per-numa CMABarry Song2020-09-011-0/+6
* | | | | Merge tag 'dmaengine-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-152-8/+11
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v5.9-rc4' into nextVinod Koul2020-09-1154-202/+399
| |\ \ \ \ \
| * | | | | | dmaengine: Mark dma_request_slave_channel() deprecatedPeter Ujfalusi2020-09-031-6/+9
| * | | | | | dmaengine: Remove unused define for dma_request_slave_channel_reason()Peter Ujfalusi2020-08-281-2/+0
| * | | | | | dmaengine: dw: Add DMA-channels mask cell supportSerge Semin2020-08-171-0/+2
* | | | | | | Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-1522-418/+181
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'asoc-v5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2020-10-12102-643/+674
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown2020-10-0920-409/+187
| | |\ \ \ \ \ \ \
| | | * | | | | | | ASoC: Add sc7180-lpass binding header hdmi defineV Sujith Kumar Reddy2020-10-081-0/+1
| | | * | | | | | | Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown2020-10-0650-182/+374
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | ASoC: Intel: Remove rt5640 support for baytrail solutionCezary Rojewski2020-10-061-1/+0
| | | * | | | | | | | ASoC: Intel: Remove haswell solutionCezary Rojewski2020-10-061-385/+0
| | | * | | | | | | | spi: pxa2xx: Add SSC2 and SSPSP2 SSP registersCezary Rojewski2020-10-011-0/+4
| | | * | | | | | | | Merge series "ASoC: merge soc_pcm_open() rollback and soc_pcm_close()" from K...Mark Brown2020-09-284-10/+29
| | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | ASoC: soc-component: add mark for snd_soc_pcm_component_pm_runtime_get/put()Kuninori Morimoto2020-09-281-0/+5