All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 05:29:50 to 2026-05-20 06:37:09 UTC [more...]

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-20  6:37 UTC  (4+ messages)
` [PATCH v1 1/4] iommu: Move Hyper-V IOMMU driver to its own subdirectory

[PATCH v5 0/2] target/riscv: Fix PMP address alignment
 2026-05-20  6:36 UTC  (3+ messages)
` [PATCH v5 1/2] target/riscv: Align pmp size to pmp-granularity
` [PATCH v5 2/2] target/riscv: Improve PMP address alignment readability

[meta-ti][master][PATCH] CI/CD Auto-Merger: cicd.master.202605192200
 2026-05-20  6:36 UTC  (2+ messages)

[PATCH v11 0/6] xen/arm: scmi: introduce SCI SCMI SMC multi-agent support
 2026-05-20  6:36 UTC  (3+ messages)

[syzbot] [block?] general protection fault in lo_rw_aio
 2026-05-20  6:36 UTC  (11+ messages)
  ` [PATCH] loop: Fix NULL pointer dereference by synchronizing lo_release and loop_queue_rq
          ` [PATCH v2] "

[PATCH] erofs: fix metabuf leak in shared xattr initialization
 2026-05-20  6:36 UTC  (3+ messages)
` [PATCH v2] erofs: fix metabuf leak in inode "

[PATCH] media: rtl2832_sdr: release URBs and stream buffers on start_streaming() failure
 2026-05-20  6:34 UTC  (2+ messages)

[PATCH V2] arm64/mm: Rename ptdesc_t
 2026-05-20  6:34 UTC 

[PATCH master v3 0/2] Fix speculative access to firewalled regions on AM62 SoCs
 2026-05-20  6:33 UTC  (3+ messages)
` [PATCH master v3 2/2] mach-k3: enable mmu after reserved memory is unmapped

[PATCH v2] sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RT
 2026-05-20  6:33 UTC  (3+ messages)

[PATCH v2 0/4] buildsys: Stop checking for ESA/390 host
 2026-05-20  6:33 UTC  (5+ messages)
` [PATCH v2 1/4] MAINTAINERS: Fix s390x storage key/attribute device paths
` [PATCH v2 2/4] MAINTAINERS: Fix tcg/s390x/ path

[PATCH net-next 0/2] pcnet32: switch to napi_alloc_skb() and napi_gro_receive()
 2026-05-20  6:33 UTC  (3+ messages)
` [PATCH net-next 1/2] pcnet32: stop holding device spin lock during napi_complete_done
` [PATCH net-next 2/2] pcnet32: switch to napi_alloc_skb() and napi_gro_receive()

[PATCH v5 00/32] hw/arm/virt: Introduce Tegra241 CMDQV support for accelerated SMMUv3
 2026-05-20  6:33 UTC  (10+ messages)
` [PATCH v5 08/32] hw/arm/smmuv3-accel: Wire CMDQV ops into accel lifecycle
` [PATCH v5 14/32] hw/arm/tegra241-cmdqv: Emulate CMDQ-V Config region
` [PATCH v5 15/32] hw/arm/tegra241-cmdqv: Emulate VCMDQ register reads
` [PATCH v5 16/32] hw/arm/tegra241-cmdqv: Emulate VCMDQ register writes

[PATCH 2/5] vtd: Use pci_sbdf_t in acpi_parse_dev_scope()
 2026-05-20  6:32 UTC  (7+ messages)
` [PATCH 0/5] Small PCI refactoring

[PATCH] erofs: fix managed cache race for unaligned extents
 2026-05-20  6:32 UTC  (2+ messages)

[PATCH v2 0/1] net/mana: add device reset support
 2026-05-20  6:32 UTC  (4+ messages)
` [PATCH v2 1/1] "
      ` [EXTERNAL] "

[PATCH v7 mptcp-next 0/7] mptcp: address stall under memory pressure
 2026-05-20  6:32 UTC  (2+ messages)

[PATCH v2] kernel: refactor: shorten has_pending_signals
 2026-05-20  6:28 UTC 

