linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-29 22:53:19 to 2020-06-08 23:50:15 UTC [more...]

[PATCH AUTOSEL 4.14 19/72] spi: dw: Fix Rx-only DMA transfers
 2020-06-08 23:24 UTC  (8+ messages)
` [PATCH AUTOSEL 4.14 32/72] MIPS: Make sparse_init() using top-down allocation
` [PATCH AUTOSEL 4.14 45/72] MIPS: Truncate link address into 32bit for 32bit kernel
` [PATCH AUTOSEL 4.14 46/72] mips: cm: Fix an invalid error code of INTVN_*_ERR
` [PATCH AUTOSEL 4.14 55/72] mips: MAAR: Use more precise address mask
` [PATCH AUTOSEL 4.14 56/72] mips: Add udelay lpj numbers adjustment
` [PATCH AUTOSEL 4.14 61/72] MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()
` [PATCH AUTOSEL 4.14 68/72] spi: dw: Return any value retrieved from the dma_transfer callback

[PATCH v5 00/11] i2c: designeware: Add Baikal-T1 System I2C support
 2020-06-08 23:46 UTC  (9+ messages)
` [PATCH v5 02/11] dt-bindings: i2c: Discard i2c-slave flag from the DW I2C example

[PATCH AUTOSEL 4.9 09/50] spi: dw: Enable interrupts in accordance with DMA xfer mode
 2020-06-08 23:26 UTC  (8+ messages)
` [PATCH AUTOSEL 4.9 10/50] clocksource: dw_apb_timer_of: Fix missing clockevent timers
` [PATCH AUTOSEL 4.9 22/50] MIPS: Make sparse_init() using top-down allocation
` [PATCH AUTOSEL 4.9 31/50] MIPS: Truncate link address into 32bit for 32bit kernel
` [PATCH AUTOSEL 4.9 32/50] mips: cm: Fix an invalid error code of INTVN_*_ERR
` [PATCH AUTOSEL 4.9 38/50] mips: Add udelay lpj numbers adjustment
` [PATCH AUTOSEL 4.9 43/50] MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()
` [PATCH AUTOSEL 4.9 48/50] spi: dw: Return any value retrieved from the dma_transfer callback

[PATCH AUTOSEL 4.4 06/37] spi: dw: Enable interrupts in accordance with DMA xfer mode
 2020-06-08 23:27 UTC  (7+ messages)
` [PATCH AUTOSEL 4.4 07/37] clocksource: dw_apb_timer_of: Fix missing clockevent timers
` [PATCH AUTOSEL 4.4 16/37] MIPS: Make sparse_init() using top-down allocation
` [PATCH AUTOSEL 4.4 23/37] mips: cm: Fix an invalid error code of INTVN_*_ERR
` [PATCH AUTOSEL 4.4 27/37] mips: Add udelay lpj numbers adjustment
` [PATCH AUTOSEL 4.4 32/37] MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()
` [PATCH AUTOSEL 4.4 35/37] spi: dw: Return any value retrieved from the dma_transfer callback

[PATCH AUTOSEL 4.19 099/106] spi: dw: Return any value retrieved from the dma_transfer callback
 2020-06-08 23:22 UTC 

[PATCH AUTOSEL 5.4 104/175] mips: cm: Fix an invalid error code of INTVN_*_ERR
 2020-06-08 23:18 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 133/175] mips: MAAR: Use more precise address mask
` [PATCH AUTOSEL 5.4 161/175] spi: dw: Return any value retrieved from the dma_transfer callback

[PATCH AUTOSEL 5.7 062/274] spi: dw: Enable interrupts in accordance with DMA xfer mode
 2020-06-08 23:05 UTC  (2+ messages)
` [PATCH AUTOSEL 5.7 255/274] spi: dw: Return any value retrieved from the dma_transfer callback

[PATCH 0/2] mtd: parsers: bcm63xx: simplify CFE detection
 2020-06-08 16:06 UTC  (4+ messages)
` [PATCH 1/2] MIPS: BCM63xx: add helper function to detect CFE
` [PATCH 2/2] mtd: parsers: bcm63xx: simplify CFE detection
` [PATCH v2] "

[PATCH] MIPS: BCM63xx: add endif comments
 2020-06-08 10:18 UTC 

[PATCH] MIPS: BCM63xx: improve CFE version detection
 2020-06-08  9:28 UTC 

[PATCH 00/21] KVM: Cleanup and unify kvm_mmu_memory_cache usage
 2020-06-08  8:57 UTC  (25+ messages)
` [PATCH 01/21] KVM: x86/mmu: Track the associated kmem_cache in the MMU caches
` [PATCH 02/21] KVM: x86/mmu: Consolidate "page" variant of memory cache helpers
` [PATCH 03/21] KVM: x86/mmu: Use consistent "mc" name for kvm_mmu_memory_cache locals
` [PATCH 04/21] KVM: x86/mmu: Remove superfluous gotos from mmu_topup_memory_caches()
` [PATCH 05/21] KVM: x86/mmu: Try to avoid crashing KVM if a MMU memory cache is empty
` [PATCH 06/21] KVM: x86/mmu: Move fast_page_fault() call above mmu_topup_memory_caches()
` [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 09/21] KVM: x86/mmu: Separate the memory caches for shadow pages and gfn arrays
` [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 19/21] KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
` [PATCH 20/21] KVM: MIPS: Account pages used for GPA page tables
` [PATCH 21/21] KVM: MIPS: Use common KVM implementation of MMU memory caches

