All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-19 15:36:37 to 2026-03-19 16:01:46 UTC [more...]

[PATCH v3 00/16] drm/mipi-dbi: Replace simple-display helpers with regular atomic helpers
 2026-03-19 15:59 UTC  (10+ messages)
` [PATCH v3 01/16] drm/mipi-dbi: Only modify planes on enabled CRTCs
` [PATCH v3 02/16] drm/mipi-dbi: Support custom pipelines with drm_mipi_dbi_dev_init()
` [PATCH v3 03/16] drm/mipi-dbi: Provide callbacks for atomic interfaces
` [PATCH v3 05/16] drm/ili9163: Use regular atomic helpers; drop simple-display helpers
` [PATCH v3 06/16] drm/ili9225: "
` [PATCH v3 07/16] drm/ili9341: "
` [PATCH v3 09/16] drm/mi0283qt: "
` [PATCH v3 12/16] drm/st7735r: Rename struct st7735r_priv to struct st7735r_device
` [PATCH v3 15/16] drm/mipi-dbi: Remove simple-display helpers from mipi-dbi

[PATCH mm-unstable v3 0/5] mm: khugepaged cleanups and mTHP prerequisites
 2026-03-19 16:01 UTC  (5+ messages)
` [PATCH mm-unstable v3 5/5] mm/khugepaged: unify khugepaged and madv_collapse with collapse_single_pmd()

[PATCH 0/5] PCI: tegra: Add Tegra264 support
 2026-03-19 16:01 UTC  (6+ messages)
` [PATCH 1/5] soc/tegra: Update BPMP ABI header
` [PATCH 2/5] firmware: tegra: bpmp: Add tegra_bpmp_get_with_id() function
` [PATCH 3/5] dt-bindings: pci: Document the NVIDIA Tegra264 PCIe controller
` [PATCH 4/5] PCI: tegra: Add Tegra264 support
` [PATCH 5/5] arm64: tegra: Add PCI controllers on Tegra264

[PATCH v7 00/41] KVM: arm64: Introduce vGIC-v5 with PPI support
 2026-03-19 16:00 UTC  (42+ messages)
` [PATCH v7 01/41] KVM: arm64: vgic-v3: Drop userspace write sanitization for ID_AA64PFR0.GIC on GICv5
` [PATCH v7 02/41] KVM: arm64: vgic: Rework vgic_is_v3() and add vgic_host_has_gicvX()
` [PATCH v7 03/41] KVM: arm64: Return early from kvm_finalize_sys_regs() if guest has run
` [PATCH v7 04/41] KVM: arm64: Init vcpu prior to the timers and PMU
` [PATCH v7 05/41] KVM: arm64: vgic: Split out mapping IRQs and setting irq_ops
` [PATCH v7 06/41] arm64/sysreg: Add remaining GICv5 ICC_ & ICH_ sysregs for KVM support
` [PATCH v7 07/41] arm64/sysreg: Add GICR CDNMIA encoding
` [PATCH v7 08/41] KVM: arm64: gic-v5: Add ARM_VGIC_V5 device to KVM headers
` [PATCH v7 09/41] KVM: arm64: gic: Introduce interrupt type helpers
` [PATCH v7 10/41] KVM: arm64: gic-v5: Add Arm copyright header
` [PATCH v7 11/41] KVM: arm64: gic-v5: Detect implemented PPIs on boot
` [PATCH v7 12/41] KVM: arm64: gic-v5: Sanitize ID_AA64PFR2_EL1.GCIE
` [PATCH v7 13/41] KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
` [PATCH v7 14/41] KVM: arm64: gic-v5: Add emulation for ICC_IAFFIDR_EL1 accesses
` [PATCH v7 15/41] KVM: arm64: gic-v5: Trap and emulate ICC_IDR0_EL1 accesses
` [PATCH v7 16/41] KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
` [PATCH v7 17/41] KVM: arm64: gic-v5: Implement GICv5 load/put and save/restore
` [PATCH v7 18/41] KVM: arm64: gic-v5: Finalize GICv5 PPIs and generate mask
` [PATCH v7 19/41] KVM: arm64: gic: Introduce queue_irq_unlock to irq_ops
` [PATCH v7 20/41] KVM: arm64: gic-v5: Implement PPI interrupt injection
` [PATCH v7 21/41] KVM: arm64: gic-v5: Init Private IRQs (PPIs) for GICv5
` [PATCH v7 22/41] KVM: arm64: gic-v5: Clear TWI if single task running
` [PATCH v7 23/41] KVM: arm64: gic-v5: Check for pending PPIs
` [PATCH v7 24/41] KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writes
` [PATCH v7 25/41] KVM: arm64: Introduce set_direct_injection irq_op
` [PATCH v7 26/41] KVM: arm64: gic-v5: Implement direct injection of PPIs
` [PATCH v7 27/41] KVM: arm64: gic-v5: Support GICv5 interrupts with KVM_IRQ_LINE
` [PATCH v7 28/41] KVM: arm64: gic-v5: Create and initialise vgic_v5
` [PATCH v7 29/41] KVM: arm64: gic-v5: Initialise ID and priority bits when resetting vcpu
` [PATCH v7 30/41] irqchip/gic-v5: Introduce minimal irq_set_type() for PPIs
` [PATCH v7 31/41] KVM: arm64: gic-v5: Enlighten arch timer for GICv5
` [PATCH v7 32/41] KVM: arm64: gic-v5: Mandate architected PPI for PMU emulation on GICv5
` [PATCH v7 33/41] KVM: arm64: gic: Hide GICv5 for protected guests
` [PATCH v7 34/41] KVM: arm64: gic-v5: Hide FEAT_GCIE from NV GICv5 guests
` [PATCH v7 35/41] KVM: arm64: gic-v5: Introduce kvm_arm_vgic_v5_ops and register them
` [PATCH v7 36/41] KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
` [PATCH v7 37/41] KVM: arm64: gic-v5: Probe for GICv5 device
` [PATCH v7 38/41] Documentation: KVM: Introduce documentation for VGICv5
` [PATCH v7 39/41] KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI
` [PATCH v7 40/41] KVM: arm64: selftests: Introduce a minimal GICv5 PPI selftest
` [PATCH v7 41/41] KVM: arm64: selftests: Add no-vgic-v5 selftest

