public inbox for linux-mips@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-17 13:33:40 to 2026-03-25 11:31:36 UTC [more...]

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-03-25 11:31 UTC  (16+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018
` [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU

[PATCH v3 0/2] PCI: mediatek: Add support for EcoNet SoCs
 2026-03-24 19:54 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: mediatek: Add support for EcoNet EN7528
` [PATCH v3 2/2] PCI: mediatek: Add support for EcoNet EN7528 SoC

[PATCH 00/10] PCI: Improve head free space usage
 2026-03-24 18:36 UTC  (15+ messages)
` [PATCH 01/10] resource: Add __resource_contains_unbound() for internal contains checks
` [PATCH 02/10] resource: Pass full extent of empty space to resource_alignf CB
` [PATCH 03/10] resource: Rename 'tmp' variable to 'full_avail'
` [PATCH 04/10] ARM/PCI: Remove unnecessary second application of align
` [PATCH 05/10] am68k/PCI: "
` [PATCH 06/10] MIPS: PCI: "
` [PATCH 07/10] parisc/PCI: Cleanup align handling
` [PATCH 08/10] PCI: Rename window_alignment() to pci_min_window_alignment()
` [PATCH 09/10] PCI: Align head space better
` [PATCH 10/10] PCI: Fix alignment calculation for resource size larger than align

[PATCH v2 0/3] checksyscalls: only run when necessary
 2026-03-24 17:29 UTC  (5+ messages)
` [PATCH v2 1/3] checksyscalls: move path to reference table to a variable
` [PATCH v2 2/3] checksyscalls: only run when necessary
` [PATCH v2 3/3] checksyscalls: move instance functionality into generic code

[PATCH v4 00/13] Introducing the Mobileye EyeQ6Lplus SoC
 2026-03-24 14:04 UTC  (15+ messages)
` [PATCH v4 02/13] dt-bindings: soc: mobileye: Add EyeQ6Lplus OLB
` [PATCH v4 05/13] pinctrl: eyeq5: Use match data
` [PATCH v4 06/13] pinctrl: eyeq5: Add Mobileye EyeQ6Lplus OLB
` [PATCH v4 07/13] clk: eyeq: Skip post-divisor when computing PLL frequency
` [PATCH v4 08/13] clk: eyeq: Adjust PLL accuracy computation
` [PATCH v4 09/13] clk: eyeq: Add Mobileye EyeQ6Lplus OLB

[PATCH v3] drm/atomic: protect bridge private_obj during bridge removal
 2026-03-24 13:07 UTC  (2+ messages)
` [PATCH v3] drm/atomic: drm_atomic_private_obj_fini: protect private_obj removal from list

[PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
 2026-03-24  6:07 UTC  (2+ messages)

[PATCH v5 00/10] Add clock and reset support for Mobileye EyeQ7H
 2026-03-24  0:38 UTC  (9+ messages)
` [PATCH v5 02/10] reset: eyeq: Add EyeQ7H compatibles
` [PATCH v5 05/10] clk: eyeq: Prefix the PLL registers with the PLL type
` [PATCH v5 06/10] clk: eyeq: Introduce a generic clock type
` [PATCH v5 07/10] clk: eyeq: Convert clocks declaration to eqc_clock
` [PATCH v5 08/10] clk: eyeq: Drop PLL, dividers, and fixed factors structs
` [PATCH v5 09/10] clk: eyeq: Add EyeQ7H compatibles
` [PATCH v5 10/10] MAINTAINERS: Add entry for Mobileye RISC-V SoCs

[PATCH v3 00/13] Introducing the Mobileye EyeQ6Lplus SoC
 2026-03-24  0:26 UTC  (7+ messages)
` [PATCH v3 07/13] clk: eyeq: Skip post-divisor when computing PLL frequency
` [PATCH v3 08/13] clk: eyeq: Adjust PLL accuracy computation
` [PATCH v3 09/13] clk: eyeq: Add Mobileye EyeQ6Lplus OLB

[PATCH 0/3] ASoC: jz47xx: Convert to devm_clk_get_enabled()
 2026-03-23 16:46 UTC  (5+ messages)
` [PATCH 1/3] ASoC: jz4725b: "
` [PATCH 2/3] ASoC: jz4760: "
` [PATCH 3/3] ASoC: jz4770: "

[PATCH v4 00/25] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-23 15:51 UTC  (30+ messages)
` [PATCH v4 01/25] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v4 02/25] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v4 03/25] mm/vma: add further vma_flags_t unions
` [PATCH v4 04/25] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v4 05/25] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v4 06/25] tools/testing/vma: fix VMA flag tests
` [PATCH v4 07/25] mm/vma: add append_vma_flags() helper
` [PATCH v4 08/25] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v4 09/25] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v4 10/25] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v4 11/25] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v4 12/25] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v4 13/25] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v4 14/25] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v4 15/25] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v4 16/25] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v4 17/25] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v4 18/25] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v4 19/25] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v4 20/25] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v4 21/25] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v4 22/25] tools: bitmap: add missing bitmap_copy() implementation
` [PATCH v4 23/25] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v4 24/25] mm/vma: convert __mmap_region() "
` [PATCH v4 25/25] mm: simplify VMA flag tests of excluded flags

[PATCH net-next v10 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-23 13:20 UTC  (7+ messages)
` [PATCH net-next v10 1/6] dt-bindings: net: qcom: document the ethqos device for SCMI-based systems
` [PATCH net-next v10 2/6] net: stmmac: qcom-ethqos: use generic device properties
` [PATCH net-next v10 3/6] net: stmmac: qcom-ethqos: wrap emac driver data in additional structure
` [PATCH net-next v10 4/6] net: stmmac: qcom-ethqos: split power management fields into a separate structure
` [PATCH net-next v10 5/6] net: stmmac: qcom-ethqos: split power management context into a separate struct
` [PATCH net-next v10 6/6] net: stmmac: qcom-ethqos: add support for sa8255p

fix architecture-specific compat_ftruncate64 implementations
 2026-03-23 11:44 UTC  (8+ messages)
` [PATCH 1/3] fs: fix archiecture-specific compat_ftruncate64
` [PATCH 2/3] fs: pass on FTRUNCATE_* flags to do_truncate
` [PATCH 3/3] fs: remove do_sys_truncate

