All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-28 02:16:44 to 2022-12-28 06:37:58 UTC [more...]

[PATCH v3 0/5] dmaengine: Add support for AM62A SoC DMAs
 2022-12-28  6:37 UTC  (2+ messages)

[PATCH 0/4] virtio-net: don't busy poll for cvq command
 2022-12-28  6:35 UTC  (17+ messages)
` [PATCH 3/4] virtio_ring: introduce a per virtqueue waitqueue
` [PATCH 4/4] virtio-net: sleep instead of busy waiting for cvq command

[RFC PATCH 0/6] Introduce a vringh accessor for IO memory
 2022-12-28  6:36 UTC  (12+ messages)
` [RFC PATCH 2/9] vringh: remove vringh_iov and unite to vringh_kiov
` [RFC PATCH 4/9] vringh: unify the APIs for all accessors

[RESEND PATCH] dt-bindings: dmaengine: qcom: gpi: Add QDU1000/QRU1000 gpi device
 2022-12-28  6:36 UTC  (2+ messages)

kernel panic: Attempted to kill init!
 2022-12-28  6:35 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] DEVELOPERS: drop upx
 2022-12-28  6:32 UTC  (2+ messages)

[PATCH v2] dt-bindings: dma: fsl-mxs-dma: Convert MXS DMA to DT schema
 2022-12-28  6:30 UTC  (3+ messages)

[PATCH v2 0/9] virtio_net: support multi buffer xdp
 2022-12-28  6:30 UTC  (22+ messages)
` [PATCH v2 1/9] virtio_net: disable the hole mechanism for xdp
` [PATCH v2 2/9] virtio_net: set up xdp for multi buffer packets
` [PATCH v2 4/9] virtio_net: build xdp_buff with multi buffers
` [PATCH v2 5/9] virtio_net: construct multi-buffer xdp in mergeable
` [PATCH v2 6/9] virtio_net: transmit the multi-buffer xdp

chrome-platform/for-kernelci cros-ec: 8 runs, 7 regressions (v6.2-rc1-6-gba409cd491c6)
 2022-12-28  6:31 UTC 

[PATCH net v2] net: hns3: refine the handling for VF heartbeat
 2022-12-28  6:27 UTC 

re:Re: [PATCH] target/riscv/cpu.c: Fix elen check
 2022-12-28  6:24 UTC 

[PATCH] Add Supermicro X13DEM BMC machine
 2022-12-28  6:22 UTC 

[PATCH] Add Supermicro X13DEM BMC machine
 2022-12-28  6:20 UTC 

[RFC PATCH v1 00/19] rtw88: Add SDIO support
 2022-12-28  6:21 UTC  (3+ messages)
` [RFC PATCH v1 06/19] rtw88: rtw8821c: Add support for parsing the RTL8821CS (SDIO) efuse

[PATCH v9 0/9] support subsets of code size reduction extension
 2022-12-28  6:20 UTC  (10+ messages)
