linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-20 08:29:21 to 2023-02-27 16:49:07 UTC [more...]

[PATCH 0/2] MIPS Booting fixes
 2023-02-27 16:48 UTC  (10+ messages)
` [PATCH 1/2] MIPS: smp-cps: Don't rely on CP0_CMGCRBASE
` [PATCH 2/2] MIPS: cevt-r4k: Offset counter value for clearing compare interrupt

[PATCH 0/2] MIPS: Implement two workarounds for BPF JIT
 2023-02-27 15:47 UTC  (13+ messages)
` [PATCH 1/2] MIPS: ebpf jit: Implement DADDI workarounds
` [PATCH 2/2] MIPS: ebpf jit: Implement R4000 workarounds

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-27 14:43 UTC  (5+ messages)
` [PATCH mm-unstable v1 11/26] microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2023-02-27 13:49 UTC  (19+ messages)
` [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
  ` [PATCH v5 2/7] linux/include: add non-atomic version of xchg
    ` [Intel-gfx] "
  ` [PATCH v5 3/7] arch/*/uprobes: simplify arch_uretprobe_hijack_return_addr
    ` [Intel-gfx] "
  ` [PATCH v5 4/7] llist: simplify __llist_del_all
    ` [Intel-gfx] "
  ` [PATCH v5 5/7] io_uring: use __xchg if possible
    ` [Intel-gfx] "
  ` [PATCH v5 6/7] qed: "
    ` [Intel-gfx] "
  ` [PATCH v5 7/7] drm/i915/gt: use __xchg instead of internal helper
    ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
` [Intel-gfx] [PATCH v5 0/7] Introduce __xchg, non-atomic xchg

[RFC 0/6] pcmcia: separate 16-bit support from cardbus
 2023-02-27 13:34 UTC  (6+ messages)
` [RFC 1/6] pccard: remove bcm63xx socket driver
` [RFC 2/6] pccard: split cardbus support from pcmcia
` [RFC 4/6] yenta_socket: remove dead code
` [RFC 5/6] pccard: drop remnants of cardbus support
` [RFC 6/6] pci: hotplug: move cardbus code from drivers/pcmcia

[PATCH 00/12] mips: ralink: introduce 'soc_device' initialization
 2023-02-27 10:58 UTC  (13+ messages)
` [PATCH 01/12] mips: ralink: rt305x: define RT305X_SYSC_BASE with __iomem
` [PATCH 02/12] mips: ralink: rt305x: soc queries and tests as functions
` [PATCH 03/12] mips: ralink: rt305x: introduce 'soc_device' initialization
` [PATCH 04/12] mips: ralink: rt3883: define RT3883_SYSC_BASE with __iomem
` [PATCH 05/12] mips: ralink: rt3883: soc queries and tests as functions
` [PATCH 06/12] mips: ralink: rt3883: introduce 'soc_device' initialization
` [PATCH 07/12] mips: ralink: rt288x: define RT2880_SYSC_BASE with __iomem
` [PATCH 08/12] mips: ralink: rt288x: soc queries and tests as functions
` [PATCH 09/12] mips: ralink: rt288x: introduce 'soc_device' initialization
` [PATCH 10/12] mips: ralink: mt7620: define MT7620_SYSC_BASE with __iomem
` [PATCH 11/12] mips: ralink: mt7620: soc queries and tests as functions
` [PATCH 12/12] mips: ralink: mt7620: introduce 'soc_device' initialization

[PATCH] MIPS: BCM47XX: Add support for Huawei B593u-12
 2023-02-27  8:09 UTC 

[PATCH V2 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2023-02-27  5:39 UTC  (7+ messages)
` [PATCH V2 2/7] rtc: "

[PATCH v2 0/4] MIPS DMA coherence fixes
 2023-02-26 22:18 UTC  (6+ messages)
` [PATCH v2 1/4] MIPS: Remove DMA_PERDEV_COHERENT
` [PATCH v2 2/4] MIPS: Always select ARCH_HAS_SETUP_DMA_OPS
` [PATCH v2 3/4] MIPS: Always select ARCH_HAS_SYNC_DMA_FOR_CPU for noncoherent platforms
` [PATCH v2 4/4] MIPS: c-r4k: Always install dma flush functions

[PATCH 07/27] kbuild, MIPS: BCM47XX: remove MODULE_LICENSE in non-modules
 2023-02-26 22:14 UTC  (2+ messages)

[PATCH] KVM: MIPS: Make kvm_mips_callbacks const
 2023-02-26 22:06 UTC  (2+ messages)

[PATCH v3] dt-bindings: mips: loongson: Add Loongson-1 based boards
 2023-02-26 19:17 UTC  (2+ messages)

[PATCH] MIPS: Workaround clang inline compat branch issue
 2023-02-25 21:45 UTC 

[GIT PULL] MIPS changes for v6.3
 2023-02-25 19:20 UTC  (2+ messages)

[PATCH v2 0/5] Use dma_default_coherent for devicetree default coherency
 2023-02-23 22:20 UTC  (7+ messages)
` [PATCH v2 1/5] of: address: Fix default coherency for MIPS
` [PATCH v2 2/5] dma-mapping: Provide a fallback dma_default_coherent
` [PATCH v2 3/5] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
` [PATCH v2 4/5] riscv: Select ARCH_DMA_DEFAULT_COHERENT
` [PATCH v2 5/5] of: address: Always use dma_default_coherent for default coherency

[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-02-23 13:11 UTC  (7+ messages)
` [PATCH v3 03/24] arm: "

[PATCH 1/2] Mips: ls2k1000: dts: add the display controller device node
 2023-02-23 10:09 UTC  (14+ messages)
` [PATCH 2/2] dt-bindings: display: Add Loongson display controller

[RFC PATCH 00/16] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
 2023-02-23  6:01 UTC  (19+ messages)
` [RFC PATCH 01/16] pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string
` [RFC PATCH 02/16] pinctrl: ralink: add mediatek compatible strings
` [RFC PATCH 03/16] pinctrl: ralink: rt305x: add compatible string for every SoC
` [RFC PATCH 04/16] pinctrl: ralink: mt7620: split out to mt76x8
` [RFC PATCH 05/16] pinctrl: ralink: move to mediatek as mtmips
` [RFC PATCH 06/16] pinctrl: mediatek: remove OF_GPIO as reverse dependency
` [RFC PATCH 07/16] dt-bindings: pinctrl: ralink: add new compatible strings
` [RFC PATCH 08/16] dt-bindings: pinctrl: ralink: rename to mediatek
` [RFC PATCH 09/16] dt-bindings: pinctrl: mediatek: rt305x: split binding
` [RFC PATCH 10/16] dt-bindings: pinctrl: mediatek: mt7620: "
` [RFC PATCH 11/16] MAINTAINERS: move ralink pinctrl to mediatek mips pinctrl
` [RFC PATCH 12/16] dt-bindings: pinctrl: mediatek: mt6795: rename to mediatek,mt6795-pinctrl
` [RFC PATCH 13/16] dt-bindings: pinctrl: mediatek: mt8186: rename to mediatek,mt8186-pinctrl
` [RFC PATCH 14/16] dt-bindings: pinctrl: mediatek: mt8192: rename to mediatek,mt8192-pinctrl
` [RFC PATCH 15/16] dt-bindings: pinctrl: mediatek: mt8195: rename to mediatek,mt8195-pinctrl
` [RFC PATCH 16/16] dt-bindings: pinctrl: mediatek: improve schemas

[PATCH 0/3] Use dma_default_coherent for devicetree default coherency
 2023-02-22 17:57 UTC  (11+ messages)
` [PATCH 1/3] dma-mapping: Provide a fallback dma_default_coherent
` [PATCH 2/3] riscv: Set dma_default_coherent to true
` [PATCH 3/3] of: address: Use dma_default_coherent to determine default coherency

[PATCH] mips: Realtek RTL: select NO_EXCEPT_FILL
 2023-02-22 15:23 UTC  (12+ messages)

[PATCH 0/7] MIPS DMA coherence fixes
 2023-02-22 14:22 UTC  (23+ messages)
` [PATCH 1/7] MIPS: Remove DMA_PERDEV_COHERENT
` [PATCH 2/7] MIPS: Always select ARCH_HAS_SYNC_DMA_FOR_CPU for noncoherent platforms
` [PATCH 3/7] MIPS: c-r4k: Always install dma flush functions
` [PATCH 4/7] dma-mapping: Always provide dma_default_coherent
` [PATCH 5/7] dma-mapping: Provide CONFIG_ARCH_DMA_DEFAULT_COHERENT
` [PATCH 6/7] riscv: Select ARCH_DMA_DEFAULT_COHERENT
` [PATCH 7/7] of: address: Use dma_default_coherent to determine default coherency

[PATCH 0/4] Devicetree support for Loongson-1 GPIO
 2023-02-22 12:35 UTC  (9+ 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
` [PATCH 4/4] dt-bindings: gpio: Add Loongson-1 GPIO

[PATCH] module: fix MIPS module_layout -> module_memory
 2023-02-21 21:39 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 465461cf48465b8a0a54025db5ae2b3df7a04577
 2023-02-21 19:32 UTC 

[PATCH 1/2] mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINK
 2023-02-21 15:34 UTC  (8+ messages)
` [PATCH 2/2] mips: ralink: make SOC_MT7621 select PINCTRL

[PATCH v3] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema
 2023-02-21 15:34 UTC  (2+ messages)

Building Estimates
 2023-02-21 15:02 UTC 

[PATCH 0/5] MIPS: Loongson64: Clear chaos in barriers
 2023-02-21 13:16 UTC  (6+ messages)
` [PATCH 1/5] MIPS: Loongson64: Prefix ipi register address pointers with __iomem
` [PATCH 2/5] MIPS: Loongson64: smp: Use nudge_writes instead of wbflush
` [PATCH 3/5] MIPS: Loongson64: smp: Correct nudge_writes usage
` [PATCH 4/5] MIPS: Loongson64: Remove CPU_HAS_WB
` [PATCH 5/5] MIPS: Loongson64: Opt-out war_io_reorder_wmb

[PATCH V2 0/2] Loongson: irqchip: Add loongson-eiointc DT init support
 2023-02-21 11:18 UTC  (11+ messages)
` [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC

[PATCH v2] dt-bindings: mips: loongson: Add Loongson-1 based boards
 2023-02-21 10:50 UTC  (3+ messages)

[RFC PATCH 1/2] mips: add <asm-generic/io.h> including
 2023-02-21  6:07 UTC 

[PATCH v2] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema
 2023-02-21  1:36 UTC  (3+ messages)

[PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
 2023-02-20 22:56 UTC  (5+ messages)

[PATCH v2] MIPS: vpe-mt: drop physical_memsize
 2023-02-20 14:12 UTC  (2+ messages)

[PATCH] dt-bindings: mips: loongson: Add Loongson-1 based boards
 2023-02-20 12:36 UTC  (2+ messages)

[PATCH] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema
 2023-02-20 10:54 UTC  (7+ messages)

API for setting multiple PTEs at once
 2023-02-20  8:29 UTC  (3+ 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).