All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-25 10:49:09 to 2026-03-25 11:23:37 UTC [more...]

[PATCH v11 00/22] Add new general DRM property "color format"
 2026-03-25 11:17 UTC  (10+ messages)
` [PATCH v11 03/22] drm: "

[PATCH] hw/i2c/aspeed_i2c: reset and migrate pending_intr_sts
 2026-03-25 10:54 UTC  (2+ messages)

[PATCH 1/2] python3-kirk: Add version 4.0.0
 2026-03-25  8:40 UTC  (2+ messages)
` [PATCH 2/2] oeqa: replace runltp with kirk

[PATCH v2 0/8] Add support for TQMa7x
 2026-03-25 11:25 UTC  (7+ messages)
` [PATCH v2 1/8] Kconfig: update build-target for MX7 with SPL
` [PATCH v2 2/8] board/tq: Add common SoM API
` [PATCH v2 4/8] arch: arm: dts: tqma7x: add u-boot device tree fragments

arch/s390/include/asm/syscall.h:23 syscall_get_nr() warn: check sign expansion for '-1'
 2026-03-25 11:23 UTC  (3+ messages)

[PATCH 0/6] mfd: sc27xx: Use MFD cells and devm_mfd_add_devices()
 2026-03-25 11:22 UTC  (5+ messages)
` [PATCH 4/6] mfd: sprd-sc27xx: Switch to devm_mfd_add_devices()

QEMU requires a 64-bit CPU host architecture?
 2026-03-25 11:21 UTC  (5+ messages)

[PATCH i-g-t] lib/intel_pat: Fix typo PAT_MODE -> PTA_MODE
 2026-03-25 11:22 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ i915.CI.BAT: failure "

[PATCH v6 0/2] dma: arm-dma350: handle shared channel IRQ wiring on sky1
 2026-03-25 11:21 UTC  (3+ messages)
` [PATCH v6 1/2] dma: arm-dma350: enable ANYCH interrupt for shared IRQ wiring
` [PATCH v6 2/2] arm64: dts: cix: add sky1 DMA-350 node with channel IRQ entries

[PATCH] dt-bindings: gpio: convert Cavium ThunderX GPIO binding to YAML
 2026-03-25 11:21 UTC  (2+ messages)

[PATCH] mm/alloc_tag: clear codetag for pages allocated before page_ext initialization
 2026-03-25 11:20 UTC  (14+ messages)

[RFC PATCH v7 0/7] vmapple: making it work on the latest macOS host releases
 2026-03-25 11:21 UTC  (5+ messages)
` [RFC PATCH v7 7/7] hvf: do not merge: enable private ISA

[PATCH 1/4] wifi: mac80211: factor out part of ieee80211_calc_expected_tx_airtime
 2026-03-25 11:21 UTC  (4+ messages)

[PATCH V6 0/5] Enable ADSP and CDSP for Glymur SoC
 2026-03-25 11:21 UTC  (3+ messages)
` [PATCH V6 4/5] arm64: dts: glymur: Add LPASS macro codecs and pinctrl

[PATCH net] tg3: Fix race for querying speed/duplex
 2026-03-25 11:20 UTC 

[PATCH v27 3/4] i2c: ast2600: Add controller driver for AST2600 new register set
 2026-03-25 11:20 UTC  (3+ messages)

[PATCH v2 0/2] NFC support for two Qualcomm SDM845 phones
 2026-03-25 11:20 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sdm845-shift-axolotl: Enable NFC

[PATCH v2] phy: renesas: rcar-gen3-usb2: Simplify ID/VBUS detection logic
 2026-03-25 11:20 UTC  (2+ messages)

[PATCH] dt-bindings: i2c: cnxt,cx92755-i2c: Convert to DT schema
 2026-03-25 11:20 UTC  (2+ messages)

[PATCH v3 00/26] Enable Pipe writeback
 2026-03-25 11:20 UTC  (29+ messages)