` [PATCH v9 1/9] target/riscv: add cfg properties for Zc* extension
` [PATCH v9 2/9] target/riscv: add support for Zca extension
` [PATCH v9 3/9] target/riscv: add support for Zcf extension
` [PATCH v9 4/9] target/riscv: add support for Zcd extension
` [PATCH v9 5/9] target/riscv: add support for Zcb extension
` [PATCH v9 6/9] target/riscv: add support for Zcmp extension
` [PATCH v9 7/9] target/riscv: add support for Zcmt extension
` [PATCH v9 8/9] target/riscv: expose properties for Zc* extension
` [PATCH v9 9/9] disas/riscv.c: add disasm support for Zc*

[PATCH v3 0/2] arm64: dts: qcom: sm6125: Enable GPI DMA
 2022-12-28  6:20 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: dma: gpi: Document SM6125 compatible

[PATCH 0/4] worktree: Support `--orphan` when creating new worktrees
 2022-12-28  6:17 UTC  (10+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v3 "
    ` [PATCH v4 0/3] "
      ` [PATCH v5 0/4] "
        ` [PATCH v6 "
          ` [PATCH v6 1/4] worktree add: include -B in usage docs
          ` [PATCH v6 2/4] worktree add: refactor opt exclusion tests
          ` [PATCH v6 3/4] worktree add: add --orphan flag
          ` [PATCH v6 4/4] worktree add: add hint to direct users towards --orphan

[PATCH] dmaengine: tegra210-adma: fix global intr clear
 2022-12-28  6:14 UTC  (2+ messages)

[PATCH] HID: roccat: convert sysfs snprintf to sysfs_emit
 2022-12-28  6:06 UTC 

[Intel-gfx] [PATCH 00/27] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2022-12-28  5:42 UTC  (8+ messages)
` [Intel-gfx] [PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
  `  "
` [Intel-gfx] [PATCH 09/27] drm/i915/gvt: Protect gfn hash table with dedicated mutex
    `  "
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups (rev2)

[RFC PATCH v1 17/19] rtw88: Add support for the SDIO based RTL8822BS chipset
 2022-12-28  6:06 UTC  (2+ messages)

[patch] mm, slab: periodically resched in drain_freelist()
 2022-12-28  6:05 UTC 

[PATCH 1/7] rust: sync: add `Arc` for ref-counted allocations
 2022-12-28  6:03 UTC  (7+ messages)
` [PATCH 2/7] rust: sync: allow type of `self` to be `Arc<T>` or variants
` [PATCH 3/7] rust: sync: allow coercion from `Arc<T>` to `Arc<U>`
` [PATCH 4/7] rust: sync: introduce `ArcBorrow`
` [PATCH 5/7] rust: sync: allow type of `self` to be `ArcBorrow<T>`
` [PATCH 6/7] rust: sync: introduce `UniqueArc`
` [PATCH 7/7] rust: sync: add support for dispatching on Arc and ArcBorrow

[Intel-gfx] [PATCH v4 0/7] Enable HDCP2.x via GSC CS
 2022-12-28  6:04 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4 5/7] drm/i915/hdcp: Fill wired_cmd_in structures at a single place

[PATCH v3] ufs: core: wlun resume SSU(Acitve) fail recovery
 2022-12-28  6:01 UTC 

[igt-dev] [i-g-t v5 00/52] Add IGT support for Bigjoiner
 2022-12-28  5:58 UTC  (3+ messages)
` [igt-dev] [i-g-t v5 28/52] tests/kms_prime: Add "

[PATCH RFC net-next v2 06/12] net: mdio: mdio-bitbang: Separate C22 and C45 transactions
 2022-12-28  5:46 UTC  (3+ messages)

[PATCH] target/riscv/cpu.c: Fix elen check
 2022-12-28  5:46 UTC  (2+ messages)

[PATCH v8 0/9] support subsets of code size reduction extension
 2022-12-28  5:42 UTC  (2+ messages)

[PATCH v12 1/3] platform/chrome: cros_ec_uart: Add cros-ec-uart transport layer
 2022-12-28  5:40 UTC  (3+ messages)

[PATCH v13 1/3] platform/chrome: cros_ec_uart: Add transport layer
 2022-12-28  5:40 UTC  (3+ messages)

[Bug 216855] New: drivers/gpu/drm/nouveau/dispnv50/wndw.c:696:1: warning: conflicting types
 2022-12-28  5:38 UTC  (2+ messages)
` [Bug 216855] "

[PATCH v2 0/5] Nested virtualization fixes for QEMU
 2022-12-28  5:38 UTC  (9+ messages)
