summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-2523-37/+206
* dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-259-50/+0
* 53c700: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-6/+14
* sgiseeq: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-10/+18
* lib82596: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-253-63/+80
* hal2: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-31/+27
* sgiwd93: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-251-7/+7
* dma-mapping: add a new dma_alloc_noncoherent APIChristoph Hellwig2020-09-252-39/+48
* 53c700: improve non-coherent DMA handlingChristoph Hellwig2020-09-252-58/+72
* lib82596: move DMA allocation into the callers of i82596_probeChristoph Hellwig2020-09-253-39/+40
* net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-9/+6
* drm/nouveau/gk20a: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-2/+1
* drm/exynos: stop setting DMA_ATTR_NON_CONSISTENTChristoph Hellwig2020-09-251-2/+0
* 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-25946-5195/+9120
|\
| * Merge tag 'mmc-v5.9-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds2020-09-241-1/+1
| |\
| | * mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMAGeert Uytterhoeven2020-09-141-1/+1
| * | Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-09-2416-175/+101
| |\ \
| | * | media: dt-bindings: media: imx274: Convert to json-schemaJacopo Mondi2020-09-223-39/+77
| | * | media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flagSergey Senozhatsky2020-09-1412-135/+23
| | * | media: cec-adap.c: don't use flush_scheduled_work()Hans Verkuil2020-09-101-1/+1
| * | | Merge tag 'sound-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-09-244-8/+18
| |\ \ \
| | * | | Revert "ALSA: usb-audio: Disable Lenovo P620 Rear line-in volume control"Kai-Heng Feng2020-09-221-1/+0
| | * | | Revert "ALSA: hda - Fix silent audio output and corrupted input on MSI X570-A...Takashi Iwai2020-09-211-1/+0
| | * | | ALSA: usb-audio: Add delay quirk for H570e USB headsetsJoakim Tjernlund2020-09-211-3/+4
| | * | | ALSA: hda/realtek: Enable front panel headset LED on Lenovo ThinkStation P520Kai-Heng Feng2020-09-211-0/+7
| | * | | ALSA: hda/realtek - Couldn't detect Mic if booting with headset pluggedHui Wang2020-09-211-1/+5
| | * | | ALSA: asihpi: fix iounmap in error handlerTom Rix2020-09-211-2/+2
| * | | | mm: fix misplaced unlock_page in do_wp_page()Linus Torvalds2020-09-241-1/+1
| * | | | Merge tag 'trace-v5.9-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-09-232-14/+49
| |\ \ \ \
| | * | | | tools/bootconfig: Add testcase for tailing spaceMasami Hiramatsu2020-09-221-0/+13
| | * | | | tools/bootconfig: Add testcases for repeated key with braceMasami Hiramatsu2020-09-221-0/+12
| | * | | | lib/bootconfig: Fix to remove tailing spaces after valueMasami Hiramatsu2020-09-221-1/+1
| | * | | | lib/bootconfig: Fix a bug of breaking existing tree nodesMasami Hiramatsu2020-09-221-13/+23
| * | | | | Merge tag 'for-5.9/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-09-232-23/+14
| |\ \ \ \ \
| | * | | | | dm crypt: document encrypted keyring key optionMilan Broz2020-09-221-1/+1
| | * | | | | dm crypt: document new no_workqueue flagsMilan Broz2020-09-221-0/+8
| | * | | | | dm: fix comment in dm_process_bio()Mike Snitzer2020-09-221-1/+3
| | * | | | | dm: fix bio splitting and its bio completion order for regular IOMike Snitzer2020-09-221-21/+2
| * | | | | | Merge tag 'for-5.9-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-09-232-12/+15
| |\ \ \ \ \ \
| | * | | | | | btrfs: fix put of uninitialized kobject after seed device deleteAnand Jain2020-09-221-6/+10
| | * | | | | | btrfs: fix overflow when copying corrupt csums for a messageJohannes Thumshirn2020-09-211-6/+5
| * | | | | | | mm: move the copy_one_pte() pte_present check into the callerLinus Torvalds2020-09-231-12/+12
| * | | | | | | mm: split out the non-present case from copy_one_pte()Linus Torvalds2020-09-231-67/+79
| * | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2020-09-233-15/+14
| |\ \ \ \ \ \ \
| | * | | | | | | fuse: fix the ->direct_IO() treatment of iov_iterAl Viro2020-09-171-13/+12
| | * | | | | | | fs: fix cast in fsparam_u32hex() macroAlexey Dobriyan2020-09-171-1/+1
| | * | | | | | | vboxsf: Fix the check for the old binary mount-arguments structHans de Goede2020-08-251-1/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-22165-824/+1705
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'Fix-broken-tc-flower-rules-for-mscc_ocelot-switches'David S. Miller2020-09-223-24/+24
| | |\ \ \ \ \ \ \ \