public inbox for linux-mips@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-10 11:55:48 to 2026-03-16 13:30:32 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-16 13:30 UTC  (103+ messages)
` [PATCH 02/61] btrfs: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 03/61] ceph: "
  ` [Intel-wired-lan] "
` [PATCH 06/61] 9p: "
  ` [Intel-wired-lan] "
` [PATCH 08/61] fuse: "
  ` [Intel-wired-lan] "
` [PATCH 12/61] quota: "
  ` [Intel-wired-lan] "
` [PATCH 13/61] squashfs: "
  ` [Intel-wired-lan] "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
  ` [Intel-wired-lan] "
` [PATCH 17/61] module: "
  ` [Intel-wired-lan] "
` [PATCH 18/61] sound: "
` [PATCH 22/61] md: "
  ` [Intel-wired-lan] "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
  ` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
  ` [Intel-wired-lan] "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
  ` [Intel-wired-lan] "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
  ` [Intel-wired-lan] "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
  ` [EXTERNAL] "
  ` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
  ` [Intel-wired-lan] "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
  ` [Intel-wired-lan] "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
  ` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
  ` [Intel-wired-lan] "
` [PATCH 51/61] leds: "
  ` (subset) "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
  ` [Intel-wired-lan] "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "

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

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

[PATCH v2] MIPS: dts: loongson64g-package: Switch to Loongson UART driver
 2026-03-15 18:44 UTC 

[PATCH v2 0/2] serial: 8250: loongson: Add support for MIPS-based Loongson 3A4000
 2026-03-15 18:42 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: serial: 8250: Add Loongson 3A4000 uart compatible
` [PATCH v2 2/2] serial: 8250: loongson: Enable building on MIPS Loongson64

[PATCH] MIPS: Loongson64: env: Check UARTs passed by LEFI cautiously
 2026-03-15 17:28 UTC  (3+ messages)
` [PATCH v2] "

[patch 0/5] clocksource: Rewrite clocksource watchdog and related cleanups
 2026-03-15 14:59 UTC  (12+ messages)
` [patch 5/5] clocksource: Rewrite watchdog code completely

[PATCH 0/3] MIPS: dts: loongson64g-package: Switch to Loongson UART driver
 2026-03-15  9:09 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: serial: 8250: Add Loongson 3A4000 uart compatible
` [PATCH 2/3] serial: 8250: loongson: Enable building on MIPS Loongson64
` [PATCH 3/3] MIPS: dts: loongson64g-package: Switch to Loongson UART driver

[PATCH v3 0/8] Add support for LS7A LPC IRQ for MIPS Loongson systems
 2026-03-14 16:28 UTC  (9+ messages)
` [PATCH v3 1/8] MIPS: Loongson64: Override arch_dynirq_lower_bound to reserve LPC IRQs
` [PATCH v3 2/8] LoongArch: "
` [PATCH v3 3/8] dt-bindings: interrupt-controller: add LS7A PCH LPC
` [PATCH v3 4/8] irqchip/loongson-pch-lpc: extract non-ACPI-related code from ACPI init
` [PATCH v3 5/8] irqchip/loongson-pch-lpc: add OF init code
` [PATCH v3 6/8] irqchip/loongson-pch-lpc: enable building on MIPS Loongson64
` [PATCH v3 7/8] MIPS: Loongson64: dts: sort nodes
` [PATCH v3 8/8] MIPS: Loongson64: dts: add node for LS7A PCH LPC

[PATCH 0/2] clk: airoha: Add EcoNet EN751221 support
 2026-03-14  1:45 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: clock, reset: Add econet EN751221
` [PATCH 2/2] clk: airoha: Add econet EN751221 clock/reset support to en7523-scu

[PATCH 0/3] PCI: mediatek: Add support for EcoNet SoCs
 2026-03-13 17:58 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: PCI: mediatek: Add support for EcoNet EN7528
` [PATCH 2/3] PCI: mediatek: Add support for EcoNet EN7528 SoC
` [PATCH 3/3] PCI: Skip bridge window reads when window is not supported

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

[PATCH 02/20] tools/testing/vma: add unit tests for vma_flags_[empty, diff_pair, and]()
 2026-03-12 19:30 UTC  (2+ messages)

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

[PATCH 0/2] phy: econet: Add PCIe PHY driver for EcoNet SoCs
 2026-03-12 16:44 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy: Document PCIe PHY in EcoNet EN751221 and EN7528
` [PATCH 2/2] phy: econet: Add PCIe PHY driver for EcoNet EN751221 and EN7528 SoCs

[PATCH v5 0/4] drm/atomic: Allocate drm_private_state through a callback
 2026-03-12  8:55 UTC  (2+ messages)

[PATCH v2 0/8] mips: econet: Add clk/reset and PCIe support
 2026-03-11 19:44 UTC  (5+ messages)
` [PATCH v2 2/8] clk: airoha: Add econet EN751221 clock/reset support to en7523-scu

[PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-03-11 15:12 UTC  (3+ messages)


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