` [PATCH v3 DO NOT REVIEW 01/26] drm: writeback: rename drm_writeback_connector_init_with_encoder()
` [PATCH v3 DO NOT REVIEW 02/26] drm: writeback: Refactor drm_writeback_connector structure
` [PATCH v3 03/26] drm/i915/writeback: Add writeback registers
` [PATCH v3 04/26] drm/i915/writeback: Add some preliminary writeback definitions
` [PATCH v3 05/26] drm/i915/writeback: Init writeback connector
` [PATCH v3 06/26] drm/i915/writeback: Add function to get modes
` [PATCH v3 07/26] drm/i915/writeback: Add hook to check modes
` [PATCH v3 08/26] drm/i915/writeback: Define encoder->get_hw_state
` [PATCH v3 09/26] drm/i915/writeback: Fill encoder->get_config
` [PATCH v3 10/26] drm/i915/writeback: Add private structure for writeback job
` [PATCH v3 11/26] drm/i915/writeback: Define function for prepare and cleanup hooks
` [PATCH v3 12/26] drm/i915/writeback: Define compute_config for writeback
` [PATCH v3 13/26] drm/i915/writeback: Define function for connector function detect
` [PATCH v3 14/26] drm/i915/writeback: Define function to destroy writeback connector
` [PATCH v3 15/26] drm/i915/writeback: Add connector atomic check
` [PATCH v3 16/26] drm/i915/writeback: Add writeback to xe Makefile
` [PATCH v3 17/26] drm/i915/writeback: Add the enable sequence from writeback
` [PATCH v3 18/26] drm/i915/writeback: Define writeback frame capture function
` [PATCH v3 19/26] drm/{i915/xe}/writeback: Add a writeback helper to get ggtt address
` [PATCH v3 20/26] drm/i915/writeback: Configure WD_STRIDE reg
` [PATCH v3 21/26] drm/i915/writeback: Configure WD_SURF register
` [PATCH v3 22/26] drm/i915/writeback: Enable writeback interrupts
` [PATCH v3 23/26] drm/i915/writeback: Initialize writeback encoder
` [PATCH v3 24/26] drm/i915/writeback: Define the disable sequence for writeback
` [PATCH v3 25/26] drm/i915/writeback: Make exception for writeback connector
` [PATCH v3 26/26] drm/i915/writeback: Modify state verify function
` ✗ CI.checkpatch: warning for Enable Pipe writeback (rev3)
` ✓ CI.KUnit: success "

[android-common:android15-6.6 1/1] drivers/net/ethernet/broadcom/bnxt/bnxt.c:9302:16: warning: variable 'j' set but not used
 2026-03-25 11:20 UTC 

[PATCH v2] arm64: dts: qcom: sm8750: Enable TSENS and thermal zones
 2026-03-25 11:20 UTC 

[GSoC PATCH WIP RFC v3 0/3] graph: add --graph-lane-limit option
 2026-03-25 11:19 UTC  (5+ messages)
` [GSoC PATCH v4 "
  ` [GSoC PATCH v4 2/3] graph: truncate graph visual output

[PATCH net-next 0/3] dpll: zl3073x: add hwmon support
 2026-03-25 11:19 UTC  (10+ messages)
` [PATCH net-next 3/3] dpll: zl3073x: add hwmon support for input reference frequencies

[PATCH 0/8] I/O type generalization and projection
 2026-03-25 11:19 UTC  (3+ messages)

[PATCH v7 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-25 11:18 UTC  (7+ messages)
` [PATCH v7 07/31] gpu: nova-core: move firmware image parsing code to firmware.rs

[PATCH] sched/topology: Avoid spurious asymmetry from CPU capacity noise
 2026-03-25 11:16 UTC  (10+ messages)

U-Boot and legacy SPL power control on modern platforms
 2026-03-25 11:18 UTC  (2+ messages)

[PATCH] dt-bindings: i2c: intel,ixp4xx-i2c: Convert to Dt schema
 2026-03-25 11:16 UTC  (2+ messages)

