linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-10 16:33:10 to 2020-06-17 22:32:38 UTC [more...]

[PATCH RESEND v4 0/6] mips: Add DT bindings for MIPS CDMM and MIPS GIC
 2020-06-17 22:32 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: power: Convert mti,mips-cpc to DT schema
` [PATCH v4 2/6] dt-bindings: interrupt-controller: Convert mti,gic "
` [PATCH v4 3/6] dt-bindings: bus: Add MIPS CDMM controller
` [PATCH v4 4/6] mips: cdmm: Add mti,mips-cdmm dtb node support
` [PATCH v4 5/6] bus: cdmm: Add MIPS R5 arch support
` [PATCH v4 6/6] MAINTAINERS: Add maintainers for MIPS core drivers

[PATCH 0/3] mips: bmips: add BCM6328 PCIe support
 2020-06-17 21:50 UTC  (8+ messages)
` [PATCH 1/3] mips: bmips: add PCI support
` [PATCH 2/3] dt-bindings: Document BCM6328 PCIe Host Controller
` [PATCH 3/3] pci: add BCM6328 PCIe controller support

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-17 16:36 UTC  (36+ messages)
` [PATCH 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH 18/21] KVM: arm64: Use common KVM implementation of MMU "

[PATCH V2] MIPS: Unify naming style of vendor CP0.Config6 bits
 2020-06-17 12:34 UTC 

[PATCH] MIPS: Do not flush tlb when setting pmd entry
 2020-06-17 11:14 UTC  (4+ messages)

[PATCH] MIPS: BCM63xx: add endif comments
 2020-06-17 11:14 UTC  (2+ messages)

[PATCH] MIPS: lantiq: xway: sysctrl: fix the GPHY clock alias names
 2020-06-17 11:14 UTC  (2+ messages)

[PATCH v7 0/9] bmips: add bcm6345 reset controller support
 2020-06-17 10:50 UTC  (10+ messages)
` [PATCH v7 1/9] mips: bmips: select ARCH_HAS_RESET_CONTROLLER
` [PATCH v7 2/9] dt-bindings: reset: add BCM6345 reset controller bindings
` [PATCH v7 3/9] reset: add BCM6345 reset controller driver
` [PATCH v7 4/9] mips: bmips: dts: add BCM6328 reset controller support
` [PATCH v7 5/9] mips: bmips: dts: add BCM6358 "
` [PATCH v7 6/9] mips: bmips: dts: add BCM6362 "
` [PATCH v7 7/9] mips: bmips: dts: add BCM6368 "
` [PATCH v7 8/9] mips: bmips: dts: add BCM63268 "
` [PATCH v7 9/9] mips: bmips: add BCM6318 reset controller definitions

[PATCH v6 0/9] bmips: add bcm6345 reset controller support
 2020-06-17  9:35 UTC  (11+ messages)
` [PATCH v6 1/9] mips: bmips: select ARCH_HAS_RESET_CONTROLLER
` [PATCH v6 2/9] dt-bindings: reset: add BCM6345 reset controller bindings
` [PATCH v6 3/9] reset: add BCM6345 reset controller driver
` [PATCH v6 4/9] mips: bmips: dts: add BCM6328 reset controller support
` [PATCH v6 5/9] mips: bmips: dts: add BCM6358 "
` [PATCH v6 6/9] mips: bmips: dts: add BCM6362 "
` [PATCH v6 7/9] mips: bmips: dts: add BCM6368 "
` [PATCH v6 8/9] mips: bmips: dts: add BCM63268 "
` [PATCH v6 9/9] mips: bmips: add BCM6318 reset controller definitions

[PATCH v5 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-06-16 19:07 UTC  (4+ messages)

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-06-16 11:54 UTC  (6+ messages)
` [PATCH v4 6/7] KVM: MIPS: "

