Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2018-07-03 12:34:58 to 2018-07-10 07:47:44 UTC [more...]

[PATCH 1/2] mips: mm: Create UCA-based ioremap_wc() method
 2018-07-10  7:48 UTC  (4+ messages)
` [PATCH 2/2] mips: mm: Discard ioremap_uncached_accelerated() method

[PATCH V2] MIPS: implement smp_cond_load_acquire() for Loongson-3
 2018-07-10  4:26 UTC  (3+ messages)

[PATCH v2 00/24] mtd: rawnand: Improve compile-test coverage
 2018-07-09 21:00 UTC  (28+ messages)
` [PATCH v2 01/24] mtd: rawnand: atmel: Use uintptr_t casts instead of unsigned int
` [PATCH v2 02/24] mtd: rawnand: atmel: Add an __iomem cast on gen_pool_dma_alloc() call
` [PATCH v2 03/24] mtd: rawnand: atmel: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 04/24] mtd: rawnand: s3c2410: "
` [PATCH v2 05/24] mtd: rawnand: orion: Avoid direct inclusion of asm headers
` [PATCH v2 06/24] mtd: rawnand: orion: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 07/24] mtd: rawnand: davinci: Stop doing iomem pointer <-> u32 conversions
` [PATCH v2 08/24] mtd: rawnand: davinci: Use uintptr_t casts instead of unsigned ones
` [PATCH v2 09/24] mtd: rawnand: davinci: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 10/24] mtd: rawnand: sunxi: Add an U suffix to NFC_PAGE_OP definition
` [PATCH v2 11/24] mtd: rawnand: sunxi: Make sure ret is initialized in sunxi_nfc_read_byte()
` [PATCH v2 12/24] mtd: rawnand: sunxi: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 13/24] mtd: rawnand: fscm: Avoid collision on PC def when compiling for MIPS
` [PATCH v2 14/24] mtd: rawnand: fsmc: Use uintptr_t casts instead of unsigned ones
` [PATCH v2 15/24] mtd: rawnand: fsmc: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 16/24] memory: fsl_ifc: "
` [PATCH v2 17/24] mtd: rawnand: fsl_ifc: Add an __iomem specifier on eccstat_regs
` [PATCH v2 18/24] mtd: rawnand: fsl_ifc: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 19/24] MIPS: txx9: Move the ndfc.h header to include/linux/platform_data/txx9
` [PATCH v2 20/24] mtd: rawnand: txx9ndfmc: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 21/24] MIPS: jz4740: Move jz4740_nand.h header to include/linux/platform_data/jz4740
` [PATCH v2 22/24] mtd: rawnand: jz4740: Allow selection of this driver when COMPILE_TEST=y
` [PATCH v2 23/24] mtd: rawnand: jz4780: Drop the dependency on MACH_JZ4780
` [PATCH v2 24/24] memory: jz4780-nemc: Allow selection of this driver when COMPILE_TEST=y

[PATCH 00/14] dma-jz4780 improvements
 2018-07-09 17:14 UTC  (45+ messages)
` [PATCH 01/14] dmaengine: dma-jz4780: Avoid hardcoding number of channels
` [PATCH 02/14] dmaengine: dma-jz4780: Separate chan/ctrl registers
` [PATCH 03/14] dmaengine: dma-jz4780: Use 4-word descriptors
` [PATCH 04/14] dmaengine: dma-jz4780: Add support for the JZ4770 SoC
` [PATCH 05/14] dmaengine: dma-jz4780: Add support for the JZ4740 SoC
` [PATCH 06/14] dmaengine: dma-jz4780: Add support for the JZ4725B SoC
` [PATCH 07/14] dmaengine: dma-jz4780: Enable Fast DMA to the AIC
` [PATCH 09/14] dmaengine: dma-jz4780: Simplify jz4780_dma_desc_residue()
` [PATCH 10/14] dmaengine: dma-jz4780: Set DTCn register explicitly
` [PATCH 11/14] dmaengine: dma-jz4780: Further residue status fix
` [PATCH 12/14] dmaengine: dma-jz4780: Use dma_set_residue()
` [PATCH 13/14] MIPS: JZ4780: DTS: Update DMA node to match driver changes
` [PATCH 14/14] MIPS: JZ4770: DTS: Add DMA nodes

[PATCH 0/3] MIPS: Fix arch_trigger_cpumask_backtrace(), clean up output
 2018-07-09 16:03 UTC  (3+ messages)
` [PATCH 2/3] MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()

