linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-01 15:41:45 to 2023-03-06 19:02:27 UTC [more...]

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-03-06 19:01 UTC  (5+ messages)
` [PATCH v2 1/4] KVM: Refactor stats descriptor generation macros
` [PATCH v2 2/4] KVM: Refactor designated initializer macros for struct _kvm_stats_desc
` [PATCH v2 3/4] KVM: Allow custom names for KVM_STAT()
` [PATCH v2 4/4] KVM: x86: Drop union for pages_{4k,2m,1g} stats

[PATCH] mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()
 2023-03-06 18:18 UTC  (3+ messages)

[PATCH 00/20] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
 2023-03-06 16:43 UTC  (42+ messages)
` [PATCH 01/20] pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string
` [PATCH 02/20] pinctrl: ralink: {mt7620,mt7621}: add new mediatek compatible strings
` [PATCH 03/20] pinctrl: ralink: rt305x: add new compatible string for every SoC
` [PATCH 04/20] pinctrl: ralink: mt7620: split out to mt76x8
` [PATCH 05/20] pinctrl: ralink: move to mediatek as mtmips
` [PATCH 06/20] pinctrl: mediatek: remove OF_GPIO as reverse dependency
` [PATCH 07/20] dt-bindings: pinctrl: ralink: improve bindings
` [PATCH 08/20] dt-bindings: pinctrl: ralink: add new compatible strings
` [PATCH 09/20] dt-bindings: pinctrl: ralink: {mt7620,mt7621}: rename to mediatek
` [PATCH 10/20] dt-bindings: pinctrl: mediatek: mt6795: rename to mediatek,mt6795-pinctrl
` [PATCH 11/20] dt-bindings: pinctrl: mediatek: mt8186: rename to mediatek,mt8186-pinctrl
` [PATCH 12/20] dt-bindings: pinctrl: mediatek: mt8192: rename to mediatek,mt8192-pinctrl
` [PATCH 13/20] dt-bindings: pinctrl: mediatek: mt8195: rename to mediatek,mt8195-pinctrl
` [PATCH 14/20] dt-bindings: pinctrl: mediatek: fix naming inconsistency
` [PATCH 15/20] dt-bindings: pinctrl: {mediatek,ralink}: fix formatting
` [PATCH 16/20] dt-bindings: pinctrl: mediatek: drop quotes from referred schemas
` [PATCH 17/20] dt-bindings: pinctrl: mediatek: mt7986: fix patternProperties regex
` [PATCH 18/20] dt-bindings: pinctrl: ralink: rt305x: split binding
` [PATCH 19/20] dt-bindings: pinctrl: mediatek: mt7620: "
` [PATCH 20/20] MAINTAINERS: move ralink pinctrl to mediatek mips pinctrl

[PATCH v1] drivers/gpio: remove redundant platform_set_drvdata()
 2023-03-06 15:15 UTC 

[PATCH 00/12] MIPS Virt board support
 2023-03-06 14:28 UTC  (15+ messages)
` [PATCH 01/12] MIPS: Move declaration of bcache ops to cache.c
` [PATCH 02/12] MIPS: smp-cps: Disable coherence setup for unsupported ISA
` [PATCH 03/12] MIPS: mips-cm: Check availability of config registers
` [PATCH 04/12] MIPS: Octeon: Opt-out 4k_cache feature
` [PATCH 05/12] MIPS: cpu-features: Enable octeon_cache by cpu_type
` [PATCH 06/12] MIPS: c-octeon: Provide alternative SMP cache flush function
` [PATCH 07/12] MIPS: Octeon: Allow CVMSEG to be disabled
` [PATCH 08/12] MIPS: Loongson: Move arch cflags to MIPS top level Makefile
` [PATCH 09/12] MIPS: Loongson: Don't select platform features with CPU
` [PATCH 10/12] MIPS: Octeon: Disable CVMSEG by default on other platforms
` [PATCH 11/12] MIPS: Add board config for virt board
` [PATCH 12/12] MIPS: generic: Enable all CPUs supported by virt board in Kconfig

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-03-06 13:19 UTC  (28+ messages)
` [PATCH v5 01/26] alpha: "
` [PATCH v5 02/26] arm64: "
` [PATCH v5 03/26] arm: "
` [PATCH v5 04/26] ia64: "
` [PATCH v5 05/26] m68k: "
` [PATCH v5 06/26] microblaze: "
` [PATCH v5 07/26] mips: "
` [PATCH v5 08/26] parisc: "
` [PATCH v5 09/26] powerpc: "
` [PATCH v5 10/26] sparc: "
` [PATCH v5 11/26] xtensa: "
` [PATCH v5 12/26] riscv: "
` [PATCH v5 13/26] asm-generic: "
` [PATCH v5 14/26] alpha: Remove empty <uapi/asm/setup.h>
` [PATCH v5 15/26] arc: "
` [PATCH v5 16/26] m68k: "
` [PATCH v5 17/26] arm64: "
` [PATCH v5 18/26] microblaze: "
` [PATCH v5 19/26] sparc: "
` [PATCH v5 20/26] parisc: "
` [PATCH v5 21/26] x86: "
` [PATCH v5 22/26] xtensa: "
` [PATCH v5 23/26] powerpc: "
` [PATCH v5 24/26] mips: "
` [PATCH v5 25/26] s390: "
` [PATCH v5 26/26] riscv: "

[PATCH 1/2] MIPS: Add barriers between dcache & icache flushes
 2023-03-06 10:28 UTC  (2+ messages)

[PATCH v2 0/5] Devicetree support for Loongson-1 GPIO
 2023-03-06  9:39 UTC  (10+ messages)