[OE-core][scarthgap 00/15] Pull request (cover letter only)
 2026-03-25 11:14 UTC  (3+ messages)

[PATCH v2] arm64: dts: qcom: hamoa/purwa: Flatten usb controller nodes
 2026-03-25 11:14 UTC  (3+ messages)

[PATCH 0/6] Add QSPI support for QCS615 and improve interconnect handling
 2026-03-25 11:13 UTC  (5+ messages)
` [PATCH v1 1/6] spi: dt-bindings: qcom-qspi: Add QCS615 compatible
` [PATCH v1 3/6] arm64: dts: qcom: talos: Add QSPI support

[RFC PATCH 0/1] ext4: fail fast on repeated metadata reads after IO failure
 2026-03-25 11:13 UTC  (4+ messages)
` [RFC 1/1] "

[PATCH i-g-t v2] tests/intel/xe_debugfs: Add subtest for reg_sr programming failures
 2026-03-25 11:13 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH 6.12.y] spi: tegra210-quad: Protect curr_xfer check in IRQ handler
 2026-03-25 11:12 UTC  (2+ messages)

[PATCH v3 0/2] block/mirror: fix assertion failure upon duplicate complete for job using 'replaces'
 2026-03-25 11:11 UTC  (3+ messages)
` [PATCH v3 1/2] iotests/041: add test for mirror with throttled NBD export as target
` [PATCH v3 2/2] iotests/041: add test for duplicate job-complete with throttled target

[PATCH i-g-t v2] tests/intel/kms_sharpness_filter: Fix stale mode pointer in joiner bypass
 2026-03-25 11:23 UTC 

[PATCH 0/2] ADRF5702/ADRF5703 Digital Attenuator support
 2026-03-25 11:12 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: iio: amplifiers: ad8366: add adrf5702/3 support
` [PATCH 2/2] iio: amplifiers: ad8366: add support for adrf5702/3

Cleaning up contrib/ and tools/
 2026-03-25 11:11 UTC  (5+ messages)

[PATCH v3 0/2] Introduce TLMM driver for Qualcomm IPQ5210 SoC
 2026-03-25 11:11 UTC  (3+ messages)
` [PATCH v3 2/2] pinctrl: qcom: Introduce IPQ5210 TLMM driver

[PATCH 6.1.y] erofs: get rid of z_erofs_fill_inode()
 2026-03-25 11:11 UTC 

[PATCH 0/4] i.MX8MP: Convert to DM_PMIC for a few boards
 2026-03-25 11:12 UTC  (8+ messages)
` [PATCH 1/4] imx8mp: phyboard-pollux-rdk: Convert to DM_PMIC

[PATCH v3 1/2] qga: replace slog() with standard GLib logging
 2026-03-25 11:09 UTC  (2+ messages)
` [PATCH v3 2/2] qga: add --audit option for command logging control

[PATCH v1 0/7] arm64: dts: ti: verdin-am62[p]: Add Zinnia
 2026-03-25 11:09 UTC  (3+ messages)
` [PATCH v1 1/7] dt-bindings: arm: ti: Add verdin am62/am62p zinnia board

[PATCH 0/6] Use safer strscpy() instead of strcpy()
 2026-03-25 11:09 UTC  (6+ messages)
` [PATCH 6/6] usbip: vhci_sysfs: "

[PATCH v2] iio: adc: ti-ads8688: use read_avail for available attributes
 2026-03-25 11:09 UTC 

[PATCH v11 0/3] of: parsing of multi #{iommu,msi}-cells in maps
 2026-03-25 11:08 UTC  (4+ messages)
` [PATCH v11 1/3] of: Add convenience wrappers for of_map_id()
` [PATCH v11 2/3] of: Factor arguments passed to of_map_id() into a struct
` [PATCH v11 3/3] of: Respect #{iommu,msi}-cells in maps