[PATCH net-next v3 0/5] net: centralize master device offload feature computation
 2026-03-19 16:01 UTC  (3+ messages)

[PATCH v3 00/11] arm64: dts: freescale: imx8mm-var-som: Align SOM and Symphony DTSs
 2026-03-19 16:00 UTC  (4+ messages)
` [PATCH v3 03/11] arm64: dts: freescale: imx8mm-var-som: Update FEC support with MaxLinear PHY

[PATCH 00/11] tools: add support for per-domain xenstore quota
 2026-03-19 15:59 UTC  (5+ messages)
` [PATCH 04/11] tools/xenstored: add GLOBAL_QUOTA_DATA record for live update

[PATCH 1/2] erofs-utils: lib: replace bool locked with erofs_mutex_t for MT safety
 2026-03-19 15:57 UTC  (2+ messages)
` [PATCH v2 "

[PATCH net v2 1/1] net: fec: fix the PTP periodic output sysfs interface
 2026-03-19 15:59 UTC 

[PATCH 0/1]
 2026-03-19 15:59 UTC  (3+ messages)
` [PATCH 1/1] hwmon: (yogafan) Add universal Lenovo Yoga/Legion fan driver

[PATCH ath-next v4] wifi: ath12k: avoid dynamic alloc when parsing wmi tb
 2026-03-19 15:59 UTC  (4+ messages)

[android-common:android14-kiwi-6.1 132/132] include/trace/stages/init.h:2:23: warning: 'str__mmc__trace_system_name' defined but not used
 2026-03-19 15:58 UTC 

[PATCH mm-unstable v15 00/13] khugepaged: mTHP support
 2026-03-19 15:59 UTC  (6+ messages)
