summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-09-203-7/+16
|\
| * arm64: Fix reference to docs for ARM64_TAGGED_ADDR_ABIJeremy Cline2019-09-181-1/+1
| * arm64: fix function types in COND_SYSCALLSami Tolvanen2019-09-171-3/+12
| * arm64: fix unreachable code issue with cmpxchgArnd Bergmann2019-09-171-3/+3
* | Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-09-201-0/+13
|\ \
| * | tracing/arm64: Have max stack tracer handle the case of return address after ...Steven Rostedt (VMware)2019-08-311-0/+13
* | | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-2041-21/+49
|\ \ \
| * | | kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-042-3/+5
| * | | kbuild: add $(BASH) to run scripts with bash-extensionMasahiro Yamada2019-09-043-3/+3
| * | | kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARCMasahiro Yamada2019-09-0417-8/+16
| * | | kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-2112-0/+18
| * | | kbuild: rebuild modules when module linker scripts are updatedMasahiro Yamada2019-08-217-7/+7
* | | | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-201-0/+1
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-next-2019-07-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-08-061-0/+1
| |\ \ \ \
| | * \ \ \ Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-07-293553-30395/+49863
| | |\ \ \ \
| | * | | | | x86/gpu: add TGL stolen memory supportMichel Thierry2019-07-171-0/+1
| | * | | | | Merge branch 'topic/remove-fbcon-notifiers' into drm-misc-nextMaarten Lankhorst2019-06-191-2/+11
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-1946-460/+109
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: use asm-generic/dma-mapping.hChristoph Hellwig2019-09-113-22/+2
| * | | | | | | | swiotlb-xen: simplify cache maintainanceChristoph Hellwig2019-09-112-61/+17
| * | | | | | | | xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig2019-09-112-4/+0
| * | | | | | | | xen/arm: remove xen_dma_opsChristoph Hellwig2019-09-113-6/+4
| * | | | | | | | xen/arm: simplify dma_cache_maintChristoph Hellwig2019-09-111-40/+21
| * | | | | | | | xen/arm: use dev_is_dma_coherentChristoph Hellwig2019-09-113-21/+6
| * | | | | | | | xen/arm: consolidate page-coherent.hChristoph Hellwig2019-09-112-150/+0
| * | | | | | | | xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainanceChristoph Hellwig2019-09-113-55/+28
| * | | | | | | | arm: remove wrappers for the generic dma remap helpersChristoph Hellwig2019-09-041-27/+5
| * | | | | | | | dma-mapping: introduce a dma_common_find_pages helperChristoph Hellwig2019-09-041-6/+1
| * | | | | | | | dma-mapping: always use VM_DMA_COHERENT for generic DMA remapChristoph Hellwig2019-09-042-8/+6
| * | | | | | | | vmalloc: lift the arm flag for coherent mappings to common codeChristoph Hellwig2019-09-042-18/+7
| * | | | | | | | dma-mapping: provide a better default ->get_required_maskChristoph Hellwig2019-09-043-7/+4
| * | | | | | | | dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-046-8/+0
| * | | | | | | | parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2019-09-041-1/+0
| * | | | | | | | arm-nommu: call dma_mmap_from_dev_coherent directlyChristoph Hellwig2019-09-041-2/+3
| * | | | | | | | dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-0410-0/+22
| * | | | | | | | dma-mapping: move the dma_get_sgtable API comments from arm to common codeChristoph Hellwig2019-09-041-11/+0
| * | | | | | | | dma-mapping: fix filename referencesAndy Shevchenko2019-09-034-6/+3
| * | | | | | | | 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-294-24/+0
| * | | | | | | | dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-2910-26/+10
| * | | | | | | | 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
* | | | | | | | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-09-181-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hypfs: don't bother with d_delete()Al Viro2019-09-031-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-1811-255/+277
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-1518-72/+190
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-063-15/+61
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | arm64: bpf: optimize modulo operationJerin Jacob2019-09-032-4/+5
| | * | | | | | | | | | bpf: s390: add JIT support for bpf line infoYauheni Kaliuta2019-09-031-0/+1