[PATCH v7 0/4] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
 2026-05-20  6:30 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/4] perf maps: Add maps__mutate_mapping
  ` [PATCH v8 2/4] perf inject/aslr: Add aslr tool to remap/obfuscate virtual addresses
  ` [PATCH v8 3/4] perf test: Add inject ASLR test
  ` [PATCH v8 4/4] perf aslr: Strip sample registers

[PATCH v2 0/2] LKDTM powerpc enhancements - Part2
 2026-05-20  6:29 UTC  (5+ messages)
` [PATCH v2 2/2] lkdtm/powerpc: add PPC_RADIX_TLBIEL test for radix MCE validation

[dhowells-fs:netfs-crypt 34/34] fs/netfs/direct_write.c:559:22: warning: variable 'ret' is uninitialized when used here
 2026-05-20  6:28 UTC 

[PATCH i-g-t] tests/intel/kms_dsc: Fix retry loop for non-RGB case
 2026-05-20  6:28 UTC  (2+ messages)

[RFC PATCH 00/14] mm/damon: minor improvements for code readability and tests
 2026-05-20  6:28 UTC  (15+ messages)
` [RFC PATCH 01/14] mm/damon/core: safely handle no region case in damon_set_regions()
` [RFC PATCH 02/14] mm/damon/core: do not use region out of a loop "
` [RFC PATCH 03/14] samples/damon/mtier: replace damon_add_region() with damon_set_regions()
` [RFC PATCH 04/14] mm/damon/tests/vaddr-kunit: "
` [RFC PATCH 05/14] mm/damon/core: hide damon_add_region()
` [RFC PATCH 06/14] mm/damon/core: hide damon_insert_region()
` [RFC PATCH 07/14] mm/damon/core: hide damon_destroy_region()
` [RFC PATCH 08/14] mm/damon/core: add kdamond_call() debug_sanity check
` [RFC PATCH 09/14] mm/damon/core: remove damon_verify_nr_regions()
` [RFC PATCH 10/14] mm/damon/tests/core-kunit: add damon_set_regions() test cases
` [RFC PATCH 11/14] selftests/damon/sysfs.py: stop kdamonds before failing
` [RFC PATCH 12/14] selftests/damon/sysfs.sh: test monitoring intervals goal dir
` [RFC PATCH 13/14] selftests/damon/sysfs.sh: test addr_unit file existence
` [RFC PATCH 14/14] selftests/damon/sysfs.sh: test pause "

[RFC v1 0/7] x86/hvm: Start unifying VMEXIT and emulated paths
 2026-05-20  6:28 UTC  (4+ messages)
` [RFC v1 6/7] x86/svm: Use the emulator path for VMEXIT_HLT

[PATCH] mm/cma_debug: fix invalid accesses for inactive CMA areas
 2026-05-20  6:28 UTC  (2+ messages)

[PATCH] apply: plug strbuf leak
 2026-05-20  6:28 UTC 

[PATCH 5.15.y] io_uring: prevent opcode speculation
 2026-05-20  6:28 UTC 

[PATCH v5 0/5] KSM: performance optimizations for rmap_walk_ksm
 2026-05-20  6:26 UTC  (2+ messages)

[PATCH v2] Bluetooth: btusb: Allow firmware re-download when version matches
 2026-05-20  6:26 UTC  (3+ messages)

[meta-selinux][PATCH/V2] Added the necessary policy for domain tee_supplicant_t
 2026-05-20  6:25 UTC 

[PATCH] media: rtl2832_sdr: free DMA stream buffers before clearing udev on remove
 2026-05-20  6:25 UTC  (2+ messages)

[PATCH] blk-throttle: schedule parent dispatch in tg_flush_bios()
 2026-05-20  6:24 UTC 

[PATCH] CI: collect certain intermediate files as artifacts (part 2)
 2026-05-20  6:23 UTC 

[PATCH nf 1/7] netfilter: nfnetlink_cthelper: use {READ,WRITE}_ONCE for accessing helper flags
 2026-05-20  6:23 UTC  (2+ messages)
` [syzbot ci] "

[akpm-mm:mm-new 323/362] mm/memcontrol-v1.c:651:31: error: implicit declaration of function 'swp_cluster_offset'
 2026-05-20  6:23 UTC  (3+ messages)

[PATCH net-next v2 0/8] net: dsa: microchip: Remove unnecessary ksz_dev_ops callbacks
 2026-05-20  6:23 UTC  (4+ messages)
