linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-31 09:08:24 to 2025-11-11 15:41:51 UTC [more...]

[PATCH] MIPS: mm: Prevent a TLB shutdown on initial uniquification
 2025-11-11 15:41 UTC  (3+ messages)

[PATCH] mips: dts: econet: fix EN751221 core type
 2025-11-11 12:08 UTC  (2+ messages)

[PATCH] MIPS: Malta: Fix !EVA SOC-it PCI MMIO
 2025-11-11 12:07 UTC  (2+ messages)

[PATCH v5 0/8] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2025-11-11 11:47 UTC  (16+ messages)
` [PATCH v5 1/8] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH v5 2/8] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH v5 3/8] net: stmmac: qcom-ethqos: improve typing in devres callback
` [PATCH v5 4/8] net: stmmac: qcom-ethqos: wrap emac driver data in additional structure
` [PATCH v5 5/8] net: stmmac: qcom-ethqos: split power management fields into a separate structure
` [PATCH v5 6/8] net: stmmac: qcom-ethqos: split power management context into a separate struct
` [PATCH v5 7/8] net: stmmac: qcom-ethqos: define a callback for setting the serdes speed
` [PATCH v5 8/8] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
 2025-11-11  8:55 UTC  (53+ messages)
` [PATCH v5 01/34] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v5 02/34] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v5 03/34] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v5 04/34] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v5 05/34] ARM: vdso: gettimeofday: "
` [PATCH v5 06/34] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v5 07/34] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v5 08/34] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v5 09/34] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v5 10/34] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v5 11/34] random: vDSO: Add explicit includes
` [PATCH v5 12/34] vdso/gettimeofday: "
` [PATCH v5 13/34] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v5 14/34] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v5 15/34] vdso/datapage: Trim down unnecessary includes
` [PATCH v5 16/34] random: vDSO: trim vDSO includes
` [PATCH v5 17/34] random: vDSO: remove ifdeffery
` [PATCH v5 18/34] random: vDSO: split out datapage update into helper functions
` [PATCH v5 19/34] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v5 20/34] s390/time: Set up vDSO datapage later
` [PATCH v5 21/34] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v5 22/34] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v5 23/34] vdso/datastore: Allocate data pages dynamically
` [PATCH v5 24/34] sparc64: vdso: Link with -z noexecstack
` [PATCH v5 25/34] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v5 26/34] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v5 27/34] sparc64: vdso: Move hardware counter read into header
` [PATCH v5 28/34] sparc64: vdso: Move syscall fallbacks "
` [PATCH v5 29/34] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v5 30/34] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v5 31/34] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v5 32/34] sparc64: vdso2c: Remove symbol handling
` [PATCH v5 33/34] sparc64: vdso: Implement clock_gettime64()
` [PATCH v5 34/34] clocksource: remove ARCH_CLOCKSOURCE_DATA

[PATCH net-next v2 00/13] net: stmmac: convert glue drivers to use stmmac_get_phy_intf_sel()
 2025-11-11  8:12 UTC  (14+ messages)
` [PATCH net-next v2 01/13] net: stmmac: loongson1: use PHY_INTF_SEL_x
` [PATCH net-next v2 02/13] net: stmmac: loongson1: use PHY_INTF_SEL_x directly
` [PATCH net-next v2 03/13] net: stmmac: loongson1: use stmmac_get_phy_intf_sel()
` [PATCH net-next v2 04/13] net: stmmac: mediatek: use PHY_INTF_SEL_x
` [PATCH net-next v2 05/13] net: stmmac: mediatek: use stmmac_get_phy_intf_sel()
` [PATCH net-next v2 06/13] net: stmmac: mediatek: simplify set_interface() methods
` [PATCH net-next v2 07/13] net: stmmac: starfive: use PHY_INTF_SEL_x to select PHY interface
` [PATCH net-next v2 08/13] net: stmmac: starfive: use stmmac_get_phy_intf_sel()
` [PATCH net-next v2 09/13] net: stmmac: stm32: use PHY_INTF_SEL_x to select PHY interface
` [PATCH net-next v2 10/13] net: stmmac: stm32: use PHY_INTF_SEL_x directly
` [PATCH net-next v2 11/13] net: stmmac: stm32: use stmmac_get_phy_intf_sel()
` [PATCH net-next v2 12/13] net: stmmac: visconti: use PHY_INTF_SEL_x to select PHY interface
` [PATCH net-next v2 13/13] net: stmmac: visconti: use stmmac_get_phy_intf_sel()

[PATCH net-next 00/16] net: stmmac: convert glue drivers to use stmmac_get_phy_intf_sel()
 2025-11-11  8:08 UTC  (26+ messages)
