All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-21 12:52:48 to 2024-10-21 13:38:49 UTC [more...]

[PATCH] soc: qcom: smem: Fix up kerneldoc
 2024-10-21 13:38 UTC  (2+ messages)

[PATCH v4 00/10] Add CPU-type to topology
 2024-10-21 13:38 UTC  (5+ messages)
` [PATCH v4 02/10] x86/cpu/topology: Add CPU type to struct cpuinfo_topology

fix recovery of allocator ops after a growfs
 2024-10-21 13:38 UTC  (10+ messages)
` [PATCH 6/7] xfs: don't update file system geometry through transaction deltas

[v3] drm/i915/dp: Add FEC Enable Retry mechanism
 2024-10-21 13:38 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for drm/i915/dp: Add FEC Enable Retry mechanism (rev3)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

Add my key
 2024-10-21 13:38 UTC  (4+ messages)

[PATCH v2] drm/fbdev: fix drm_fb_helper_deferred_io() build failure
 2024-10-21 13:37 UTC 

[syzbot] [usb?] INFO: task hung in usb_port_suspend
 2024-10-21 13:37 UTC  (3+ messages)

[PATCH 00/16] Add support for 3 VDSC engines 12 slices
 2024-10-21 13:37 UTC  (7+ messages)
` ✓ CI.Hooks: success for Add support for 3 VDSC engines 12 slices (rev4)
` ✗ CI.checksparse: warning "
` ✗ Fi.CI.CHECKPATCH: "
` ✗ Fi.CI.SPARSE: "
` ✓ CI.BAT: success "
` ✓ Fi.CI.BAT: "

[PATCH v3 0/5] platform/x86: intel_scu_ipc: Avoid working around IO and cleanups
 2024-10-21 13:34 UTC  (6+ messages)
` [PATCH v3 1/5] platform/x86: intel_scu_ipc: Unify the flow in pwr_reg_rdwr()
` [PATCH v3 2/5] platform/x86: intel_scu_ipc: Replace workaround by 32-bit IO
` [PATCH v3 3/5] platform/x86: intel_scu_ipc: Simplify code with cleanup helpers
` [PATCH v3 4/5] platform/x86: intel_scu_ipc: Convert to check for errors first
` [PATCH v3 5/5] platform/x86: intel_scu_ipc: Save a copy of the entire struct intel_scu_ipc_data

[PATCH 0/3] block: make blk_create_device() static
 2024-10-21 13:35 UTC  (5+ messages)
` [PATCH 1/3] rockchip: block: simplify rkmtd driver

[Buildroot] [PATCH v7 0/3] Adds support for TrustedFirmware-M
 2024-10-21 13:26 UTC 

[PATCH] drm: xlnx: zynqmp_dpsub: also call drm_helper_hpd_irq_event
 2024-10-21 13:19 UTC  (7+ messages)

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-21 13:22 UTC  (6+ messages)

[PATCH v5 0/9] add ref content check for files backend
 2024-10-21 13:35 UTC  (11+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/9] ref: initialize "fsck_ref_report" with zero
  ` [PATCH v6 2/9] ref: check the full refname instead of basename
  ` [PATCH v6 3/9] ref: initialize target name outside of check functions
  ` [PATCH v6 4/9] ref: support multiple worktrees check for refs
  ` [PATCH v6 5/9] ref: port git-fsck(1) regular refs check for files backend
  ` [PATCH v6 6/9] ref: add more strict checks for regular refs
  ` [PATCH v6 7/9] ref: add basic symref content check for files backend
  ` [PATCH v6 8/9] ref: check whether the target of the symref is a ref
  ` [PATCH v6 9/9] ref: add symlink ref content check for files backend

[PATCH v10 0/4] Replace fallback for IO memcpy and IO memset
 2024-10-21 13:31 UTC  (5+ messages)
` [PATCH v10 1/4] "
` [PATCH v10 2/4] arm64: Use new fallback IO memcpy/memset
` [PATCH v10 3/4] csky: "
` [PATCH v10 4/4] loongarch: "

[RFC PATCH v3 0/4] Support large folios for tmpfs
 2024-10-21 13:34 UTC  (7+ messages)

