Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2026-09-03 22:33:12 to 2026-09-11 21:33:55 UTC [more...]

[PATCH bpf-next v4 0/3] bpf, mips: Add signed div/mod support
 2026-09-11 21:33 UTC  (2+ messages)
` [PATCH bpf-next v4 1/3] bpf, mips: Factor out div/mod emission helpers

[PATCH v3 00/12] mm: make userland page table freeing RCU-safe
 2026-09-11 19:36 UTC  (13+ messages)
` [PATCH v3 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v3 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v3 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v3 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v3 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v3 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v3 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v3 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v3 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v3 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v3 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v3 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH 00/60] KVM Planes + SEV-SNP Support
 2026-09-11 17:54 UTC  (3+ messages)
` [PATCH 29/60] kvm: Implement KVM_CREATE_PLANE ioctl

[PATCH bpf-next v2 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
 2026-09-11 16:37 UTC  (7+ messages)
` [PATCH bpf-next v2 1/2] bpf, mips: Factor register moves into helpers
` [PATCH bpf-next v2 2/2] bpf, mips: Add support for BPF_MOVSX in the JITs

[PATCH] clk: eyeq: Use devm_platform_ioremap_resource()
 2026-09-11 12:10 UTC  (2+ messages)

[PATCH RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-09-10 15:29 UTC  (14+ messages)
` [PATCH RFC v3 12/21] mm/pgtable: redefine PGTABLE_LEVEL enum with ascend order from PGD
` [PATCH RFC v3 13/21] x86: mm: use pgtable_level enum in effective_prot_pXd()
` [PATCH RFC v3 14/21] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [PATCH RFC v3 15/21] x86: mm: skip collapse_pud_page() when CONFIG_X86_DIRECT_GBPAGES disabled

[PATCH v5 00/24] vdso: Reject absolute relocations during build
 2026-09-10  8:33 UTC  (53+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 03/24] ARM: elf: "
` [PATCH v5 04/24] arm64: "
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 06/24] riscv: elf: "
` [PATCH v5 07/24] LoongArch: "
` [PATCH v5 08/24] s390/elf: "
` [PATCH v5 09/24] MIPS: ELF: "
` [PATCH v5 10/24] sparc: elf: "
` [PATCH v5 11/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v5 12/24] vdso: Add the vdsocheck tool
` [PATCH v5 13/24] x86/vdso: Enable "
` [PATCH v5 14/24] ARM: vdso: "
` [PATCH v5 15/24] arm64: "
` [PATCH v5 16/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v5 17/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v5 18/24] riscv: vdso: "
` [PATCH v5 19/24] LoongArch: vDSO: "
` [PATCH v5 20/24] s390/vdso: "
` [PATCH v5 21/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v5 22/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v5 23/24] sparc: "
` [PATCH v5 24/24] vDSO: Automatically enable VDSO_CHECK

[PATCH v2 00/12] mm: make userland page table freeing RCU-safe
 2026-09-09 16:44 UTC  (21+ messages)
` [PATCH v2 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH v2 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH v2 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH v2 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH v2 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH v2 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH v2 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH v2 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH v2 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH v2 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH v2 11/12] mm: make userland page table freeing RCU-safe
` [PATCH v2 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH v4 0/4] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
 2026-09-09 16:22 UTC  (5+ messages)
` [PATCH v4 1/4] dmaengine: vchan: add vchan_chan_name() to get channel device name
` [PATCH v4 2/4] dmaengine: use dma_chan_name() helper to get per-channel "
` [PATCH v4 3/4] dmaengine: add (dmaengine|vchan)_chan_dev() helper
` [PATCH v4 4/4] dmaengine: add union chan_dev for dma_chan::dev for clarity

[PATCH v3 0/4] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
 2026-09-09 12:39 UTC  (12+ messages)
` [PATCH v3 1/4] dmaengine: vchan: add vchan_chan_name() to get channel device name
` [PATCH v3 2/4] dmaengine: use dma_chan_name() helper to get per-channel "
` [PATCH v3 3/4] dmaengine: add (dmaengine|vchan)_chan_dev() helper
` [PATCH v3 4/4] dmaengine: add union chan_dev for dma_chan::dev for clarity

[PATCH 00/15] vdso: Clean up the vsyscall.h headers
 2026-09-09  8:51 UTC  (16+ messages)