[RESEND, v11 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-06-16  9:33 UTC  (3+ messages)
` [RESEND, v11 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
` [RESEND, v11 2/2] mtd: rawnand: Add NAND controller support on "

[PATCH 12/25] mm/mips: Use mm_fault_accounting()
 2020-06-15 22:15 UTC 

Possible duplicate page fault accounting on some archs after commit 4064b9827063
 2020-06-15 21:34 UTC  (4+ messages)

properly support exec and wait with kernel pointers
 2020-06-15 19:45 UTC  (19+ messages)
` [PATCH 1/6] exec: cleanup the execve wrappers
` [PATCH 2/6] exec: simplify the compat syscall handling
` [PATCH 3/6] exec: cleanup the count() function
` [PATCH 4/6] exec: split prepare_arg_pages
` [PATCH 5/6] exec: add a kernel_execveat helper
` [PATCH 6/6] kernel: add a kernel_wait helper

[PATCH 0/2] mtd: parsers: bcm63xx: simplify CFE detection
 2020-06-15 17:38 UTC  (16+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 13/29] dt: fix broken links due to txt->yaml renames
 2020-06-15 12:01 UTC  (5+ messages)

[PATCH] KVM: MIPS: Fix a build error for !CPU_LOONGSON64
 2020-06-15  9:26 UTC  (2+ messages)

[PATCH] KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"
 2020-06-15  9:26 UTC  (2+ messages)

[PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  7:17 UTC  (3+ messages)

[PATCH 1/2] MIPS: Loongson: Rename CPU device-tree binding
 2020-06-15  6:04 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: mips: Document two Loongson boards

[PATCH v2 0/7] bmips: add bcm6345 reset controller support
 2020-06-14  8:58 UTC  (36+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] mips: bmips: select ARCH_HAS_RESET_CONTROLLER
  ` [PATCH v3 2/9] dt-bindings: reset: add BCM6345 reset controller bindings
  ` [PATCH v3 3/9] reset: add BCM6345 reset controller driver
  ` [PATCH v3 4/9] mips: bmips: dts: add BCM6328 reset controller support
  ` [PATCH v3 5/9] mips: bmips: dts: add BCM6358 "
  ` [PATCH v3 6/9] mips: bmips: dts: add BCM6362 "
  ` [PATCH v3 7/9] mips: bmips: dts: add BCM6368 "
  ` [PATCH v3 8/9] mips: bmips: dts: add BCM63268 "
  ` [PATCH v3 9/9] mips: bmips: add BCM6318 reset controller definitions
  ` [PATCH v4 0/9] bmips: add bcm6345 reset controller support
    ` [PATCH v4 1/9] mips: bmips: select ARCH_HAS_RESET_CONTROLLER
    ` [PATCH v4 2/9] dt-bindings: reset: add BCM6345 reset controller bindings
    ` [PATCH v4 3/9] reset: add BCM6345 reset controller driver
    ` [PATCH v4 4/9] mips: bmips: dts: add BCM6328 reset controller support
    ` [PATCH v4 5/9] mips: bmips: dts: add BCM6358 "
    ` [PATCH v4 6/9] mips: bmips: dts: add BCM6362 "
    ` [PATCH v4 7/9] mips: bmips: dts: add BCM6368 "
    ` [PATCH v4 8/9] mips: bmips: dts: add BCM63268 "
    ` [PATCH v4 9/9] mips: bmips: add BCM6318 reset controller definitions
    ` [PATCH v5 0/9] bmips: add bcm6345 reset controller support
      ` [PATCH v5 1/9] mips: bmips: select ARCH_HAS_RESET_CONTROLLER
      ` [PATCH v5 2/9] dt-bindings: reset: add BCM6345 reset controller bindings
      ` [PATCH v5 3/9] reset: add BCM6345 reset controller driver
      ` [PATCH v5 4/9] mips: bmips: dts: add BCM6328 reset controller support
      ` [PATCH v5 5/9] mips: bmips: dts: add BCM6358 "
      ` [PATCH v5 6/9] mips: bmips: dts: add BCM6362 "
      ` [PATCH v5 7/9] mips: bmips: dts: add BCM6368 "
      ` [PATCH v5 8/9] mips: bmips: dts: add BCM63268 "
      ` [PATCH v5 9/9] mips: bmips: add BCM6318 reset controller definitions

[PATCH 0/4] bmips: add BCM63xx power domain controller
 2020-06-14  4:48 UTC  (39+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] dt-bindings: soc: brcm: add BCM63xx power domain binding
  ` [PATCH v2 2/6] soc: bcm: add BCM63xx power domain driver
  ` [PATCH v2 3/6] mips: bmips: dts: add BCM6328 power domain support
  ` [PATCH v2 4/6] mips: bmips: dts: add BCM6362 "
  ` [PATCH v2 5/6] mips: bmips: dts: add BCM63268 "
  ` [PATCH v2 6/6] mips: bmips: add BCM6318 power domain definitions
  ` [PATCH v3 0/9] bmips: add BCM63xx power domain controller
    ` [PATCH v3 1/9] dt-bindings: soc: brcm: add BCM63xx power domain binding
    ` [PATCH v3 2/9] mips: bmips: dts: add BCM6328 power domain definitions
    ` [PATCH v3 3/9] mips: bmips: dts: add BCM6362 "
    ` [PATCH v3 4/9] mips: bmips: dts: add BCM63268 "
    ` [PATCH v3 5/9] mips: bmips: add BCM6318 "
    ` [PATCH v3 6/9] soc: bcm: add BCM63xx power domain driver
    ` [PATCH v3 7/9] mips: bmips: dts: add BCM6328 power domain support
    ` [PATCH v3 8/9] mips: bmips: dts: add BCM6362 "
    ` [PATCH v3 9/9] mips: bmips: dts: add BCM63268 "
    ` [PATCH v4 0/9] bmips: add BCM63xx power domain controller
      ` [PATCH v4 1/9] dt-bindings: soc: brcm: add BCM63xx power domain binding
      ` [PATCH v4 2/9] mips: bmips: add BCM6328 power domain definitions
      ` [PATCH v4 3/9] mips: bmips: add BCM6362 "
      ` [PATCH v4 4/9] mips: bmips: add BCM63268 "
      ` [PATCH v4 5/9] mips: bmips: add BCM6318 "
      ` [PATCH v4 6/9] soc: bcm: add BCM63xx power domain driver
      ` [PATCH v4 7/9] mips: bmips: dts: add BCM6328 power domain support
      ` [PATCH v4 8/9] mips: bmips: dts: add BCM6362 "
      ` [PATCH v4 9/9] mips: bmips: dts: add BCM63268 "

[PATCH v2] PCI: loongson: Use DECLARE_PCI_FIXUP_EARLY for bridge_class_quirk()
 2020-06-12  1:30 UTC 

[PATCH] PCI: Loongson: Use DECLARE_PCI_FIXUP_EARLY for bridge_class_quirk()
 2020-06-12  1:21 UTC  (3+ messages)

[PATCH] MIPS:Loongson-2EF:disable fix-loongson3-llsc in compiler
 2020-06-11 10:11 UTC  (2+ messages)

[PATCH] mips: add o32_fp64 boot param to disable FP64 support
 2020-06-11  4:54 UTC  (5+ messages)

[PATCH v2 0/1] Document Ingenic SoCs binding
 2020-06-10 19:50 UTC  (3+ messages)
` [PATCH v2 1/1] dt-bindings: MIPS: "


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).