linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-25 17:38:07 to 2020-07-10 09:27:44 UTC [more...]

[PATCH RESEND v7 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-07-10  9:27 UTC  (17+ messages)
` [PATCH v7 01/11] dt-bindings: dma: dw: Convert DW DMAC to DT binding
` [PATCH v7 02/11] dt-bindings: dma: dw: Add max burst transaction length property
` [PATCH v7 03/11] dmaengine: Introduce min burst length capability
` [PATCH v7 04/11] dmaengine: Introduce max SG list entries capability
` [PATCH v7 05/11] dmaengine: Introduce DMA-device device_caps callback
` [PATCH v7 06/11] dmaengine: dw: Take HC_LLP flag into account for noLLP auto-config
` [PATCH v7 07/11] dmaengine: dw: Set DMA device max segment size parameter
` [PATCH v7 08/11] dmaengine: dw: Add dummy device_caps callback
` [PATCH v7 09/11] dmaengine: dw: Initialize min and max burst DMA device capability
` [PATCH v7 10/11] dmaengine: dw: Introduce max burst length hw config
` [PATCH v7 11/11] dmaengine: dw: Initialize max_sg_nents capability

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-07-10  8:06 UTC  (10+ messages)
` [PATCH v6 1/5] KVM: s390: "
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v6 4/5] KVM: MIPS: clean up redundant 'kvm_run' parameters

[PATCH] Revert "pwm: jz4740: Enhance precision in calculation of duty cycle"
 2020-07-10  7:24 UTC 

[PATCH] KVM: MIPS: Fix build errors for 32bit kernel
 2020-07-10  7:23 UTC  (2+ messages)

[RFC PATCH 0/3] MIPS KVM related clean-ups
 2020-07-10  7:15 UTC  (5+ messages)