[PATCH v2 0/2] iio: inkern: Use namespaced exports
 2026-03-22 22:26 UTC  (6+ messages)
` [PATCH v2 2/2] "

[PATCH v1 1/1] pwm: jz4740: Drop unused include
 2026-03-21 22:45 UTC  (3+ messages)

[PATCH v3 0/8] Add support for LS7A LPC IRQ for MIPS Loongson systems
 2026-03-21 17:14 UTC  (10+ messages)
` [PATCH v3 1/8] MIPS: Loongson64: Override arch_dynirq_lower_bound to reserve LPC IRQs
` [PATCH v3 4/8] irqchip/loongson-pch-lpc: extract non-ACPI-related code from ACPI init

[PATCH v4 0/6] Add support for LS7A LPC IRQ for MIPS Loongson systems
 2026-03-21 12:10 UTC  (10+ messages)
` [PATCH v4 1/6] MIPS: loongson64: Override arch_dynirq_lower_bound to reserve LPC IRQs
` [PATCH v4 2/6] LoongArch: "
` [PATCH v4 3/6] dt-bindings: interrupt-controller: add LS7A PCH LPC
` [PATCH v4 4/6] irqchip/loongson-pch-lpc: Extract non-ACPI-related code from ACPI init
` [PATCH v4 5/6] irqchip/loongson-pch-lpc: Add OF init code
` [PATCH v4 6/6] irqchip/loongson-pch-lpc: Enable building on MIPS Loongson64

[PATCH v1 1/1] pwm: jz4740: Drop unused include
 2026-03-20 22:13 UTC  (2+ messages)

[resend, PATCH v2 1/1] MIPS: Alchemy: Remove unused forward declaration
 2026-03-20 20:28 UTC 

[PATCH v2 1/1] MIPS: Alchemy: Remove unused forward declaration
 2026-03-20 20:21 UTC 

[PATCH v3 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-20 18:28 UTC  (45+ messages)
` [PATCH v3 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v3 02/23] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
` [PATCH v3 03/23] mm/vma: add further vma_flags_t unions
` [PATCH v3 04/23] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH v3 05/23] mm/vma: use new VMA flags for sticky flags logic
` [PATCH v3 06/23] tools/testing/vma: fix VMA flag tests
` [PATCH v3 07/23] mm/vma: add append_vma_flags() helper
` [PATCH v3 08/23] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH v3 09/23] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH v3 10/23] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH v3 11/23] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH v3 12/23] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH v3 13/23] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH v3 14/23] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH v3 15/23] mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()
` [PATCH v3 16/23] tools/testing/vma: test vma_flags_count,vma[_flags]_test_single_mask
` [PATCH v3 17/23] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH v3 18/23] mm: update vma_supports_mlock() to use new VMA flags
` [PATCH v3 19/23] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH v3 20/23] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH v3 21/23] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH v3 22/23] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH v3 23/23] mm/vma: convert __mmap_region() "

[PATCH v5 0/4] drm/atomic: Allocate drm_private_state through a callback
 2026-03-20  9:05 UTC  (3+ messages)

[patch 0/5] clocksource: Rewrite clocksource watchdog and related cleanups
 2026-03-20  2:21 UTC  (11+ messages)
` [patch 5/5] clocksource: Rewrite watchdog code completely

[PATCH net-next v9 0/6] net: stmmac: qcom-ethqos: add support for SCMI power domains
 2026-03-19 20:54 UTC  (4+ messages)

[PATCH v2 00/23] mm/vma: convert vm_flags_t to vma_flags_t in vma code
 2026-03-19 16:50 UTC  (6+ messages)
` [PATCH v2 01/23] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH v2 03/23] mm/vma: add further vma_flags_t unions

[PATCH 00/15] exec: Remove AT_VECTOR_SIZE_ARCH from UAPI
 2026-03-19 14:27 UTC  (6+ messages)
` [PATCH 07/15] RISC-V: "
` [PATCH 14/15] alpha: remove "

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (3+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check

[PATCH v2 3/3] PCI: Skip bridge window reads when window is not supported
 2026-03-18 22:18 UTC  (8+ messages)

[PATCH v2 0/3] PCI: mediatek: Add support for EcoNet SoCs
 2026-03-18 20:42 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: mediatek: Add support for EcoNet EN7528


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