Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2026-08-21 09:05:01 to 2026-09-02 20:17:53 UTC [more...]

[PATCH v2 0/11] drm: Use devm_of_reserved_mem_device_init()
 2026-09-02 20:16 UTC  (8+ 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 RFC v3 00/21] mm: change behavior of pXdp_get()/pXd_page() in compile-time folded pgtable
 2026-09-02 16:48 UTC  (24+ 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 v3 01/34] dmaengine: add tasklet-backed channel BH helpers
 2026-09-02 15:16 UTC  (3+ messages)

[PATCH v2 00/13] audit: log all six syscall arguments in the SYSCALL record
 2026-09-02 14:43 UTC  (14+ 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/45] clk: Make sure clk_init_data is fully initialized (part two)
 2026-09-02  8:21 UTC  (49+ messages)
` [PATCH 02/45] clk: at91: Make sure clk_init_data is fully initialized
` [PATCH 03/45] clk: bcm: iproc: "
` [PATCH 05/45] clk: cdce925: "
` [PATCH 08/45] clk: davinci: "
` [PATCH 10/45] clk: gemini: "
` [PATCH 13/45] clk: imx: "
` [PATCH 14/45] clk: ingenic: "
` [PATCH 22/45] clk: nomadik: "
` [PATCH 24/45] clk: nxp: "
` [PATCH 28/45] clk: rockchip: "
` [PATCH 29/45] clk: samsung: "
` [PATCH 30/45] clk: scpi: "
` [PATCH 32/45] clk: socfpga: "
` [PATCH 33/45] clk: spear: "
` [PATCH 39/45] clk: ux500: "
` [PATCH 40/45] clk: versatile: "
` [PATCH 42/45] clk: x86: "
` [PATCH 43/45] clk: xgene: "
` [PATCH 44/45] clk: xilinx: "
` [PATCH 45/45] clk: zynqmp: "

[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 00/12] mm: make userland page table freeing RCU-safe
 2026-09-01 17:47 UTC  (31+ 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 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  (14+ messages)
` [PATCH 1/8] mm: Make ptval_to_str() generally available
` [PATCH 2/8] mm: Stop using pxd_ERROR()
` [PATCH 3/8] loongarch/mm: Stop using pte_ERROR()
` [PATCH 4/8] parisc/mm: Directly use generic [pmd|pgd]_clear_bad()
` [PATCH 5/8] sh/mm: Stop using pte_ERROR()
` [PATCH 6/8] sh/mm: Stop using [p4d|pud|pmd]_ERROR()
` [PATCH 7/8] sh/mm: Stop using pgd_ERROR()
` [PATCH 8/8] mm: Drop pxd_ERROR()

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-08-31 19:57 UTC  (7+ messages)
` [patch 03/18] entry: Provide [syscall_]enter_from_user_mode_randomize_stack()

[PATCH AUTOSEL 6.18-5.10] mips: cps: Assemble jr.hb with an R2 ISA level
 2026-08-31 13:26 UTC 

[PATCH 00/70] drm/crtc: Convert all drivers to atomic_create_state and remove reset
 2026-08-31 13:36 UTC  (5+ messages)
` [PATCH 13/70] drm/ingenic: Switch to drm_atomic_helper_crtc_create_state

[PATCH] mips: select CONFIG_WEAK_REORDERING_BEYOND_LLSC from CONFIG_EYEQ
 2026-08-31 10:07 UTC  (4+ messages)

[PATCH v4] security: Expand task_setscheduler LSM hook
 2026-08-29 15:55 UTC  (2+ messages)

[PATCH v6 00/13] syscalls: Add a shared table for all archs
 2026-08-28 23:19 UTC  (14+ messages)
` [PATCH v6 01/13] syscalls: Make --abis parsing more robust
` [PATCH v6 02/13] syscalls: Create unified partial table for all archs
` [PATCH v6 03/13] scripts/syscall.tbl: Use the common table
` [PATCH v6 04/13] arm: Use the common syscall table
` [PATCH v6 05/13] s390: "
` [PATCH v6 06/13] sparc: "
` [PATCH v6 07/13] mips: Remove duplicated syscallnr.sh
` [PATCH v6 08/13] mips: Get rid of custom mips ABIs for syscall tables
` [PATCH v6 09/13] mips: Use the common syscall table
` [PATCH v6 10/13] syscalls: Add an option for offsetting the common table
` [PATCH v6 11/13] alpha: Define entry point for set_mempolicy_home_node syscall
` [PATCH v6 12/13] alpha: Remove alpha_ prefix from custom syscall entries
` [PATCH v6 13/13] alpha: Use the common syscall table

[PATCH v2] MIPS: config: Add EcoNet EN751221 defconfig
 2026-08-28 17:33 UTC  (4+ messages)

[PATCH 00/20] ASoC: propagate register restore failures
 2026-08-28 16:14 UTC  (3+ messages)
` [PATCH 06/20] ASoC: jz4740: Propagate codec wake-up errors

[RFC bpf-next 0/2] bpf, mips: Add BPF_MEMSX support to the JITs
 2026-08-28 10:49 UTC  (3+ messages)
` [RFC bpf-next 2/2] "

[RFC bpf-next 0/2] bpf, mips: Add BPF_MOVSX support to the JITs
 2026-08-28 10:16 UTC  (3+ messages)
` [RFC bpf-next 2/2] bpf, mips: Add support for BPF_MOVSX in "

[RFC V3 0/8] mm: Drop pxd_ERROR()
 2026-08-27  6:06 UTC  (9+ messages)
` [RFC V3 1/8] mm: Make ptrval_to_str() generally available
` [RFC V3 8/8] mm: Drop pxd_ERROR()

Linux 6.19-rc8
 2026-08-26 14:13 UTC 

[PATCH 0/5] drm/vblank: Enforce all-or-nothing vblank support
 2026-08-26 11:57 UTC  (3+ messages)
` [PATCH 3/5] drm/vblank: Remove num_crtcs argument from drm_vblank_init()

[PATCH v5] drm/ingenic: fix bridge allocation
 2026-08-24 17:46 UTC 

[PATCH] MIPS: Alchemy: clock: Make sure clk_init_data is fully initialized
 2026-08-24 15:20 UTC  (2+ messages)

[PATCH v4] drm/ingenic: fix bridge allocation
 2026-08-24 12:40 UTC 

[PATCH v3] drm/ingenic: fix bridge allocation
 2026-08-24 10:06 UTC  (3+ messages)

[PATCH v2] drm/ingenic: fix bridge allocation
 2026-08-23 13:19 UTC 

[PATCH] drm/ingenic: fix bridge allocation
 2026-08-23  9:29 UTC 

[PATCH] MIPS: OCTEON: pcie: fix kernel-doc comments
 2026-08-22  0:41 UTC  (5+ messages)

[PATCH] MIPS: OCTEON: fix kernel-doc comments
 2026-08-22  0:26 UTC 

[GIT PULL] MIPS changes for v7.3
 2026-08-21 20:26 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] bpf, mips: Add signed div/mod support
 2026-08-21 19:01 UTC  (5+ messages)


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