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

[PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-02-15 19:45 UTC  (51+ messages)
` [PATCH v2 01/24] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration
` [PATCH v2 02/24] alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH v2 03/24] arm/cpu: "
` [PATCH v2 04/24] arm64/cpu: Mark cpu_die() __noreturn
` [PATCH v2 05/24] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH v2 06/24] ia64/cpu: Mark play_dead() __noreturn
` [PATCH v2 07/24] loongarch/cpu: Make sure play_dead() doesn't return
` [PATCH v2 08/24] loongarch/cpu: Mark play_dead() __noreturn
` [PATCH v2 09/24] mips/cpu: Expose play_dead()'s prototype definition
` [PATCH v2 10/24] mips/cpu: Make sure play_dead() doesn't return
` [PATCH v2 11/24] mips/cpu: Mark play_dead() __noreturn
` [PATCH v2 12/24] powerpc/cpu: Mark start_secondary_resume() __noreturn
` [PATCH v2 13/24] sh/cpu: Make sure play_dead() doesn't return
` [PATCH v2 14/24] sh/cpu: Mark play_dead() __noreturn
` [PATCH v2 15/24] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition
` [PATCH v2 16/24] sparc/cpu: Mark cpu_play_dead() __noreturn
` [PATCH v2 17/24] x86/cpu: Make sure play_dead() doesn't return
` [PATCH v2 18/24] x86/cpu: Mark play_dead() __noreturn
` [PATCH v2 19/24] xtensa/cpu: Make sure cpu_die() doesn't return
` [PATCH v2 20/24] xtensa/cpu: Mark cpu_die() __noreturn
` [PATCH v2 21/24] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
` [PATCH v2 22/24] objtool: Include weak functions in 'global_noreturns' check
` [PATCH v2 23/24] init: Make arch_call_rest_init() and rest_init() __noreturn
` [PATCH v2 24/24] sched/idle: Mark arch_cpu_idle_dead() __noreturn

[RFC 0/3] Make WLAN and Bluetooth basically work for CI20
 2023-02-15 17:55 UTC  (5+ messages)
` [RFC 1/3] MIPS: DTS: jz4780: add #clock-cells to rtc_dev
` [RFC 2/3] MIPS: DTS: CI20: fixes for WiFi/Bluetooth
` [RFC 3/3] MIPS: configs: ci20: enable drivers we need "

[PATCH 1/2] firmware: bcm47xx_nvram: allow to read from buffered nvram data
 2023-02-15 14:50 UTC  (2+ messages)

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

[PATCH 13/19] arch/riscv: rename internal name __xchg to __arch_xchg
 2023-02-15  5:22 UTC  (2+ messages)

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

[PATCH 0/2] Couple of Broadcom L2 driver fixes
 2023-02-14 23:23 UTC  (3+ messages)

[PATCH] MIPS: vpe-mt: provide a default 'physical_memsize'
 2023-02-14 18:29 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 3ebb0ac55efaf1d0fb1b106f852c114e5021f7eb
 2023-02-14 17:10 UTC 

[PATCH] module: fix MIPS module_layout -> module_memory
 2023-02-14 16:52 UTC  (3+ messages)

[PATCH v7 0/5] watchdog: mt7621-wdt: avoid globals and arch dependencies
 2023-02-14 15:12 UTC  (11+ messages)
` [PATCH v7 1/5] dt-bindings: watchdog: mt7621-wdt: add phandle to access system controller registers
` [PATCH v7 2/5] mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'
` [PATCH v7 3/5] mips: dts: ralink: mt7621: add phandle to system controller node for watchdog
` [PATCH v7 4/5] watchdog: mt7621-wdt: avoid static global declarations
` [PATCH v7 5/5] watchdog: mt7621-wdt: avoid ralink architecture dependent code

[PATCH v6 0/3] watchdog: mt7621-wdt: avoid globals and arch dependencies
 2023-02-14 15:07 UTC  (14+ messages)