[PATCH v4 0/6] arm64: dts: qcom: Support AYN QCS8550 Devices
 2026-03-25 11:09 UTC  (3+ messages)
` [PATCH v4 6/6] arm64: dts: qcom: Add AYN Thor

[PATCH 1/2] ASoC: dt-bindings: mediatek,mt2701-wm8960: Correctly use additionalProperties
 2026-03-25 11:08 UTC  (2+ messages)
` [PATCH 2/2] ASoC: dt-bindings: mediatek: Adjust style of blocks placement

[PATCH 0/2] rust: add support for Software Tag-Based KASAN
 2026-03-25 11:09 UTC  (5+ messages)
` [PATCH 1/2] rust: kasan: do not pass -Zsanitizer-recover
` [PATCH 2/2] rust: kasan: add support for Software Tag-Based KASAN

[PATCH] staging: rtl8723bs: clean up booleans and parentheses
 2026-03-25 11:01 UTC 

[PATCH net-next v8 0/4] tun/tap & vhost-net: apply qdisc backpressure on full ptr_ring to reduce TX drops
 2026-03-25 11:07 UTC  (6+ messages)
` [PATCH net-next v8 3/4] ptr_ring: move free-space check into separate helper

[PATCH v2 0/3] soc: renesas: add MFIS driver
 2026-03-25 11:07 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: soc: renesas: Document MFIS IP core
` [PATCH v2 2/3] soc: renesas: Add Renesas R-Car MFIS driver
` [PATCH v2 3/3] soc: renesas: add X5H PRR support

[PATCH i-g-t v1] tests/kms_explicit_fence: Separate feature tag block from test description
 2026-03-25 11:07 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[Ping PATCH] perf record: Add support for arch_sdt_arg_parse_op() on s390
 2026-03-25 11:06 UTC 

[PATCH] gpio: shared: shorten the critical section in gpiochip_setup_shared()
 2026-03-25 11:06 UTC 

[PATCH v4 0/2] tests/chamelium/audio: Fix resource leaks in audio tests
 2026-03-25 11:06 UTC  (3+ messages)
` [PATCH v4 2/2] tests/chamelium/audio: Fix resource leaks on assertion failure

[PATCH 00/16] drm/msm: A8xx Support - Batch 2
 2026-03-25 11:05 UTC  (3+ messages)
` [PATCH 07/16] drm/msm/a6xx: Use packed structs for HFI

[thomas-weissschuh:b4/kunit-kselftests 3/18] error: current MSRV (Minimum Supported Rust Version) is `1.78.0` but this item is stable since `1.79.0`
 2026-03-25 11:05 UTC 

[PATCH 0/6] arm64: dts: qcom: kaanapali: Add PMIC dependent features
 2026-03-25 11:05 UTC  (12+ messages)
` [PATCH 1/6] arm64: dts: qcom: kaanapali: Add PMIC devices
` [PATCH 2/6] arm64: dts: qcom: kaanapali-mtp: Add PMIC support
` [PATCH 4/6] arm64: dts: qcom: kaanapali-mtp: Enable bluetooth and Wifi

[PATCH v3 00/24] vfio/pci: Base Live Update support for VFIO device files
 2026-03-25 11:12 UTC  (5+ messages)
