All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-02 09:38:18 to 2026-03-02 10:15:45 UTC [more...]

[PATCH v11 00/21] migration: Add COLO multifd support and COLO migration unit test
 2026-03-02 10:13 UTC  (13+ messages)
` [PATCH v11 01/21] MAINTAINERS: Add myself as maintainer for COLO migration framework
` [PATCH v11 02/21] MAINTAINERS: Remove Hailiang Zhang from "
` [PATCH v11 05/21] colo: Remove ENABLE_COLO savevm command and mark it as deprecated
` [PATCH v11 06/21] ram: Remove colo special-casing
` [PATCH v11 10/21] colo: Fix crash during device vmstate load
` [PATCH v11 11/21] colo: Hold the BQL while sending ram state
` [PATCH v11 12/21] colo: Do not hold the BQL while receiving "
` [PATCH v11 14/21] Convert colo main documentation to restructuredText
` [PATCH v11 15/21] qemu-colo.rst: Miscellaneous changes
` [PATCH v11 17/21] qemu-colo.rst: Simplify the block replication setup
` [PATCH v11 20/21] migration: Keep s->rp_state.from_dst_file open until migration ends
` [PATCH v11 21/21] colo: Reuse the return path from migration on primary and secondary side

[PATCH net v3 0/2] net,bpf: fix null-ptr-deref in xdp_master_redirect() for bonding and add selftest
 2026-03-02 10:15 UTC  (6+ messages)
` [PATCH net v3 1/2] bonding: fix null-ptr-deref in bond_rr_gen_slave_id()

[PATCH v2 00/11] media: qcom: iris: rework platform data handling
 2026-03-02 10:15 UTC  (7+ messages)
` [PATCH v2 01/11] media: qcom: iris: drop pas_id from the iris_platform_data struct
` [PATCH v2 03/11] media: qcom: iris: handle HFI params directly
` [PATCH v2 04/11] media: qcom: iris: simplify HFI params handling

[PATCH] dt-bindings: pinctrl: marvell,armada3710-xb-pinctrl: add missing items keyword
 2026-03-02 10:14 UTC  (2+ messages)

[PATCH v1 1/3] dt-bindings: gpio: add Phytium GPIO controller
 2026-03-02 10:14 UTC  (5+ messages)
` [PATCH v1 2/3] gpio: add support for Phytium platform "
` [PATCH v1 3/3] MAINTAINERS: add entry for Phytium platform GPIO driver

[PATCH] btrfs: pass 'verbose' parameter to btrfs_relocate_block_group
 2026-03-02 10:14 UTC  (2+ messages)

[PATCH] MAINTAINERS: add co-maintainer and reviewer for SLAB ALLOCATOR
 2026-03-02 10:13 UTC 

[PATCH v7 0/8] ADF41513/ADF41510 PLL frequency synthesizers
 2026-03-02 10:13 UTC  (11+ messages)
` [PATCH v7 2/8] iio: core: add fixed point parsing with 64-bit parts

[PATCH] btrfs: fix leak of kobject name for sub-group space_info
 2026-03-02 10:13 UTC  (2+ messages)

[intel-lts:6.18/linux 1/1] netlink_dumper.c:60:36: warning: format '%d' expects argument of type 'int', but argument 3 has type 'unsigned int'
 2026-03-02 10:12 UTC 

[PATCH 0/3] driver core: generalize driver_override infrastructure
 2026-03-02 10:12 UTC  (10+ messages)
` [PATCH 1/3] driver core: generalize driver_override in struct device
` [PATCH 2/3] hwmon: axi-fan: don't use driver_override as IRQ name

[PATCH v5 0/6] media: qcom: iris: encoder feature enhancements batch2
 2026-03-02 10:12 UTC  (3+ messages)
` [PATCH v5 4/6] media: qcom: iris: Add hierarchical coding support for encoder

[PATCH] sched/proxy_exec: Handle sched_delayed owner in find_proxy_task()
 2026-03-02 10:12 UTC 

[PATCH v2 0/6] pinctrl: Add generic pinctrl for board-level mux chips
 2026-03-02 10:12 UTC  (9+ messages)