` [PATCH v2 2/5] target/riscv: Update VS timer whenever htimedelta changes

[PATCH] mesa-gl: gallium is required when enabling x11
 2022-12-28  5:36 UTC 

chrome-platform/for-kernelci cros-ec: 8 runs, 7 regressions (v6.2-rc1-3-g942956ddbb33c)
 2022-12-28  5:35 UTC  (2+ messages)

[PATCH] xen: define PADDR_BITS for riscv
 2022-12-28  5:20 UTC 

[PATCHv3 linux-next 1/4] dt-bindings: net: rockchip-dwmac: fix rv1126 compatible warning
 2022-12-28  5:28 UTC  (6+ messages)
` [PATCHv3 linux-next 3/4] ARM: dts: rockchip: rv1126: Add GMAC node

[PATCH 1/3] drm/i915: place selftest preparation on a separate function
 2022-12-28  5:26 UTC 

WARNING in __mark_chain_precision
 2022-12-28  5:23 UTC  (4+ messages)

[PATCH] riscv: bypass malloc when spl fit boots from ram
 2022-12-28  5:12 UTC  (5+ messages)

[qcom:drivers-for-6.3 2/3] drivers/soc/qcom/ramp_controller.c:104:15: error: implicit declaration of function 'FIELD_PREP'
 2022-12-28  5:06 UTC 

chrome-platform/for-kernelci build: 5 builds: 0 failed, 5 passed (v6.2-rc1-6-gba409cd491c6)
 2022-12-28  5:03 UTC 

Bug report
 2022-12-28  5:02 UTC  (2+ messages)

[PATCH v2] mm/page_reporting: replace rcu_access_pointer() with rcu_dereference_protected()
 2022-12-28  4:55 UTC  (2+ messages)

[XEN PATCH v1 0/4] Add minimal RISC-V Xen build and build testing
 2022-12-28  4:55 UTC  (7+ messages)
` [XEN PATCH v1 1/4] arch/riscv: initial RISC-V support to build/run minimal Xen
` [XEN PATCH v1 4/4] automation: add RISC-V 64 cross-build tests for Xen

Follow up from the btf_type_tag discussion in the BPF office hours
 2022-12-28  4:49 UTC  (4+ messages)

[Intel-wired-lan] igc: 5.10.146 Kernel BUG at 0xffffffff813ce19f
 2022-12-28  4:45 UTC  (4+ messages)

[bpf-next v3 1/2] bpf: hash map, avoid deadlock with suitable hash mask
 2022-12-28  4:42 UTC  (3+ messages)
` [bpf-next v3 2/2] selftests/bpf: add test case for htab map

[igt-dev] [PATCH i-g-t] tests/kms_multipipe_modeset: Add negative test for multiple display config
 2022-12-28  4:43 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "
` [igt-dev] ✓ Fi.CI.IGT: "

[PATCH v4 0/3] arm64: dts: qcom: sc8280xp: add audio support
 2022-12-28  4:36 UTC  (2+ messages)

[RFC PATCH] arm64: dts: qcom: Use plural _gpios node label for PMIC gpios
 2022-12-28  4:36 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm8150-kumano: Panel framebuffer is 2.5k instead of 4k
 2022-12-28  4:36 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: pmi8950: Correct rev_1250v channel label to mv
 2022-12-28  4:36 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: nvmem: qfprom: add sdm670 compatible
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[RESEND PATCH 1/2] dt-bindings: nfc: nxp,nci: Document NQ310 compatible
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH v2 1/2] ARM: dts: msm8974: castor: Define pm8841 regulators
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] ARM: dts: qcom: msm8974-castor: Fix touchscreen init
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH v6 0/4] arm64: dts: qcom: msm8916-acer-a1-724: Add initial device tree
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH 0/3] Add PM6150L flash LED to Fairphone 4
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: sm7225-fairphone-fp4: Add pmk8350 PMIC
 2022-12-28  4:36 UTC  (2+ messages)

[PATCH v2 1/3] arm64: dts: qcom: msm8996-xiaomi-gemini: use preferred enable-gpios for LP5562 LED
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: sdm845: drop 0x from unit address
 2022-12-28  4:36 UTC  (5+ messages)