[PATCH bpf-next 0/5] Optimize bpf_csum_diff() and homogenize for all archs
 2024-10-21 13:14 UTC  (6+ messages)
` [PATCH bpf-next 3/5] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier

[PATCH v2] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Fix X1E80100 resets entries
 2024-10-21 13:28 UTC  (3+ messages)

[PATCH 0/2] printk: Add loud_console printk flag to not suppress sysrq header msgs
 2024-10-21 13:33 UTC  (6+ messages)
` [PATCH 1/2] printk: Introduce LOUD_CON flag

[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in bch2_alloc_to_text
 2024-10-21 13:33 UTC  (2+ messages)
` [syzbot] bcachefs: add check on type to mitigate shift-out-bounds

[syzbot] [net?] KASAN: slab-use-after-free Read in __ethtool_get_link_ksettings
 2024-10-21 13:32 UTC 

[PATCH v2 0/4] qemu-ga: Fix some potential issues find by coverity
 2024-10-21 13:28 UTC  (10+ messages)
` [PATCH v2 1/4] sscanf return values are checked to ensure correct parsing
` [PATCH v2 2/4] Proper initialization of n to 0 for getline to function correctly
` [PATCH v2 3/4] Avoiding freeing line prematurely. It's now only freed at the end of the function
` [PATCH v2 4/4] For correcting code style: Variable declarations moved to the beginning of blocks Followed the coding style of using snake_case for variable names. And merged redundant route and networkroute variables
` [PATCH v3 0/4] qemu-ga: Modify commits message and make some minor code update
` [PATCH v3 1/4] qemu-ga: 'Null' check for mandatory parameters
` [PATCH v3 2/4] qemu-ga: Initialize correctly so getline works properly
` [PATCH v3 3/4] qemu-ga: Avoiding freeing line prematurely
` [PATCH v3 4/4] qemu-ga: For correcting code style

[PATCH 0/5] Improve arm64 pkeys handling in signal delivery
 2024-10-21 13:31 UTC  (8+ messages)
` [PATCH 1/5] arm64: signal: Remove unused macro
` [PATCH 2/5] arm64: signal: Remove unnecessary check when saving POE state

[PATCH] drm/atomic_helper: Add missing NULL check for drm_plane_helper_funcs.atomic_update
 2024-10-21 13:30 UTC  (5+ messages)

Unable to handle kernel paging request at virtual address ffffffc08058e000
 2024-10-21 13:29 UTC  (5+ messages)

[PATCH v2 0/5] implement lightweight guard pages
 2024-10-21 13:27 UTC  (3+ messages)
` [PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs

[PATCH 0/4] riscv: sophgo: Add ethernet support for SG2044
 2024-10-21 13:27 UTC  (5+ messages)
` [PATCH 4/4] net: stmmac: Add glue layer for Sophgo SG2044 SoC

[Buildroot] [PATCH v7 0/3] Adds support for TrustedFirmware-M
 2024-10-21 13:26 UTC  (4+ messages)
` [Buildroot] [PATCH v7 1/3] package/python-intelhex: Add support for host package
` [Buildroot] [PATCH v7 2/3] package/python-click: "
` [Buildroot] [PATCH v7 3/3] boot: Add support for TrustedFirmware-M package

[i-g-t, v3, 0/2] tests/xe: Add tests to validate GT coarse power gating status and toggle coarse power gating states
 2024-10-21 13:26 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for tests/xe: Add tests to validate GT coarse power gating status and toggle coarse power gating states (rev5)

[PATCH] tools/kvm_stat: fix termination behavior when not on a terminal
 2024-10-21 13:26 UTC  (2+ messages)

[PATCH 0/6] MediaTek MT6735+MT6328 SoC/PMIC pair base support
 2024-10-21 13:25 UTC  (13+ messages)
` [PATCH 1/6] dt-bindings: mediatek: pwrap: Add MT6735 compatible
` [PATCH 2/6] dt-bindings: mfd: mediatek: mt6397: Add bindings for MT6328
` [PATCH 3/6] soc: mediatek: pwrap: Add support for MT6735 and MT6328 SoC/PMIC pair
` [PATCH 4/6] mfd: mt6397: Add initial support for MT6328
` [PATCH 5/6] regulator: Add driver for MediaTek MT6328 PMIC regulators
` [PATCH 6/6] Input: mtk-pmic-keys - Add support for MT6328

[PATCH RFC 0/4] ad7380: add adaq4370-4 and adaq4380-4 support
 2024-10-21 13:25 UTC  (4+ messages)
` [PATCH RFC 1/4] dt-bindings: iio: adc: ad7380: add adaq4370-4 and adaq4380-4 compatible parts

[PATCH bpf-next 0/2] security.bpf xattr name prefix
 2024-10-21 13:24 UTC  (10+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Extend test fs_kfuncs to cover security.bpf xattr names

[PATCH 1/3] fpga: Add Efinix Trion & Titanium serial SPI programming driver
 2024-10-21 13:23 UTC  (6+ messages)

[REGRESSION] 9pfs issues on 6.12-rc1
 2024-10-21 13:23 UTC  (6+ messages)

9pfs regression since 6.12-rc1
 2024-10-21 13:22 UTC  (2+ messages)

[PATCH v2] block/file-posix: optimize append write
 2024-10-21 13:21 UTC  (3+ messages)

[PATCH v3 0/5] btrfs: encoded reads via io_uring
 2024-10-21 13:21 UTC  (3+ messages)
` [PATCH 2/5] btrfs: change btrfs_encoded_read_regular_fill_pages to take a callback

[PATCH v3 0/1] virtio-media: Add device specification
 2024-10-21 13:21 UTC  (4+ messages)
` [PATCH v3 1/1] virtio-media: Add virtio media "

[PATCH v2] acl: Annotate struct posix_acl with __counted_by()
 2024-10-21 13:20 UTC  (2+ messages)

[patch V5 00/26] posix-timers: Cure the SIG_IGN mess
 2024-10-21 13:19 UTC  (3+ messages)
` [patch V5 07/26] posix-timers: Add proper state tracking

[PATCH v2] drm/panthor: Fix firmware initialization on systems with a page size > 4k
 2024-10-21 13:19 UTC  (7+ messages)

[PATCH v2] xhci: Fix Link TRB DMA in command ring stopped completion event
 2024-10-21 13:19 UTC 

[PULL 00/21] Test updates (tuxrun tests, new QTest maintainer, ...)
 2024-10-21 13:18 UTC  (3+ messages)

[PATCH v5 4/5] perf test: Add hwmon "PMU" test
 2024-10-21 13:17 UTC  (2+ messages)

[PATCH v5] rust: add global lock support
 2024-10-21 13:17 UTC 

[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
 2024-10-21 13:17 UTC  (14+ messages)

[RESENT PATCH v3 0/5] Add multiple FFU modes in mmc-utils based on eMMC specification 6.6.18 for flexible firmware updates
 2024-10-21 13:12 UTC  (8+ messages)
` [RESENT PATCH v3 1/5] mmc-utils: Refactor common FFU code into functions to support additional FFU modes

[PATCH] cpufreq/amd-pstate-ut: Add fix for min freq unit test
 2024-10-21 13:15 UTC  (2+ messages)

[PATCH] drm/i915/xe2lpd: Update C20 HDMI TMDS algorithm to include tx_misc
 2024-10-21 13:15 UTC  (4+ messages)

[PATCH v2 00/11] clk: qcom: add support for clock controllers on the SAR2130P platform
 2024-10-21 13:14 UTC  (3+ messages)

[PATCH] wifi: mac80211: remove misleading j_0 construction parts
 2024-10-21 13:14 UTC 

[PATCH 0/2] soc: qcom: llcc: add support for SAR2130P and SAR1130P platforms
 2024-10-21 13:13 UTC  (4+ messages)
` [PATCH 2/2] soc: qcom: llcc: add support for SAR2130P and SAR1130P

[meta-networking][scarthgap][PATCH] unbound: Add ptest for unbound
 2024-10-21 13:11 UTC  (2+ messages)

[PATCH v4] btrfs: try to search for data csums in commit root
 2024-10-21 13:11 UTC  (2+ messages)

[PATCH v5 0/8] Add iio backend compatibility for ad7606
 2024-10-21 13:10 UTC  (3+ messages)

[RFC 00/13] vfio: introduce vfio-cxl to support CXL type-2 accelerator passthrough
 2024-10-21 13:10 UTC  (3+ messages)

[net-next RFC PATCH 0/4] net: dsa: Add Airoha AN8855 support
 2024-10-21 13:01 UTC  (4+ messages)
` [net-next RFC PATCH 1/4] net: mdio: implement mdio_mutex_nested guard() variant
` [net-next RFC PATCH 3/4] net: dsa: Add Airoha AN8855 5-Port Gigabit DSA Switch driver
` [net-next RFC PATCH 4/4] net: phy: Add Airoha AN8855 Internal Switch Gigabit PHY

[PATCH] iommu/sysfs: constify the class struct
 2024-10-21 13:08 UTC  (2+ messages)

[PATCH 0/5] drm: misc: few simple cleanups
 2024-10-21 12:59 UTC  (2+ messages)
` (subset) "

[PATCH 0/8] Refactor the common parts to the HiSilicon Uncore PMU core and cleanups
 2024-10-21 12:54 UTC  (10+ messages)
` [PATCH 2/8] drivers/perf: hisi: Improve the detection of associated CPUs
` [PATCH 3/8] drivers/perf: hisi: Extract topology information to a separate structure
` [PATCH 5/8] drivers/perf: hisi: Refactor the attributes creation

[PATCH] drm/bridge: tc358767: fix missing of_node_put() in for_each_endpoint_of_node()
 2024-10-21 13:08 UTC  (2+ messages)

[PATCH v2] drm/bridge: Fix assignment of the of_node of the parent to aux bridge
 2024-10-21 13:08 UTC  (2+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_dev_btree_bitmap_mark
 2024-10-21 13:07 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_journal_key_insert_take
 2024-10-21 13:07 UTC 

Patch "drm/radeon: Fix encoder->possible_clones" has been added to the 5.10-stable tree
 2024-10-21  7:33 UTC 

Patch "drm/radeon: Fix encoder->possible_clones" has been added to the 5.15-stable tree
 2024-10-21  7:33 UTC 

Patch "drm/radeon: Fix encoder->possible_clones" has been added to the 6.6-stable tree
 2024-10-21  7:40 UTC 

[PATCH 5.10 00/52] 5.10.228-rc1 review
 2024-10-21 10:25 UTC  (2+ messages)
` [PATCH 5.10 24/52] drm/radeon: Fix encoder->possible_clones

[PATCH 6.6 000/124] 6.6.58-rc1 review
 2024-10-21 10:24 UTC  (2+ messages)
` [PATCH 6.6 066/124] drm/radeon: Fix encoder->possible_clones

[PATCH 5.15 00/82] 5.15.169-rc1 review
 2024-10-21 10:25 UTC  (2+ messages)
` [PATCH 5.15 49/82] drm/radeon: Fix encoder->possible_clones

Patch "drm/radeon: Fix encoder->possible_clones" has been added to the 6.1-stable tree
 2024-10-21  7:40 UTC 

[PATCH 6.11 000/135] 6.11.5-rc1 review
 2024-10-21 10:23 UTC  (2+ messages)
` [PATCH 6.11 059/135] drm/radeon: Fix encoder->possible_clones

[PATCH 6.1 00/91] 6.1.114-rc1 review
 2024-10-21 10:25 UTC  (2+ messages)
` [PATCH 6.1 51/91] drm/radeon: Fix encoder->possible_clones

[PATCH 1/2] drm/sched: memset() 'job' in drm_sched_job_init()
 2024-10-21 13:05 UTC  (2+ messages)

[nf-next PATCH v5 00/18] Dynamic hook interface binding
 2024-10-21 13:05 UTC  (2+ messages)

[PATCH 0/2] amd-pstate: Make amd-pstate the default driver on server platforms
 2024-10-21 13:05 UTC  (2+ messages)

[PATCH v13 0/3] drm/mediatek: Add support for OF graphs
 2024-10-21 12:51 UTC  (2+ messages)

[PATCH v3] platform/x86/hp: Avoid spurious wakeup on HP ProOne 440
 2024-10-21 13:04 UTC  (4+ messages)

[kvm-unit-tests PATCH v4 0/6] s390x: STFLE nested interpretation
 2024-10-21 13:04 UTC  (7+ messages)
` [kvm-unit-tests PATCH v4 4/6] s390x: Add library functions for exiting from snippet

[PATCH 00/12] drm/i915/xe3lpd: ptl display patches
 2024-10-21 13:03 UTC  (4+ messages)
` [PATCH 12/12] drm/i915/xe3lpd: Power request asserting/deasserting

[PATCH] phy: tegra: xusb: Add error pointer check in xusb.c
 2024-10-21 12:50 UTC  (2+ messages)

[PATCH 00/13] rust: miscellaneous cleanups + QOM integration tests
 2024-10-21 13:02 UTC  (6+ messages)
` [PATCH 08/13] rust: build integration test for the qemu_api crate

[PATCH v2 00/25] led: Remove old status-LED code
 2024-10-21 12:53 UTC  (3+ messages)
` [PATCH v2 18/25] igep00x0: Drop unused status_led.h header file

[PATCH v2] ASoC: soc-utils: Remove PAGE_SIZE compile-time constant assumption
 2024-10-21 13:03 UTC 

[PATCH 1/2] fdt: Correct condition for receiving bloblist
 2024-10-21 11:42 UTC  (2+ messages)
` [PATCH 2/2] fdt: Swap the signature for board_fdt_blob_setup()

[PATCH v4 0/3] Fix KASAN crash when using KASAN_VMALLOC
 2024-10-21 13:03 UTC  (4+ messages)
` [PATCH v4 1/3] ARM: ioremap: Sync PGDs for VMALLOC shadow
` [PATCH v4 2/3] ARM: entry: Do a dummy read from VMAP shadow
` [PATCH v4 3/3] mm: Pair atomic_set_release() with _read_acquire()

[PATCH 0/6] iio: adc: ad7606: add support for AD760{7,8,9} parts
 2024-10-21 13:02 UTC  (7+ messages)
` [PATCH 1/6] iio: adc: ad7606: fix/persist oversampling_ratio setting
` [PATCH 2/6] iio: adc: ad7606: fix issue/quirk with find_closest() for oversampling
` [PATCH 3/6] iio: adc: ad7606: use realbits for sign-extending in scan_direct
` [PATCH 4/6] iio: adc: ad7606: rework scale-available to be static
` [PATCH 5/6] dt-bindings: iio: adc: adi,ad7606: document AD760{7,8,9} parts
` [PATCH 6/6] iio: adc: ad7606: add support for "

[PATCH] WIP: binman: expand test coverage to nxpimx8mcst
 2024-10-21  7:37 UTC  (3+ messages)
` [PATCH v3 1/2] binman: nxp_imx8mcst: read certificates from input path
  ` [PATCH v3 2/2] binman: expand test coverage to nxp_imx8mcst

[PATCH v2 2/2] binman: expand test coverage to nxp_imx8mcst
 2024-10-21  7:37 UTC  (2+ messages)

ll_entry_count returns 0 even though the linker list has 5 entries
 2024-10-21  6:56 UTC  (6+ messages)

[PATCH v5 0/3] Add DeepComputing FML13V01 board dts
 2024-10-21 12:47 UTC  (5+ messages)
` [PATCH v5 3/3] riscv: dts: starfive: add DeepComputing FML13V01 board device tree

[PATCH v2 0/2] usb: typec: qcom-pmic-typec: fix missing fwnode removal in error path
 2024-10-21 13:01 UTC  (5+ messages)
` [PATCH v2 1/2] usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodes
` [PATCH v2 2/2] usb: typec: qcom-pmic-typec: fix missing fwnode removal in error path

[PATCH] usb: core: adds support for PM control of specific USB dev skip suspend
 2024-10-21 13:01 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: rockchip: Add FriendlyARM NanoPi R3S
 2024-10-21 11:47 UTC  (2+ messages)

[PATCH v2] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large
 2024-10-21 13:00 UTC 

[PATCH 5.10 0/1] Fix lockup when splicing 0-length buffers
 2024-10-21 12:59 UTC  (2+ messages)
` [PATCH 5.10 1/1] splice: don't generate zero-len segement bvecs

[PATCH i-g-t 0/2] xe_find_engine_by_class helper
 2024-10-21 12:59 UTC  (3+ messages)
` [PATCH i-g-t 1/2] lib/xe/xe_query: "

[PATCH v1 00/16] Fix write incorrect data into flash in user mode
 2024-10-21 12:58 UTC  (5+ messages)
` [PATCH v1 15/16] test/qtest/aspeed_smc-test: Support write page command with QPI mode
  ` [SPAM] "
` [PATCH v1 16/16] test/qtest/ast2700-smc-test: Support to test AST2700
  ` [SPAM] "

[PATCH v7 0/9] tmpfs: Add case-insensitive support for tmpfs
 2024-10-21 12:59 UTC  (3+ messages)
` [PATCH v7 6/9] tmpfs: Add casefold lookup support

[PATCH] drm/bridge: ite-it66121: Drop hdmi_avi_infoframe_init() function call
 2024-10-21 12:59 UTC  (2+ messages)

ath10k/QCA6174 performance hit with multicast frame registration
 2024-10-21 12:44 UTC 

[PATCH v3 0/2] Introduce bus-width property for input bus format
 2024-10-21 12:59 UTC  (2+ messages)

[PATCH] CodingGuidelines: discourage arbitrary suffixes in function names
 2024-10-21 12:59 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: display: bridge: tc358768: switch to bus-width
 2024-10-21 12:59 UTC  (2+ messages)

[PATCH -next 0/3] drm: Enable module autoloading
 2024-10-21 12:59 UTC  (2+ messages)
` (subset) "

[PATCH] tcg-plugins: add a hook for interrupts, exceptions and traps
 2024-10-21 12:58 UTC  (4+ messages)
` [RFC PATCH v2 0/7] tcg-plugins: add hooks "
  ` [RFC PATCH v2 4/7] target/arm: call plugin trap callbacks

REJECTED: CVE-2024-47722: xen: use correct end address of kernel for conflict checking
 2024-10-21 12:58 UTC 

CVE-2024-47722: xen: use correct end address of kernel for conflict checking
 2024-10-21 12:58 UTC  (3+ messages)

[PATCH] .gitlab-ci.d/cirrus: Remove the macos-15 job
 2024-10-21 12:56 UTC  (2+ messages)

[PATCH v3 00/11] Add PCIe support for bcm2712
 2024-10-21 12:56 UTC  (5+ messages)
` [PATCH v3 09/11] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk

Patchwork housekeeping for: spi-devel-general
 2024-10-21 12:56 UTC 

[PATCH v5 0/5] iio: fix possible race condition during access of available info lists
 2024-10-21 12:54 UTC  (6+ messages)
` [PATCH v5 1/5] iio: core: add read_avail_release_resource callback to fix race
` [PATCH v5 2/5] iio: consumers: copy/release available info from producer "
` [PATCH v5 3/5] iio: pac1921: use read_avail+release APIs instead of custom ext_info
` [PATCH v5 4/5] iio: ad7192: copy/release available filter frequencies to fix race
` [PATCH v5 5/5] iio: as73211: copy/release available integration times "

exports(5), documenting refer=
 2024-10-21 12:56 UTC  (2+ messages)

[PATCH] usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()
 2024-10-21 12:55 UTC  (2+ messages)

[PATCH v2 1/3] arm64: dts: qcom: x1e80100: enable OTG on USB-C controllers
 2024-10-21 12:54 UTC  (3+ messages)
` [PATCH v2 2/3] arm64: dts: qcom: x1e80100-crd: enable otg on usb ports

graph: make the in-built nodes better reusable
 2024-10-21 12:53 UTC 

[PATCH v1 1/1] dma/cnxk: support dma queue priority configuration
 2024-10-21 12:52 UTC  (2+ messages)
` [PATCH v2 "


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.