[PATCH] MIPS: lantiq: xway: sysctrl: fix the GPHY clock alias names
 2020-06-07 13:40 UTC  (2+ messages)

[PATCH v2 1/2] MIPS: Set page access bit with pgprot on platforms with RIXI
 2020-06-06  4:02 UTC  (2+ messages)
` [PATCH v2 2/2] MIPS: Add writable-applies-readable policy with pgrot

[PATCH 1/2] MIPS: set page access bit with pgprot on some MIPS platform
 2020-06-06  1:08 UTC  (5+ messages)
` [PATCH 2/2] MIPS: Add writable-applies-readable policy with pgrot

[RFC PATCH v5 0/3] Add scheduler overview documentation
 2020-06-05  9:42 UTC  (6+ messages)
` [RFC PATCH v5 2/3] docs: scheduler: "

[RFC PATCH v7 0/3] scheduler: Add scheduler overview
 2020-06-05  9:29 UTC  (4+ messages)
` [RFC PATCH v7 1/3] docs: scheduler: Restructure scheduler documentation
` [RFC PATCH v7 2/3] docs: scheduler: Add scheduler overview documentation
` [RFC PATCH v7 3/3] docs: scheduler: Add introduction to scheduler context-switch

[PATCH V3 07/15] arch/kunmap_atomic: Consolidate duplicate code
 2020-06-04 20:51 UTC  (19+ messages)
` [PATCH] arch/{mips,sparc,microblaze,powerpc}: Don't enable pagefault/preempt twice

[PATCH V7 00/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-06-04 17:57 UTC  (2+ messages)

[PATCH v3 0/7] Statsfs: a new ram-based file system for Linux kernel statistics
 2020-06-04 15:34 UTC  (4+ messages)
` [PATCH v3 2/7] documentation for stats_fs

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-06-04 11:59 UTC  (3+ messages)

[PATCH V8 00/15] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-06-04  6:57 UTC  (3+ messages)

[PATCH] function:stacktrace/mips: Fix function:stacktrace for mips
 2020-06-04  3:25 UTC  (5+ messages)

[GIT PULL] MIPS changes for v5.8-rc1
 2020-06-04  1:23 UTC  (5+ messages)

[PATCH] mips: add o32_fp64 boot param to disable FP64 support
 2020-06-04  0:19 UTC  (4+ messages)

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

[PATCH v2 0/8] mtd: rawnand: bcm47xx: Convert to exec_op() (and more)
 2020-06-03 14:22 UTC  (2+ messages)

[PATCH] MIPS: Do not flush tlb when setting pmd entry
 2020-06-03  9:42 UTC 

[PATCH v5 2/3] arch: wire-up close_range()
 2020-06-02 20:42 UTC 

[PATCH v2 0/1] Document Ingenic SoCs binding
 2020-06-02 18:33 UTC  (2+ messages)
` [PATCH v2 1/1] dt-bindings: MIPS: "

[PATCH RESEND v2 0/6] mips: Add DT bindings for MIPS CDMM and MIPS GIC
 2020-06-02  9:51 UTC  (18+ messages)
` [PATCH v2 1/6] dt-bindings: power: Convert mti,mips-cpc to DT schema
` [PATCH v2 2/6] dt-bindings: interrupt-controller: Convert mti,gic "
` [PATCH v2 3/6] dt-bindings: bus: Add MIPS CDMM controller
` [PATCH v2 4/6] mips: cdmm: Add mti,mips-cdmm dtb node support
` [PATCH v2 5/6] bus: cdmm: Add MIPS R5 arch support
` [PATCH v2 6/6] MAINTAINERS: Add maintainers for MIPS core drivers
            ` [RFC PATCH -next] MAINTAINERS: Update F: and X: entry ordering (was Re: [PATCH v2 6/6] MAINTAINERS: Add maintainers for MIPS core drivers)