` [PATCH net-next v2 1/8] net: dsa: microchip: don't reset on shutdown or driver removal

[PATCH v2] dt-bindings: iommu: riscv: Add bindings for Tenstorrent RISC-V IOMMU
 2026-05-20  6:16 UTC  (2+ messages)

[PATCH nvme-cli] nvme: check MUD support before firmware commit
 2026-05-20  6:22 UTC  (3+ messages)

v2026.05.0
 2026-05-20  6:21 UTC  (2+ messages)

[moderation/CI] Re: netfilter: nfnetlink_cthelper: use {READ,WRITE}_ONCE for accessing helper flags
 2026-05-20  6:21 UTC  (2+ messages)

[PATCH] dmaengine: Fix device kref underflow in dma_chan_put()
 2026-05-20  6:20 UTC  (3+ messages)

[PATCH] generic: add a test case for fallocate i_size extension
 2026-05-20  6:20 UTC  (2+ messages)

[PATCH 0/4] mm: speed up ZONE_DEVICE memmap initialization
 2026-05-20  6:20 UTC  (3+ messages)

[PATCH] pinctrl: spacemit: fix NULL check in spacemit_pin_set_config
 2026-05-20  6:19 UTC  (3+ messages)

[PATCH v5] tracing/eprobes: Allow use of BTF names to dereference pointers
 2026-05-20  6:20 UTC  (4+ messages)

[PATCH] arm64/entry: Don't disable preemption in debug_exception_enter() with RT kernel
 2026-05-20  6:19 UTC  (2+ messages)

[PATCH 0/3] mmc: sdhci-of-dwcmshc: Minor cleanups
 2026-05-20  6:18 UTC  (5+ messages)
` [PATCH 2/3] mmc: sdhci-of-dwcmshc: remove redundant IS_ERR() check
` [PATCH 3/3] mmc: sdhci-of-dwcmshc: use dev_err_probe() to simplify error paths

[PATCH v2] mm/hugetlb: restore reservation on error in hugetlb_mfill_atomic_pte() resubmission path
 2026-05-20  6:16 UTC  (3+ messages)
` [PATCH v3] mm/hugetlb: restore reservation on error in hugetlb folio copy paths

[PATCHBOMB v9] fuse/libfuse/e2fsprogs: faster file IO for containerized ext4 servers
 2026-05-20  6:16 UTC  (6+ messages)
` [PATCHSET RFC] fuse: allow fuse servers to upload iomap stripe information
  ` [PATCH 1/4] fuse: allow fuse servers to upload stripe maps
  ` [PATCH 2/4] fuse_trace: "
  ` [PATCH 3/4] fuse: implement striping for iomap
  ` [PATCH 4/4] fuse_trace: "

[PATCH v11 0/6] Support sparse mappings in Panthor
 2026-05-20  6:16 UTC  (5+ messages)
` [PATCH v11 5/6] drm/panthor: Support sparse mappings

[PATCH] Bluetooth: btmtk: remove extra copy in cmd array init
 2026-05-20  6:15 UTC  (2+ messages)
`  "

[linux-next:master 5548/6445] kernel/dma/contiguous.c:139:13: warning: variable 'numa_cma_configured' set but not used
 2026-05-20  6:14 UTC  (3+ messages)

[PATCH 0/4] memcg: shrink obj_stock_pcp and cache multiple objcgs
 2026-05-20  6:13 UTC  (7+ messages)
` [PATCH 1/4] memcg: store node_id instead of pglist_data pointer
` [PATCH 2/4] memcg: uint16_t for nr_bytes in obj_stock_pcp
` [PATCH 3/4] memcg: int16_t for cached slab stats
` [PATCH 4/4] memcg: multi objcg charge support

[PATCH v3 00/27] rust: device: Higher-Ranked Lifetime Types for device drivers
 2026-05-20  6:14 UTC  (7+ messages)
` [PATCH v3 10/27] rust: pci: make Driver trait lifetime-parameterized

[PATCH net v2] net: team: fix NULL pointer dereference in team_xmit during mode change
 2026-05-20  6:14 UTC  (9+ messages)

[PATCH v2 00/26] Introduce enablemenant of dom0less
 2026-05-20  6:13 UTC  (13+ messages)