` [PATCH net-next 01/16] net: stmmac: loongson1: use PHY_INTF_SEL_x
` [PATCH net-next 02/16] net: stmmac: loongson1: use PHY_INTF_SEL_x directly
` [PATCH net-next 03/16] net: stmmac: loongson1: use stmmac_get_phy_intf_sel()
` [PATCH net-next 04/16] net: stmmac: mediatek: use PHY_INTF_SEL_xxx
` [PATCH net-next 05/16] net: stmmac: mediatek: use stmmac_get_phy_intf_sel()
` [PATCH net-next 06/16] net: stmmac: mediatek: simplify set_interface() methods
` [PATCH net-next 07/16] net: stmmac: meson8b: use PHY_INTF_SEL_xxx
` [PATCH net-next 08/16] net: stmmac: meson8b: use phy_intf_sel directly
` [PATCH net-next 09/16] net: stmmac: meson8b: use stmmac_get_phy_intf_sel()
` [PATCH net-next 10/16] net: stmmac: starfive: use PHY_INTF_SEL_xxx to select PHY interface
` [PATCH net-next 11/16] net: stmmac: starfive: use stmmac_get_phy_intf_sel()
` [PATCH net-next 12/16] net: stmmac: stm32: use PHY_INTF_SEL_x to select PHY interface
` [PATCH net-next 13/16] net: stmmac: stm32: use PHY_INTF_SEL_x directly
` [PATCH net-next 14/16] net: stmmac: stm32: use stmmac_get_phy_intf_sel()
` [PATCH net-next 15/16] net: stmmac: visconti: use PHY_INTF_SEL_x to select PHY interface
` [PATCH net-next 16/16] net: stmmac: visconti: use stmmac_get_phy_intf_sel()
` [PATCH net-next 00/13] net: stmmac: convert glue drivers to "

[PATCH] MIPS: mm: Only uniquify on CPU cores where it's needed
 2025-11-11  6:26 UTC  (3+ messages)

[PATCH] mips: Use generic endianness macros instead of MIPS-specific ones
 2025-11-10 21:32 UTC  (5+ messages)

[PATCH 00/24] PCI: Bridge window selection improvements
 2025-11-10 17:04 UTC  (5+ messages)
` [PATCH 02/24] sparc/PCI: Remove pcibios_enable_device() as they do nothing extra

PROBLEM: boot hang on Indy R4400SC (regression)
 2025-11-10 16:51 UTC  (5+ messages)

[PATCH] MIPS: Fix HOTPLUG_PARALLEL dependency
 2025-11-10 14:37 UTC  (2+ messages)

[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
 2025-11-10 15:37 UTC  (22+ messages)
` [PATCH v4 08/28] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v4 21/28] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v4 22/28] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v4 23/28] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v4 24/28] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v4 26/28] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails

[PATCH] dmaengine: Loongson1: Fix memory leak in ls1x_dma_prep_dma_cyclic()
 2025-11-10  8:51 UTC 

[PATCH] mips: Remove __GFP_HIGHMEM masking
 2025-11-07 23:27 UTC 

[PATCH] MIPS: Alchemy: Remove bogus static/inline specifiers
 2025-11-07 12:09 UTC  (2+ messages)

[PATCH v2 0/7] Add generic PHY driver used by MACB/GEM on EyeQ5
 2025-11-07  9:39 UTC  (13+ messages)
` [PATCH v2 1/7] dt-bindings: soc: mobileye: OLB is an Ethernet PHY provider "
` [PATCH v2 2/7] phy: Add driver for EyeQ5 Ethernet PHY wrapper
` [PATCH v2 3/7] clk: eyeq: use the auxiliary device creation helper
` [PATCH v2 4/7] clk: eyeq: add EyeQ5 children auxiliary device for generic PHYs
` [PATCH v2 5/7] reset: eyeq: drop device_set_of_node_from_dev() done by parent
` [PATCH v2 6/7] MIPS: mobileye: eyeq5: add two Cadence GEM Ethernet controllers
` [PATCH v2 7/7] MIPS: mobileye: eyeq5-epm: add two Cadence GEM Ethernet PHYs

[PATCH] irqchip/irq-bcm7038-l1: Drop unused reg_mask_status() function
 2025-11-06 20:51 UTC  (2+ messages)

[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
 2025-11-06 13:39 UTC  (21+ messages)
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
` [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
  ` [tip: timers/vdso] "

[PATCH v3 0/7] syscore: Pass context data to callbacks
 2025-11-05 16:52 UTC  (4+ messages)
` [PATCH v3 1/7] "

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-11-05 15:26 UTC  (8+ messages)
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU

[PATCH v4 0/8] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2025-11-05  8:33 UTC  (10+ messages)
` [PATCH v4 1/8] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH v4 2/8] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH v4 3/8] net: stmmac: qcom-ethqos: improve typing in devres callback
` [PATCH v4 4/8] net: stmmac: qcom-ethqos: wrap emac driver data in additional structure
` [PATCH v4 5/8] net: stmmac: qcom-ethqos: split power management fields into a separate structure
` [PATCH v4 6/8] net: stmmac: qcom-ethqos: split power management context into a separate struct
` [PATCH v4 7/8] net: stmmac: qcom-ethqos: define a callback for setting the serdes speed
` [PATCH v4 8/8] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH net-next 0/6] net: phy: remove fixed_phy_add and first its users
 2025-11-05  2:50 UTC  (8+ messages)
` [PATCH net-next 2/6] net: fec: register a fixed phy using fixed_phy_register_100fd if needed


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