linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-11 15:01:50 to 2020-08-20 05:15:19 UTC [more...]

a saner API for allocating DMA addressable pages
 2020-08-20  5:15 UTC  (44+ messages)
` [PATCH 01/28] mm: turn alloc_pages into an inline function
` [PATCH 02/28] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 03/28] drm/nouveau/gk20a: "
` [PATCH 04/28] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
` [PATCH 06/28] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/28] 53c700: improve non-coherent DMA handling
` [PATCH 08/28] MIPS: make dma_sync_*_for_cpu a little less overzealous
` [PATCH 09/28] MIPS/jazzdma: remove the unused vdma_remap function
` [PATCH 10/28] MIPS/jazzdma: decouple from dma-direct
` [PATCH 11/28] dma-mapping: add (back) arch_dma_mark_clean for ia64
` [PATCH 12/28] dma-direct: remove dma_direct_{alloc,free}_pages
` [PATCH 13/28] dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pages
` [PATCH 14/28] dma-direct: use phys_to_dma_direct in dma_direct_alloc
` [PATCH 15/28] dma-direct: remove __dma_to_phys
` [PATCH 16/28] dma-direct: rename and cleanup __phys_to_dma
` [PATCH 17/28] dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
` [PATCH 18/28] dma-mapping: move the dma_declare_coherent_memory documentation
` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc,free}_pages
  ` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc, free}_pages
` [PATCH 20/28] sgiwd93: convert from dma_cache_sync to dma_sync_single_for_device
` [PATCH 21/28] hal2: "
` [PATCH 22/28] sgiseeq: "
` [PATCH 23/28] lib82596: "
` [PATCH 24/28] 53c700: "
` [PATCH 25/28] dma-mapping: remove dma_cache_sync
` [PATCH 26/28] dmapool: add dma_alloc_pages support
` [PATCH 27/28] nvme-pci: fix PRP pool size
` [PATCH 28/28] nvme-pci: use dma_alloc_pages backed dmapools

[PATCH RESEND 0/2] Fix cacheinfo
 2020-08-20  0:42 UTC  (2+ messages)
` [PATCH RESEND 1/2] MIPS: cacheinfo: Add missing VCache

[PATCH AUTOSEL 5.8 10/27] MIPS: Fix unable to reserve memory for Crash kernel
 2020-08-20  0:00 UTC 

[PATCH AUTOSEL 5.7 08/24] MIPS: Fix unable to reserve memory for Crash kernel
 2020-08-20  0:01 UTC 

[PATCH AUTOSEL 5.4 07/22] MIPS: Fix unable to reserve memory for Crash kernel
 2020-08-20  0:02 UTC 

[PATCH v3 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-19 20:48 UTC  (21+ messages)
` [PATCH v3 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v3 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v3 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v3 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v3 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v3 06/17] riscv: drop unneeded node initialization
` [PATCH v3 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v3 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v3 09/17] memblock: make memblock_debug and related functionality private
` [PATCH v3 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH v3 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH v3 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v3 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v3 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v3 15/17] memblock: remove unused memblock_mem_size()
` [PATCH v3 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v3 17/17] memblock: use separate iterators for memory and reserved regions

[PATCH mips-fixes 0/2] MIPS: BMIPS: couple of fixes
 2020-08-19 18:26 UTC  (3+ messages)
` [PATCH mips-fixes 1/2] MIPS: mm: BMIPS5000 has inclusive physical caches
` [PATCH mips-fixes 2/2] MIPS: BMIPS: Also call bmips_cpu_setup() for secondary cores

[PATCH v2 00/13] Convert Ingenic to a generic board v2
 2020-08-19 15:52 UTC  (20+ messages)
` [PATCH v2 01/13] MIPS: cpu-probe: Set Ingenic's writecombine to _CACHE_CACHABLE_WA
` [PATCH v2 02/13] MIPS: cpu-probe: Mark XBurst CPU as having vtagged caches
` [PATCH v2 03/13] MIPS: cpu-probe: ingenic: Fix broken BUG_ON
` [PATCH v2 04/13] MIPS: Kconfig: add MIPS_GENERIC_KERNEL symbol
` [PATCH v2 05/13] MIPS: generic: Allow boards to set system type
` [PATCH v2 06/13] MIPS: generic: Init command line with fw_init_cmdline()
` [PATCH v2 07/13] MIPS: generic: Support booting with built-in or appended DTB
` [PATCH v2 08/13] MIPS: generic: Add support for zboot
` [PATCH v2 09/13] MIPS: generic: Increase NR_IRQS to 256
` [PATCH v2 10/13] MIPS: generic: Add support for Ingenic SoCs
` [PATCH v2 11/13] MIPS: jz4740: Drop folder
` [PATCH v2 12/13] MIPS: configs: Regenerate configs of Ingenic boards
` [PATCH v2 13/13] MAINTAINERS: Update paths to Ingenic platform code