` [PATCH v2 05/26] xen/riscv: introduce guest riscv,isa string

[PATCH] ASoC: Intel: soc-acpi: Add entry for sof_es8336 in NVL match table
 2026-05-20  6:11 UTC 

[PATCH v4 2/2] net/iavf: reuse device alarm for PHC sync
 2026-05-20 18:43 UTC  (4+ messages)
` [PATCH v5 0/2] Update Rx Timestamp in IAVF PMD
  ` [PATCH v5 1/2] net/iavf: reuse device alarm for PHC sync
  ` [PATCH v5 2/2] net/iavf: remove PHC polling from Rx datapath

[PATCH] media: venus: venc: avoid double free on video register failure
 2026-05-20  6:10 UTC  (8+ messages)

[PATCH] scsi: lpfc: fix potential memory leak in lpfc_read_object()
 2026-05-20  6:09 UTC  (3+ messages)

[PATCH] xfrm: espintcp: fix sg.size corruption on partial send error
 2026-05-20  6:09 UTC  (2+ messages)

[PATCH] serial: ns16550: fall back to using uart8250/ttyS as Linux console names
 2026-05-20  6:09 UTC 

[djwong-xfs:iomap-fuse-prep 7/8] fs/iomap/buffered-io.c:2015:undefined reference to `iomap_add_to_ioend'
 2026-05-20  6:05 UTC 

[PATCH] ASoC: Intel: sof_sdw: Add support for nvlrvp in NVL platform
 2026-05-20  6:08 UTC 

[PATCH v14 0/7] lenovo-wmi: Add fixes and enhancement
 2026-05-20  6:07 UTC  (8+ messages)
` [PATCH v14 1/7] platform/x86: lenovo-wmi-other: Add missing CPU tunable attributes
` [PATCH v14 2/7] platform/x86: lenovo-wmi-other: Add GPU "
` [PATCH v14 3/7] platform/x86: lenovo-wmi-other: Rename LWMI_OM_FW_ATTR_BASE_PATH
` [PATCH v14 4/7] platform/x86: lenovo-wmi-other: Add WMI battery charge limiting
` [PATCH v14 5/7] platform/x86: lenovo-wmi-other: Add force_load_psy_ext module parameter
` [PATCH v14 6/7] platform/x86: lenovo-wmi-helpers: Add helper for creating per-device debugfs dir
` [PATCH v14 7/7] platform/x86: lenovo-wmi-capdata: Add debugfs file for dumping capdata

[PATCH] cgroup/dmem: implement dmem.high soft limit and throttling
 2026-05-20  6:07 UTC 

[PATCH 0/9] mdio: realtek-rtl9300: Groundwork for multi SOC support
 2026-05-20  6:06 UTC  (3+ messages)
  ` AW: "

[PATCH v3 0/4] rockchip: PCIe gated reference clock support
 2026-05-20  6:05 UTC  (5+ messages)
` [PATCH v3 1/4] clk: add gated-fixed-clock driver
` [PATCH v3 2/4] pci: pcie_dw_rockchip: enable clocks before PHY init
` [PATCH v3 3/4] pci: pcie_dw_rockchip: drop clk_release_bulk calls
` [PATCH v3 4/4] pci: pcie_dw_rockchip: imply CLK_GATED_FIXED and switch PHY to imply

RDMA/hns: dead empty check on head->root in setup_root_hem?
 2026-05-20  6:04 UTC  (2+ messages)

[PATCH] KVM: arm64: vgic-its: reject restored DTE with out-of-range num_eventid_bits
 2026-05-20  6:04 UTC  (4+ messages)

[PATCH] phy: rockchip: inno-usb2: fix missing kernel-doc
 2026-05-20  6:03 UTC  (3+ messages)

[PATCH] net: dwc_eth_qos_sunxi: add support for sun60i platform
 2026-05-20  6:02 UTC 

[PATCH v7] revision.c: implement --max-count-oldest
 2026-05-20  6:02 UTC  (3+ messages)
` [PATCH v8] "

[PATCH next] soc: qcom: llcc-qcom: Fix NULL vs IS_ERR() bug in qcom_llcc_get_fw_config()
 2026-05-20  6:00 UTC 

[PATCH] iommu/vsi: Use list_for_each_entry()
 2026-05-20  6:00 UTC 

[PATCH v5] riscv: cif: reduce shadow stack size limit from 4GB to 512MB
 2026-05-20  5:59 UTC  (5+ messages)

