Linux-MIPS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-17 04:31:05 to 2024-01-25 11:53:26 UTC [more...]

[PATCH v3 00/17] Add support for Mobileye EyeQ5 system controller
 2024-01-25 11:53 UTC  (46+ messages)
` [PATCH v3 01/17] clk: fixed-factor: add optional accuracy support
` [PATCH v3 02/17] clk: fixed-factor: add fwname-based constructor functions
` [PATCH v3 03/17] dt-bindings: pinctrl: allow pin controller device without unit address
` [PATCH v3 04/17] dt-bindings: soc: mobileye: add EyeQ5 OLB system controller
` [PATCH v3 05/17] dt-bindings: clock: mobileye,eyeq5-clk: add bindings
` [PATCH v3 06/17] dt-bindings: reset: mobileye,eyeq5-reset: "
` [PATCH v3 07/17] dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: "
` [PATCH v3 08/17] clk: eyeq5: add platform driver
` [PATCH v3 09/17] reset: "
` [PATCH v3 10/17] pinctrl: "
` [PATCH v3 11/17] MIPS: mobileye: eyeq5: rename olb@e00000 to system-controller@e00000
` [PATCH v3 12/17] MIPS: mobileye: eyeq5: remove reg-io-width property from OLB syscon
` [PATCH v3 13/17] MIPS: mobileye: eyeq5: use OLB clocks controller
` [PATCH v3 14/17] MIPS: mobileye: eyeq5: add OLB reset controller node
` [PATCH v3 15/17] MIPS: mobileye: eyeq5: add reset properties to uarts
` [PATCH v3 16/17] MIPS: mobileye: eyeq5: add pinctrl nodes & pinmux function nodes
` [PATCH v3 17/17] MIPS: mobileye: eyeq5: add pinctrl properties to UART nodes

[PATCH v4 0/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume
 2024-01-25 11:36 UTC  (4+ messages)
` [PATCH v4 1/3] irqchip/loongson-eiointc: Typo fix in function eiointc_domain_alloc
` [PATCH v4 2/3] irqchip/loongson-eiointc: Skip handling if there is no pending irq
` [PATCH v4 3/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume

Strange EFAULT on mips64el returned by syscall when another thread is forking
 2024-01-25  9:28 UTC  (10+ messages)

[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
 2024-01-25  9:17 UTC  (21+ messages)
` [PATCH linux-next v3 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH linux-next v3 02/14] crash: split vmcoreinfo exporting "
` [PATCH linux-next v3 03/14] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH linux-next v3 04/14] crash: split crash dumping code out from kexec_core.c
` [PATCH linux-next v3 05/14] crash: clean up kdump related config items
` [PATCH linux-next v3 06/14] x86, crash: wrap crash dumping code into crash related ifdefs
` [PATCH linux-next v3 07/14] arm64, "
` [PATCH linux-next v3 08/14] ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP
` [PATCH linux-next v3 09/14] s390, crash: wrap crash dumping code into crash related ifdefs
` [PATCH linux-next v3 10/14] sh, "
` [PATCH linux-next v3 11/14] mips, "
` [PATCH linux-next v3 12/14] riscv, "
` [PATCH linux-next v3 13/14] arm, "
` [PATCH linux-next v3 14/14] loongarch, "

[PATCH v2] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
 2024-01-25  9:15 UTC  (6+ messages)

[PATCH v3 0/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume
 2024-01-25  1:21 UTC  (10+ messages)
` [PATCH v3 1/3] irqchip/loongson-eiointc: Skip handling if there is no pending irq
` [PATCH v3 2/3] irqchip/loongson-eiointc: Refine irq affinity setting during resume
` [PATCH v3 3/3] irqchip/loongson-eiointc: Typo fix in function eiointc_domain_alloc

[PATCH v2] MIPS: BCM63XX: Fix missing prototypes
 2024-01-23 17:46 UTC 

[PATCH] MIPS: BCM63XX: Fix missing prototypes
 2024-01-23 14:41 UTC  (2+ messages)

[PATCH] MIPS: loongson64: fix boot failure
 2024-01-18  2:26 UTC  (12+ messages)
` memblock_reserve for unadded region (was: [PATCH] MIPS: loongson64: fix boot failure)

[PATCH] MIPS: loongson64: fix boot failure
 2024-01-23  1:47 UTC  (19+ messages)
` [PATCH V3]: MIPS: loongson64: fix booting failure
  ` [PATCH 1/2] MIPS: reserve exception vector space ONLY ONCE
  ` [PATCH 2/2] MIPS: loongson64: set nid for reserved memblock region
` [PATCH V4]: MIPS: loongson64: fix boot failure
` [PATCH V6]: "

[PATCH] MIPS: lantiq: register smp_ops on non-smp platforms
 2024-01-22 18:47 UTC 

[PATCH] MIPS: Alchemy: Use kcalloc() instead of kzalloc()
 2024-01-22 16:43 UTC  (2+ messages)

[PATCH v6 00/15] Add support for the Mobileye EyeQ5 SoC
 2024-01-22 13:47 UTC  (20+ messages)
` [PATCH v6 01/15] MIPS: spaces: Define a couple of handy macros
` [PATCH v6 02/15] MIPS: Fix set_uncached_handler for ebase in XKPHYS
` [PATCH v6 03/15] MIPS: Allows relocation exception vectors everywhere
` [PATCH v6 04/15] MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0
` [PATCH v6 05/15] MIPS: cps-vec: Use macros for 64bits access
` [PATCH v6 06/15] dt-bindings: Add vendor prefix for Mobileye Vision Technologies Ltd
` [PATCH v6 07/15] dt-bindings: mips: cpus: Sort the entries
` [PATCH v6 08/15] dt-bindings: mips: cpu: Add I-Class I6500 Multiprocessor Core
` [PATCH v6 09/15] dt-bindings: mips: Add bindings for Mobileye SoCs
` [PATCH v6 10/15] dt-bindings: mfd: syscon: Document EyeQ5 OLB
` [PATCH v6 11/15] MIPS: mobileye: Add EyeQ5 dtsi
` [PATCH v6 12/15] MIPS: mobileye: Add EPM5 device tree
` [PATCH v6 13/15] MIPS: Share generic kernel code with other architecture
` [PATCH v6 14/15] MIPS: Add support for Mobileye EyeQ5
` [PATCH v6 15/15] MAINTAINERS: Add entry for Mobileye MIPS SoCs

[PATCH] MIPS: Cobalt: Fix missing prototypes
 2024-01-22 10:13 UTC  (2+ messages)

[PATCH] MIPS: Alchemy: Fix missing prototypes
 2024-01-22 10:13 UTC  (2+ messages)

[PATCH] MIPS: sgi-ip27: Fix missing prototypes
 2024-01-22 10:14 UTC  (3+ messages)

[PATCH] MIPS: fw arc: Fix missing prototypes
 2024-01-22 10:15 UTC  (3+ messages)

[PATCH] MIPS: sgi-ip30: Fix missing prototypes
 2024-01-22 10:15 UTC  (3+ messages)

[PATCH] MIPS: sgi-ip32: Fix missing prototypes
 2024-01-22 10:15 UTC  (3+ messages)

[PATCH] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
 2024-01-22  8:27 UTC  (13+ messages)

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-01-21  1:55 UTC  (18+ messages)
` [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH v2 02/14] crash: split vmcoreinfo exporting "
` [PATCH v2 03/14] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH v2 04/14] crash: split crash dumping code out from kexec_core.c
` [PATCH v2 05/14] crash: clean up kdump related config items
` [PATCH v2 06/14] x86, crash: wrap crash dumping code into crash related ifdefs
` [PATCH v2 07/14] arm64, "
` [PATCH v2 08/14] ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP
` [PATCH v2 09/14] s390, crash: wrap crash dumping code into crash related ifdefs
` [PATCH v2 10/14] sh, "
` [PATCH v2 11/14] arm, "
` [PATCH v2 12/14] mips, "
` [PATCH v2 13/14] riscv, "
` [PATCH v2 14/14] loongarch, "

[PATCH 00/11] Device tree support for Imagination Series5 GPU
 2024-01-19 17:48 UTC  (9+ messages)
` [PATCH 02/11] dt-bindings: gpu: Add PowerVR Series5 SGX GPUs
` [PATCH 08/11] ARM: dts: DRA7xx: Add device tree entry for SGX GPU

[PATCH] init: refactor the generic cpu_to_node for NUMA
 2024-01-18  9:43 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 read-only IMAP folder(s) and NNTP newsgroup(s).