` [PATCH v3 03/24] PCI: Require Live Update preserved devices are in singleton iommu_groups

[PATCH v2] mm/migrate: rename PAGE_ migration flags to FOLIO_
 2026-03-25 11:04 UTC  (5+ messages)

[PATCH v2 2/2] ASoC: SDCA: fix finding wrong entity
 2026-03-25 11:04 UTC 

[PATCH 12/12] arm64: defconfig: Enable I3C and SPD5118 hwmon
 2026-03-25 11:03 UTC  (8+ messages)

[PATCH 0/2] arm64/entry: Fix involuntary preemption exception masking
 2026-03-25 11:03 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH 0/8] PCI: imx6: Integrate pwrctrl API and update device trees
 2026-03-25 11:00 UTC  (9+ messages)
` [PATCH 1/8] PCI: imx6: Integrate new pwrctrl API for pci-imx6
` [PATCH 2/8] arm: dts: imx6qdl-sabresd: Move power supply property to Root Port node
` [PATCH 3/8] arm: dts: imx6sx-sdb: "
` [PATCH 4/8] arm64: dts: imx8mm-evk: "
` [PATCH 5/8] arm64: dts: imx8mp-evk: Move power supply properties "
` [PATCH 6/8] arm64: dts: imx8mq-evk: "
` [PATCH 7/8] arm64: dts: imx8dxl/qm/qxp: "
` [PATCH 8/8] arm64: dts: imx95: "

[PATCH v2 00/13] SCMI Clock rates discovery rework
 2026-03-25 11:02 UTC  (3+ messages)
  ` [PATCH v2 08/13] firmware: arm_scmi: Harden clock protocol initialization

[PATCH] btrfs: fix stale errno check in btrfs_encoded_read/write helpers
 2026-03-25 11:02 UTC  (2+ messages)

[PATCH 0/6] mm: vma flag tweaks
 2026-03-25 11:02 UTC  (5+ messages)
` [PATCH 2/6] mm: add vma_desc_test_all() and use it

[PATCH v3 0/2] Add support for AD5706R DAC
 2026-03-25 11:02 UTC  (3+ messages)
` [PATCH v3 2/2] iio: dac: ad5706r: "

[PATCH 0/9] interconnect: qcom: let MSM8974 interconnect work again
 2026-03-25 11:01 UTC  (5+ messages)
` [PATCH 3/9] interconnect: qcom: drop unused is_on flag

[PATCH] wifi: mac80211: fix monitor mode frame capture for real chanctx drivers
 2026-03-25 10:59 UTC  (3+ messages)

[PATCH v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-03-25 10:59 UTC  (6+ messages)
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions

[PATCH v3 1/7] x86/vioapic: Add ioapic_check() to validate IO-APIC state before restore
 2026-03-25 10:58 UTC  (5+ messages)
` [PATCH v3 6/7] x86/dmop: Add XEN_DMOP_enable_ext_dest_id DM op

[PATCH 04/12] i3c: master: Support ACPI enumeration
 2026-03-25 10:59 UTC  (3+ messages)

[PATCH 1/2] ASoC: SDCA: remove the max count of initialization table
 2026-03-25 10:58 UTC  (4+ messages)

[PATCH v3 00/22] Metadata series preparation
 2026-03-25 10:58 UTC  (23+ messages)
` [PATCH v3 01/22] media: imx219: Rename "PIXEL_ARRAY" as "VISIBLE"
` [PATCH v3 02/22] media: imx219: Fix maximum frame length in lines
` [PATCH v3 03/22] media: imx219: Set horizontal blanking on mode change
` [PATCH v3 04/22] media: imx219: Scale the vblank limits according to rate_factor
` [PATCH v3 05/22] media: imx219: Fix vertical blanking and exposure for analogue binning
` [PATCH v3 06/22] media: imx219: Don't update exposure limits while setting format
` [PATCH v3 07/22] media: imx219: Rename "binning" as "bin_hv" in imx219_set_pad_format
` [PATCH v3 08/22] media: Documentation: Improve LINK_FREQ documentation
` [PATCH v3 09/22] media: Documentation: Improve pixel rate calculation documentation
` [PATCH v3 10/22] media: v4l2-subdev: Refactor returning routes
` [PATCH v3 11/22] media: v4l2-subdev: Allow accessing routes with STREAMS client capability
` [PATCH v3 12/22] media: mc: Simplify link processing in __media_pipeline_start()
` [PATCH v3 13/22] media: mc: Separate single link validation into a new function
` [PATCH v3 14/14] media: Improve enable_streams and disable_streams documentation
` [PATCH v3 14/22] media: uapi: Bump the STREAMS bit a little
` [PATCH v3 15/22] media: mc: Don't care about unsettable flags in MEDIA_IOC_LINK_SETUP
` [PATCH v3 16/22] media: mc: Add MEDIA_LNK_FL_VALIDATE_LATE
` [PATCH v3 17/22] media: Improve enable_streams and disable_streams documentation
` [PATCH v3 18/22] media: v4l2-subdev: Move subdev client capabilities into a new struct
` [PATCH v3 19/22] media: v4l2-subdev: Add struct v4l2_subdev_client_info pointer to pad ops
` [PATCH v3 20/22] media: v4l2-subdev: Add v4l2_subdev_call_ci_active_state
` [PATCH v3 21/22] media: v4l2-subdev: Perform client info changes to i2c drivers