` [PATCH mm-unstable v15 11/13] mm/khugepaged: avoid unnecessary mTHP collapse attempts

[PATCH net v1] net/ipv6: mcast: fix circular locking dependency in __ipv6_dev_mc_inc()
 2026-03-19 15:36 UTC  (6+ messages)

[PATCH 00/22] ASoC: rsnd: Add audio support for the Renesas RZ/G3E SoC
 2026-03-19 15:53 UTC  (23+ messages)
` [PATCH 01/22] dt-bindings: clock: renesas: Add audio clock inputs for RZ/V2H family
` [PATCH 02/22] arm64: dts: renesas: rzv2h: Add audio clock inputs
` [PATCH 03/22] clk: renesas: r9a09g047: Add audio clock and reset support
` [PATCH 04/22] dt-bindings: dma: renesas,rz-dmac: Document optional DMA ACK cell
` [PATCH 05/22] irqchip/renesas-rzv2h: Add DMA ACK signal routing support
` [PATCH 06/22] dma: sh: rz-dmac: "
` [PATCH 07/22] ASoC: dt-bindings: renesas,rsnd: Add RZ/G3E support
` [PATCH 08/22] ASoC: rsnd: Add reset controller support to rsnd_mod
` [PATCH 09/22] ASoC: rsnd: Add RZ/G3E SoC probing and register map
` [PATCH 10/22] ASoC: rsnd: Add DMA support infrastructure for RZ/G3E
` [PATCH 11/22] ASoC: rsnd: ssui: Add RZ/G3E SSIU BUSIF support
` [PATCH 12/22] ASoC: rsnd: Update SSI for RZ/G3E support
` [PATCH 13/22] ASoC: rsnd: Add ADG reset support for RZ/G3E
` [PATCH 14/22] ASoC: rsnd: adg: Add per-SSI ADG and SSIF supply clock management
` [PATCH 15/22] ASoC: rsnd: src: Add SRC reset and clock support for RZ/G3E
` [PATCH 16/22] ASoC: rsnd: Export module getters for PM support
` [PATCH 17/22] ASoC: rsnd: Add system suspend/resume support
` [PATCH 18/22] arm64: dts: renesas: r9a09g047: Add R-Car Sound support
` [PATCH 19/22] arm64: dts: renesas: rzg3e-smarc-som: Add Versa3 clock generator
` [PATCH 20/22] arm64: dts: renesas: rzg3e-smarc-som: Add I2C1 support
` [PATCH 21/22] arm64: dts: renesas: rzg3e-smarc-som: add audio pinmux definitions
` [PATCH 22/22] arm64: dts: renesas: r9a09g047e57-smarc: add DA7212 audio codec support

[PATCH v8 00/10] pmdomain: samsung: add support for Google GS101
 2026-03-19 15:57 UTC  (6+ messages)
` [PATCH v8 05/10] pmdomain: samsung: convert to using regmap

[PATCH 0/4] mm/damon/sysfs: fix resource leak and NULL pointer dereferences
 2026-03-19 15:57 UTC  (5+ messages)
` [PATCH 1/4] mm/damon/sysfs: fix param_ctx leak on damon_sysfs_new_test_ctx() failure
` [PATCH 2/4] mm/damon/sysfs: check contexts->nr before clear_schemes_tried_regions
` [PATCH 3/4] mm/damon/sysfs: check contexts->nr in update_schemes_tried_regions
` [PATCH 4/4] mm/damon/sysfs: check contexts->nr in repeat_call_fn

[ath:pending] BUILD SUCCESS fd4c50e06c6f1e48e4440613f4ba4b1d1d0743da
 2026-03-19 15:54 UTC 

[PATCH v6] backing_file: store user_path_file
 2026-03-19 15:56 UTC  (4+ messages)

[PATCHv3 0/7] nvme: export additional diagnostic counters via sysfs
 2026-03-19 15:55 UTC  (6+ messages)

[PATCH] Bluetooth: L2CAP: Fix use-after-free in l2cap_chan_timeout()
 2026-03-19 15:55 UTC  (2+ messages)

[PATCH 0/4] hw/nvme: make model & firmware version cnofigurable
 2026-03-19 15:55 UTC  (2+ messages)

[PATCH] eal/x86: reduce memcpy code duplication
 2026-03-19 15:55 UTC  (3+ messages)
