linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-09 12:59:53 to 2023-02-14 07:58:11 UTC [more...]

[PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-02-14  7:57 UTC  (32+ 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

[PATCH v3 00/24] Remove COMMAND_LINE_SIZE from uapi
 2023-02-14  7:49 UTC  (8+ 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] MIPS: vpe-mt: provide a default 'physical_memsize'
 2023-02-14  7:40 UTC  (2+ messages)

[PATCH] module: fix MIPS module_layout -> module_memory
 2023-02-14  7:22 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  (22+ messages)
` [PATCH v4 1/5] dt-bindings: watchdog: mt7621-wdt: add phandle to access system controller registers
` [PATCH v4 2/5] mips: dts: ralink: mt7621: add phandle to system controller node for watchdog
` [PATCH v4 3/5] mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'
` [PATCH v4 4/5] watchdog: mt7621-wdt: avoid static global declarations
` [PATCH v4 5/5] watchdog: mt7621-wdt: avoid ralink architecture dependent code

[PATCH v6 0/3] watchdog: mt7621-wdt: avoid globals and arch dependencies
 2023-02-13 20:05 UTC  (4+ 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 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 V2 0/2] Loongson: irqchip: Add loongson-eiointc DT init support
 2023-02-13 14:28 UTC  (4+ messages)
` [PATCH V2 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC
` [PATCH V2 2/2] irqchip/loongson-eiointc: Add DT init support

[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  (12+ 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  (5+ messages)

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

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

[PATCH v3 0/4] watchdog: mt7621-wdt: avoid globals and arch dependencies
 2023-02-11  7:16 UTC  (9+ messages)
` [PATCH v3 1/4] dt-bindings: watchdog: mt7621-wdt: add phandle to access system controller registers
` [PATCH v3 2/4] mips: dts: ralink: mt7621: add phandle to system controller node for watchdog
` [PATCH v3 3/4] watchdog: mt7621-wdt: avoid static global declarations
` [PATCH v3 4/4] watchdog: mt7621-wdt: avoid ralink architecture dependent code

[linux-next:master] BUILD REGRESSION 6ba8a227fd19d19779005fb66ad7562608e1df83
 2023-02-11  2:14 UTC 

[PATCH] MIPS: loongson32: Update the clock initialization
 2023-02-10 23:31 UTC  (2+ messages)

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

[PATCH 0/3] watchdog: mt7621-wdt: avoid globals and arch dependencies
 2023-02-10 12:04 UTC  (15+ messages)
` [PATCH 1/3] dt-bindings: watchdog: mt7621-wdt: add phandle to access system controller registers
` [PATCH 2/3] mips: dts: ralink: mt7621: add phandle to system controller node for watchdog
` [PATCH 3/3] watchdog: mt7621-wdt: avoid globals and arch dependencies

[PATCH V2 0/3] Devicetree support for Loongson-1 clock
 2023-02-10 11:38 UTC  (5+ messages)
` [PATCH V2 1/3] dt-bindings: clock: Add "
` [PATCH V2 2/3] clk: loongson1: Remove the outdated driver
` [PATCH V2 3/3] clk: loongson1: Re-implement the clock driver

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

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-10  5:08 UTC  (3+ messages)
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s

[PATCH v2 0/7] KVM: Add a common API for range-based TLB invalidation
 2023-02-10  1:27 UTC  (4+ messages)
` [PATCH v2 2/7] KVM: arm64: Use kvm_arch_flush_remote_tlbs()

[PATCH v3 0/4] rtc: jz4740: Various updates
 2023-02-09 22:38 UTC  (2+ messages)

[PATCH v4 00/19] irqdomain: fix mapping race and clean up locking
 2023-02-09 13:08 UTC  (9+ messages)
` [PATCH v4 07/19] irqdomain: Look for existing mapping only once
` [PATCH v4 09/19] irqdomain: Fix mapping-creation race


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