[PATCH v2] media: synopsys: hdmirx: Fix HPD lane hold time
 2026-03-25 10:57 UTC  (2+ messages)

[PATCH 6.6 000/567] 6.6.130-rc1 review
 2026-03-25 10:57 UTC  (2+ messages)

[LTP] [PATCH v14] thermal: add new test group
 2026-03-25 10:55 UTC 

[PATCH 0/8] Rework device probing
 2026-03-25 10:57 UTC  (3+ messages)
` [PATCH 8/8] eal: configure initial "

[PATCH 6.12 000/460] 6.12.78-rc1 review
 2026-03-25 10:57 UTC  (2+ messages)

[PATCH 6.18 000/212] 6.18.20-rc1 review
 2026-03-25 10:56 UTC  (2+ messages)

[PATCH 6.19 000/220] 6.19.10-rc1 review
 2026-03-25 10:55 UTC  (2+ messages)

[LTP] [PATCH v13] thermal: add new test group
 2026-03-25 10:55 UTC  (2+ messages)

[PATCH v8 00/31] gpu: nova-core: firmware: Hopper/Blackwell support
 2026-03-25 10:53 UTC  (5+ messages)
` [PATCH v8 05/31] gpu: nova-core: set DMA mask width based on GPU architecture
` [PATCH v8 06/31] gpu: nova-core: Hopper/Blackwell: skip GFW boot waiting

[cip-dev][isar-cip-core][PATCH v2] chore: Add maintainer to all package recipes
 2026-03-25 10:53 UTC 

[PATCH v1] media: hdmirx: snps, rk: Fix HPD hold time
 2026-03-25 10:54 UTC  (4+ messages)

[cip-dev][isar-cip-core][PATCH] chore: Add maintainer to all package recipes
 2026-03-25 10:54 UTC  (3+ messages)

[PATCH v1] iommu/amd: Recognize Hygon southbridge IOAPIC for interrupt remapping
 2026-03-25 10:54 UTC  (2+ messages)

[PATCH v2 0/9] interconnect: qcom: let MSM8974 interconnect work again
 2026-03-25 10:52 UTC  (4+ messages)
` [PATCH v2 6/9] interconnect: qcom: let platforms declare their bugginess

[PATCH v26 00/10] Simple Donor Migration for Proxy Execution
 2026-03-25 10:52 UTC  (2+ messages)

[LTP] [PATCH v2] Add cglangd specific files to gitignore
 2026-03-25 10:51 UTC 

[PATCH v5 0/7] Add RISC-V big-endian target support
 2026-03-25 10:51 UTC  (3+ messages)
` [PATCH v5 7/7] target/riscv: Add test for RISC-V BE

[PATCH 2/2] ASoC: SDCA: fix finding wrong entity
 2026-03-25 10:51 UTC  (3+ messages)

[PATCH v4 0/6] Add support for fwumdata
 2026-03-25 10:50 UTC  (4+ messages)

[PATCH] uki.bbclass: fix UKI_DEVICETREE
 2026-03-25 10:48 UTC 

[whinlatter] Pull request
 2026-03-25 10:48 UTC 


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.