summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-09-25ARM/omap1: switch to use dma_direct_set_offset for lbus DMA offsetsChristoph Hellwig3-49/+22
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan5-20/+25
2020-09-17ARM/keystone: move the DMA offset handling under ifdef CONFIG_ARM_LPAEChristoph Hellwig1-0/+4
2020-09-17ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.hChristoph Hellwig3-51/+51
2020-09-17ARM/dma-mapping: remove dma_to_virtChristoph Hellwig2-21/+1
2020-09-17ARM/dma-mapping: remove a __arch_page_to_dma #errorChristoph Hellwig1-4/+0
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig11-11/+11
2020-09-11dma-direct: remove __dma_to_physChristoph Hellwig11-11/+11
2020-09-11dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig1-3/+3
2020-09-11dma-mapping: add (back) arch_dma_mark_clean for ia64Christoph Hellwig3-17/+3
2020-09-11MIPS/jazzdma: decouple from dma-directChristoph Hellwig1-11/+22
2020-09-11MIPS/jazzdma: remove the unused vdma_remap functionChristoph Hellwig2-72/+0
2020-09-11MIPS: make dma_sync_*_for_cpu a little less overzealousChristoph Hellwig1-16/+28
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen8-34/+12
2020-09-01arm64: mm: reserve per-numa CMA to localize coherent dma buffersBarry Song1-0/+2
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+29
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-64/+61
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-35/+23
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds14-28/+84
2020-08-30Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2020-08-29Merge tag 's390-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-14/+15
2020-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds12-41/+172
2020-08-28KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionJames Morse1-1/+2
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse3-8/+42
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeJames Morse8-26/+108
2020-08-28arm64: vdso32: make vdso32 install conditionalFrank van der Linden1-1/+2
2020-08-28arm64: use a common .arch preamble for inline assemblySami Tolvanen3-5/+18
2020-08-28powerpc/32s: Disable VMAP stack which CONFIG_ADB_PMUChristophe Leroy1-1/+1
2020-08-27arm64/cpuinfo: Remove unnecessary fallthrough annotationGustavo A. R. Silva1-1/+0
2020-08-27Revert "powerpc/powernv/idle: Replace CPU feature check with PVR check"Pratik Rajesh Sampat1-1/+1
2020-08-27powerpc/perf: Fix reading of MSR[HV/PR] bits in trace-imcAthira Rajeev1-2/+2
2020-08-27powerpc/perf: Fix crashes with generic_compat_pmu & BHRBAlexey Kardashevskiy1-5/+14
2020-08-27powerpc/64s: Fix crash in load_fp_state() due to fpexc_modeMichael Ellerman1-3/+9
2020-08-27powerpc/64s: scv entry should set PPRNicholas Piggin1-0/+4
2020-08-27x86/irq: Unbreak interrupt affinity settingThomas Gleixner1-7/+9
2020-08-27x86/hotplug: Silence APIC only after all interrupts are migratedAshok Raj1-6/+20
2020-08-26s390/vmem: fix vmem_add_range for 4-level pagingVasily Gorbik1-0/+1
2020-08-26s390: don't trace preemption in percpu macrosSven Schnelle1-14/+14
2020-08-26lockdep: Only trace IRQ edgesNicholas Piggin1-7/+4
2020-08-26mips: Implement arch_irqs_disabled()Peter Zijlstra1-0/+5
2020-08-26arm64: Implement arch_irqs_disabled()Peter Zijlstra1-0/+5
2020-08-26nds32: Implement arch_irqs_disabled()Peter Zijlstra1-0/+5
2020-08-26x86/entry: Remove unused THUNKsPeter Zijlstra1-5/+0
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra4-12/+1
2020-08-26cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED genericPeter Zijlstra2-11/+3
2020-08-24powerpc/64s: Disallow PROT_SAO in LPARs by defaultShawn Anastasio2-2/+19
2020-08-24Revert "powerpc/64s: Remove PROT_SAO support"Shawn Anastasio7-16/+36
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva106-251/+236
2020-08-23Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds20-24/+160
2020-08-23Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+6