[PATCH] MIPS: Loongson64: Remove unnecessary inclusion of boot_param.h
 2020-08-19 10:47 UTC  (2+ messages)

[PATCH] MIPS: Loongson64: Fix build error about redeclaration of enumerator 'VIRTUAL' and "CONFIG_DM_THIN_PROVISIONING"
 2020-08-19  5:47 UTC  (3+ messages)

[PATCH] MIPS: op_model_mipsxx: Fix non-executable code bug
 2020-08-19  4:58 UTC 

[PATCH] gpio: stp-xway: automatically drive GPHY leds on ar10 and grx390
 2020-08-18 19:32 UTC  (2+ messages)

Flushing transparent hugepages
 2020-08-18 16:08 UTC  (2+ messages)

smp_call_function_many hangs for a moment (from 100millisecond to 1 second)
 2020-08-18 11:33 UTC 

[PATCH 2/8] newport_con: fix no return statement in newport_show_logo
 2020-08-18  8:56 UTC  (2+ messages)
` [PATCH 3/8] newport_con: make module's init & exit static using module_driver

[PATCH v2 1/2] MAINTAINERS: Remove JZ4780 DMA driver entry
 2020-08-17 18:41 UTC  (2+ messages)
` [PATCH v2 2/2] MAINTAINERS: Add linux-mips mailing list to JZ47xx entries

include/linux/sched/topology.h:237:9: error: implicit declaration of function 'cpu_logical_map'
 2020-08-17 13:18 UTC 

[PATCH 0/2] firmware: bcm47xx_sprom: Fix -Wmissing-prototypes warnings
 2020-08-17 11:53 UTC  (4+ messages)

[PATCH v2] MIPS: Loongson: Use default CONFIG_FRAME_WARN as 2048 for Loongson64 to fix build warnings
 2020-08-17 11:22 UTC  (2+ messages)

[PATCH v2] MIPS: ftrace: Remove redundant #ifdef CONFIG_DYNAMIC_FTRACE
 2020-08-17 11:22 UTC  (2+ messages)

[PATCH for-fixes] MIPS: Loongson64: Do not override watch and ejtag feature
 2020-08-17 11:17 UTC  (2+ messages)

[PATCH v4 0/5] MIPS: BCM63xx: board improvements
 2020-08-17 11:16 UTC  (11+ messages)
` [PATCH v4 1/5] MIPS: BCM63xx: remove duplicated new lines
` [PATCH v4 2/5] MIPS: BCM63xx: remove EHCI from BCM6348 boards
` [PATCH v4 3/5] MIPS: BCM63xx: enable EHCI for DWV-S0 board
` [PATCH v4 4/5] MIPS: BCM63xx: refactor board declarations
` [PATCH v4 5/5] MIPS: BCM63xx: switch to SPDX license identifier

MIPS: lantiq: add missing GPHY clock aliases for ar10 and grx390
 2020-08-17 11:23 UTC  (3+ messages)

[PATCH 0/7] R4000 clock enhancements for Loongson
 2020-08-17  7:55 UTC  (10+ messages)
` [PATCH 1/7] MIPS: sync-r4k: Rework to be many cores firendly
` [PATCH 2/7] MIPS: time: Use CPUHUP to handle r4k timer
` [PATCH 3/7] MIPS: Kconfig: Always select SYNC_R4K if both SMP and r4k timer is enabled
` [PATCH 4/7] MIPS: Loongson64: Remove custom count sync procudure
` [PATCH 5/7] MIPS: cevt-r4k: Don't handle IRQ if clockevent is not enabled
` [PATCH 6/7] MIPS: cevt-r4k: Enable intimer for Loongson CPUs with extimer
` [PATCH 7/7] MIPS: KVM: Don't use htimer when INTIMER is disabled