` [PATCH v2 3/6] pinctrl: add optional .release_mux() callback
` [PATCH v2 4/6] pinctrl: add generic board-level pinctrl driver using mux framework

[PATCH v3 0/4] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
 2026-03-02 10:11 UTC  (3+ messages)
` [PATCH v3 1/4] "

support file system generated / verified integrity information v4
 2026-03-02 10:11 UTC  (2+ messages)

[PATCH v4 0/1] PCI/IOV: Add reentrant locking in sriov_add_vfs/sriov_del_vfs
 2026-03-02 10:11 UTC  (6+ messages)
` [PATCH v4 1/1] PCI/IOV: Add reentrant locking in sriov_add_vfs/sriov_del_vfs for complete serialization

Question on BIGGEST_ALIGNMENT in GCC on NetBSD/m68k
 2026-03-02 10:11 UTC  (19+ messages)
                          ` Preliminary results - was: "

[RFC v4 00/31] hw/arm/smmuv3: Support Secure state for SMMUv3
 2026-03-02 10:10 UTC  (5+ messages)
` [RFC v4 19/31] hw/arm/smmuv3: Fix CFGI_CD handling when stage-1 is unsupported

[PATCH 0/12] drm/tyr: firmware loading and MCU boot support
 2026-03-02 10:10 UTC  (10+ messages)
` [PATCH 07/12] drm/tyr: Add generic slot manager

[PATCH 00/21] nvme-auth: use crypto library for HMAC and hashing
 2026-03-02 10:10 UTC  (19+ messages)
` [PATCH 01/21] nvme-auth: add NVME_AUTH_MAX_DIGEST_SIZE constant
` [PATCH 02/21] nvme-auth: common: constify static data
` [PATCH 03/21] nvme-auth: use proper argument types
` [PATCH 04/21] nvme-auth: common: add KUnit tests for TLS key derivation
` [PATCH 05/21] nvme-auth: rename nvme_auth_generate_key() to nvme_auth_parse_key()
` [PATCH 06/21] nvme-auth: common: explicitly verify psk_len == hash_len
` [PATCH 07/21] nvme-auth: common: add HMAC helper functions
` [PATCH 08/21] nvme-auth: common: use crypto library in nvme_auth_transform_key()
` [PATCH 09/21] nvme-auth: common: use crypto library in nvme_auth_augmented_challenge()

[PATCH v2] can: gs_usb: gs_can_open(): always configure bitrates before starting device
 2026-03-02 10:10 UTC  (2+ messages)

[PATCH] media: iris: Fix use-after-free in iris_release_internal_buffers()
 2026-03-02 10:09 UTC  (2+ messages)

[PATCH v2] can: esd_usb: add endpoint type validation
 2026-03-02 10:09 UTC  (2+ messages)

[PATCH v1 1/2] ASoC: dt-bindings: ti,tas2781: Add TAS5832 support
 2026-03-02 10:09 UTC  (13+ messages)
` [PATCH v1 2/2] ASoC: tas2781: Add tas5832 support
    ` [EXTERNAL] "

[PATCH v3] selftests/filesystems: Assume that TIOCGPTPEER is defined
 2026-03-02 10:08 UTC  (2+ messages)

[PATCH v2] ext4: test if inode's all dirty pages are submitted to disk
 2026-03-02 10:08 UTC  (3+ messages)
` [syzbot ci] "

[PATCH 1/3] can: usb: f81604: handle short interrupt urb messages properly
 2026-03-02 10:08 UTC  (2+ messages)

[RFC PATCH 0/7] vfio/pci: Add mmap() for DMABUFs
 2026-03-02 10:07 UTC  (9+ messages)
` [RFC PATCH 3/7] vfio/pci: Support mmap() of a DMABUF

[PATCH v10 0/7] PCI: endpoint: pci-ep-msi: Add embedded doorbell fallback
 2026-03-02 10:07 UTC  (3+ messages)
