Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2026-08-31 20:01:32 to 2026-09-08 06:34:02 UTC [more...]

[PATCH v5 00/24] vdso: Reject absolute relocations during build
 2026-09-08  6:33 UTC  (17+ 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 00/12] mm: make userland page table freeing RCU-safe
 2026-09-07 21:07 UTC  (33+ messages)
` [PATCH 01/12] mm/huge_memory: zap deposited page tables after an RCU grace period
` [PATCH 02/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for most 2-level architectures
` [PATCH 03/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU riscv
` [PATCH 04/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for MMU arm
` [PATCH 05/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for arc, microblaze, xtensa
` [PATCH 06/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc64
` [PATCH 07/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-coldfire
` [PATCH 08/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sh-X2
` [PATCH 09/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for m68k-motorola
` [PATCH 10/12] mm: enable MMU_GATHER_RCU_TABLE_FREE for sparc32
` [PATCH 11/12] mm: make userland page table freeing RCU-safe
` [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 v3 0/4] dmaengine: rename dma_chan::dev to dma_chan::chan_dev for clarity
 2026-09-07  9:01 UTC  (11+ 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 RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-09-07  8:06 UTC  (27+ messages)
` [PATCH RFC v3 01/21] ARM: mm: make nommu pgd_t a scalar
` [PATCH RFC v3 02/21] ARM: mm: make 2-level "
` [PATCH RFC v3 03/21] ARM: mm: remove custom pgdp_get()
` [PATCH RFC v3 04/21] LoongArch: mm: define pud_leaf() only when PUD exists
` [PATCH RFC v3 05/21] MIPS: "
` [PATCH RFC v3 06/21] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [PATCH RFC v3 07/21] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [PATCH RFC v3 08/21] mm: vmscan: remove stack copy address of pud/pmd pass in walk_pud/pmd_range()
` [PATCH RFC v3 09/21] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [PATCH RFC v3 10/21] riscv: "
` [PATCH RFC v3 11/21] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [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 RFC v3 16/21] openrisc/pgtable: drop __pmd_offset()
` [PATCH RFC v3 17/21] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [PATCH RFC v3 18/21] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [PATCH RFC v3 19/21] mm/pgtable: disallow calling (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable with dummy
` [PATCH RFC v3 20/21] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud "
` [PATCH RFC v3 21/21] Documentation: mm: clarify behaviour of compile-time folded page tables

[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  (17+ messages)
` [PATCH v2 01/13] "
` [PATCH v2 02/13] alpha: pass pt_regs to audit_syscall_entry()
` [PATCH v2 03/13] arm: "
` [PATCH v2 04/13] arm64: "
` [PATCH v2 05/13] csky: "
` [PATCH v2 06/13] microblaze: "
` [PATCH v2 07/13] mips: "
` [PATCH v2 08/13] openrisc: "
` [PATCH v2 09/13] parisc: "
` [PATCH v2 10/13] sh: "
` [PATCH v2 11/13] sparc64: "
` [PATCH v2 12/13] um: "
` [PATCH v2 13/13] xtensa: "

[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  (12+ messages)
` [PATCH v2 1/3] dmaengine: vchan: add vchan_chan_name() to get channel device name
    ` [Linux-stm32] "
` [PATCH v2 2/3] dmaengine: use dma_chan_name() helper to get per-channel "
` [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 bpf-next v2 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
 2026-09-04 12:45 UTC  (5+ 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 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 "

[PATCH v2 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-09-03  7:41 UTC  (16+ messages)
` [PATCH v2 01/15] MAINTAINERS: exec: Add more auxvec.h variants
` [PATCH v2 02/15] auxvec.h: Move AT_VECTOR_SIZE definitions to linux/auxvec.h
` [PATCH v2 03/15] asm-generic: add an in-kernel auxvec.h header
` [PATCH v2 04/15] ARM: drop custom asm/auxvec.h
` [PATCH v2 05/15] x86: Remove AT_VECTOR_SIZE_ARCH from UAPI
` [PATCH v2 06/15] arm64: "
` [PATCH v2 07/15] RISC-V: "
` [PATCH v2 08/15] LoongArch: "
` [PATCH v2 09/15] s390: "
` [PATCH v2 10/15] powerpc: "
` [PATCH v2 11/15] MIPS: "
` [PATCH v2 12/15] sparc: "
` [PATCH v2 13/15] sh: "
` [PATCH v2 14/15] alpha: remove "
` [PATCH v2 15/15] auxvec.h: Drop fallback AT_VECTOR_SIZE_ARCH

[PATCH 05/21] ASoC: jz4740: use .auto_selectable_formats
 2026-09-03  1:13 UTC 

[PATCH v2 0/11] drm: Use devm_of_reserved_mem_device_init()
 2026-09-02 20:55 UTC  (13+ messages)
` [PATCH v2 1/11] drm: logicvc: "
` [PATCH v2 2/11] drm: hdlcd: "
` [PATCH v2 3/11] drm: pl111: "
` [PATCH v2 4/11] drm: komeda: "
` [PATCH v2 5/11] drm: malidp: "
` [PATCH v2 6/11] drm: ingenic: "
` [PATCH v2 7/11] drm: kmb: "
` [PATCH v2 8/11] drm: sun4i: "
` [PATCH v2 9/11] drm: xlnx: zynqmp_dpsub: "
` [PATCH v2 10/11] drm: aspeed: "
` [PATCH v2 11/11] drm: arcpgu: "

[PATCH v3 01/34] dmaengine: add tasklet-backed channel BH helpers
 2026-09-02 15:16 UTC  (3+ messages)

[PATCH 00/45] clk: Make sure clk_init_data is fully initialized (part two)
 2026-09-02  8:21 UTC  (7+ messages)
` [PATCH 13/45] clk: imx: Make sure clk_init_data is fully initialized
` [PATCH 30/45] clk: scpi: "

[PATCH] EDAC/octeon: fix kernel-doc comment for co_cache_error_event
 2026-09-02  3:42 UTC  (3+ messages)

[PATCH] MIPS: Octeon: apply USB FDT fixups also when USB is modular
 2026-09-01 19:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/5] MIPS: GIC clocksource/irqchip improvements and fixes for multi-cluster systems
 2026-09-01 16:42 UTC  (5+ messages)
` [PATCH v2 4/5] clocksource: mips-gic-timer: Set next GIC event on the correct VP

[PATCH v6] drm/ingenic: fix bridge allocation
 2026-09-01 14:39 UTC  (2+ messages)

[PATCH v3 00/12] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
 2026-09-01 10:25 UTC  (6+ messages)

[PATCH 0/8] mm: Drop pxd_ERROR()
 2026-09-01  2:48 UTC  (5+ messages)
` [PATCH 6/8] sh/mm: Stop using [p4d|pud|pmd]_ERROR()

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-08-31 19:57 UTC  (4+ messages)


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