All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-22 15:57:28 to 2026-05-22 17:06:09 UTC [more...]

[PATCH v3 00/11] arm64: dts: ti: k3-am62-verdin: Add display and peripheral overlays
 2026-05-22 17:05 UTC  (15+ messages)
` [PATCH v3 01/11] arm64: dts: ti: k3-am62-verdin: Add Toradex DSI to LVDS adapter with 10.1" display
` [PATCH v3 02/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" LVDS
` [PATCH v3 03/11] dt-bindings: vendor-prefixes: Add Riverdi
` [PATCH v3 04/11] dt-bindings: display: panel-lvds: Add Riverdi RVT70HSLNWCA0 and RVT101HVLNWC00
` [PATCH v3 05/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 10.1" DSI
` [PATCH v3 06/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Capacitive Touch Display 7" DSI
` [PATCH v3 07/11] arm64: dts: ti: k3-am62-verdin: Add NAU8822 Bridge Tied Load
` [PATCH v3 08/11] arm64: dts: ti: k3-am62-verdin: Reserve UART_4 for Cortex-M4F
` [PATCH v3 09/11] arm64: dts: ti: k3-am62-verdin: Add Toradex OV5640 CSI Cameras
` [PATCH v3 10/11] arm64: dts: ti: k3-am62-verdin: Add Toradex Verdin Mezzanine CAN
` [PATCH v3 11/11] arm64: dts: ti: k3-am62-verdin: Add Mezzanine with Toradex Display 10.1" LVDS

[PATCH 00/11] Convert moduleparams to seq_buf
 2026-05-22 17:05 UTC  (8+ messages)
` [PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
` [PATCH 09/11] treewide: Convert custom kernel_param_ops .get callbacks to seq_buf via cocci
` [PATCH 10/11] treewide: Manually convert custom kernel_param_ops .get callbacks
` ✗ Fi.CI.BUILD: failure for Convert moduleparams to seq_buf

[PATCH 0/2] Convert env export and import to use getopt()
 2026-05-22 17:03 UTC  (2+ messages)

[PATCH] KVM: selftests: Randomize dirty_log_test's delay before reaping the bitmap
 2026-05-22 17:02 UTC 

[PATCH v3 0/2] iio: dac: Add support for AD5529R DAC
 2026-05-22 17:02 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: iio: dac: Add AD5529R

[PATCH net] net/sched: fix pedit partial COW leading to page cache
 2026-05-22 17:01 UTC  (13+ messages)
` [PATCH net] net/sched: fix pedit partial COW leading to page cache corruption

[PATCH v3 0/2] media: Add bindings and driver for Sony IMX678
 2026-05-22 17:01 UTC  (3+ messages)
` [PATCH v3 2/2] media: i2c: imx678: Add "

[PATCH] bpf: Fix preorder-unaware index in replace_effective_prog and purge_effective_progs replace_effective_prog() and purge_effective_progs() compute the target index in the effective program array by sequentially walking the hlist (pos++). However, since commit 4b82b181a26c ("bpf: Allow pre-ordering for bpf cgroup progs"), compute_effective_progs() partitions the effective array: preorder programs occupy indices 0..preorder_cnt-1 and normal programs occupy indices preorder_cnt..end. The sequential hlist walk does not account for this partitioning, so when BPF_F_PREORDER programs coexist with normal programs the computed index diverges from the actual position in the effective array. In replace_effective_prog() this causes BPF_LINK_UPDATE to overwrite the wrong slot: the freed program pointer remains in the correct slot while an unrelated neighbor is clobbered. Fix both functions by searching the effective array directly for the target program pointer instead of computing an index from the hlist. This is correct regardless of array layout since it matches by pointer identity. For purge_effective_progs(), resolve the effective prog from the link when the direct prog pointer is NULL (link-based detach path). Fixes: 4b82b181a26c ("bpf: Allow pre-ordering for bpf cgroup progs") Signed-off-by: Himanshu Anand <anand.himanshu17@gmail.com>
 2026-05-22 17:00 UTC  (3+ messages)
` [PATCH] bpf: Fix preorder-unaware index in replace_effective_prog and purge_effective_progs replace_effective_prog() and purge_effective_progs() compute the target index in the effective program array by sequentially walking the hlist (pos++). However, since commit 4b82b181a26c ("bpf: Allow pre-ordering for bpf cgroup progs"), compute_effective_progs() partitions the effective array: preorder programs occupy indices 0..preorder_cnt-1 and normal programs occupy indices preorder_cnt..end. The sequential hlist walk does not account for this partitioning, so when BPF_F_PREORDER programs coexist with normal programs the computed index diverges from the actual position in the effective array. In replace_effective_prog() this causes BPF_LINK_UPDATE to overwrite the wrong slot: the freed program [snip]

[PATCH v2 07/11] git-gui: try harder to find worktree from gitdir
 2026-05-22 16:57 UTC  (2+ messages)

[PATCH] thermal: sysfs: fix whitespace and use octal permissions
 2026-05-22 16:57 UTC  (3+ messages)
` [PATCH v2] thermal: sysfs: remove space before tab in macro

[PATCH] usb: atm: ueagle-atm: use synchronous request_firmware()
 2026-05-22 16:56 UTC  (4+ messages)

[GIT PULL] SCSI fixes for 7.1-rc4+
 2026-05-22 16:56 UTC 

[PATCH] x86/tdx: Fix zero-extension for CPUID emulation
 2026-05-22 16:54 UTC  (4+ messages)

[PATCH v14 00/22] target/mips: add missing Octeon user-mode support
 2026-05-22 16:52 UTC  (5+ messages)
` [PATCH v14 06/22] target/mips: add Octeon SHA3 COP2 helpers
` [PATCH v14 07/22] target/mips: add Octeon ZUC "

[PATCH v2 0/3] staging: cleanup of sdio_intf.c
 2026-05-22 16:53 UTC  (4+ messages)

[PATCH v2 0/3] argo: few loglevel fixes
 2026-05-22 16:52 UTC  (4+ messages)
` [PATCH v2 1/3] argo: lower level of noisy connection-refused log
` [PATCH v2 2/3] argo: correct logline in ring_unmap()
` [PATCH v2 3/3] argo: drop argo prefix from argo_dprintk() calls

[PATCH v02] mailbox: pcc: report errors for PCC clients
 2026-05-22 16:52 UTC  (6+ messages)

[PATCH v3 net-next 0/3] rtnetlink: RTNL avoidance in rtnl_getlink()
 2026-05-22 16:52 UTC  (2+ messages)

[PATCH v4 0/6] iio: hid-sensor: standardize scan_type initialization
 2026-05-22 16:51 UTC  (2+ messages)

[PATCH v2 0/2] fs/pipe: reduce pipe->mutex contention by pre-allocating outside the lock
 2026-05-22 16:51 UTC  (4+ messages)
` [PATCH v2 1/2] fs/pipe: pre-allocate pages outside pipe->mutex in anon_pipe_write
` [PATCH v2 2/2] selftests/pipe: add pipe_bench microbenchmark

[RFC PATCH v2 0/8] timekeeping: Fix draft tracking precision and add feed-forward discipline via vmclock
 2026-05-22 16:50 UTC  (12+ messages)

[PATCH v3] thermal: core: Add WQ_UNBOUND to alloc_workqueue users
 2026-05-22 16:49 UTC  (2+ messages)

[PATCH RFC v2] bpf: Convert bpf_lru_list locks to rqspinlock
 2026-05-22 16:49 UTC 

[PATCH BlueZ v1] test-mesh-crypto: Don't attempt to run test if AF_ALG is not available
 2026-05-22 16:49 UTC 

[linux-next:master 7127/8157] ERROR: modpost: "set_memory_decrypted" [drivers/dma-buf/heaps/system_heap.ko] undefined!
 2026-05-22 16:48 UTC 

[PATCH v4 0/6] media: Fix new smatch warnings
 2026-05-22 16:49 UTC  (3+ messages)
` [PATCH v4 5/6] media: staging: ipu3-imgu: Add range check for imgu_css_cfg_acc_stripe

[PATCH v7 0/2] phy: qcom-mipi-csi2: Add a CSI2 MIPI DPHY driver
 2026-05-22 16:49 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: phy: qcom: Add CSI2 C-PHY/DPHY schema

[PATCH v3] cgroup/dmem: introduce a peak file
 2026-05-22 16:48 UTC  (2+ messages)

[GIT PULL] sched_ext: Fixes for v7.1-rc4
 2026-05-22 16:48 UTC 

[GIT PULL] cgroup: Fixes for v7.1-rc4
 2026-05-22 16:47 UTC 

[PATCH] cpufreq: intel_pstate: Improve warning message on HWP-disabled hybrid CPUs
 2026-05-22 16:46 UTC  (2+ messages)

[PATCH v2] usb: atm: ueagle-atm: wait for pre-firmware load in .disconnect()
 2026-05-22 16:45 UTC 

[PATCH] drm/xe: Assign queue name in time for drm_sched_init
 2026-05-22 16:45 UTC  (4+ messages)
` ✓ CI.KUnit: success for "

[PATCH v18 09/14] crypto: qce - Remove unused ignore_buf
 2026-05-22 16:44 UTC  (2+ messages)

[PATCH 0/4] drm/xe/mmio: Small improvements
 2026-05-22 16:44 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "

[PATCH 0/5] drm/xe: Fix LR exec queue suspend/resume for S3/S4
 2026-05-22 16:43 UTC  (6+ messages)
` [PATCH 1/5] drm/xe/guc: Defer user exec queue scheduler start until after page table restore
` [PATCH 2/5] drm/xe/guc: Don't ban LR VM exec queues on PM suspend
` [PATCH 3/5] drm/xe/guc: Add suspend refcount to exec queue ops
` [PATCH 4/5] drm/xe: Rename EXEC_MODE_LR to EXEC_MODE_FAULT in hw engine group
` [PATCH 5/5] drm/xe: Suspend fault-mode LR jobs before VRAM eviction on S3/S4

[PATCH] nfsd: reset write verifier on deferred writeback errors
 2026-05-22 16:44 UTC 

[PATCH V2 0/3] cpufreq: Simplify freq limit handling
 2026-05-22 16:43 UTC  (2+ messages)

[PATCH v2 0/5] arm: aspeed: add initial AST2700 SoC support
 2026-05-22 16:43 UTC  (2+ messages)

[PATCH v1 0/2] bootm: bound noload kernel decompression to the allocated buffer
 2026-05-22 16:42 UTC  (3+ messages)
` [PATCH v1 1/2] bootm: fix overflow of the noload kernel decompression buffer

[PATCH v2 0/4] struct page to PFN conversion for TDX guest private memory
 2026-05-22 16:41 UTC  (9+ messages)
` [PATCH v2 1/4] x86/tdx: Use PFN directly for mapping "
` [PATCH v2 2/4] x86/tdx: Use PFN directly for unmapping "
` [PATCH v2 3/4] x86/tdx: Drop exported function tdx_quirk_reset_page()
` [PATCH v2 4/4] x86/virt/tdx: Move mk_keyed_paddr() to tdx.c due to no external users

[PATCH v9 3/5] drivers: firmware: add riscv SSE support
 2026-05-22 16:40 UTC  (4+ messages)

[PATCH v2] qcow2: Fix data loss on zero write with detect-zeroes=unmap
 2026-05-22 15:13 UTC 

[PATCH v5 00/28] mtd: spi-nor: Enhance software protection
 2026-05-22 16:39 UTC  (18+ messages)
` [PATCH v5 04/28] mtd: spi-nor: swp: Improve locking user experience
` [PATCH v5 13/28] mtd: spi-nor: swp: Create a TB intermediate variable
` [PATCH v5 14/28] mtd: spi-nor: swp: Create helpers for building the SR register

[PATCH v20 00/10] ring-buffer: Making persistent ring buffers robust
 2026-05-22 16:40 UTC  (4+ messages)
` [PATCH v20 02/10] ring-buffer: Skip invalid sub-buffers when rewinding persistent ring buffer

[ANNOUNCE] Email reviews from Sashiko enabled for kvm@
 2026-05-22 16:38 UTC 

[PATCH v2 0/4] memcg: shrink obj_stock_pcp and cache multiple objcgs
 2026-05-22 16:37 UTC  (7+ messages)
` [PATCH v2 2/4] memcg: uint16_t for nr_bytes in obj_stock_pcp
` [PATCH v2 4/4] memcg: multi objcg charge support

[PATCH v3 00/12] pack-objects: integrate --path-walk and some --filter options
 2026-05-22 16:37 UTC  (9+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 04/13] path-walk: always emit directly-requested objects

[PATCH v2] overview-manual: inform the reader early of "bitbake-getvar"
 2026-05-22 16:38 UTC 

GitLab issue tracker at inbox 0 (for unlabelled issues ;-)
 2026-05-22 16:32 UTC 

[PATCH v3 0/2] Fix SAS wildcard scan on smartpqi and other controllers
 2026-05-22 16:32 UTC  (4+ messages)
` [PATCH v3 2/2] Revert "scsi: Fix sas_user_scan() to handle wildcard and multi-channel scans"

[PATCH] clk: tegra: Support unique names for multi-socket platforms
 2026-05-22 16:30 UTC 

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-05-22 16:31 UTC  (8+ messages)

[PATCH v3 0/6] ppc/spapr: Add RTAS error injection support for VFIO EEH
 2026-05-22 16:29 UTC  (4+ messages)
` [PATCH v3 5/6] ppc/spapr: Split VFIO code and refactor EEH interface

[PATCH] drm/xe: Restore IDLEDLY regiter on engine reset
 2026-05-22 16:35 UTC 

[PATCH BlueZ v2 1/1] shared/bap: set QoS state when CIS is lost
 2026-05-22 16:30 UTC  (2+ messages)

[PATCH v3] nvme: reject keep-alive passthrough on non-fabrics
 2026-05-22 16:27 UTC  (3+ messages)

[PATCH v4] nvme: reject keep-alive passthrough on non-fabrics
 2026-05-22 16:26 UTC 

[PATCH net-next v5 0/5] veth: add Byte Queue Limits (BQL) support
 2026-05-22 16:26 UTC  (18+ messages)
` [PATCH net-next v5 3/5] veth: implement Byte Queue Limits (BQL) for latency reduction

[RFC 0/2] Misc panthor bits
 2026-05-22 16:25 UTC  (4+ messages)
` [RFC 2/2] drm/panthor: Use separate workqueue for DRM scheduler

[PATCH RFC 0/3] iio: add Open Sensor Fusion UART driver
 2026-05-22 16:24 UTC  (3+ messages)
` [PATCH RFC 2/3] iio: osf: add Open Sensor Fusion UART IIO driver

[PATCH v5 0/2] mm: improve large folio readahead for exec memory
 2026-05-22 16:23 UTC  (6+ messages)
` [PATCH v5 1/2] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v5 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order

[PATCH] selftests/cgroup: enable memory controller in hugetlb memcg test
 2026-05-22 16:24 UTC  (2+ messages)

[PATCH 0/4] ASoC: meson: aiu: align I2S design to the AXG one
 2026-05-22 16:24 UTC  (5+ messages)
` [PATCH 4/4] ASoC: meson: aiu: use aiu-formatter-i2s to format I2S output data

[PATCH V8 00/10] Add Invensense ICM42607
 2026-05-22 16:23 UTC  (7+ messages)
` [PATCH V8 05/10] iio: imu: inv_icm42607: Add PM support for icm42607

[PATCH] ref-manual: clarify that PACKAGE_EXCLUDE supports DEB packaging
 2026-05-22 16:26 UTC  (4+ messages)
` [docs] "

[PATCH] io_uring: annotate remote tasks for kcoverage
 2026-05-22 16:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/2] x86/tdx: Port I/O emulation fixes
 2026-05-22 16:22 UTC  (4+ messages)
` [PATCH v2 2/2] x86/tdx: Fix zero-extension for 32-bit port I/O

[v7 PATCH] arm64: mm: show direct mapping use in /proc/meminfo
 2026-05-22 16:22 UTC  (2+ messages)

[PATCH v2] ref-manual: clarify that PACKAGE_EXCLUDE supports DEB packaging
 2026-05-22 16:22 UTC  (2+ messages)
` [docs] "

[PATCH v1] Bluetooth: hci_qca: Increase SSR delay for rampatch and NVM loading
 2026-05-22 16:22 UTC  (3+ messages)

[PATCH 00/12] Block storage copy offloading
 2026-05-22 16:22 UTC  (3+ messages)

[PATCH] receive-pack: fix updateInstead with core.worktree
 2026-05-22 16:21 UTC  (2+ messages)

[PATCH v2] arm: k3: Kconfig: Enable fTPM and RPMB support
 2026-05-22 16:20 UTC  (3+ messages)

[PATCH 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
 2026-05-22 16:18 UTC  (2+ messages)

[PATCH v2 0/2] cgroup/dmem: allow double-charging dmem allocations to memcg
 2026-05-22 16:17 UTC  (4+ messages)
` [PATCH v2 2/2] cgroup/dmem: add dmem.memcg control file for double-charging "

[scosu-sched:topic/mmap-cap-prot-wip/v6.18 1042/1130] drivers/video/fbdev/sis/sis_main.c:1659:48: error: call to undeclared function 'compat_ptr'; ISO C99 and later do not support implicit function declarations
 2026-05-22 16:16 UTC 

[PATCH v3] memcg: cache obj_stock by memcg, not by objcg pointer
 2026-05-22 16:16 UTC  (8+ messages)

[asahilinux:bits/000-devicetree 23/114] arch/arm64/boot/dts/apple/t8103-j274.dtb: aliases: 'disp0_piodma' does not match any of the regexes: '^[a-z][a-z0-9\\-]*$', '^pinctrl-[0-9]+$'
 2026-05-22 16:14 UTC 

[PATCH v3 0/3] iommu/arm-smmu-v3: Fix ATS robustness and state tracking
 2026-05-22 16:14 UTC  (10+ messages)
` [PATCH v3 3/3] iommu/arm-smmu-v3: Fix ATS state tracking via ats_prepared gate

[PATCH] mempool: improve cache behaviour and performance
 2026-05-22 16:12 UTC  (4+ messages)
` [PATCH v5] "

[PATCH 0/3] spacemit: k1: Add support for Banana Pi BPI-CM6 IO board
 2026-05-22 16:11 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: riscv: spacemit: Add Banana Pi BPI-CM6 compatible

[PATCH 0/8] x86-32 CPU configuration cleanups
 2026-05-22 16:11 UTC  (3+ messages)
` [PATCH 3/8] x86: make TSC usage unconditional

[PATCH 0/3] arm64: dts: monaco-arduino-monza: Add support for LGA WiFi/BT module
 2026-05-22 16:11 UTC  (4+ messages)
` [PATCH 2/3] Bluetooth: hci_qca: Support QCA2066 on M.2 connector via pwrseq

[PATCH 0/9] pinctrl: renesas: rzg2l: Add support for RZ/G3S I3C
 2026-05-22 16:11 UTC  (3+ messages)
` [PATCH 5/9] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Document the missing I3C power source option

[PATCH v2 0/4] Add support for an external command for fetching notes
 2026-05-22 16:09 UTC  (5+ messages)
` [PATCH v2 1/4] notes: convert raw arg in format_display_notes() to bool
` [PATCH v2 2/4] wrapper: add support for timeout and deadline in read helpers
` [PATCH v2 3/4] t3301: cover generic displayed notes behavior
` [PATCH v2 4/4] notes: support an external command to display notes

[PATCH 0/2] iio: adc: ad4080: add support for AD4884
 2026-05-22 16:10 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: ad4080: add AD4884 support

[PATCH 0/6] Fixes to the previously-merged drivers/dax/fsdev series
 2026-05-22 16:10 UTC  (3+ messages)

[PATCH 0/8] riscv: spacemit: k1: add clock reset drivers, switch to upstream DT
 2026-05-22 16:09 UTC  (3+ messages)
` [PATCH 1/8] clk: spacemit: Add support for K1 SoC

[PATCH net-next v4] ptp: ocp: fix resource freeing order
 2026-05-22 16:09 UTC 

[RFC PATCH] cgroup/rstat: convert rstat lock from spinlock to rwlock
 2026-05-22 16:08 UTC  (2+ messages)

[PATCH v2 0/3] remove mmap_action success, error hooks
 2026-05-22 16:07 UTC  (5+ messages)
` [PATCH v2 1/3] drivers/char/mem: eliminate unnecessary use of success_hook
` [PATCH v2 2/3] mm/vma: remove mmap_action->success_hook
` [PATCH v2 3/3] mm/vma: eliminate mmap_action->error_hook, introduce error_filter

[PATCH v4 2/2] cpufreq: qcom: Add cpufreq scaling support for Qualcomm Shikra SoC
 2026-05-22 16:06 UTC  (2+ messages)

[PATCH v7 9/9] clk: eyeq: Add EyeQ7H compatibles
 2026-05-22 16:06 UTC  (2+ messages)

[PATCH v14 0/2] PCI/IOV: Fix SR-IOV locking races and AB-BA deadlock
 2026-05-22 16:05 UTC  (3+ messages)

[PATCH v2 0/4] drm/i915/dp: Sanitize link capability change handling
 2026-05-22 16:05 UTC  (5+ messages)
` [PATCH v2 1/4] drm/i915/dp: Reset link params after a DPRX capability change
` [PATCH v2 2/4] drm/i915/dp: Add helper to set common link params
` [PATCH v2 3/4] drm/i915/dp: Cache max common lane count
` [PATCH v2 4/4] drm/i915/dp: Detect changes in common link parameters

[PATCH] pmdomain: tegra: Add support for multi-socket platforms
 2026-05-22 16:02 UTC 

[PATCH] classes/gtk-icon-cache: fix libdir passed to the postrm intercept
 2026-05-22 16:04 UTC 

[PATCH v2 0/4] PCI: Introduce pci_suspend_retains_context() API
 2026-05-22 16:04 UTC  (2+ messages)

[for-next][PATCH 00/15] tracing: Updates for 7.2
 2026-05-22 16:03 UTC  (5+ messages)
` [for-next][PATCH 10/15] tracing: Allow perf to read synthetic events

[PATCH v3 00/12] gcc: Upgrade GCC to 16.1 release
 2026-05-22 16:01 UTC  (3+ messages)
` [OE-core] "

[PATCH] drm/amdgpu: Fix num_pages calculation in amdgpu_ttm_map_buffer() for non-4K page sizes
 2026-05-22 16:02 UTC  (2+ messages)

[PATCH net v2 1/5] dt-bindings: ethernet: eswin: add optional TXD and RXD delay register offsets
 2026-05-22 16:02 UTC  (7+ messages)
    `  "
        `  "

[PATCH v2 0/2] fixes to DRM doc & parameter's print
 2026-05-22 16:02 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for fixes to DRM doc & parameter's print (rev2)

[PATCH fwctl 0/3] fwctl/bnxt: DMA buffer support for HWRM commands
 2026-05-22 16:01 UTC  (3+ messages)
` [PATCH fwctl 1/3] fwctl: Add driver_data field to fwctl_rpc

[PATCH v2 00/16] iommu: Add live update state preservation
 2026-05-22 16:01 UTC  (5+ messages)
` [PATCH v2 13/16] iommufd: Persist iommu hardware pagetables for live update

[PATCH net-next v4 0/2] Add OVS packet family YNL spec and unicast notification support
 2026-05-22 16:00 UTC  (3+ messages)

[PATCH v6 01/10] soc: bcm2835: Use IS_REACHABLE for function declaration
 2026-05-22 16:00 UTC  (2+ messages)

[PATCH v2 0/4] phy: qcom: qmp-combo fixes + x1-dell-thena DT maintenance
 2026-05-22 15:59 UTC  (5+ messages)
` [PATCH v2 1/4] phy: qcom: qmp-combo: skip USB power_off/exit after device teardown

[PATCH] soc/tegra: pmc: Populate powergate debugfs only when needed
 2026-05-22 15:58 UTC 

[PATCH v2 0/3] tests/kms_color: Add support for background color testing
 2026-05-22 15:56 UTC  (4+ messages)
` [PATCH v2 1/3] drm-uapi: Update drm_mode.h to linux upstream tag v7.1-rc4
` [PATCH v2 2/3] lib/igt_kms: Add support for the BACKGROUND_COLOR property
` [PATCH v2 3/3] tests/kms_color: Add background-color subtest to test "

[PATCH v2 0/4] firmware: qcom: scm: Add minidump SRAM destination support
 2026-05-22 15:58 UTC  (4+ messages)
` [PATCH v2 3/4] firmware: qcom: scm: Add minidump SRAM support

[PATCH i-g-t 1/4] lib/igt_kms: Add support for the BACKGROUND_COLOR property
 2026-05-22 15:57 UTC  (3+ messages)

[PATCH 00/20] Introduce resume for J7xx SoCs
 2026-05-22 15:57 UTC  (4+ messages)
` [PATCH 18/20] board: ti: evm: Store wakeup reason on scratchpad memory

[PATCH v18 07/14] crypto: qce - Cancel work on device detach
 2026-05-22 15:57 UTC  (2+ messages)


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.