` [PATCH v6 1/3] mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'
` [PATCH v6 2/3] watchdog: mt7621-wdt: avoid static global declarations
` [PATCH v6 3/3] watchdog: mt7621-wdt: avoid ralink architecture dependent code

[PATCH] dma-mapping: no need to pass a bus_type into get_arch_dma_ops()
 2023-02-14 14:12 UTC  (3+ messages)

[PATCH v4 0/7] Generic IPI sending tracepoint
 2023-02-14 14:10 UTC  (2+ messages)

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

[PATCH 1/2] mips: dts: align LED node names with dtschema
 2023-02-14 12:36 UTC  (4+ messages)
` [PATCH 2/2] mips: dts: ralink: mt7621: add port@5 as CPU port

API for setting multiple PTEs at once
 2023-02-14  9:55 UTC  (2+ messages)

[PATCH 1/2] mmc: jz4740: Work around bug on JZ4760(B)
 2023-02-13 23:48 UTC  (4+ messages)
` [PATCH 2/2] mmc: jz4740: Add support for vqmmc power supply

[PATCH v4 0/5] watchdog: mt7621-wdt: avoid globals and arch dependencies
 2023-02-13 20:09 UTC  (15+ messages)
` [PATCH v4 1/5] dt-bindings: watchdog: mt7621-wdt: add phandle to access system controller registers

[PATCH v5 0/2] avoid globals and arch dependencies
 2023-02-13 17:32 UTC  (4+ messages)
` [PATCH v5 1/2] mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'
` [PATCH v5 2/2] watchdog: mt7621-wdt: avoid static global declarations

[PATCH] MIPS: loongson32: Drop obsolete cpufreq platform device
 2023-02-13 16:13 UTC  (2+ messages)

[PATCH v6 00/20] irqdomain: fix mapping race and rework locking
 2023-02-13 10:43 UTC  (21+ messages)
` [PATCH v6 01/20] irqdomain: Fix association race
` [PATCH v6 02/20] irqdomain: Fix disassociation race
` [PATCH v6 03/20] irqdomain: Drop bogus fwspec-mapping error handling
` [PATCH v6 04/20] irqdomain: Look for existing mapping only once
` [PATCH v6 05/20] irqdomain: Refactor __irq_domain_alloc_irqs()
` [PATCH v6 06/20] irqdomain: Fix mapping-creation race
` [PATCH v6 07/20] irqdomain: Fix domain registration race
` [PATCH v6 08/20] irqdomain: Drop revmap mutex
` [PATCH v6 09/20] irqdomain: Drop dead domain-name assignment
` [PATCH v6 10/20] irqdomain: Drop leftover brackets
` [PATCH v6 11/20] irqdomain: Clean up irq_domain_push/pop_irq()
` [PATCH v6 12/20] x86/ioapic: Use irq_domain_create_hierarchy()
` [PATCH v6 13/20] x86/uv: "
` [PATCH v6 14/20] irqchip/alpine-msi: Use irq_domain_add_hierarchy()
` [PATCH v6 15/20] irqchip/gic-v2m: Use irq_domain_create_hierarchy()
` [PATCH v6 16/20] irqchip/gic-v3-its: "
` [PATCH v6 17/20] irqchip/gic-v3-mbi: "
` [PATCH v6 18/20] irqchip/loongson-pch-msi: "
` [PATCH v6 19/20] irqchip/mvebu-odmi: "
` [PATCH v6 20/20] irqdomain: Switch to per-domain locking

Prezentacja
 2023-02-13  9:10 UTC 

[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-02-13  7:54 UTC  (10+ messages)
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH] MIPS: dts: Boston: Fix dtc 'pci_device_reg' warning
 2023-02-13  7:43 UTC  (2+ messages)

[PATCH] irqchip/loongson-eiointc: Add DT init support
 2023-02-13  6: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 NNTP newsgroup(s).