[PATCH 1/4] arm64: dts: qcom: sc7180: move QUP and QSPI opp tables out of SoC node
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH] clk: qcom: gcc-sm6115: Use floor_ops for SDCC1/2 core clk
 2022-12-28  4:36 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm6350: Fix up the ramoops node
 2022-12-28  4:36 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: msm8996-tone: Fix USB taking 6 minutes to wake up
 2022-12-28  4:36 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm6115: Add thermal zones
 2022-12-28  4:36 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: qcom: sm8150-kumano: Add GPIO keys
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH 1/2] arm64: dts: qcom: msm8996-tone: Enable SDHCI1
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH 1/5] arm64: dts: qcom: sm6115: Fix UFS node
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH 0/5] MSM8996 eMMC boot fix
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH v3 0/4] arm64: dts: qcom: sc7180: Make pazquel360's touchscreen work
 2022-12-28  4:36 UTC  (4+ messages)
` [PATCH v3 4/4] arm64: dts: qcom: sc7180: Add pazquel360 touschreen

[PATCH] arm64: dts: qcom: sc8280xp-x13s: move 'thermal-zones' node
 2022-12-28  4:36 UTC  (2+ messages)

[PATCH 0/9] Lowercase hexification of arm64/dts/qcom
 2022-12-28  4:36 UTC  (2+ messages)

[PATCH v2 1/1] arm64: dts: msm8992-bullhead: add memory hole region
 2022-12-28  4:36 UTC  (2+ messages)
` (subset) "

[PATCH 00/12] hw/riscv: Improve Spike HTIF emulation fidelity
 2022-12-28  4:35 UTC  (22+ messages)
` [PATCH 01/12] hw/char: riscv_htif: Avoid using magic numbers
` [PATCH 02/12] hw/char: riscv_htif: Drop {to, from}host_size in HTIFState
` [PATCH 03/12] hw/char: riscv_htif: Drop useless assignment of memory region
` [PATCH 04/12] hw/char: riscv_htif: Use conventional 's' for HTIFState
` [PATCH 05/12] hw/char: riscv_htif: Move registers from CPUArchState to HTIFState
` [PATCH 06/12] hw/char: riscv_htif: Remove forward declarations for non-existent variables
` [PATCH 07/12] hw/char: riscv_htif: Support console output via proxy syscall
` [PATCH 08/12] hw/riscv: spike: Remove the out-of-date comments
` [PATCH 11/12] hw/riscv/boot.c: Introduce riscv_find_firmware()

[PATCH v4 00/16] Qcom: LLCC/EDAC: Fix base address used for LLCC banks
 2022-12-28  4:31 UTC  (4+ messages)
` [PATCH v4 15/16] qcom: llcc/edac: Fix the base address used for accessing "

Please apply to v5.15 stable: 96017bf90397 ("rcu-tasks: Simplify trc_read_check_handler() atomic operations")
 2022-12-28  4:30 UTC  (2+ messages)

[PATCH] scsi: libsas: Add missing check for dma_map_single
 2022-12-28  4:24 UTC 

[PATCH 1/3] dt-bindings: display/msm: Add SM8150 MDSS & DPU
 2022-12-28  4:16 UTC  (7+ messages)
` [PATCH 2/3] arm64: dts: qcom: sm8150: Add DISPCC node
` [PATCH 3/3] arm64: dts: qcom: sm8150: Wire up MDSS

[igt-dev] [i-g-t v5 05/52] tests/kms_atomic_interruptible: Add support for Bigjoiner
 2022-12-28  4:10 UTC  (2+ messages)
