summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: provide a better default ->get_required_maskChristoph Hellwig2019-09-044-27/+14
* dma-mapping: remove the dma_declare_coherent_memory exportChristoph Hellwig2019-09-041-1/+0
* remoteproc: don't allow modular buildChristoph Hellwig2019-09-041-1/+1
* dma-mapping: remove the dma_mmap_from_dev_coherent exportChristoph Hellwig2019-09-041-1/+0
* dma-mapping: remove dma_release_declared_memoryChristoph Hellwig2019-09-043-28/+0
* dma-mapping: remove dma_{alloc,free,mmap}_writecombineChristoph Hellwig2019-09-042-15/+5
* dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-047-15/+5
* parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-043-3/+0
* arm-nommu: call dma_mmap_from_dev_coherent directlyChristoph Hellwig2019-09-041-2/+3
* ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*Christoph Hellwig2019-09-041-7/+6
* dma-mapping: add a dma_can_mmap helperChristoph Hellwig2019-09-042-0/+28
* dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-0415-8/+42
* dma-mapping: move the dma_get_sgtable API comments from arm to common codeChristoph Hellwig2019-09-042-11/+11
* dma-mapping: fix filename referencesAndy Shevchenko2019-09-035-7/+4
* iommu/dma: add a new dma_map_ops of get_merge_boundary()Yoshihiro Shimoda2019-09-031-0/+8
* dma-mapping: introduce dma_get_merge_boundary()Yoshihiro Shimoda2019-09-033-0/+25
* mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda2019-09-032-3/+33
* block: add a helper function to merge the segmentsYoshihiro Shimoda2019-09-032-0/+25
* MIPS: document mixing "slightly different CCAs"Christoph Hellwig2019-08-291-0/+7
* arm64: document the choice of page attributes for pgprot_dmacoherentChristoph Hellwig2019-08-291-0/+8
* dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-296-28/+14
* dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-2913-34/+35
* arm-nommu: remove the unused pgprot_dmacoherent defineChristoph Hellwig2019-08-261-1/+0
* unicore32: remove the unused pgprot_dmacoherent defineChristoph Hellwig2019-08-261-2/+0
* Linux 5.3-rc6v5.3-rc6Linus Torvalds2019-08-251-1/+1
* Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linuxLinus Torvalds2019-08-251-2/+2
|\
| * auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantNishka Dasgupta2019-08-201-2/+2
* | Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-253-12/+20
|\ \
| * | um: fix time travel modeJohannes Berg2019-08-233-12/+20
| |/
* | Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-254-8/+5
|\ \
| * | ubifs: Limit the number of pages in shrink_liabilityLiu Song2019-08-221-1/+1
| * | ubifs: Correctly initialize c->min_log_bytesRichard Weinberger2019-08-221-0/+4
| * | ubifs: Fix double unlock around orphan_delete()Richard Weinberger2019-08-221-2/+0
| * | jffs2: Remove C++ style comments from uapi headerMasahiro Yamada2019-08-221-5/+0
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-259-33/+227
|\ \
| * | x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson2019-08-231-1/+1
| * | x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard2019-08-211-1/+1
| * | x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky2019-08-194-13/+147
| * | x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov2019-08-191-3/+10
| * | x86/apic: Handle missing global clockevent gracefullyThomas Gleixner2019-08-191-15/+53
| * | x86/cpu: Explain Intel model naming conventionTony Luck2019-08-171-0/+15
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-08-253-9/+23
|\ \ \
| * | | timekeeping/vsyscall: Prevent math overflow in BOOTTIME updateThomas Gleixner2019-08-233-9/+23
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-08-251-1/+4
|\ \ \ \
| * | | | sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior2019-08-191-1/+4
| | |_|/ | |/| |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-252-5/+5
|\ \ \ \
| * | | | kprobes: Fix potential deadlock in kprobe_optimizer()Andrea Righi2019-08-191-4/+4
| * | | | perf/x86: Fix typo in commentSu Yanjun2019-08-191-1/+1
| |/ / /
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-251-1/+14
|\ \ \ \
| * | | | genirq: Properly pair kobject_del() with kobject_add()Michael Kelley2019-08-191-1/+14
| |/ / /