` [PATCH v7] eal/x86: optimize memcpy of small sizes

[PATCH v13 0/8] virtio-net: live-TAP local migration
 2026-03-19 15:53 UTC  (9+ messages)
` [PATCH v13 1/8] net/tap: move vhost-net open() calls to tap_parse_vhost_fds()
` [PATCH v13 2/8] net/tap: move vhost initialization to tap_setup_vhost()
` [PATCH v13 3/8] qapi: add local migration parameter
` [PATCH v13 4/8] net: introduce vmstate_net_peer_backend
` [PATCH v13 5/8] virtio-net: support local migration of backend
` [PATCH v13 6/8] net/tap: support local migration with virtio-net
` [PATCH v13 7/8] tests/functional: add skipWithoutSudo() decorator
` [PATCH v13 8/8] tests/functional: add test_tap_migration

drm/simpledrm: no handoff to amdgpu on Picasso/Raven2
 2026-03-19 15:55 UTC  (2+ messages)

[PATCH] fs: allow vfs code to open an O_PATH file with negative dentry
 2026-03-19 15:54 UTC  (4+ messages)

[Intel-wired-lan] [PATCH net-next v2 00/13] net: sleepable ndo_set_rx_mode
 2026-03-19 15:54 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH net-next v2 08/13] bnxt: use snapshot in bnxt_cfg_rx_mode

[PATCH BlueZ v2 1/1] shared/shell: Fix SIGSEGV on invalid input
 2026-03-19 15:54 UTC  (2+ messages)
`  "

[PATCH 0/9] mm/rmap: Optimize anonymous large folio unmapping
 2026-03-19 15:53 UTC  (9+ messages)
` [PATCH 3/9] mm/rmap: refactor lazyfree unmap commit path to commit_ttu_lazyfree_folio()
` [PATCH 8/9] mm/rmap: introduce folio_try_share_anon_rmap_ptes

[PATCH net-next v2 0/2] r8152: Add support for the RTL8157 5Gbit USB Ethernet chip
 2026-03-19 15:53 UTC  (2+ messages)

git grep failure?
 2026-03-19 15:53 UTC  (4+ messages)

[PATCH 2/3] leds: ltc3208: add driver
 2026-03-19 15:53 UTC  (2+ messages)

[amir73il:user_path_file 3/6] security/apparmor/apparmorfs.c:209:13: warning: 'aa_get_common_ref' defined but not used
 2026-03-19 15:52 UTC 

[PATCH] x86/topology: Fix Hygon logical_die_id by mapping from amd_node_id
 2026-03-19 15:53 UTC  (2+ messages)

Weird Dell SMM bug since 6.18
 2026-03-19 15:52 UTC  (10+ messages)

[GIT PULL] ACPI support fixes for v7.0-rc5
 2026-03-19 15:52 UTC  (2+ messages)

[GIT PULL] Crypto library fixes for v7.0-rc5
 2026-03-19 15:52 UTC  (2+ messages)

[PATCH v5 00/17] cleanup in spi by use devm_clk_get_enabled
 2026-03-19 15:52 UTC  (5+ messages)
` [PATCH v5 13/17] spi: stm32: Simplify clock handling with devm_clk_get_enabled()
  ` [Linux-stm32] "

[GIT PULL] Power management fixes for v7.0-rc5
 2026-03-19 15:52 UTC  (2+ messages)

[PATCH 1/1] git-send-email.perl: support executable scripts for recipient options
 2026-03-19 15:51 UTC 

[meta-networking][scarthgap][PATCH] spice: backported ignores for CVE-2016-0749 and CVE-2016-2150
 2026-03-19 15:51 UTC 

[PATCH v3] firmware_loader: allow firmware_class.path to take multiple paths
 2026-03-19 15:51 UTC  (8+ messages)

[PATCH] spi: hisi-kunpeng: prevent infinite while() loop in hisi_spi_flush_fifo
 2026-03-19 15:50 UTC  (2+ messages)

[PATCH v2] RDMA/rxe: Replace use of system_unbound_wq with rxe_wq
 2026-03-19 15:50 UTC  (3+ messages)

[PATCH 1/2] platform/x86: int3472: Match MSI laptop board name
 2026-03-19 15:50 UTC  (2+ messages)
` [PATCH 2/2] platform/x86: int3472: Add more MSI AI evo laptops

[PATCH 0/3] Arm SMMU errata updates
 2026-03-19 15:50 UTC  (5+ messages)
` [PATCH 1/3] arm64: errata: Reformat table for IDs