` [PATCH v2 1/5] gpio: loongson1: Convert to SPDX identifier
` [PATCH v2 2/5] gpio: loongson1: Use readl() & writel()
` [PATCH v2 3/5] gpio: loongson1: Introduce ls1x_gpio_chip struct
` [PATCH v2 4/5] gpio: loongson1: Add DT support
` [PATCH v2 5/5] dt-bindings: gpio: Add Loongson-1 GPIO

[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-03-06  9:35 UTC  (7+ messages)

[PATCH v3 1/2] mips: add <asm-generic/io.h> including
 2023-03-06  8:46 UTC  (7+ messages)
` [PATCH v3 2/2] arch/*/io.h: remove ioremap_uc in some architectures

[PATCH 00/10] locking: Introduce local{,64}_try_cmpxchg
 2023-03-05 20:56 UTC  (11+ messages)
` [PATCH 01/10] locking/atomic: Add missing cast to try_cmpxchg() fallbacks
` [PATCH 02/10] locking/atomic: Add generic try_cmpxchg{,64}_local support
` [PATCH 03/10] locking/alpha: Wire up local_try_cmpxchg
` [PATCH 04/10] locking/loongarch: "
` [PATCH 05/10] locking/mips: "
` [PATCH 06/10] locking/powerpc: "
` [PATCH 07/10] locking/x86: "
` [PATCH 08/10] locking/generic: Wire up local{,64}_try_cmpxchg
` [PATCH 09/10] locking/x86: Enable local{,64}_try_cmpxchg
` [PATCH 10/10] perf/ring_buffer: use local_try_cmpxchg in __perf_output_begin

[PATCH AUTOSEL 4.19 2/6] MIPS: Fix a compilation issue
 2023-03-05 13:55 UTC 

[PATCH AUTOSEL 5.4 2/7] MIPS: Fix a compilation issue
 2023-03-05 13:54 UTC 

[PATCH AUTOSEL 4.14 2/6] MIPS: Fix a compilation issue
 2023-03-05 13:55 UTC 

[PATCH AUTOSEL 5.10 2/8] MIPS: Fix a compilation issue
 2023-03-05 13:54 UTC 

[PATCH AUTOSEL 5.15 2/9] MIPS: Fix a compilation issue
 2023-03-05 13:53 UTC 

[PATCH AUTOSEL 6.1 02/15] MIPS: Fix a compilation issue
 2023-03-05 13:52 UTC 

[PATCH AUTOSEL 6.2 02/16] MIPS: Fix a compilation issue
 2023-03-05 13:51 UTC 

[PATCH v3 15/34] mips: Implement the new page table range API
 2023-03-03 12:24 UTC  (2+ messages)

[PATCH v2 1/2] mips: add <asm-generic/io.h> including
 2023-03-03  9:13 UTC  (6+ messages)

[RFC PATCH 00/16] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
 2023-03-03  8:03 UTC  (19+ messages)
` [RFC PATCH 07/16] dt-bindings: pinctrl: ralink: add new compatible strings

[PATCH v2 0/5] Use dma_default_coherent for devicetree default coherency
 2023-03-03  0:11 UTC  (5+ messages)
` [PATCH v2 5/5] of: address: Always use dma_default_coherent for "

[PATCH 0/4] Devicetree support for Loongson-1 GPIO
 2023-03-02 19:02 UTC  (13+ messages)
` [PATCH 1/4] gpio: loongson1: Update copyright
` [PATCH 2/4] gpio: loongson1: Introduce ls1x_gpio_chip struct
` [PATCH 3/4] gpio: loongson1: Add DT support

[GIT PULL] MIPS changes part 2 for v6.3
 2023-03-02 18:37 UTC  (2+ messages)

[PATCH v4 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-03-02 12:38 UTC  (31+ messages)
` [PATCH v4 01/24] alpha: "
` [PATCH v4 02/24] arm64: "
` [PATCH v4 03/24] arm: "
` [PATCH v4 04/24] ia64: "
` [PATCH v4 05/24] m68k: "
` [PATCH v4 06/24] microblaze: "
` [PATCH v4 07/24] mips: "
` [PATCH v4 08/24] parisc: "
` [PATCH v4 09/24] powerpc: "
` [PATCH v4 10/24] sparc: "
` [PATCH v4 11/24] xtensa: "
` [PATCH v4 12/24] asm-generic: "
` [PATCH v4 13/24] alpha: Remove empty <uapi/asm/setup.h>
` [PATCH v4 14/24] arc: "
` [PATCH v4 15/24] m68k: "
` [PATCH v4 16/24] arm64: "
` [PATCH v4 17/24] microblaze: "
` [PATCH v4 18/24] sparc: "
` [PATCH v4 19/24] parisc: "
` [PATCH v4 20/24] x86: "
` [PATCH v4 21/24] xtensa: "
` [PATCH v4 22/24] powerpc: "
` [PATCH v4 23/24] mips: "
` [PATCH v4 24/24] s390: "

[PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-02 12:19 UTC  (2+ messages)

[PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-03-02 10:55 UTC  (14+ messages)
` [PATCH v2 04/24] arm64/cpu: Mark cpu_die() __noreturn
        ` [PATCH v2.1 "
` [PATCH v2 09/24] mips/cpu: Expose play_dead()'s prototype definition
        ` [PATCH v2.1 "

[PATCH v3 03/24] arm: Remove COMMAND_LINE_SIZE from uapi
 2023-03-02  3:17 UTC  (2+ messages)

[PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-01 15:41 UTC  (2+ messages)


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