` [RFC PATCH 1/3] MIPS: Retire kvm paravirt
` [RFC PATCH 2/3] MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 only
` [RFC PATCH 3/3] MIPS: KVM: Remove outdated README

[PATCH] irqchip/irq-bcm7038-l1: Allow building on ARM 32-bit
 2020-07-09 23:41 UTC 

[PATCH v3 0/9] bmips: add BCM63xx power domain controller
 2020-07-09 23:01 UTC  (12+ messages)
` [PATCH v4 "
  ` [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 0/6] irqchip: Broadcom STB interrupt controller updates
 2020-07-09 22:30 UTC  (7+ messages)
` [PATCH 1/6] irqchip/bcm7120-l2: Set controller as wake-up source
` [PATCH 2/6] irqchip/brcmstb-l2: "
` [PATCH 3/6] dt-bindings: interrupt-controller: Document Broadcom STB HIF L2
` [PATCH 4/6] irqchip/brcmstb-l2: Match HIF_SPI_INTR2 compatible
` [PATCH 5/6] dt-bindings: interrupt-controller: Document UPG auxiliary L2
` [PATCH 6/6] irqchip/brcmstb-l2: Match UPG_AUX_AON_INTR2 compatible

[PATCH v7 0/9] bmips: add bcm6345 reset controller support
 2020-07-09 20:28 UTC  (15+ messages)
` [PATCH v7 2/9] dt-bindings: reset: add BCM6345 reset controller bindings
` [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 v3 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-07-09 12:14 UTC  (23+ messages)
` [PATCH v3 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH v3 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH v3 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH v3 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH v3 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH v3 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [PATCH v3 07/21] KVM: x86/mmu: Topup memory caches after walking GVA->GPA
` [PATCH v3 08/21] KVM: x86/mmu: Clean up the gorilla math in mmu_topup_memory_caches()
` [PATCH v3 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [PATCH v3 10/21] KVM: x86/mmu: Make __GFP_ZERO a property of the memory cache
` [PATCH v3 11/21] KVM: x86/mmu: Zero allocate shadow pages (outside of mmu_lock)
` [PATCH v3 12/21] KVM: x86/mmu: Skip filling the gfn cache for guaranteed direct MMU topups
` [PATCH v3 13/21] KVM: x86/mmu: Prepend "kvm_" to memory cache helpers that will be global
` [PATCH v3 14/21] KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
` [PATCH v3 15/21] KVM: Move x86's MMU memory cache helpers to common KVM code
` [PATCH v3 16/21] KVM: arm64: Drop @max param from mmu_topup_memory_cache()
` [PATCH v3 17/21] KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
` [PATCH v3 18/21] KVM: arm64: Use common KVM implementation of MMU "
` [PATCH v3 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH v3 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH v3 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH 1/4] MIPS: Loongson64: Fix machine naming
 2020-07-09 11:33 UTC  (4+ messages)
` [PATCH 2/4] MIPS: Loongson64: DeviceTree for LS7A PCH
` [PATCH 3/4] MIPS: Loongson64: Load LS7A dtbs
` [PATCH 4/4] MIPS: Loongson64: Reserve legacy MMIO space according to bridge type

[PATCH -next] MIPS: Loongson64: Make acpi_registers_setup() static
 2020-07-09  8:09 UTC  (2+ messages)

[PATCH v3 0/3] MIPS: Loongson: Fix some issues of cpu_hwmon.c
 2020-07-09  3:55 UTC  (4+ messages)
` [PATCH v3 1/3] MIPS: Loongson: Cleanup cpu_hwmon.c
` [PATCH v3 2/3] MIPS: Loongson: Reduce possible loop times and add log in do_thermal_timer()
` [PATCH v3 3/3] MIPS: Loongson: Fix boot warning about hwmon_device_register()

[PATCH] MIPS: Prevent READ_IMPLIES_EXEC propagation
 2020-07-08 23:26 UTC  (4+ messages)

[PATCH 1/2] MIPS: Loongson: Rename CPU device-tree binding
 2020-07-08  9:33 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: mips: Document two Loongson boards

[PATCH V2] MIPS: Unify naming style of vendor CP0.Config6 bits
 2020-07-08  9:34 UTC  (5+ messages)

[PATCH] MIPS: Loongson64: Adjust IRQ layout
 2020-07-08  9:37 UTC  (2+ messages)

[PATCH] MIPS: Loongson: Update dts file for RS780E
 2020-07-08  9:37 UTC  (2+ messages)

[PATCH] MIPS: KVM: Convert a fallthrough comment to fallthrough
 2020-07-08  8:04 UTC  (2+ messages)

[PATCH v5 11/25] mm/mips: Use general page fault accounting
 2020-07-07 22:50 UTC 

[PATCH] MIPS: CI20: DTS: Correcting IW8103 Wifi binding
 2020-07-06 20:22 UTC  (3+ messages)

[PATCH 0/3] Refactor FTLBPar exception handling and add GSExc handler
 2020-07-06  3:12 UTC  (6+ messages)
` [PATCH 1/3] MIPS: only register FTLBPar exception handler for supported models
` [PATCH 2/3] MIPS: add definitions for Loongson-specific CP0.Diag1 register
` [PATCH 3/3] MIPS: handle Loongson-specific GSExc exception

[GIT PULL] MIPS fixes for v5.8
 2020-07-05 17:35 UTC  (2+ messages)

[PATCH] MIPS: Do not use smp_processor_id() in preemptible code
 2020-07-05  9:48 UTC  (2+ messages)

[PATCH] MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPen
 2020-07-05  9:46 UTC  (5+ messages)

[PATCH] MIPS: Fix ejtag debug buffer address of per cpu
 2020-07-03  2:59 UTC  (2+ messages)

[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
 2020-07-02 21:46 UTC  (20+ messages)
` [PATCH 1/8] mm: remove unneeded includes "
` [PATCH 2/8] opeinrisc: switch to generic version of pte allocation
` [PATCH 3/8] xtensa: "
` [PATCH 4/8] asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
` [PATCH 5/8] asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
` [PATCH 6/8] asm-generic: pgalloc: provide generic pgd_free()
` [PATCH 7/8] mm: move lib/ioremap.c to mm/
` [PATCH 8/8] mm: move p?d_alloc_track to separate header file
` [PATCH 9/8] mm: Account PMD tables like PTE tables

[PATCH v2 0/1] Document Ingenic SoCs binding
 2020-07-02 10:12 UTC  (5+ messages)
` [PATCH v2 1/1] dt-bindings: MIPS: "

[PATCH RESEND v4 0/6] mips: Add DT bindings for MIPS CDMM and MIPS GIC
 2020-07-01 21:28 UTC  (8+ messages)
` [PATCH v4 1/6] dt-bindings: power: Convert mti,mips-cpc to DT schema
` [PATCH v4 3/6] dt-bindings: bus: Add MIPS CDMM controller
` [PATCH v4 6/6] MAINTAINERS: Add maintainers for MIPS core drivers

[PATCH 1/3] mm: set page fault address for update_mmu_cache_pmd
 2020-07-01  2:54 UTC  (9+ messages)
` [PATCH 2/3] mm/huge_memory.c: update tlb entry if pmd is changed

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

[PATCH v4 11/26] mm/mips: Use general page fault accounting
 2020-06-30 20:45 UTC 

[PATCH v2 01/10] dt-bindings: display: Convert ingenic,lcd.txt to YAML
 2020-06-30 14:39 UTC  (21+ messages)
` [PATCH v2 02/10] dt-bindings: display: Add ingenic,ipu.yaml
` [PATCH v2 03/10] drm/ingenic: Rename ingenic-drm.c to ingenic-drm-drv.c
` [PATCH v2 04/10] drm/ingenic: Add missing CR in debug strings
` [PATCH v2 05/10] drm/ingenic: Fix incorrect assumption about plane->index
` [PATCH v2 06/10] drm/ingenic: Set DMA descriptor chain address in probe
` [PATCH v2 07/10] drm/ingenic: Move register definitions to ingenic-drm.h
` [PATCH v2 08/10] drm/ingenic: Add support for OSD mode
` [PATCH v2 09/10] drm/ingenic: Add support for the IPU
` [PATCH v2 10/10] drm/ingenic: Support multiple panels/bridges

[PATCH 4.19 182/267] spi: dw: Return any value retrieved from the dma_transfer callback
 2020-06-30  1:36 UTC  (8+ messages)

[PATCH] MIPS: Grant pte read permission, even if vma only have VM_WRITE permission
 2020-06-30  0:58 UTC 

[PATCH 1/2] hugetlb: clear huge pte during flush function on mips platform
 2020-06-29 13:15 UTC  (2+ messages)
` [PATCH 2/2] hugetlb: use lightweight tlb flush when update huge tlb on mips

[PATCH v3 00/14 RESEND] irqchip: Fix potential resource leaks
 2020-06-28 17:00 UTC  (7+ messages)

[PATCH 1/7] irqchip: Fix potential resource leaks
 2020-06-28  3:27 UTC  (10+ messages)
  ` [1/7] "

[PATCH v3 04/14] irqchip/davinci-aintc: Fix potential resource leaks
 2020-06-28  3:23 UTC  (2+ messages)

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

[RESEND, v11 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-06-27  4:06 UTC  (4+ messages)
` [RESEND, v11 2/2] "

[PATCH 11/26] mm/mips: Use general page fault accounting
 2020-06-26 22:31 UTC 

[PATCH v2 0/3] Add support for Ingenic X1830 SoC and Y&A CU1830-Neo board
 2020-06-25 17:37 UTC  (2+ messages)
` [PATCH v2 3/3] MIPS: Ingenic: Add YSH & ATIL CU Neo board support


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