` [PATCH v10 7/7] "

[PATCH 0/4] xen/arm: ffa: Add PARTITION_INFO_GET_REGS support
 2026-03-02 10:06 UTC  (10+ messages)
` [PATCH 2/4] xen/arm: ffa: Cache SP partition info at init
` [PATCH 4/4] xen/arm: ffa: Add cached GET_REGS support

[PATCH] can: ucan: Fix infinite loop from zero-length messages
 2026-03-02 10:06 UTC  (2+ messages)

[PATCH] bus: mhi: host: pci_generic: Switch to async power up to avoid boot delays
 2026-03-02 10:06 UTC  (3+ messages)

[PATCH 00/14] xattr: rework simple xattrs and support user.* xattrs on sockets
 2026-03-02 10:06 UTC  (8+ messages)
` [PATCH 04/14] kernfs: adapt to rhashtable-based simple_xattrs with lazy allocation
` [PATCH 05/14] pidfs: adapt to rhashtable-based simple_xattrs

[PATCH] can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message
 2026-03-02 10:06 UTC  (2+ messages)

[moderation/CI] Re: ext4: test if inode's all dirty pages are submitted to disk
 2026-03-02 10:05 UTC  (2+ messages)

[PATCH v8 00/30] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2026-03-02 10:03 UTC  (5+ messages)
` [PATCH v8 14/30] pc-bios/s390-ccw: Define memory for IPLB and convert IPLB to pointers
` [PATCH v8 16/30] s390x: Guest support for Secure-IPL Facility

[PATCH v2] rcu: Latch normal synchronize_rcu() path on flood
 2026-03-02 10:04 UTC 

FAILED: Patch "io_uring/zcrx: fix post open error handling" failed to apply to 6.18-stable tree
 2026-03-02 10:02 UTC  (3+ messages)

[PATCH v2 0/2] selftests/bpf: fix bpf_cookie failures
 2026-03-02 10:02 UTC  (5+ messages)
` [PATCH v2 1/2] selftests/bpf: bpf_cookie: skip kprobe_multi tests without bpf_testmod
` [PATCH v2 2/2] selftests/bpf: bpf_cookie: make perf_event subtest trigger reliably

No boards available for testing -- everything failing on gitlab
 2026-03-02 10:02 UTC 

[PATCH v4] fs/resctrl: Add CONFIG_RESCTRL_ASSIGN_FIXED Kconfig entry
 2026-03-02 10:02 UTC  (3+ messages)

[PATCH] can: usb: etas_es58x: correctly anchor the urb in the read bulk callback
 2026-03-02 10:01 UTC  (2+ messages)

[PATCH net] ovpn: Fix race condition in ovpn_dellink()
 2026-03-02 10:02 UTC 

[PATCH bpf-next v5 0/5] emit ENDBR/BTI instructions for indirect jump targets
 2026-03-02 10:27 UTC  (6+ messages)
` [PATCH bpf-next v5 1/5] bpf: Move JIT for single-subprog programs to verifier
` [PATCH bpf-next v5 2/5] bpf: Pass bpf_verifier_env to jit
` [PATCH bpf-next v5 3/5] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v5 4/5] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v5 5/5] bpf, arm64: Emit BTI for indirect jump target

[PATCH v6 0/3] fuse: compound commands
 2026-03-02  9:56 UTC  (4+ messages)
` [PATCH v6 1/3] fuse: add compound command to combine multiple requests
    `  "

[PATCH v2] sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boosting
 2026-03-02 10:01 UTC 