[RESEND PATCH v12 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-08-17  5:27 UTC  (3+ messages)
` [RESEND PATCH v12 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
` [RESEND PATCH v12 2/2] mtd: rawnand: Add NAND controller support on "

[PATCH 1/3] MIPS: DTS: img: marduk: Add SPI NAND flash
 2020-08-16 17:06 UTC  (6+ messages)
` [PATCH 2/3] MIPS: DTS: img: marduk: Add Cascoda CA8210 6LoWPAN
` [PATCH 3/3] MIPS: DTS: img: marduk: Add NXP SC16IS752IPW

[PATCH v4 0/5] MIPS: Loongson64: Process ISA Node in DeviceTree
 2020-08-15 11:22 UTC  (5+ messages)
` [PATCH v4 1/5] of_address: Add bus type match for pci ranges parser

[PATCH V3 1/2] MIPS: Loongson-3: Enable COP2 usage in kernel
 2020-08-14 13:16 UTC  (13+ messages)

[PATCH v3] mtd: parsers: bcm63xx: simplify CFE detection
 2020-08-14  8:56 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] MIPS: Loongson: Set CONFIG_FRAME_WARN=2048 in loongson3_defconfig to fix build warning
 2020-08-14  8:08 UTC  (4+ messages)

BUG: unable to handle kernel paging request in fl_dump_key
 2020-08-14  2:53 UTC 

[PATCH] MIPS: ftrace: Remove redundant #ifdef CONFIG_DYNAMIC_FTRAC
 2020-08-14  2:27 UTC  (4+ messages)
  `  "

[PATCH 00/14] mips: bmips: include dt-bindings headers
 2020-08-13 17:02 UTC  (29+ messages)
` [PATCH 01/14] mips: dts: brcm: allow including header files
` [PATCH 02/14] mips: bmips: add BCM3368 irq definitions
` [PATCH 03/14] mips: bmips: add BCM6318 "
` [PATCH 04/14] mips: bmips: add BCM6328 "
` [PATCH 05/14] mips: bmips: add BCM6358 "
` [PATCH 06/14] mips: bmips: add BCM6362 "
` [PATCH 07/14] mips: bmips: add BCM6368 "
` [PATCH 08/14] mips: bmips: add BCM63268 "
` [PATCH 09/14] mips: bmips: bcm3368: include and use dt-bindings
` [PATCH 10/14] mips: bmips: bcm6328: "
` [PATCH 11/14] mips: bmips: bcm6358: "
` [PATCH 12/14] mips: bmips: bcm6362: "
` [PATCH 13/14] mips: bmips: bcm6368: "
` [PATCH 14/14] mips: bmips: bcm63268: "

INFO: task hung in pipe_release (2)
 2020-08-13  3:57 UTC 

loongson ls2k1000: PCIe serial card WCH CH382L not working, maybe ioports problem
 2020-08-12  6:34 UTC  (6+ messages)

[PATCH] MAINTAINERS: Add git tree for KVM/mips
 2020-08-12  1:32 UTC 

[PATCH v3 0/4] MIPS: BCM63xx: board improvements
 2020-08-11 19:25 UTC  (8+ messages)
` [PATCH v3 2/4] MIPS: BCM63xx: remove EHCI from BCM6348 boards
` [PATCH v3 3/4] MIPS: BCM63xx: enable EHCI for DWV-S0 board
` [PATCH v3 4/4] MIPS: BCM63xx: refactor board declarations


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).