[PATCH] usb: dwc2: Fix use after free in debug code
 2026-05-20  5:59 UTC 

[PATCH for-rc 0/3] RDMA/hns: Misc fixes
 2026-05-20  5:57 UTC  (4+ messages)
` [PATCH for-rc 1/3] RDMA/hns: Fix memory leak of bonding resource
` [PATCH for-rc 2/3] RDMA/hns: Fix warning in poll cq direct mode
` [PATCH for-rc 3/3] RDMA/hns: Fix log flood after cmd_mbox failure

[PATCH] platform/x86/intel/tpmi: Fix memory leak in mem_write() error path
 2026-05-20  5:54 UTC  (6+ messages)
  ` [PATCH 1/2] platform/x86/intel/tpmi: use cleanup helpers in mem_write()
  ` [PATCH 2/2] platform/x86/intel/tpmi: convert mutex lock/unlock in mem_write() to guard

[PATCH 00/18] lib: Rust implementation of SPDM
 2026-05-20  5:56 UTC  (3+ messages)
` [PATCH 08/18] PCI/TSM: Support connecting to PCIe CMA devices

[PATCH 0/2] spacemit: k3: Add support for CoM260-IFX board
 2026-05-20  5:56 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: riscv: spacemit: Add K3 "
` [PATCH 2/2] riscv: dts: spacemit: k3: Initial support for "

[PATCH v10 0/4] misc: fastrpc: Add polling mode support
 2026-05-20  5:55 UTC  (4+ messages)
` [PATCH v10 4/4] misc: fastrpc: Add polling mode support for fastRPC driver

[PATCH 0/8] ras: aest: extend AEST support to Device Tree frontend
 2026-05-20  5:54 UTC  (4+ messages)

[PATCH v3] ALSA: hda/realtek: Fix noisy mic for Clevo V6xxAW
 2026-05-20  5:53 UTC  (2+ messages)

[PATCH] powerpc/fadump: fix integer overflow in MIN_RMA size check
 2026-05-20  5:53 UTC 

[PATCH] MAINTAINERS: update ebpf reviewers
 2026-05-20  5:53 UTC  (3+ messages)

[PATCH] ALSA: scarlett2: Allow flash writes ending at segment boundary
 2026-05-20  5:53 UTC  (2+ messages)

[RFC mptcp-next v15 00/10] NVME over MPTCP
 2026-05-20  5:53 UTC  (2+ messages)

[PATCH] MAINTAINERS: Correct scripts/coverity-model.c path
 2026-05-20  5:52 UTC  (3+ messages)

[PATCH v3 0/2] builtin/maintenance: fix locking and respect "gc.auto"
 2026-05-20  5:52 UTC  (6+ messages)
` [PATCH v3 1/2] builtin/maintenance: fix locking with "--detach"

[PATCH v2 1/2] hwmon: (lenovo-ec-sensors): Convert to devm_request_region()
 2026-05-20  5:52 UTC  (2+ messages)
` [PATCH 2/3] hwmon: lenovo-ec-sensors: Fix NULL pointer dereference when DMI match fails

[PATCH v2 0/5] mm: reduce mmap_lock contention and improve page fault performance
 2026-05-20  5:51 UTC  (13+ messages)

[PATCH] usb: dwc3: core: Fix incorrect kernel-doc comment for dwc3_alloc_event_buffers
 2026-05-20  5:50 UTC 

[PATCH] drm/amd/display: Fix amdgpu_dm KUnit allmodconfig build
 2026-05-20  5:50 UTC 

[PATCH] KVM, SEV: fix merge conflict
 2026-05-20  5:50 UTC  (3+ messages)

[PATCH] MAINTAINERS: Remove Yuri Benditovich bouncing email
 2026-05-20  5:49 UTC  (2+ messages)

[PATCH 00/10] Add support for A9 family clock controller
 2026-05-20  5:47 UTC  (5+ messages)
` [PATCH 07/10] clk: amlogic: Support POWER_OF_TWO for PLL pre-divider

[PATCH] hwmon: (coretemp) Replace sprintf() with sysfs_emit() for sysfs show functions
 2026-05-20  5:46 UTC  (3+ messages)

[PATCH v3] media: meson: vdec: Fix memory leak in error path of vdec_open
 2026-05-20  5:45 UTC  (3+ messages)

[PATCH v6 0/3] PCI: cadence: Add LTSSM debugfs
 2026-05-20  5:44 UTC  (8+ messages)
` [PATCH v6 3/3] PCI: cadence: Add LGA IP debugfs for LTSSM status