[PATCH 1/2] can: gw: fix OOB heap access in cgw_csum_crc8_rel()
 2026-03-19 15:50 UTC  (6+ messages)
` [PATCH 2/2] can: isotp: fix tx.buf use-after-free in isotp_sendmsg()

[syzbot] [ntfs3?] WARNING in ni_rename (2)
 2026-03-19 15:50 UTC 

FAILED: patch "[PATCH] ice: reintroduce retry mechanism for indirect AQ" failed to apply to 6.1-stable tree
 2026-03-19 15:49 UTC  (4+ messages)
` [PATCH 6.1.y 1/3] ice: remove unused buffer copy code in ice_sq_send_cmd_retry()
  ` [PATCH 6.1.y 3/3] ice: reintroduce retry mechanism for indirect AQ

[android-common:android17-6.18 2/2] sound/core/pcm_native.c:3313:6: error: cannot jump from this asm goto statement to one of its possible targets
 2026-03-19 15:47 UTC 

[PATCH 0/5] iio: adc: xilinx-xadc: Add I2C interface support for System Management Wizard
 2026-03-19 15:49 UTC  (10+ messages)
` [PATCH 5/5] dt-bindings: iio: adc: xilinx-xadc: convert to YAML format

[PATCH] staging: greybus: audio: use sysfs_emit() in show functions
 2026-03-19 15:49 UTC  (2+ messages)

[PATCH v3 0/3] sunrpc/nfs: cleanup redundant debug checks and refactor macros
 2026-03-19 15:49 UTC  (5+ messages)
` [PATCH v3 3/3] nfs: refactor nfs_errorf macros and remove unused ones

[cip-dev][isar-cip-core][PATCH] swupdate.bbclass: Set owner for reproducible swus
 2026-03-19 15:48 UTC 

[syzbot] [ntfs3?] WARNING in ni_rename (2)
 2026-03-19 15:48 UTC  (3+ messages)
` Forwarded: "

[PATCH can v2 0/2] can: fix can-gw Out-of-Bounds Heap R/W and isotp UAF
 2026-03-19 15:47 UTC  (3+ messages)
` [PATCH can v2 1/2] can: gw: fix OOB heap access in cgw_csum_crc8_rel()
` [PATCH can v2 2/2] can: isotp: fix tx.buf use-after-free in isotp_sendmsg()

Linux 6.19.9
 2026-03-19 15:47 UTC  (2+ messages)

[PATCH] pinctrl: stm32: fix HDP driver dependency on GPIO_GENERIC
 2026-03-19 15:47 UTC  (2+ messages)

Linux 6.18.19
 2026-03-19 15:47 UTC  (2+ messages)

[PATCH i-g-t] tests/kms_dp_aux_dev: Create basic subtest
 2026-03-19 15:46 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[PATCH v7 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-19 15:46 UTC  (4+ messages)
` [PATCH v7 3/7] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding

[PATCH v2 0/3] TQMa93xx on MBa93xxLA-Mini support
 2026-03-19 15:46 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: freescale: add initial device tree for TQMa93xx/MBa93xxLA-MINI

[PATCH v9 0/7] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
 2026-03-19 15:46 UTC  (4+ messages)
` [PATCH v9 1/7] arm64/acpi: Add acpi_get_cpu_uid() and switch arm_cspmu to use it

[RFC] git am: apply patches directly via message id
 2026-03-19 15:45 UTC  (2+ messages)

[PATCH] staging: media: av7110: remove dead code in av7110.c
 2026-03-19 15:45 UTC  (2+ messages)

[PATCH v2 0/4] arm64: Work around C1-Pro erratum 4193714 (CVE-2026-0995)
 2026-03-19 15:45 UTC  (4+ messages)
` [PATCH v2 3/4] arm64: errata: Work around early CME DVMSync acknowledgement

[PATCH] PCI: Fix incorrect retval type in remove_id_store()
 2026-03-19 15:45 UTC  (2+ messages)

[PATCH v2] drm: rockchip-dw-dp: add missing dependency on bridge_connector
 2026-03-19 15:50 UTC 

[PATCH 0/2] Add i.MX91 9x9 QSB basic support
 2026-03-19 15:43 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: freescale: add "

[PATCH v6 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
 2026-03-19 15:42 UTC  (4+ messages)
` [PATCH v6 1/3] vfio/pci: Rename vfio_config_do_rw() to vfio_pci_config_rw_single() and export it
` [PATCH v6 2/3] vfio/ism: Implement vfio_pci driver for ISM devices
` [PATCH v6 3/3] MAINTAINERS: add VFIO ISM PCI DRIVER section

[PATCH v7 00/10] VMSCAPE optimization for BHI variant
 2026-03-19 15:42 UTC  (11+ messages)
` [PATCH v7 01/10] x86/bhi: x86/vmscape: Move LFENCE out of clear_bhb_loop()
` [PATCH v7 02/10] x86/bhi: Make clear_bhb_loop() effective on newer CPUs
` [PATCH v7 03/10] x86/bhi: Rename clear_bhb_loop() to clear_bhb_loop_nofence()
` [PATCH v7 04/10] x86/vmscape: Rename x86_ibpb_exit_to_user to x86_predictor_flush_exit_to_user
` [PATCH v7 05/10] x86/vmscape: Move mitigation selection to a switch()
` [PATCH v7 06/10] x86/vmscape: Use write_ibpb() instead of indirect_branch_prediction_barrier()
` [PATCH v7 07/10] x86/vmscape: Use static_call() for predictor flush
` [PATCH v7 08/10] x86/vmscape: Deploy BHB clearing mitigation
` [PATCH v7 09/10] x86/vmscape: Fix conflicting attack-vector controls with =force
` [PATCH v7 10/10] x86/vmscape: Add cmdline vmscape=on to override attack vector controls

[PATCH v6] sbom-cve-check: add CVE analysis tool and class
 2026-03-19 15:42 UTC  (2+ messages)
` [PATCH v6] sbom-cve-check: Add class for post-build CVE analysis

[PATCH v6 00/10] Add support for Renesas RZ/G3L SoC and SMARC-EVK platform
 2026-03-19 15:42 UTC  (4+ messages)
` [PATCH v6 05/10] clk: renesas: rzg2l-cpg: Re-enable critical module clocks during resume

[PATCH v3] selftests/mm: Add UFFDIO_MOVE huge zeropage PMD regression test
 2026-03-19 15:42 UTC  (2+ messages)

[PATCH] drm/amd/display: Add Idle state manager(ISM)
 2026-03-19 15:41 UTC 

[PATCH] layers: update for wrynose release series
 2026-03-19 15:41 UTC  (3+ messages)
` [meta-arm] "

FAILED: patch "[PATCH] smb: client: fix iface port assignment in" failed to apply to 5.15-stable tree
 2026-03-19 15:40 UTC  (3+ messages)
` [PATCH 5.15.y 1/2] cifs: unlock chan_lock before calling cifs_put_tcp_session
  ` [PATCH 5.15.y 2/2] smb: client: fix iface port assignment in parse_server_interfaces

[PATCH] t2107: modernize path existence check
 2026-03-19 15:39 UTC  (5+ messages)
` [PATCH v2] "

[PATCH bpf-next v8 0/8] bpf: Extend the bpf_list family of APIs
 2026-03-19 15:39 UTC  (3+ messages)
` [PATCH bpf-next v8 1/8] bpf: refactor kfunc checks using table-driven approach in verifier

[PATCH] selftests/cpu-hotplug: Fix check for cpu hotplug not supported
 2026-03-19 15:38 UTC 

[PATCH] common/rc: add default _udev_wait timeout
 2026-03-19 15:38 UTC  (2+ messages)

[PATCH 0/6] ARM: cleanup fault handling
 2026-03-19 15:37 UTC  (3+ messages)

[PATCH v1 1/1] leds: Adjust documentation of brightness sysfs node
 2026-03-19 15:36 UTC  (3+ messages)

[PATCH v3 0/2] Front camera enablement on Fairphone 5
 2026-03-19 15:36 UTC  (3+ messages)
` [PATCH v3 1/2] arm64: dts: qcom: qcm6490-fairphone-fp5: Sort pinctrl nodes by pins
` [PATCH v3 2/2] arm64: dts: qcom: qcm6490-fairphone-fp5: Add front camera support


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.