` [igt-dev] [i-g-t v5 39/52] tests/i915/kms_busy: "

[PATCH] mesa-gl: allow mesa (gbm) to compile without backend
 2022-12-28  4:05 UTC 

[PATCH] brtfs: use PAGE_ALIGNED macro
 2022-12-28  4:04 UTC 

[PATCH] clocksource/drivers/riscv: Increase the clock source rating
 2022-12-28  3:58 UTC  (3+ messages)

[RFC PATCH] locking/barriers: Introduce smp_cond_load_mask_relaxed & acquire
 2022-12-28  3:56 UTC  (2+ messages)

[PATCH v2] mfd: axp20x: fix order of pek rise and fall events
 2022-12-28  3:56 UTC  (2+ messages)

[meta-virtualization][master][langdale][kirkstone][PATCH] openvswitch: backport patch to fix CVE-2022-4337 and CVE-2022-4338
 2022-12-28  3:56 UTC 

[PATCH] mailbox: mailbox-test: fix potential use-after-free issues
 2022-12-28  3:46 UTC 

Linux 6.2-rc1
 2022-12-28  3:40 UTC  (8+ messages)

[igt-dev] [PATCH i-g-t] tests/i915/i915_pm_backlight: Add new subtest to validate dual panel backlight
 2022-12-28  3:39 UTC  (4+ messages)
  ` [igt-dev] [PATCH i-g-t, v5, 05/52] tests/kms_atomic_interruptible: Add support for Bigjoiner
    ` [igt-dev] [i-g-t v5 06/52] tests/kms_atomic_transition: "

[PATCH v3 0/9] Linear Address Masking (LAM) KVM Enabling
 2022-12-28  3:37 UTC  (3+ messages)
` [PATCH v3 1/9] KVM: x86: Rename cr4_reserved/rsvd_* variables to be more readable

drivers/media/i2c/tc358746.c:766 tc358746_enum_mbus_code() warn: passing a valid pointer to 'PTR_ERR'
 2022-12-28  3:35 UTC 

[BUG] fatal: transport 'file' not allowed during submodule add
 2022-12-28  3:34 UTC  (2+ messages)

[PATCH] scsi: qla2xxx: Add missing check for dma_map_single
 2022-12-28  3:33 UTC 

[PATCH RFC net-next v2 00/12] net: mdio: Start separating C22 and C45
 2022-12-28  3:31 UTC  (4+ messages)
` [PATCH RFC net-next v2 09/12] net: ethernet: freescale: fec: Separate C22 and C45 transactions for xgmac

[PATCH v3 0/2] tty: Allow TIOCSTI to be disabled
 2022-12-28  3:32 UTC  (4+ messages)
` [PATCH v3 2/2] "

[PATCH] target/i386/hax: Add XCR0 support
 2022-12-28  3:28 UTC  (6+ messages)

[PATCH 0/6] blktests: char device tests with iouring-cmd fio
 2022-12-28  3:25 UTC  (2+ messages)

[android-common:android13-5.15-2022-10 3/4] drivers/gpu/drm/meson/meson_viu.c:480:45: warning: implicit conversion from 'unsigned long' to 'u32' (aka 'unsigned int') changes value from 18446744071814774785 to 2400190465
 2022-12-28  3:25 UTC 

[PATCH -next v3 0/1] drivers: base: cacheinfo: fix shared_cpu_map
 2022-12-28  3:24 UTC  (2+ messages)
` [PATCH -next v3] "

[PATCH v2 0/9] Add Ethernet driver for StarFive JH7110 SoC
 2022-12-28  3:23 UTC  (7+ messages)
` [PATCH v2 5/9] dt-bindings: net: motorcomm: add support for Motorcomm YT8531

[PATCH v5 0/6] AX45MP: Add support to non-coherent DMA
 2022-12-28  3:16 UTC  (4+ messages)
` [PATCH v5 6/6] soc: renesas: Add L2 cache management for RZ/Five SoC

[LTP] [PATCH 0/13][PART 4] Hugetlb:Migrating the libhugetlbfs tests
 2022-12-28  3:15 UTC  (3+ messages)
` [LTP] [PATCH 12/13] Hugetlb: Migrating libhugetlbfs shm-fork

[PATCH] hw/loongarch/virt: rename PCH_PIC_IRQ_OFFSET with VIRT_GSI_BASE
 2022-12-28  3:07 UTC 