[PATCH v1 0/3] gpio: Add Phytium platform GPIO controller support
 2026-03-02 10:01 UTC  (2+ messages)

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-02 10:01 UTC  (5+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()

[PATCH v3 0/8] Fixes and updates when using AUX backlight using Luminance
 2026-03-02 10:00 UTC  (6+ messages)
` [PATCH v3 1/8] drm/i915/backlight: Use default/max brightness for VESA AUX backlight init

[PATCH v3 0/9] PCI: endpoint: Differentiate between disabled and reserved BARs
 2026-03-02  9:59 UTC  (13+ messages)
` [PATCH v3 1/9] PCI: endpoint: Introduce pci_epc_bar_type BAR_64BIT_UPPER
` [PATCH v3 2/9] PCI: endpoint: Describe reserved subregions within BARs
` [PATCH v3 3/9] PCI: dw-rockchip: Describe RK3588 BAR4 DMA ctrl window
` [PATCH v3 4/9] PCI: endpoint: Introduce pci_epc_bar_type BAR_DISABLED
` [PATCH v3 5/9] PCI: dwc: Replace certain BAR_RESERVED with BAR_DISABLED in glue drivers
` [PATCH v3 6/9] PCI: dwc: Disable BARs in common code instead of in each glue driver
` [PATCH v3 7/9] PCI: endpoint: pci-epf-test: Advertise reserved BARs
` [PATCH v3 8/9] misc: pci_endpoint_test: Give reserved BARs a distinct error code
` [PATCH v3 9/9] selftests: pci_endpoint: Skip reserved BARs

[LTP] [PATCH] lib: Extend -D flag to support multiple debug levels
 2026-03-02  9:59 UTC  (2+ messages)

[PATCH v2] ALSA: hda/hdmi: Add Tegra238 HDA codec device ID
 2026-03-02 10:00 UTC  (2+ messages)

[PATCH 0/5] media: iris: add support for purwa platform
 2026-03-02  9:59 UTC  (3+ messages)
` [PATCH 4/5] media: iris: Add platform data for X1P42100

[PATCH v2 0/6] Fixes to Tegra USB role switching and phy handling
 2026-03-02  9:59 UTC  (3+ messages)

[PATCH 0/9] ALSA: usb-audio: Add quirks for linear volume devices and deconflict VID
 2026-03-02  9:59 UTC  (4+ messages)
` [PATCH 4/9] ALSA: usb-audio: Support string-descriptor-based quirk table entry

[PATCH v4 0/3] regcache: Avoid accessing non-initialised cache
 2026-03-02  9:56 UTC  (4+ messages)
` [PATCH v4 1/3] regcache: Move HW readback after cache initialisation
` [PATCH v4 2/3] regcache: Define iterator inside for-loop and align their types
` [PATCH v4 3/3] regcache: Amend printf() specifiers when printing registers

[PATCH] exfat: initialize caching fields during inode allocation
 2026-03-02  9:58 UTC  (2+ messages)

[PATCH v3 0/2] dt-bindings: display: msm: Fix Glymur DP controller reg ranges and clock
 2026-03-02  9:58 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: display: msm: Fix reg ranges and clocks on Glymur
` [PATCH v3 2/2] dt-bindings: display: msm: Fix reg ranges for DP example node

[RFC v11 0/4] PolarFire SoC GPIO interrupt support
 2026-03-02  9:58 UTC  (9+ messages)
` [RFC v11 1/4] gpio: mpfs: Add "
` [RFC v11 3/4] soc: microchip: add mpfs gpio interrupt mux driver

[Buildroot] [PATCH] package/webkitgtk: use Skia on little-endian targets
 2026-03-02  9:58 UTC 

[PATCH 0/2] xen/cpufreq: a couple of fixes for the sampling window
 2026-03-02  9:57 UTC  (5+ messages)
` [PATCH 1/2] xen/cpufreq: fix adjusting of sampling window on early exit
` [PATCH 2/2] xen/cpufreq: fix usages of align_timer() in the on-demand governor

[v2 PATCH] mach-k3: Defer CTRL_MMR access until after TIFS version response
 2026-03-02  9:57 UTC  (5+ messages)

[PATCH v2 0/6] support batched checking of the young flag for MGLRU
 2026-03-02  9:57 UTC  (3+ messages)
` [PATCH v2 5/6] mm: "

[PATCH] slab: distinguish lock and trylock for sheaf_flush_main()
 2026-03-02  9:56 UTC  (3+ messages)

[RFC PATCH net-next] tcp: Add net.ipv4.tcp_purge_receive_queue sysctl
 2026-03-02  9:55 UTC  (3+ messages)

[PATCH slab/for-next-fixes] mm/slab: allow sheaf refill if blocking is not allowed
 2026-03-02  9:55 UTC 

[meta-arago][master][PATCH] linuxptp: Add support for HSR in Linux ptp
 2026-03-02  9:55 UTC  (2+ messages)

drivers/cpufreq/sun50i-cpufreq-nvmem.c:229:20: sparse: sparse: cast to restricted __le32
 2026-03-02  9:54 UTC 

drivers/mfd/ls2k-bmc-core.c:108:14: sparse: sparse: incorrect type in assignment (different address spaces)
 2026-03-02  9:54 UTC 

[PATCH v4] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
 2026-03-02  9:54 UTC  (2+ messages)

[PATCH] dev-manual: delete references to "tar" package format
 2026-03-02  9:53 UTC  (2+ messages)

[PATCH] ref-manual/classes.rst: fix broken links to U-Boot documentation
 2026-03-02  9:53 UTC  (2+ messages)

[PATCH] tools/host_packages_scripts/tlmgr_docs_pdf.sh: install perl
 2026-03-02  9:53 UTC  (2+ messages)

[PATCH] tools/containerfiles: fix docker warning
 2026-03-02  9:53 UTC  (2+ messages)

[PATCH v4 0/3] migrate Debian/Ubuntu to pip packages for docs + fix epub and latexpdf targets not finding glob images
 2026-03-02  9:53 UTC  (2+ messages)

[PATCH] docs-wide: remove Bazaar fetcher references
 2026-03-02  9:53 UTC  (2+ messages)

[PATCH] Makefile: pass -silent to latexmk
 2026-03-02  9:53 UTC  (2+ messages)

[PATCH] what-i-wish-id-known.rst: replace figure by the new SVG
 2026-03-02  9:53 UTC  (2+ messages)

[PATCH v5 0/4] venv migration for docs, migrate Debian/Ubuntu to it, fix epub and latexpdf targets not finding glob images
 2026-03-02  9:53 UTC  (2+ messages)

[PATCH] ref-manual: add SPDX_INCLUDE_KERNEL_CONFIG and SPDX_INCLUDE_PACKAGECONFIG
 2026-03-02  9:53 UTC  (2+ messages)

[PATCH] qemu.rst: parsing of the code-block was not done
 2026-03-02  9:53 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v1 1/1] i40e: Add missing header
 2026-03-02  9:51 UTC  (4+ messages)

[PATCH] mirror: Fix missed dirty bitmap writes during startup
 2026-03-02  9:49 UTC  (5+ messages)

[PATCH v2 00/11] Introduce Xe Uncorrectable Error Handling
 2026-03-02 10:22 UTC  (12+ messages)
` [PATCH v2 01/11] drm/xe/xe_sysctrl: Add System controller patch
` [PATCH v2 02/11] drm/xe/xe_survivability: Decouple survivability info from boot survivability
` [PATCH v2 03/11] drm/xe/xe_pci_error: Implement PCI error recovery callbacks
` [PATCH v2 04/11] drm/xe/xe_pci_error: Group all devres to release them on PCIe slot reset
` [PATCH v2 05/11] drm/xe: Skip device access during PCI error recovery
` [PATCH v2 06/11] drm/xe/xe_ras: Initialize Uncorrectable AER Registers
` [PATCH v2 07/11] drm/xe/xe_ras: Add structures and commands for Uncorrectable Core Compute Errors
` [PATCH v2 08/11] drm/xe/xe_ras: Add support for Uncorrectable Core-Compute errors
` [PATCH v2 09/11] drm/xe/xe_ras: Add structures for SoC Internal errors
` [PATCH v2 10/11] drm/xe/xe_ras: Handle Uncorrectable "
` [PATCH v2 11/11] drm/xe/xe_pci_error: Process errors in mmio_enabled

[PATCH v2 0/3] Add support for Seeed Studio BeagleBone HDMI cape overlay
 2026-03-02  9:50 UTC  (2+ messages)

[PATCH] mm: allow __GFP_RETRY_MAYFAIL in vmalloc
 2026-03-02  9:50 UTC  (11+ messages)

[PATCH 0/2] usb: cdns3: USBSSP platform driver support
 2026-03-02  9:03 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: usb: cdns,usb3: Add support for USBSSP

[PATCH v1 1/1] pinctrl: cy8c95x0: Avoid returning positive values to user space
 2026-03-02  9:50 UTC  (2+ messages)

[PATCH v1 0/4] Allow order zero pages in page reporting
 2026-03-02  9:50 UTC  (11+ messages)
` [PATCH v1 4/4] page_reporting: change PAGE_REPORTING_DEFAULT_ORDER to -1

[PATCH 1/1] ufs: don't select non-existent CONFIG_PHY_MTK_UFS
 2026-03-02  9:49 UTC  (3+ messages)

[PATCH v2 00/20] y2038: libcobalt: Allow both, native + time64_t interfaces at the same time
 2026-03-02  9:38 UTC  (7+ messages)
` [PATCH v2 10/20] lib/cobalt: mutex: Provide time64 variant of pthread_timedmutex_lock_interruptible_np
` [PATCH v2 16/20] lib/cobalt: timerfd: Move time64 related services to wrappers_time64.c
` [PATCH v2 17/20] lib/cobalt: Move XN_USE_TIME64_SYSCALL "
` [PATCH v2 18/20] lib/cobalt: Finally build the native time_t interfaces on top
` [PATCH v2 19/20] lib/cobalt: thread: Cleanup and reorder includes
` [PATCH v2 20/20] scripts/xeno-config: Allow disabling the y2038 / time64_t support

[PATCH] mm/mglru: fix cgroup OOM during MGLRU state switching
 2026-03-02  9:47 UTC  (9+ messages)

[PATCH net] netconsole: avoid OOB reads, msg is not nul-terminated
 2026-03-02  9:47 UTC  (3+ messages)

[PATCH 0/4] bpf: add a few hooks for sandboxing
 2026-03-02  9:46 UTC  (6+ messages)
` [PATCH 1/4] ns: add bpf hooks

FAILED: Patch "x86/uprobes: Fix XOL allocation failure for 32-bit tasks" failed to apply to 6.18-stable tree
 2026-03-02  9:45 UTC  (3+ messages)
` [PATCH 6.18.y] x86/uprobes: Fix XOL allocation failure for 32-bit tasks

[PATCH v2] phy: qcom: qmp-combo: Move pipe_clk on/off to common
 2026-03-02  9:45 UTC  (3+ messages)

[PATCH] remoteproc: k3: Fix NULL vs IS_ERR() bug in k3_reserved_mem_init()
 2026-03-02  9:46 UTC  (2+ messages)

[PATCH net-next v2 00/10] devlink: introduce shared devlink instance for PFs on same chip
 2026-03-02  9:44 UTC  (4+ messages)
` [PATCH net-next v2 06/10] devlink: add devlink_dev_driver_name() helper and use it in trace events

[PATCH] drm/xe/pf: Take pci_rescan_remove_lock mutex when disabling VFs
 2026-03-02  9:43 UTC  (2+ messages)

[PATCH] gpio: nomadik: repair some kernel-doc comments
 2026-03-02  9:42 UTC  (2+ messages)

[PATCH v2] phy: qcom: m31-eusb2: Make USB repeater optional
 2026-03-02  9:42 UTC  (3+ messages)

[RFC v1 00/11] Add iMX95 neoisp driver
 2026-03-02  9:41 UTC  (7+ messages)
` [RFC v1 01/11] media: uapi: v4l2-isp: Add v4l2 ISP extensible statistics definitions
    `  "

[PATCH v5 0/2] Fix compiler warnings/errors in SUNRPC and MACB
 2026-03-02  9:40 UTC  (3+ messages)
` [PATCH v5 1/2] sunrpc: simplify dfprintk macros and fix nfsd build error

[PATCH] remoteproc: imx_rproc: Fix NULL vs IS_ERR() bug in imx_rproc_addr_init()
 2026-03-02  9:42 UTC  (2+ messages)

[PATCH 0/3] Add support for MA35D1 I2C controller
 2026-03-02  9:39 UTC  (4+ messages)
` [PATCH 2/3] i2c: ma35d1: Add Nuvoton MA35D1 I2C driver support

[PATCH RFT v2] drm/msm/dpu: enable virtual planes by default
 2026-03-02  9:39 UTC  (2+ messages)

[PATCH 0/2] drm/ttm: Improve the TTM operation context gfp_retry_mayfail behaviour
 2026-03-02  9:39 UTC  (4+ messages)
` [PATCH 1/2] drm/ttm: Don't spam the log on buffer object backing store allocation failure


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.