summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig1-1/+0
2019-09-04arm-nommu: call dma_mmap_from_dev_coherent directlyChristoph Hellwig1-2/+3
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig10-0/+22
2019-09-04dma-mapping: move the dma_get_sgtable API comments from arm to common codeChristoph Hellwig1-11/+0
2019-09-03dma-mapping: fix filename referencesAndy Shevchenko4-6/+3
2019-08-29MIPS: document mixing "slightly different CCAs"Christoph Hellwig1-0/+7
2019-08-29arm64: document the choice of page attributes for pgprot_dmacoherentChristoph Hellwig1-0/+8
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig4-24/+0
2019-08-29dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig10-26/+10
2019-08-26arm-nommu: remove the unused pgprot_dmacoherent defineChristoph Hellwig1-1/+0
2019-08-26unicore32: remove the unused pgprot_dmacoherent defineChristoph Hellwig1-2/+0
2019-08-25Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+20
2019-08-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-33/+220
2019-08-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2019-08-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2019-08-25Merge tag 'dma-mapping-5.3-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-4/+4
2019-08-25parisc: fix compilation errrorsQian Cai1-2/+1
2019-08-23x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson1-1/+1
2019-08-23um: fix time travel modeJohannes Berg3-12/+20
2019-08-22Merge tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-0/+2
2019-08-21x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard1-1/+1
2019-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-33/+6
2019-08-21Revert "KVM: x86/mmu: Zap only the relevant pages when removing a memslot"Paolo Bonzini1-32/+1
2019-08-21MIPS: Octeon: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-21ARM: riscpc: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-08-20arm: select the dma-noncoherent symbols for all swiotlb buildsChristoph Hellwig2-4/+4
2019-08-19x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky3-13/+140
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+5
2019-08-19x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov1-3/+10
2019-08-19x86/apic: Handle missing global clockevent gracefullyThomas Gleixner1-15/+53
2019-08-19perf/x86: Fix typo in commentSu Yanjun1-1/+1
2019-08-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-20/+92
2019-08-17Merge tag 'riscv/for-v5.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-5/+30
2019-08-17x86/cpu: Explain Intel model naming conventionTony Luck1-0/+15
2019-08-17Merge tag 'xtensa-20190816' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-0/+1
2019-08-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-12/+24
2019-08-16arm64: ftrace: Ensure module ftrace trampoline is coherent with I-sideWill Deacon1-9/+13
2019-08-16x86/boot: Save fields explicitly, zero out everything elseJohn Hubbard1-15/+48
2019-08-15Merge tag 'Wimplicit-fallthrough-5.3-rc5' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-3/+3
2019-08-14riscv: Make __fstate_clean() work correctly.Vincent Chen1-1/+1
2019-08-14riscv: Correct the initialized flow of FP registerVincent Chen2-2/+15
2019-08-14Merge tag 'dma-mapping-5.3-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-26/+3
2019-08-14KVM: x86: svm: remove redundant assignment of var new_entryMiaohe Lin1-1/+0
2019-08-14kvm: x86: skip populating logical dest map if apic is not sw enabledRadim Krcmar1-0/+5
2019-08-14riscv: defconfig: Update the defconfigAlistair Francis1-0/+2
2019-08-14riscv: rv32_defconfig: Update the defconfigAlistair Francis1-0/+3
2019-08-14riscv: fix flush_tlb_range() end address for flush_tlb_page()Paul Walmsley1-2/+9
2019-08-13arm64: cpufeature: Don't treat granule sizes as strictWill Deacon1-3/+11
2019-08-13xtensa: add missing isync to the cpu_reset TLB codeMax Filippov1-0/+1
2019-08-12x86/fpu/math-emu: Address fallthrough warningsThomas Gleixner2-3/+4