[PATCH v5 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-06-02  9:27 UTC  (6+ messages)
` [PATCH v5 01/11] dt-bindings: dma: dw: Convert DW DMAC to DT binding
` [PATCH v5 02/11] dt-bindings: dma: dw: Add max burst transaction length property

[PATCH v8 3/6] clocksource: Ingenic: Add high resolution timer support for SMP
 2020-06-01 20:06 UTC  (4+ messages)
` JZ4780 LCD controller initialisation (was Re: [PATCH] clocksource: Ingenic: Add high resolution timer support for SMP.)

[PATCH v11 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-06-01 15:38 UTC  (4+ messages)
` [PATCH v11 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "
` [PATCH v11 2/2] mtd: rawnand: Add NAND controller support on "

[PATCH v5 8/8] clocksource: mips-gic-timer: Mark GIC timer as unstable if ref clock changes
 2020-06-01 13:11 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 7/8] clocksource: mips-gic-timer: Register as sched_clock
 2020-06-01 13:11 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 2/8] dt-bindings: timer: Move snps,dw-apb-timer DT schema from rtc
 2020-06-01 13:11 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 5/8] clocksource: dw_apb_timer: Affiliate of-based timer with any CPU
 2020-06-01 13:11 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 1/8] dt-bindings: rtc: Convert snps,dw-apb-timer to DT schema
 2020-06-01 13:11 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 4/8] clocksource: dw_apb_timer: Make CPU-affiliation being optional
 2020-06-01 13:11 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v5 6/8] clocksource: dw_apb_timer_of: Fix missing clockevent timers
 2020-06-01 13:11 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v6 00/11] i2c: designeware: Add Baikal-T1 System I2C support
 2020-06-01  8:54 UTC  (13+ messages)
` [PATCH v6 01/11] dt-bindings: i2c: Convert DW I2C binding to DT schema
` [PATCH v6 07/11] i2c: designware: Discard Cherry Trail model flag
` [PATCH v6 08/11] i2c: designware: Convert driver to using regmap API

[PATCH] MIPS: Unify naming style of vendor CP0.Config6 bits
 2020-06-01  4:07 UTC  (3+ messages)

[PATCH V2] MIPS: Tidy up CP0.Config6 bits definition
 2020-06-01  2:35 UTC  (3+ messages)

[PATCH] MIPS: ralink: bootrom: mark a function as __init to save some memory
 2020-05-31 12:32 UTC  (2+ messages)

[PATCH] MIPS: ralink: drop ralink_clk_init for mt7621
 2020-05-31 12:32 UTC  (2+ messages)

[PATCH v2 0/3] CPUCFG emulation future-proofing & HWCAP addition
 2020-05-31  9:36 UTC  (8+ messages)
` [PATCH v2 1/3] MIPS: Loongson64: Guard against future cores without CPUCFG
` [PATCH v2 2/3] MIPS: Expose Loongson CPUCFG availability via HWCAP
` [PATCH v2 3/3] MIPS: Loongson64: Reorder CPUCFG model match arms

[PATCH v3 0/4] clk: Add Baikal-T1 SoC Clock Control Unit support
 2020-05-30 18:14 UTC  (9+ messages)
` [PATCH v3 1/4] dt-bindings: clk: Add Baikal-T1 CCU PLLs binding
` [PATCH v3 2/4] dt-bindings: clk: Add Baikal-T1 CCU Dividers binding
` [PATCH v3 3/4] clk: Add Baikal-T1 CCU PLLs driver
` [PATCH v3 4/4] clk: Add Baikal-T1 CCU Dividers driver

[PATCH 0/2] irqchip: loongson-*: Two small fixes
 2020-05-30 13:15 UTC  (5+ messages)
` [PATCH 1/2] irqchip: loongson-pci-msi: Fix a typo in Kconfig
` [PATCH 2/2] irqchip: loongson-*: Fix COMPILE_TEST

[PATCH] MIPS: Fix build warning about "PTR_STR" redefinition
 2020-05-30 10:26 UTC  (5+ messages)

[PATCH v4 0/7] watchdog: dw_wdt: Take Baikal-T1 DW WDT peculiarities into account
 2020-05-30  7:35 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: watchdog: Convert DW WDT binding to DT schema
` [PATCH v4 2/7] dt-bindings: watchdog: dw-wdt: Support devices with asynch clocks
` [PATCH v4 3/7] dt-bindings: watchdog: dw-wdt: Add watchdog TOPs array property
` [PATCH v4 4/7] watchdog: dw_wdt: Support devices with non-fixed TOP values
` [PATCH v4 5/7] watchdog: dw_wdt: Support devices with asynch clocks
` [PATCH v4 6/7] watchdog: dw_wdt: Add pre-timeouts support
` [PATCH v4 7/7] watchdog: dw_wdt: Add DebugFS files

[PATCH v3 0/7] watchdog: dw_wdt: Take Baikal-T1 DW WDT peculiarities into account
 2020-05-30  6:51 UTC  (12+ messages)
` [PATCH v3 1/7] dt-bindings: watchdog: Convert DW WDT binding to DT schema
` [PATCH v3 2/7] dt-bindings: watchdog: dw-wdt: Support devices with asynch clocks
` [PATCH v3 3/7] dt-bindings: watchdog: dw-wdt: Add watchdog TOPs array property
` [PATCH v3 6/7] watchdog: dw_wdt: Add pre-timeouts support
` [PATCH v3 7/7] watchdog: dw_wdt: Add DebugFS files

[PATCH 0/2] CPUCFG emulation future-proofing & HWCAP addition
 2020-05-30  4:26 UTC  (3+ messages)
` [PATCH 1/2] MIPS: Loongson64: Guard against future cores without CPUCFG

[PATCH v10 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-30  0:18 UTC  (4+ messages)
` [PATCH v10 1/2] dt-bindings: mtd: Add Nand Flash Controller support for "


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