[PATCH v4 00/11] hugetlb: Factorize hugetlb architecture primitives
 2018-07-09 14:16 UTC  (13+ messages)
` [PATCH v4 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
` [PATCH v4 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
` [PATCH v4 03/11] hugetlb: Introduce generic version of set_huge_pte_at
` [PATCH v4 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
` [PATCH v4 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush
` [PATCH v4 06/11] hugetlb: Introduce generic version of huge_pte_none
` [PATCH v4 07/11] hugetlb: Introduce generic version of huge_pte_wrprotect
` [PATCH v4 08/11] hugetlb: Introduce generic version of prepare_hugepage_range
` [PATCH v4 09/11] hugetlb: Introduce generic version of huge_ptep_set_wrprotect
` [PATCH v4 10/11] hugetlb: Introduce generic version of huge_ptep_set_access_flags
` [PATCH v4 11/11] hugetlb: Introduce generic version of huge_ptep_get

[PATCH 00/27] mtd: rawnand: Improve compile-test coverage
 2018-07-08 21:55 UTC  (36+ messages)
` [PATCH 01/27] mtd: rawnand: gpmi: Remove useless dependency on MTD_NAND
` [PATCH 02/27] mtd: rawnand: Add 'depends on HAS_IOMEM' where missing
` [PATCH 03/27] mtd: rawnand: atmel: Allow selection of this driver when COMPILE_TEST=y
` [PATCH 04/27] mtd: rawnand: omap2: "
` [PATCH 05/27] mtd: rawnand: s3c2410: "
` [PATCH 06/27] mtd: rawnand: sharpsl: Remove inclusion of mach and asm headers
` [PATCH 07/27] mtd: rawnand: sharpsl: Allow selection of this driver when COMPILE_TEST=y
` [PATCH 08/27] mtd: rawnand: lpc32xx: Allow selection of these drivers "
` [PATCH 09/27] mtd: rawnand: brcmnand: Allow selection of this driver "
` [PATCH 10/27] mtd: rawnand: orion: Avoid direct inclusion of asm headers
` [PATCH 11/27] mtd: rawnand: orion: Allow selection of this driver when COMPILE_TEST=y
` [PATCH 12/27] mtd: rawnand: mxc: Avoid inclusion of asm/mach headers
` [PATCH 13/27] mtd: rawnand: mxc: Allow selection of this driver when COMPILE_TEST=y
` [PATCH 14/27] mtd: rawnand: davinci: "
` [PATCH 15/27] mtd: rawnand: sunxi: "
` [PATCH 16/27] mtd: rawnand: qcom: "
` [PATCH 17/27] mtd: rawnand: fsmc: "
` [PATCH 18/27] mtd: rawnand: nuc900: "
` [PATCH 19/27] memory: fsl_ifc: "
` [PATCH 20/27] mtd: rawnand: "
` [PATCH 21/27] bcma: "
` [PATCH 22/27] MIPS: txx9: Move the ndfc.h header to include/linux/platform_data/txx9
` [PATCH 23/27] mtd: rawnand: txx9ndfmc: Allow selection of this driver when COMPILE_TEST=y
` [PATCH 24/27] MIPS: jz4740: Move jz4740_nand.h header to include/linux/platform_data/jz4740
` [PATCH 25/27] mtd: rawnand: jz4740: Allow selection of this driver when COMPILE_TEST=y
` [PATCH 26/27] mtd: rawnand: jz4780: Drop the dependency on MACH_JZ4780
` [PATCH 27/27] memory: jz4780-nemc: Allow selection of this driver when COMPILE_TEST=y

[PATCH] MIPS: jz4740: Bump zload address
 2018-07-08 15:07 UTC 

MIPS: jz4740: Bump zload address
 2018-07-08 15:07 UTC 

MIPS: jz4740: Bump zload address
 2018-07-08 15:07 UTC 

MIPS: jz4740: Bump zload address
 2018-07-08 15:07 UTC 

MIPS: jz4740: Bump zload address
 2018-07-08 15:07 UTC 

[PATCH] MIPS: Fix ioremap() RAM check
 2018-07-05 21:37 UTC 

MIPS: Fix ioremap() RAM check
 2018-07-05 21:37 UTC 

MIPS: Fix ioremap() RAM check
 2018-07-05 21:37 UTC 

MIPS: Fix ioremap() RAM check
 2018-07-05 21:37 UTC 

MIPS: Fix ioremap() RAM check
 2018-07-05 21:37 UTC 

[PATCH v3 00/11] hugetlb: Factorize hugetlb architecture primitives
 2018-07-05 10:48 UTC  (18+ messages)
` [PATCH v3 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
` [PATCH v3 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
` [PATCH v3 03/11] hugetlb: Introduce generic version of set_huge_pte_at
` [PATCH v3 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
` [PATCH v3 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush
` [PATCH v3 06/11] hugetlb: Introduce generic version of huge_pte_none
` [PATCH v3 07/11] hugetlb: Introduce generic version of huge_pte_wrprotect
` [PATCH v3 08/11] hugetlb: Introduce generic version of prepare_hugepage_range
` [PATCH v3 09/11] hugetlb: Introduce generic version of huge_ptep_set_wrprotect
` [PATCH v3 10/11] hugetlb: Introduce generic version of huge_ptep_set_access_flags
` [PATCH v3 11/11] hugetlb: Introduce generic version of huge_ptep_get

[PATCH 00/11] hugetlb: Factorize architecture hugetlb primitives
 2018-07-05  5:38 UTC  (7+ messages)
` [PATCH 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
` [PATCH 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
` [PATCH 03/11] hugetlb: Introduce generic version of set_huge_pte_at
` [PATCH 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
` [PATCH 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush

[PATCH v2 00/11] hugetlb: Factorize architecture hugetlb primitives
 2018-07-05  5:37 UTC  (8+ messages)
` [PATCH v2 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
  ` [PATCH v2 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
  ` [PATCH v2 03/11] hugetlb: Introduce generic version of set_huge_pte_at
  ` [PATCH v2 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
  ` [PATCH v2 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush
  ` [PATCH v2 06/11] hugetlb: Introduce generic version of huge_pte_none

Update PS2 R5900 to kernel 4.x?
 2018-07-04 18:06 UTC  (5+ messages)

[PATCH v5 00/10] Uprobes: Support SDT markers having reference count (semaphore)
 2018-07-04  9:24 UTC  (22+ messages)
` [PATCH v5 06/10] "

[PATCH 00/11] hugetlb: Factorize architecture hugetlb primitives
 2018-07-04  6:51 UTC  (7+ messages)
` [PATCH 01/11] hugetlb: Harmonize hugetlb.h arch specific defines with pgtable.h
` [PATCH 02/11] hugetlb: Introduce generic version of hugetlb_free_pgd_range
` [PATCH 03/11] hugetlb: Introduce generic version of set_huge_pte_at
` [PATCH 04/11] hugetlb: Introduce generic version of huge_ptep_get_and_clear
` [PATCH 05/11] hugetlb: Introduce generic version of huge_ptep_clear_flush

[PATCH v7 0/6] MIPS: Octeon: Clean up CIU header file
 2018-07-03 23:03 UTC  (8+ messages)
` [PATCH v7 1/6] MIPS: Octeon: Remove unused CIU types
` [PATCH v7 2/6] MIPS: Octeon: Unify QLM data types in CIU header
` [PATCH v7 3/6] MIPS: Octeon: Convert CIU types to use bitfields
` [PATCH v7 4/6] MIPS: Octeon: Remove all unused CIU macros
` [PATCH v7 5/6] MIPS: Octeon: Create simple macro for CIU registers
` [PATCH v7 6/6] MIPS: Octeon: Simplify CIU register functions

[PATCH 00/25] MIPS: ath79: convert target to pure OF
 2018-07-03 22:08 UTC  (5+ messages)
` [PATCH 10/25] dt-bindings: PCI: qcom,ar7100: adds binding doc
` [PATCH 12/25] dt-bindings: PCI: qcom,ar7240: "

[PATCH 0/4] MIPS: kexec/kdump: Fix smp reboot and other issues
 2018-07-03 19:21 UTC  (5+ messages)
` [PATCH 1/4] MIPS: Make play_dead() work for kexec
` [PATCH 2/4] MIPS: kexec: Let the new kernel handle all CPUs
` [PATCH 3/4] MIPS: kexec: Deprecate (relocated_)kexec_smp_wait
` [PATCH 4/4] MIPS: kexec: Do not flush system wide caches in machine_kexec()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox