messages from 2026-07-20 05:15:50 to 2026-07-20 06:26:18 UTC [more...]
[PATCH v8 00/15] drm/msm/dp: Prerequisite cleanup for upcoming MST support
2026-07-20 6:26 UTC (18+ messages)
` [PATCH v8 01/15] drm/msm/dp: remove cached drm_edid from panel
` [PATCH v8 02/15] drm/msm/dp: drop deprecated .mode_set() and use .atomic_enable
` [PATCH v8 03/15] drm/msm/dp: move mode setup into msm_dp_panel_init_panel_info()
` [PATCH v8 04/15] drm/msm/dp: split msm_dp_ctrl_config_ctrl() into link parts and stream parts
` [PATCH v8 05/15] drm/msm/dp: extract MISC1_MISC0 configuration into a separate function
` [PATCH v8 06/15] drm/msm/dp: split link setup from source params
` [PATCH v8 07/15] drm/msm/dp: move the pixel clock control to its own API
` [PATCH v8 08/15] drm/msm/dp: break up dp_display_enable into two parts
` [PATCH v8 09/15] drm/msm/dp: re-arrange dp_display_disable() into functional parts
` [PATCH v8 10/15] drm/msm/dp: allow dp_ctrl stream APIs to use any panel passed to it
` [PATCH v8 11/15] drm/msm/dp: split dp_ctrl_off() into stream and link parts
` [PATCH v8 12/15] drm/msm/dp: simplify link and clock disable sequence
` [PATCH v8 13/15] drm/msm/dp: make bridge helpers use dp_display to allow re-use
` [PATCH v8 14/15] drm/msm/dp: separate dp_display_prepare() into its own API
` [PATCH v8 15/15] drm/msm/dp: pass panel to display enable/disable helpers
[PATCH i-g-t v3 00/31] tools: remove unnecessary shared library dependencies from standalone tools
2026-07-20 6:25 UTC (7+ messages)
` [PATCH i-g-t v3 14/31] tools/intel_stepping: link with minimal sub-libraries
` [PATCH i-g-t v3 15/31] tools/intel_gtt: "
` [PATCH i-g-t v3 16/31] tools/intel_dump_decode: "
[PATCH v2 0/7] Properly describe mt8167 watchdog and mmsys resets
2026-07-20 6:25 UTC (3+ messages)
` [PATCH v2 1/7] dt-bindings: reset: Add MT6589 toprgu reset IDs
[PATCH v12] PCI: Add device-specific reset for Qualcomm devices
2026-07-20 6:24 UTC (2+ messages)
[PATCH v2 0/6] ASoC: Use named initializers for platform_device_id arrays
2026-07-20 6:23 UTC (7+ messages)
` [PATCH v2 1/6] ASoC: codecs: mt6357: Drop unused assignment of platform_device_id driver data
` [PATCH v2 2/6] ASoC: renesas: fsi: Drop platform probing metadata
` [PATCH v2 3/6] ASoC: amd: acp: Use named initializers for platform_device_id arrays
` [PATCH v2 4/6] ASoC: amd: acp: Unify code style for platform_device_id array
` [PATCH v2 5/6] ASoC: Use named initializers for platform_device_id arrays
` [PATCH v2 6/6] ASOC: Unify code style "
[PATCH] hw/display/qxl: unregister vm_change_state handler and BHs on device exit (CVE-2026-63322)
2026-07-20 6:21 UTC (3+ messages)
[PATCH v2] board: xilinx: Generate FWU capsule dfu_alt_info from fwu_platform_hook()
2026-07-20 6:23 UTC (2+ messages)
[scarthgap][PATCH] binutils: Add CVE-2025-69646 to "CVE:" tag
2026-07-20 6:23 UTC (5+ messages)
` [OE-core] "
[PATCH] device property: add missing kernel-doc for property_entry
2026-07-20 6:22 UTC (2+ messages)
[PATCH v2 1/2] arm64: versal2: Make hardware.h assembly safe
2026-07-20 6:21 UTC (2+ messages)
[PATCH v2 0/9] Add fan control support
2026-07-20 6:20 UTC (3+ messages)
` [PATCH v2 9/9] drm/xe/hwmon: Update fan info after late binding
[PATCH] md: fix soft lockup during resync when sync is repeatedly skipped
2026-07-20 6:20 UTC (3+ messages)
[PATCH] selftests/proc: make proc-maps-race work with READ_IMPLIES_EXEC
2026-07-20 6:18 UTC
[PATCH] crypto: rsassa-pkcs1 - Use constant-time digest comparison
2026-07-20 6:19 UTC (2+ messages)
[PATCH] gpio: ljca: validate event payload length
2026-07-20 6:18 UTC (2+ messages)
[PATCH v3] bpf, riscv: fix extable handling for arena load_acquire
2026-07-20 6:18 UTC (3+ messages)
+ mm-damon-core-handle-region-split-failure-in-apply_min_nr_regions.patch added to mm-new branch
2026-07-20 6:18 UTC
[PATCH v9 00/16] KVM: arm64: PMU: Use multiple host PMUs
2026-07-20 6:17 UTC (24+ messages)
` [PATCH v9 01/16] KVM: arm64: Serialize repeated vCPU initialization
` [PATCH v9 02/16] KVM: arm64: PMU: Stop updating MDCR_EL2.HPMN
` [PATCH v9 03/16] KVM: arm64: PMU: Freeze counter count after first run
` [PATCH v9 04/16] KVM: arm64: selftests: Test SET_NR_COUNTERS "
` [PATCH v9 05/16] KVM: arm64: PMU: Keep implemented counter mask EL-independent
` [PATCH v9 06/16] KVM: arm64: PMU: Recreate events after MDCR_EL2 changes
` [PATCH v9 07/16] tools headers: Use u* types for bitfield helpers
` [PATCH v9 08/16] KVM: arm64: selftests: Cover PMU state in MDCR_EL2
` [PATCH v9 09/16] arm64: errata: Require Apple IMPDEF PMUv3 traps on all CPUs
` [PATCH v9 10/16] KVM: arm64: Don't clear vcpu->cpu in kvm_arch_vcpu_put()
` [PATCH v9 11/16] KVM: arm64: PMU: Protect the list of PMUs with RCU
` [PATCH v9 12/16] KVM: arm64: PMU: Pass the pPMU to kvm_map_pmu_event()
` [PATCH v9 13/16] KVM: arm64: PMU: Pass the target CPU to kvm_pmu_probe_armpmu()
` [PATCH v9 14/16] KVM: arm64: PMU: Implement fixed-counters-only emulation
` [PATCH v9 15/16] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY
` [PATCH v9 16/16] KVM: arm64: selftests: Test PMU_V3_FIXED_COUNTERS_ONLY
[PATCH 0/2] dt-bindings: can: xilinx_can: Document phys and update maintainer
2026-07-20 6:16 UTC (4+ messages)
` [PATCH 1/2] MAINTAINERS: Replace maintainer for Xilinx CAN driver
[PATCH v2] reboot: log the task that requested a reboot or shutdown
2026-07-20 6:15 UTC (2+ messages)
[PATCH v3 0/3] Harden HDM decoder enumeration
2026-07-20 6:14 UTC (7+ messages)
` [PATCH v3 1/3] cxl/hdm: Reject switch decoder interleave ways that overflow targets
` [PATCH v3 2/3] cxl/hdm: Make switch decoder target parsing endian-safe
` [PATCH v3 3/3] cxl/hdm: Restore commit_end when decoder enumeration fails
[BUG 1/3] smb: client: SMB2/3 signature failures are logged but the response is accepted
2026-07-20 6:13 UTC (3+ messages)
[PATCH] Input: byd - synchronize timer deletion before freeing private data
2026-07-20 6:12 UTC (4+ messages)
` [PATCH v2] "
[PATCH v2 0/3] arm64: dts: qcom: enable audio ML offload
2026-07-20 6:12 UTC (7+ messages)
` [PATCH v2 1/3] dt-bindings: remoteproc: qcom,pas-common: allow up to 3 iommus
` [PATCH v2 2/3] arm64: dts: qcom: lemans: enable audio ML offload memory and SMMU mappings
` [PATCH v2 3/3] arm64: dts: qcom: monaco: "
[PATCH v1 0/2] arm64: dts: qcom: enable audio ML offload
2026-07-20 6:11 UTC (4+ messages)
` [PATCH v1 1/2] arm64: dts: qcom: lemans: enable audio ML offload memory and SMMU mappings
[PATCH] KVM: x86: Remove AMX-TF32 enumeration
2026-07-20 6:11 UTC (2+ messages)
[PATCH v2] riscv: Skip riscv_cpu_setup() when CPU driver is disabled
2026-07-20 6:11 UTC (3+ messages)
[PATCH v9 0/7] clk: qcom: Add common clkref support and migrate Glymur and Mahua
2026-07-20 6:10 UTC (3+ messages)
[PATCH 0/2] fix and cleanup in spi-spacemit-k1
2026-07-20 6:08 UTC (6+ messages)
` [PATCH 1/2] spi: spacemit: fix dangling TX DMA descriptor on RX prep failure
` [PATCH 2/2] spi: spacemit: drop redundant dev_err_probe() around irq helpers
+ mm-damon-ops-common-use-nr_accesses-moving-sum-for-quota-score.patch added to mm-new branch
2026-07-20 6:09 UTC
[PATCH] serial: 8250: validate iomem_base in serial8250_verify_port()
2026-07-20 6:08 UTC (2+ messages)
[PATCH] virtio-gpu: fix NULL deref in rutabaga set_scanout
2026-07-20 6:05 UTC (2+ messages)
[PATCH v2 0/3] pmdomain: mediatek: Add MT6858 support
2026-07-20 6:05 UTC (3+ messages)
` [PATCH v2 1/3] dt-bindings: power: Add MediaTek MT6858 power domain controller
[PATCH net-next 00/15] net/mlx5e: PSP cleanups and improvements
2026-07-20 6:05 UTC (2+ messages)
[PATCH v1] rust: bug: prevent dead_code warning from warn_on!'s flags constant
2026-07-20 6:05 UTC (3+ messages)
[PATCH v2] wifi: mt76: mt7996: remove beacon_int_min_gcd from ADHOC interface combinations
2026-07-20 6:04 UTC (2+ messages)
[PATCH] nvme/ioctl: check SUBMIT_IO with nvme_cmd_allowed()
2026-07-20 6:03 UTC
[PATCH v2 0/4] mm/vmscan: fix swappiness=max and clean up per-node proactive reclaim
2026-07-20 6:03 UTC (5+ messages)
` [PATCH v2 4/4] mm/mglru: fix anon-only reclaim evicting file pages when swappiness=max
[PATCH] zsh: Update 5.9.1 -> 5.9.2
2026-07-20 6:02 UTC (4+ messages)
` [oe] "
` [PATCH v2] "
[PATCH v6] hung_task: Deduplicate identical hang reports using explicit blocker tracking
2026-07-20 6:02 UTC (2+ messages)
[PATCH i-g-t] lib/igt_store: Fix unexpected reuse of allocated offset
2026-07-20 5:59 UTC
[PATCH 0/2] iio: magnetometer: add support for QST QMC6308
2026-07-20 6:01 UTC (7+ messages)
` [PATCH 2/2] "
[PATCH i-g-t 0/2] tests/intel/kms_pm_dc: Add test to validate YUV420 with DC3CO
2026-07-20 6:00 UTC (4+ messages)
` [PATCH i-g-t 2/2] "
[PATCH v3] wifi: ath12k: fix survey indexing across bands
2026-07-20 5:58 UTC (2+ messages)
[PATCH v2 00/17] Support the ASPEED HACE crypto command
2026-07-20 5:57 UTC (4+ messages)
` [PATCH v2 17/17] tests/functional/aarch64/test_aspeed_ast2700: Drop the AST2700 crypto self-test workaround
[PATCH v2 0/3] powerpc: 512x: Convert ADS7845 touchscreen on PDM360NG to device tree
2026-07-20 5:56 UTC (5+ messages)
` [PATCH v2 1/3] powerpc/dts: mpc5121: Move GPIO controller properties to SoC dtsi
` [PATCH v2 2/3] powerpc/dts: pdm360ng: Convert ADS7845 touchscreen to DT bindings
` [PATCH v2 3/3] powerpc/512x: Remove pdm360ng platform setup in favor of mpc512x_generic
[PATCH] iio: pressure: dps310: add FIFO support
2026-07-20 5:56 UTC (4+ messages)
` [PATCH v3] iio: pressure: dps310: add triggered buffer support
[PATCH] tee: remove dead select from kconfig
2026-07-20 5:55 UTC (4+ messages)
Regarding DRM in linux-cip-v4.19.325-cip134
2026-07-20 5:55 UTC
[RFC PATCH 00/12] Add RISC-V Worlds ISA support to OpenSBI
2026-07-20 5:55 UTC (5+ messages)
` [RFC PATCH 02/12] lib: utils: fdt_helper: parse RISC-V Worlds DT properties
+ hugetlbfs-release-subpool-on-fill_super-failure.patch added to mm-new branch
2026-07-20 5:55 UTC
[PATCH v3 0/8] Add syscon support for Renesas RZ/T2H & RZ/N2H in CPG/MSSR driver
2026-07-20 5:54 UTC (3+ messages)
` [PATCH v3 1/8] dt-bindings: clock: renesas: Split out RZ/T2H CPG binding
[PATCHSET sched_ext/for-7.3] sched_ext: Cgroup migration and op delivery for sub-schedulers
2026-07-20 5:54 UTC (3+ messages)
` [PATCH 4/8] sched_ext: Re-home tasks on cgroup migration
[PATCH] hugetlbfs: release subpool on fill_super failure
2026-07-20 5:54 UTC (2+ messages)
[PATCH v2 1/2] media: i2c: ov8856 : remove ACPI node bypass mechanism
2026-07-20 5:53 UTC (3+ messages)
[PATCH v5 00/10] Metadata series preparation
2026-07-20 5:52 UTC (5+ messages)
` [PATCH v6 03/16] media: imx219: Account for rate_factor in control steps
[PATCH v3 0/8] arm64: Add Axiado AX3005 SoC and EVK support
2026-07-20 5:52 UTC (4+ messages)
` [PATCH v3 1/8] dt-bindings: arm: axiado: add AX3005 EVK
[meta-oe][PATCH] proxy-libintl: Delete recipe
2026-07-20 5:51 UTC
[PATCH v5 0/3] drm/bridge: ti-sn65dsi83: Add reverse lvds lanes support
2026-07-20 5:51 UTC (3+ messages)
` [PATCH v5 2/3] dt-bindings: display: sn65dsi83: Add output data-lanes property
[BUG] usbcore: EPROTO on first-stage Config Descriptor read (ShanWan clone, 2563:028e)
2026-07-20 5:50 UTC
[OE-core][scarthgap][PATCH 1/6] glib-2.0: fix CVE-2026-58010
2026-07-20 5:50 UTC (3+ messages)
[PATCH v6 00/14] media: mediatek: vcodec: support video decoder in mt8196
2026-07-20 5:49 UTC (6+ messages)
` [PATCH v6 08/14] dt-bindings: media: mediatek: vcodec: add decoder dt-bindings for mt8196
[moderation/CI] Re: ext4: convert pa_count from atomic_t to refcount_t
2026-07-20 5:44 UTC
[OE-core] [scarthgap] [PATCH] libcap: Fix CVE-2026-4878
2026-07-20 5:44 UTC (7+ messages)
[PATCH v6 0/9] mm/page_owner: misc cleanups
2026-07-20 5:42 UTC (5+ messages)
` [PATCH v6 9/9] mm/page_owner: use memcg_data snapshot to avoid TOCTOU in print_page_owner_memcg()
[Buildroot] [PATCH] package/docker-credential-gcr: needs NPTL
2026-07-20 5:42 UTC
[PATCH] net/mlx5: avoid wildcard drop flow in priority discovery
2026-07-20 5:42 UTC (3+ messages)
` [PATCH v2] "
[PATCH] gpio: ljca: validate event payload length
2026-07-20 5:42 UTC (2+ messages)
[Buildroot] [PATCH] package/amazon-ecr-credential-helper: needs NPTL
2026-07-20 5:42 UTC
[PATCH bluez RFC 0/3] BlueZ: Add generic support for vendor HCI frames
2026-07-20 5:40 UTC (4+ messages)
` [PATCH bluez RFC 1/3] doc: hci-protocol: Correct mtu to &mtu for getsockopt BT_RCVMTU
` [PATCH bluez RFC 2/3] doc: hci-protocol: Add sock option BT_RCV_VENDOR_PKT for HCI_CHANNEL_USER
` [PATCH bluez RFC 3/3] monitor: Add generic support for vendor HCI frames
[PATCH 0/4] drm/rockchip: add RK3568 LVDS support
2026-07-20 5:39 UTC (4+ messages)
` [PATCH 3/4] drm/rockchip: lvds: add RK3568 support
[v5 00/14] drm/i915/color: Enable SDR plane color pipeline
2026-07-20 5:39 UTC (21+ messages)
` [v5 01/14] drm/colorop: Add DRM_COLOROP_FIXED_MATRIX
` [v5 02/14] drm/i915/color: Add CSC on SDR plane color pipeline
` [v5 05/14] drm/i915/display: Track CSC mode in intel plane state
` [v5 06/14] drm/i915/display: Program input CSC on SDR planes
` [v5 07/14] drm/i915/color: Add YCbCr limited-to-full range color block support
` [v5 08/14] drm/i915/color: Add YUV range correction to SDR plane pipeline
` [v5 09/14] drm/i915/color: Add support for 1D LUT in SDR planes
` [v5 10/14] drm/i915/color: Extract HDR pre-CSC LUT programming to helper function
` [v5 11/14] drm/i915/color: Program Pre-CSC registers for SDR
` [v5 12/14] drm/i915/color: Extract HDR post-CSC LUT programming to helper function
` [v5 13/14] drm/i915/color: Program Plane Post CSC registers for SDR planes
` [v5 14/14] drm/i915/color: Add color pipeline support "
[PATCH] vhost-user: check memory slot availability for SHMEM_MAP
2026-07-20 5:36 UTC
[PATCH v2] misc: qcom_geni: Add minicore support
2026-07-20 5:36 UTC (3+ messages)
[PATCH 1/2] libpsl: upgrade 0.22.0 -> 0.23.0
2026-07-20 5:35 UTC (2+ messages)
` [PATCH 2/2] libpsl: convert to meson build system
[RFC PATCH v2 0/9] smb: support security and trusted xattrs over EAs
2026-07-20 5:34 UTC (5+ messages)
` [RFC PATCH v2 1/9] smb: client: support security.capability "
` [RFC PATCH v2 9/9] ksmbd: avoid self oplock breaks for EA opens
[PATCH 2/5] qemu-options: document keep-alive-count/idle/interval for -netdev stream
2026-07-20 5:33 UTC (3+ messages)
[PATCH 4/5] util/qemu-sockets: add TCP_USER_TIMEOUT support
2026-07-20 5:33 UTC (3+ messages)
[PATCH v10 0/4] Add Cix Sky1 AUDSS clock and reset support
2026-07-20 5:33 UTC (5+ messages)
` [PATCH v10 2/4] clk: cix: add sky1 audss clock controller
` [PATCH v10 3/4] reset: cix: add sky1 audss auxiliary reset driver
+ ocfs2-validate-directory-index-entry-counts-when-reading-metadata.patch added to mm-nonmm-unstable branch
2026-07-20 5:32 UTC
[f2fs-dev] [PATCH] f2fs: validate MOVE_RANGE destination size
2026-07-20 5:30 UTC (3+ messages)
` "
[PATCH v2 0/3] cleanup for stable_page_flags()
2026-07-20 5:30 UTC (2+ messages)
[PATCH v5 00/10] Add SSP/TSP power control and DRAM remap support for AST2700
2026-07-20 5:27 UTC (2+ messages)
Non systematic PCIe error on resume on i.MX8QP on Linux 7.2
2026-07-20 5:27 UTC
[kvm-unit-tests PATCH v4] x86/lam: Allocate test page from AREA_LOW instead of AREA_NORMAL
2026-07-20 5:27 UTC (2+ messages)
[PATCH bpf] bpf: roll back stream capacity when allocation fails
2026-07-20 5:26 UTC (3+ messages)
` [PATCH bpf-next v2] "
[PATCH v2] ASoC: soc-generic-dmaengine: Handle DMA channel request failures correctly
2026-07-20 5:26 UTC
[AUH] puzzles: upgrading to 3c3632259d298ab62aafa8a5858823569ab1af46 SUCCEEDED
2026-07-20 5:25 UTC
[AUH] taglib: upgrading to 2.3.1 SUCCEEDED
2026-07-20 5:25 UTC
[AUH] Upgrade status: 2026-07-20
2026-07-20 5:25 UTC
[AUH] xwininfo,xvinfo,xmodmap: upgrading to 1.1.7,1.1.6,1.0.12 SUCCEEDED
2026-07-20 5:25 UTC
[AUH] python3-hypothesis: upgrading to 6.157.0 FAILED
2026-07-20 5:25 UTC
[PATCH v1 0/1] nvme-pci: adaptive interrupt coalescing
2026-07-20 5:24 UTC (3+ messages)
[PATCH 0/6] watchdog: report effective timeout and add gettimeout command
2026-07-20 5:23 UTC (4+ messages)
` [PATCH 1/6] watchdog: wdt-uclass: add get_timeout operation and helper
[PATCH v3] mm: vmscan: abort proactive reclaim early when freezing for suspend
2026-07-20 5:23 UTC (3+ messages)
` [PATCH v4] "
[PATCH] hw/display/virtio-gpu: Remove the bytes_pp field
2026-07-20 5:21 UTC (2+ messages)
[PATCH] sched: fix two misspellings
2026-07-20 5:21 UTC (2+ messages)
[PATCH i-g-t] tests/intel/kms_pm_dc: Detect frame drops via page-flip events
2026-07-20 5:19 UTC (2+ messages)
[PATCH net 1/1] packet: synchronize pressure clearing with ring reconfiguration
2026-07-20 5:16 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.