What's cooking in git.git (May 2026, #05)
 2026-05-20  5:44 UTC  (2+ messages)

[PATCH mm-new] Documentation/admin-guide/mm: Fix typos in transhuge.rst
 2026-05-20  5:42 UTC  (3+ messages)

[PATCH] drm/amdgpu: Add parameter NULL pointer check
 2026-05-20  5:41 UTC 

[usb:usb-linus] BUILD SUCCESS 288a81a8507052bcfbf884d39a463c44c42c5fd9
 2026-05-20  5:37 UTC 

[PATCH v2] can: peak_usb: Add bounds check for USB channel index
 2026-05-20  5:40 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/2] enhance telemetry list endpoint with device name
 2026-05-20  5:40 UTC  (2+ messages)

[pci:controller/dwc] BUILD SUCCESS 94ac934d2c054fba4a22d8dc84749094c5fa0ec0
 2026-05-20  5:37 UTC 

[BUG] drm/msm: WW mutex self-deadlock in msm_gem_shrinker via direct reclaim from msm_gem_fault
 2026-05-20  5:31 UTC  (2+ messages)

[PATCH i-g-t v3] tests/kms_setmode: Add HDMI 2.0 clock limit for mode selection
 2026-05-20  5:37 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for tests/kms_setmode: Add HDMI 2.0 clock limit for mode selection (rev4)

[PATCH] arm64/mm: Rename ptdesc_t
 2026-05-20  5:38 UTC  (7+ messages)

[PATCH bpf-next 2/4] bpf: Use rcu_work in BTF teardown
 2026-05-20  5:37 UTC  (2+ messages)

[pci:controller/mediatek-gen3] BUILD SUCCESS 8ba433753d9b131c2e43b1ff7ba8c5730cef8231
 2026-05-20  5:36 UTC 

[lee-leds:for-leds-next] BUILD SUCCESS 2470a0dc27d9f98d3767dd03d450588f6bd8c3aa
 2026-05-20  5:36 UTC 

[liveupdate:fixes] BUILD SUCCESS d65d7e28888a6f3a1999908cacadd99f4c14ddd9
 2026-05-20  5:35 UTC 

[PATCH v4 0/5] Add DU support for RZ/T2H and RZ/N2H SoCs
 2026-05-20  5:35 UTC  (3+ messages)
` [PATCH v4 4/5] drm: renesas: rz-du: Move mode_valid logic to per-SoC clock limits

[linuxtv-media-pending:next] BUILD SUCCESS 79500c929de313550554e604d22f3202955cea20
 2026-05-20  5:33 UTC 

[paulmck-rcu:dev] BUILD SUCCESS b337fbecfa73585ce2ad46480553c71eb85be4da
 2026-05-20  5:34 UTC 

[pci:controller/dwc-tegra194] BUILD SUCCESS 87f493041e20759ffc27262cc0490c41628a5ee2
 2026-05-20  5:33 UTC 

[bluetooth-next:master] BUILD SUCCESS 7db62a762f613961a9ed0582902abd0295a385e9
 2026-05-20  5:32 UTC 

❌ FAIL (MISSED 19 of 88): Test report for master (7.1.0-rc4, upstream-mainline, 1a2ab0fe)
 2026-05-20  5:33 UTC 

[PATCH v2 1/5] drm/amdgpu/userq: clean amdgpu_userq_destroy_object
 2026-05-20  5:31 UTC  (5+ messages)
` [PATCH v2 2/5] drm/amdgpu/userq: reserve the object before pinning it
` [PATCH v2 3/5] drm/amdgpu/userq: refactor mqd_destroy code for cleaner cleanup
` [PATCH v2 4/5] drm/amdgpu/userq: use amdgpu_userq_destroy_object for db_obj
` [PATCH v2 5/5] drm/amdgpu/userq: use array instead of list for userq_vas

[PATCH 0/4] memcg: shrink obj_stock_pcp and cache multiple objcgs
 2026-05-20  5:29 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.