[PATCH v5 1/4] x86: return modified setup_data only if read as memory, not as file
 2022-12-28  3:07 UTC  (10+ messages)
` [PATCH v5 4/4] x86: re-enable rng seeding via SetupData

[PATCH -next] evm: Use __vfs_setxattr() to update security.evm
 2022-12-28  3:02 UTC 

[PATCH] treewide: Replace TRUE/FALSE with true/false
 2022-12-28  2:58 UTC  (2+ messages)

fs/btrfs/send.c:8327 btrfs_ioctl_send() warn: Function too hairy. No more merges
 2022-12-28  2:54 UTC 

[PATCH v2 0/7] UVC Gadget: Extend color matching support
 2022-12-28  2:50 UTC  (9+ messages)
` [PATCH v2 3/7] usb: gadget: uvc: Add struct for color matching in configs
` [PATCH v2 4/7] usb: gadget: uvc: Copy color matching descriptor for each frame
` [PATCH v2 6/7] usb: gadget: uvc: Make color matching attributes read/write
` [PATCH v2 7/7] usb: gadget: uvc: Allow creating new color matching descriptors

stable-rc/queue/4.9 baseline: 81 runs, 6 regressions (v4.9.336-215-g716146a6c66f)
 2022-12-28  2:46 UTC 

stable-rc/queue/4.14 baseline: 95 runs, 13 regressions (v4.14.302-258-geb33188e0b9e9)
 2022-12-28  2:45 UTC 

[PATCH v2 1/5] dt-bindings: net: ipq4019-mdio: document IPQ6018 compatible
 2022-12-28  2:41 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: msm8916-samsung-grandmax: Add properties function and color for keyled
 2022-12-28  2:41 UTC  (2+ messages)

[PATCH v5 0/2] arm: qcom: mdm9615: second round of bindings and DT fixes
 2022-12-28  2:41 UTC  (2+ messages)
` (subset) "

[PATCH] ARM: dts: qcom: sdx55-mtp: add MPSS remoteproc memory-region
 2022-12-28  2:41 UTC  (2+ messages)

[PATCH v4 0/2] Qualcomm Ramp Controller and MSM8976 config
 2022-12-28  2:41 UTC  (2+ messages)

[PATCH 0/2] SM8350 Sagami PMIC lane names & SLG51000
 2022-12-28  2:41 UTC  (2+ messages)

[RFC PATCH 00/43] Add LoongArch LSX instructions
 2022-12-28  2:34 UTC  (4+ messages)
` [RFC PATCH 01/43] target/loongarch: Add vector data type vec_t

[android-common:android13-5.15-2022-06 11182/11257] include/../kernel/cgroup/cgroup-internal.h:79:24: error: field has incomplete type 'struct css_task_iter'
 2022-12-28  2:24 UTC 

[ammarfaizi2-block:google/android/kernel/common/android13-5.10 5708/9999] WARNING: modpost: vmlinux.o(.text.unlikely+0x12bf3): Section mismatch in reference from the function idle_init() to the function .init.text:fork_idle()
 2022-12-28  2:24 UTC 

lib/maple_tree.c:1882:21: warning: Array index 'split' is used before limits check. [arrayIndexThenCheck]
 2022-12-28  2:24 UTC 

[PATCH v6 0/4] generic/starfive: Enable Starfive JH7110 platform preferred cold boot HART implementation
 2022-12-28  2:22 UTC  (3+ messages)
` [PATCH v6 4/4] generic/starfive: Add Starfive JH7110 platform implementation

[PATCH] PCI: vmd: Do not disable MSI-X remapping in VMD 28C0 controller
 2022-12-28  2:19 UTC  (6+ messages)

[PATCH] perf_event_open.2: Update recent changes
 2022-12-28  2:16 UTC 

[PATCH v6 0/2] do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer
 2022-12-28  2:16 UTC  (5+ messages)
` [PATCH v6 1/2] drm/msm/dp: "
` [PATCH v6 2/2] drm/msm/dp: enhance dp controller isr


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.