` [PATCH 01/15] vdso: Move the kernel-side time update helpers to a new header
` [PATCH 02/15] vdso/gettimeofday: Define fallback __arch_get_vdso_u_time_data() in gettimeofday.c
` [PATCH 03/15] vdso/getrandom: Define fallback __arch_get_vdso_u_rng_data() in getrandom.c
` [PATCH 04/15] vdso/vsyscall: Define fallback time synchronization functions in vsyscall.c
` [PATCH 05/15] vdso: Delete asm-generic/vdso/vsyscall.h
` [PATCH 06/15] x86/vdso: Move vDSO page definitions to asm/vdso.h
` [PATCH 07/15] sparc/vdso: Move __VDSO_PAGES "
` [PATCH 08/15] s390/vdso: Delete asm/vdso/vsyscall.h inclusions
` [PATCH 09/15] sparc/vdso: Delete asm/vdso/vsyscall.h inclusion
` [PATCH 10/15] x86/vdso: Delete asm/vdso/vsyscall.h inclusions
` [PATCH 11/15] arm64/vdso: "
` [PATCH 12/15] riscv/hwprobe: Include vdso/datapage.h
` [PATCH 13/15] vdso: Remove unnecessary vdso/vsyscall.h includes
` [PATCH 14/15] vdso: Add asm-generic/vdso/vsyscall.h
` [PATCH 15/15] vdso: Remove __ASSEMBLER__ guards from vsyscall.h

[PATCH net-next v14 00/10] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-09-08 14:57 UTC  (11+ messages)
` [PATCH net-next v14 01/10] net: phy: aquantia: fix system interface type not updated in forced mode
` [PATCH net-next v14 02/10] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v14 03/10] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v14 04/10] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v14 05/10] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v14 06/10] net: stmmac: qcom-ethqos: update phy_mode to the resolved interface in mac_finish()
` [PATCH net-next v14 07/10] net: stmmac: qcom-ethqos: fix SGMII loopback not set on resume after speed change
` [PATCH net-next v14 08/10] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v14 09/10] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v14 10/10] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH v2] MIPS: config: Add EcoNet EN751221 defconfig
 2026-09-08 14:13 UTC  (2+ messages)

[PATCH] mips: select CONFIG_WEAK_REORDERING_BEYOND_LLSC from CONFIG_EYEQ
 2026-09-08 14:16 UTC  (2+ messages)

[PATCH v2] mips: econet: fix unmet dependencies for ECONET
 2026-09-08 14:14 UTC  (2+ messages)

[PATCH] MIPS: Octeon: apply USB FDT fixups also when USB is modular
 2026-09-08 14:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/12] mm: make userland page table freeing RCU-safe
 2026-09-08 11:29 UTC  (11+ messages)
` [PATCH 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH 12/12] mm: change the contract for free_pgtables(), update docs

[PATCH v3 0/5] MIPS: GIC clocksource/irqchip improvements and fixes for multi-cluster systems
 2026-09-07 12:46 UTC  (6+ messages)
` [PATCH v3 1/5] irqchip/mips-gic: Fix unbalanced cm_core_lock in for_each_online_cpu_gic()
` [PATCH v3 2/5] irqchip/mips-gic: Fix recursive acquisition of gic_lock in gic_set_affinity()
` [PATCH v3 3/5] irqchip/mips-gic: Enable interrupt when moving affinity across clusters
` [PATCH v3 4/5] clocksource: mips-gic-timer: Simplify gic_next_event() for per-cpu timer
` [PATCH v3 5/5] clocksource: mips-gic-timer: Use local counter on synced multi-cluster systems

[PATCH 0/2 v7] gpiolib: finish the legacy cleanup
 2026-09-07  9:50 UTC  (5+ messages)
` [PATCH 1/2 v7] gpiolib: turn off legacy interface by default
` [PATCH 2/2 v7] gpiolib: remove linux/gpio.h

[PATCH] bfs: remove the filesystem
 2026-09-07  8:00 UTC  (12+ messages)

[PATCH v2 00/13] audit: log all six syscall arguments in the SYSCALL record
 2026-09-04 17:21 UTC  (3+ messages)
` [PATCH v2 02/13] alpha: pass pt_regs to audit_syscall_entry()

[PATCH 00/26] dmaengine: Remove redundant error messages on IRQ request failure
 2026-09-04 16:02 UTC  (3+ messages)
` [PATCH 00/26] dmaengine: Remove redundant dev_err()/dev_err_probe() calls

[PATCH v2 0/3] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
 2026-09-04 14:21 UTC  (11+ messages)
` [PATCH v2 1/3] dmaengine: vchan: add vchan_chan_name() to get channel device name
    ` [Linux-stm32] "
` [PATCH v2 3/3] dmaengine: add union chan_dev for dma_chan::dev for clarity

[PATCH 1/2] MIPS: fix typos in comments
 2026-09-04 12:49 UTC  (2+ messages)
` [PATCH 2/2] MIPS: fix repeated words "

[PATCH v3 0/4] dma: swiotlb: Centralize default pool policy and sizing
 2026-09-04 10:18 UTC  (5+ messages)
` [PATCH v3 1/4] dma: swiotlb: Centralize default pool policy selection
` [PATCH v3 2/4] dma: swiotlb: Centralize minimal pool sizing
` [PATCH v3 3/4] dma: swiotlb: Centralize memory-encryption "
` [PATCH v3 4/4] dma: swiotlb: Remove SWIOTLB_ANY

[RFC bpf-next 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
 2026-09-03 23:25 UTC  (4+ messages)
` [RFC bpf-next 2/2] bpf, mips: Add support for BPF_MOVSX in "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox