Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2026-06-26 12:58:21 to 2026-07-02 12:51:19 UTC [more...]

[PATCH 00/13] convert more vm_flags_t users to vma_flags_t
 2026-07-02 12:50 UTC  (29+ messages)
` [PATCH 01/13] mm: introduce vma_flags_can_grow() and vma_can_grow()
` [PATCH 02/13] mm/vma: update do_mmap() to use vma_flags_t
` [PATCH 03/13] mm: convert __get_unmapped_area() "
` [PATCH 04/13] mm: update generic_get_unmapped_area[_topdown]() "
` [PATCH 05/13] mm: prefer mm->def_vma_flags in mm logic
` [PATCH 06/13] mm/vma: convert vm_pgprot_modify() to use vma_flags_t and rename
` [PATCH 07/13] mm/vma: rename vma_get_page_prot to vma_flags_to_page_prot
` [PATCH 08/13] mm: introduce vma_get_page_prot() and use it
` [PATCH 09/13] mm/vma: update create_init_stack_vma() to use vma_flags_t
` [PATCH 10/13] mm/vma: convert miscellaneous uses of VMA flags in core mm
` [PATCH 11/13] mm/mlock: convert mlock code to use vma_flags_t
` [PATCH 12/13] mm/mprotect: convert mprotect "
` [PATCH 13/13] mm/mremap: convert mremap "

[PATCH v2] mips: mm: Call rcutree_report_cpu_starting() even earlier
 2026-07-02 10:38 UTC  (8+ messages)

[PATCH net-next v11 0/7] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-07-02  9:44 UTC  (22+ messages)
` [PATCH net-next v11 1/7] dt-bindings: phy: document the serdes PHY on sa8255p
` [PATCH net-next v11 2/7] phy: qcom: add the SGMII SerDes PHY driver for SCMI systems
` [PATCH net-next v11 3/7] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v11 4/7] net: stmmac: qcom-ethqos: set serdes mode before powerup
` [PATCH net-next v11 5/7] net: stmmac: qcom-ethqos: reuse the address of ethqos_emac_driver_data
` [PATCH net-next v11 6/7] net: stmmac: qcom-ethqos: factor out linux-level setup into a separate function
` [PATCH net-next v11 7/7] net: stmmac: qcom-ethqos: add support for sa8255p

[PATCH v3 0/9] vDSO: Respect COMPAT_32BIT_TIME
 2026-07-02  8:21 UTC  (10+ messages)
` [PATCH v3 1/9] time: Respect COMPAT_32BIT_TIME for old time type functions
` [PATCH v3 2/9] vdso/gettimeofday: Validate system call existence for time() and gettimeofday()
` [PATCH v3 3/9] x86/vdso: Respect COMPAT_32BIT_TIME
` [PATCH v3 4/9] arm64: vdso32: "
` [PATCH v3 5/9] ARM: VDSO: "
` [PATCH v3 6/9] powerpc/vdso: "
` [PATCH v3 7/9] MIPS: VDSO: "
` [PATCH v3 8/9] sparc: vdso: "
` [PATCH v3 9/9] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions

[PATCH] dt-bindings: watchdog: microchip,pic32mzda-dmt: Convert to DT schema
 2026-07-01 17:19 UTC 

[PATCH v2 00/19] driver core: count references of the platform device's fwnode, not OF node
 2026-07-01 15:05 UTC  (30+ messages)
` [PATCH v2 01/19] powerpc/powermac: fix OF node refcount
` [PATCH v2 02/19] driver core: platform: provide platform_device_set_of_node()
` [PATCH v2 03/19] driver core: platform: provide platform_device_set_fwnode()
` [PATCH v2 04/19] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH v2 05/19] of: platform: use platform_device_set_of_node()
` [PATCH v2 06/19] powerpc/powermac: "
` [PATCH v2 07/19] i2c: pxa-pci: "
` [PATCH v2 08/19] iommu/fsl: "
` [PATCH v2 09/19] net: bcmgenet: "
` [PATCH v2 10/19] pmdomain: imx: "
` [PATCH v2 11/19] mfd: tps6586: "
` [PATCH v2 12/19] slimbus: qcom-ngd-ctrl: "
` [PATCH v2 13/19] net: mv643xx: "
` [PATCH v2 14/19] drm/xe/i2c: use platform_device_set_fwnode()
` [PATCH v2 15/19] platform/surface: gpe: "
` [PATCH v2 16/19] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH v2 17/19] usb: musb: "
` [PATCH v2 18/19] reset: rzg2l: "
` [PATCH v2 19/19] driver core: platform: count references to all kinds of firmware nodes

[PATCH v2 0/9] MIPS: TXX9: Legacy GPIO interfaces cleanup
 2026-07-01 14:29 UTC  (12+ messages)
` [PATCH v2 1/9] MIPS: TXX9: Remove tx4938_spi_init() and txx9_spi_init()
` [PATCH v2 2/9] MIPS: TXX9: Remove txx9_7segled_*() forward declarations
` [PATCH v2 3/9] MIPS: TXX9: rbtx4927: Use GPIO lookup table for SIO DTR
` [PATCH v2 4/9] MIPS: TXX9: rbtx4927: Use GPIO lookup table for TXx9 LEDs
` [PATCH v2 5/9] MIPS: TXX9: Reduce TXX9_IOCLED_MAXLEDS to 3
` [PATCH v2 6/9] MIPS: TXX9: Use GPIO lookup table for iocled LEDs
` [PATCH v2 7/9] MIPS: TXX9: Drop GPIOLIB_LEGACY select
` [PATCH v2 8/9] MIPS: TXX9: Convert gpio_txx9 to dynamic GPIO base allocation
` [PATCH v2 9/9] MIPS: TXX9: Clean up txx9_iocled_init()

[PATCH v2 0/9] vDSO: Respect COMPAT_32BIT_TIME
 2026-07-01 13:11 UTC  (19+ messages)
` [PATCH v2 1/9] time: Respect COMPAT_32BIT_TIME for old time type functions
` [PATCH v2 2/9] vdso/gettimeofday: Validate system call existence for time() and gettimeofday()
` [PATCH v2 3/9] x86/vdso: Respect COMPAT_32BIT_TIME
` [PATCH v2 4/9] arm64: vdso32: "
` [PATCH v2 5/9] ARM: VDSO: "
` [PATCH v2 6/9] powerpc/vdso: "
` [PATCH v2 7/9] MIPS: VDSO: "
` [PATCH v2 8/9] sparc: vdso: "
` [PATCH v2 9/9] vdso/gettimeofday: Verify COMPAT_32BIT_TIME interactions

[PATCH net] net: sgi: ioc3-eth: unregister netdev before freeing DMA rings
 2026-07-01  0:20 UTC  (3+ messages)

[PATCH net] net: sgi: ioc3-eth: fix split TX DMA mapping lengths
 2026-07-01  0:20 UTC  (3+ messages)

[PATCH 00/13] treewide: replace linux/gpio.h
 2026-07-01  0:00 UTC  (22+ messages)
` [PATCH 01/13] ARM: replace linux/gpio.h inclusions
` [PATCH 02/13] m68k/coldfire: "
` [PATCH 03/13] mips: "
` [PATCH 04/13] sh: "
` [PATCH 05/13] mfd: "
` [PATCH 06/13] [net-next] net: "
` [PATCH 07/13] ASoC: "
` [PATCH 08/13] pcmcia: "
` [PATCH 09/13] phy: "
` [PATCH 10/13] media: "
` [PATCH 11/13] Input: matrix_keyboard - replace linux/gpio.h inclusion
` [PATCH 12/13] gpib: gpio: "
` [PATCH 13/13] gpiolib: remove linux/gpio.h

[PATCH] memory: jz4780-nemc: publish drvdata before creating children
 2026-06-30 17:22 UTC  (2+ messages)

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-06-30 16:37 UTC  (21+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean
` [PATCH v16 02/18] syscall_user_dispatch: Introduce a weak fallback for arch_syscall_is_vdso_sigreturn()
` [PATCH v16 03/18] arm64: ptrace: Pass thread flags to syscall_trace_enter/exit()
` [PATCH v16 04/18] arm64: ptrace: Use syscall_get_nr() helper for syscall_trace_enter()
` [PATCH v16 05/18] arm64: ptrace: Expand secure_computing() in place
` [PATCH v16 06/18] arm64: ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v16 07/18] arm64: ptrace: Protect rseq_syscall() from tracer PC modifications
` [PATCH v16 08/18] arm64: ptrace: Rename syscall_trace_exit() to syscall_exit_work()
` [PATCH v16 09/18] arm64: syscall: Rework the syscall exit path in el0_svc_common()
` [PATCH v16 10/18] arm64: ptrace: Extract syscall_exit_to_user_mode_work() helper
` [PATCH v16 11/18] arm64: ptrace: Align syscall exit work semantics with generic entry
` [PATCH v16 12/18] arm64: syscall: Use exit-specific flags check in el0_svc_common()
` [PATCH v16 13/18] arm64: syscall: Simplify el0_svc_common() syscall exit path
` [PATCH v16 14/18] arm64: syscall: Simplify syscall exit path in el0_svc_common()
` [PATCH v16 15/18] arm64: ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v16 16/18] arm64: entry: Convert to generic entry
` [PATCH v16 17/18] arm64: Inline el0_svc_common()
` [PATCH v16 18/18] arm64: vdso: Expose sigreturn address on vdso to the kernel

[PATCH net-deletions] net: remove ax25 and amateur radio (hamradio) subsystem
 2026-06-30  5:42 UTC  (5+ messages)

[PATCH] MIPS: configs: Enable the current Ingenic USB PHY symbol
 2026-06-29 17:14 UTC  (2+ messages)

[PATCH] MIPS: mm: Add check for highmem before removing memory block
 2026-06-29 17:13 UTC  (2+ messages)

[PATCH] mips: Add build salt to the vDSO
 2026-06-29 17:12 UTC  (2+ messages)

[PATCH v3 00/10] MIPS: DEC: Fix serial device regressions + RTC cleanup
 2026-06-29 17:12 UTC  (3+ messages)
` [PATCH v3 10/10] MIPS: DEC: Ensure RTC platform device deregistration upon failure

[PATCH] MIPS: loongson64: add IRQ work based on self-IPI
 2026-06-29 17:14 UTC  (2+ messages)

[PATCH] mtd: rawnand: ingenic: handle ECC clock enable failures
 2026-06-29 14:39 UTC  (2+ messages)

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-06-29  9:06 UTC  (4+ messages)
` [PATCH 21/23] usb: musb: use platform_device_set_of_node_from_dev()

[PATCH 0/9] MIPS: TXX9: Legacy GPIO interfaces cleanup
 2026-06-29  8:38 UTC  (12+ messages)
` [PATCH 1/9] MIPS: TXX9: Remove tx4938_spi_init() and txx9_spi_init()
` [PATCH 2/9] MIPS: TXX9: Remove txx9_7segled_*() forward declarations
` [PATCH 4/9] MIPS: TXX9: rbtx4927: Use GPIO lookup table for TXx9 LEDs
` [PATCH 9/9] MIPS: TXX9: Clean up txx9_iocled_init()

[PATCH v3 00/12] arm64: Add HOTPLUG_PARALLEL support for secondary CPUs
 2026-06-29  4:04 UTC  (2+ messages)

[PATCH v2] clk/ingenic: fix clock leak on clk_register_clkdev failure
 2026-06-28 12:28 UTC 

[PATCH] fix: clk/ingenic: ingenic_register_clock: clk_register_clkdev failure leaks registered clock
 2026-06-28  3:52 UTC  (2+ messages)

[PATCH 0/5] drm/panel: refcounting panel lookups and references
 2026-06-26 15:11 UTC  (10+ messages)
` [PATCH 3/5] drm/panel: make *find_panel*() return a counted reference
` [PATCH 4/5] drm/bridge: release panel reference on all lookup exit paths
` [PATCH 5/5] drm: release panel reference after panel bridge creation


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