All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-19 17:56:22 to 2025-05-19 19:08:43 UTC [more...]

[PATCH v5 00/40] drm/msm: sparse / "VM_BIND" support
 2025-05-19 17:57 UTC  (29+ messages)
` [PATCH v5 13/40] drm/msm: drm_gpuvm conversion
  ` [PATCH v5 14/40] drm/msm: Convert vm locking
  ` [PATCH v5 15/40] drm/msm: Use drm_gpuvm types more
  ` [PATCH v5 16/40] drm/msm: Split out helper to get iommu prot flags
  ` [PATCH v5 17/40] drm/msm: Add mmu support for non-zero offset
  ` [PATCH v5 18/40] drm/msm: Add PRR support
  ` [PATCH v5 19/40] drm/msm: Rename msm_gem_vma_purge() -> _unmap()
  ` [PATCH v5 20/40] drm/msm: Drop queued submits on lastclose()
  ` [PATCH v5 21/40] drm/msm: Lazily create context VM
  ` [PATCH v5 22/40] drm/msm: Add opt-in for VM_BIND
  ` [PATCH v5 23/40] drm/msm: Mark VM as unusable on GPU hangs
  ` [PATCH v5 24/40] drm/msm: Add _NO_SHARE flag
  ` [PATCH v5 25/40] drm/msm: Crashdump prep for sparse mappings
  ` [PATCH v5 26/40] drm/msm: rd dumping "
  ` [PATCH v5 27/40] drm/msm: Crashdec support for sparse
  ` [PATCH v5 28/40] drm/msm: rd dumping "
  ` [PATCH v5 29/40] drm/msm: Extract out syncobj helpers
  ` [PATCH v5 30/40] drm/msm: Use DMA_RESV_USAGE_BOOKKEEP/KERNEL
  ` [PATCH v5 31/40] drm/msm: Add VM_BIND submitqueue
  ` [PATCH v5 32/40] drm/msm: Support IO_PGTABLE_QUIRK_NO_WARN_ON
  ` [PATCH v5 33/40] drm/msm: Support pgtable preallocation
  ` [PATCH v5 34/40] drm/msm: Split out map/unmap ops
  ` [PATCH v5 35/40] drm/msm: Add VM_BIND ioctl
  ` [PATCH v5 36/40] drm/msm: Add VM logging for VM_BIND updates
  ` [PATCH v5 37/40] drm/msm: Add VMA unmap reason
  ` [PATCH v5 38/40] drm/msm: Add mmu prealloc tracepoint
  ` [PATCH v5 39/40] drm/msm: use trylock for debugfs
  ` [PATCH v5 40/40] drm/msm: Bump UAPI version

[PATCH v3 0/5] miscellaneous build mods (part 2)
 2025-05-19 19:08 UTC  (4+ messages)
` [PATCH v4 "

[meta-arago][scarthgap][PATCH] packagegroup-arago-tisdk-graphics: add mesa-demos
 2025-05-19 19:08 UTC 

[GIT PULL] thermal drivers changes for v6.16-rc1
 2025-05-19 19:06 UTC  (2+ messages)

[PATCH v2 0/2] iio: dac: adi-axi-dac: fix for wrong bus read
 2025-05-19 19:03 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/wireless-regdb: sysv init script to set regdomain
 2025-05-19 19:03 UTC  (3+ messages)

[PATCH 0/4] mm: ksm: prevent KSM from entirely breaking VMA merging
 2025-05-19 19:02 UTC  (7+ messages)
` [PATCH 3/4] mm: prevent KSM from completely "

[PATCH v8 0/5] rust: adds Bitmap API, ID pool and bindings
 2025-05-19 19:00 UTC  (8+ messages)
` [PATCH v8 3/5] rust: add bitmap API
` [PATCH v8 4/5] rust: add find_bit_benchmark_rust module

HID apple error with A1243 keyboard
 2025-05-19 19:00 UTC  (4+ messages)

Why TLS and Kerberos are not useful for NFS security Re: [PATCH nfs-utils] exportfs: make "insecure" the default for all exports
 2025-05-19 18:44 UTC  (3+ messages)

[PATCH v1] board: toradex: add verdin am62p support
 2025-05-19 15:47 UTC 

[PATCH v2] i2c: Fix grammatical errors in i2c_msg documentation
 2025-05-19 18:57 UTC 

[25.11 PATCH 0/3] Introduce DMA enqueue/dequeue operations
 2025-05-19 18:56 UTC  (7+ messages)
` [25.11 PATCH v2 0/5] "
  ` [25.11 PATCH v2 1/5] dmadev: add enqueue dequeue operations
  ` [25.11 PATCH v2 2/5] test/dma: "
  ` [25.11 PATCH v2 3/5] app/dma-perf: add option to measure enq deq ops
  ` [25.11 PATCH v2 4/5] dma/cnxk: implement enqueue dequeue ops
  ` [25.11 PATCH v2 5/5] eventdev: refactor DMA adapter ops

[PATCH v2 00/12] KVM: Make irqfd registration globally unique
 2025-05-19 18:55 UTC  (13+ messages)
` [PATCH v2 01/12] KVM: Use a local struct to do the initial vfs_poll() on an irqfd
` [PATCH v2 02/12] KVM: Acquire SCRU lock outside of irqfds.lock during assignment
` [PATCH v2 03/12] KVM: Initialize irqfd waitqueue callback when adding to the queue
` [PATCH v2 04/12] KVM: Add irqfd to KVM's list via the vfs_poll() callback
` [PATCH v2 05/12] KVM: Add irqfd to eventfd's waitqueue while holding irqfds.lock
` [PATCH v2 06/12] sched/wait: Add a waitqueue helper for fully exclusive priority waiters
` [PATCH v2 07/12] KVM: Disallow binding multiple irqfds to an eventfd with a priority waiter
` [PATCH v2 08/12] sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()
` [PATCH v2 09/12] KVM: Drop sanity check that per-VM list of irqfds is unique
` [PATCH v2 10/12] KVM: selftests: Assert that eventfd() succeeds in Xen shinfo test
` [PATCH v2 11/12] KVM: selftests: Add utilities to create eventfds and do KVM_IRQFD
` [PATCH v2 12/12] KVM: selftests: Add a KVM_IRQFD test to verify uniqueness requirements

file (/root/.ssh/config) is absent, cannot continue
 2025-05-19 18:55 UTC  (2+ messages)

[RFC PATCH v4 0/8] xen/arm: scmi: introduce SCI SCMI SMC multi-agent support
 2025-05-19 18:54 UTC  (3+ messages)
` [RFC PATCH v4 5/8] xen/domctl: extend XEN_DOMCTL_assign_device to handle not only iommu

Xenomai Installation Inquiry
 2025-05-19 18:54 UTC 

[PATCH 0/6] arm64: dts: imx943: Add sound card support
 2025-05-19 18:54 UTC  (11+ messages)
` [PATCH 1/6] arm64: dts: imx94: Add micfil and mqs device nodes
` [PATCH 2/6] arm64: dts: imx943-evk: add lpi2c support
` [PATCH 3/6] arm64: dts: imx943-evk: add i2c io expander support
` [PATCH 4/6] arm64: dts: imx943-evk: add sound-wm8962 support
` [PATCH 5/6] arm64: dts: imx943-evk: add bt-sco sound card support

[PATCH] trace/simple: seperate hot paths of tracing fucntions
 2025-05-19 18:51 UTC 

[PATCH v2] input: atkbd: do not init atkbd_reset variable to true on Loongson
 2025-05-19 18:47 UTC  (2+ messages)

[PATCH v4 0/6] Extend RAW format support for rzg2l-cru driver
 2025-05-19 18:46 UTC  (3+ messages)
` [PATCH v4 2/6] media: rzg2l-cru: Add vidioc_enum_framesizes()

[PATCH 6.14.y] drm/xe/gsc: do not flush the GSC worker from the reset path
 2025-05-19 18:46 UTC  (2+ messages)

[PATCH dt-schema] schemas: i2c: Allow '-' in 'i2c-.*' node names
 2025-05-19 18:43 UTC 

[PATCH net-next v2 0/8] gve: Add Rx HW timestamping support
 2025-05-19 18:45 UTC  (7+ messages)
` [PATCH net-next v2 6/8] gve: Add rx hardware timestamp expansion
` [PATCH net-next v2 7/8] gve: Add support for SIOC[GS]HWTSTAMP IOCTLs

[PATCH i-g-t v2 0/8] Print/scan formatting fixups
 2025-05-19 18:42 UTC  (3+ messages)
` [PATCH i-g-t v2 7/8] runner: fixup print/scan formatting for files in runner

linux-next: Tree for May 16
 2025-05-19 18:41 UTC  (5+ messages)
` linux-next: Tree for May 16 (security/landlock/ruleset.c)

[PATCH v2 00/16] riscv: introduce basic UART support and interrupts for hypervisor mode
 2025-05-19 18:40 UTC  (11+ messages)
` [PATCH v2 10/16] xen/riscv: imsic_init() implementation
` [PATCH v2 11/16] xen/riscv: aplic_init() implementation

[LTP] latest ltp not building on RHEL 9.6 ?
 2025-05-19 18:39 UTC 

Memory allocation profiling warnings in memory bound systems
 2025-05-19 18:39 UTC  (10+ messages)

[PATCH 0/7] drm/i915 & drm/xe: prep work towards opaque struct intel_display
 2025-05-19 18:36 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[V1 0/2] Add SoC support for stm32mp13xx CPUs
 2025-05-19 18:36 UTC  (6+ messages)
` [V1 1/2] arm stm32mp131.dtsi: add "encoding_mode" nvmem definition
` [V1 2/2] drivers soc: add support for ST stm32mp13xx family

[PATCH] tests/intel-ci: Block unsupported dirty rect test for i915
 2025-05-19 18:34 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v5 0/5] Enable automatic SVN updates for SGX enclaves
 2025-05-19 18:32 UTC  (5+ messages)
` [PATCH v5 4/5] x86/sgx: Implement ENCLS[EUPDATESVN]
` [PATCH v5 5/5] x86/sgx: Enable automatic SVN updates for SGX enclaves

[PATCH v2] gcc: Fix wrong code generation in atomic intrinsics for arm
 2025-05-19 18:30 UTC 

[PATCH] docs: add instructions to use Yahoo with send-mail
 2025-05-19 18:29 UTC  (4+ messages)
` [PATCH v4 0/3] docs: update email credential helpers and improve formatting

[weiny2:ackerley-1g-master 62/75] arch/x86/kvm/../../../virt/kvm/guest_memfd.c:1240:8: error: call to undeclared function 'kvm_gmem_has_some_shared'; ISO C99 and later do not support implicit function declarations
 2025-05-19 18:29 UTC 

[PATCH v2 0/2] Fix cfg file parsing and command line parsing
 2025-05-19 18:19 UTC  (3+ messages)
` [PATCH v2 1/2] envblk: ignore empty new lines while parsing env files
` [PATCH v2 2/2] cmdline: fix command line parsing in grub

IBS perf test failures on 9950x3d
 2025-05-19 18:28 UTC  (4+ messages)

[PATCH v3] i2c: lpi2c: implement master_xfer_atomic callback
 2025-05-19 18:27 UTC  (2+ messages)

[PATCH v2] i2c: Clarify behavior of I2C_M_RD flag
 2025-05-19 23:56 UTC 

[PATCH v2 0/2] coresight: etm4x: Fix timestamp regression
 2025-05-19 17:49 UTC  (2+ messages)
` [PATCH v2 1/2] coresight: etm4x: Fix timestamp bit field handling

[PATCH v2 00/20] Add Multi-Core Debug (MCD) API support
 2025-05-19 18:26 UTC  (7+ messages)
` [PATCH v2 11/20] mcd: Implement memory space query
` [PATCH v2 12/20] gdbstub: Expose GDBRegisterState

POSSIBLE REGRESSION: PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is created
 2025-05-19 18:25 UTC  (4+ messages)

[PATCH v4 0/3] rust: add `UnsafePinned` type
 2025-05-19 18:26 UTC  (2+ messages)

[PATCH v2 0/6] xen: cache control improvements
 2025-05-19 18:25 UTC  (7+ messages)
` [PATCH v2 6/6] x86/hvm: reduce the need to flush caches in memory_type_changed()

[RFC PATCH v2 4/4] mm/madvise: remove redundant mmap_lock operations from process_madvise()
 2025-05-19 18:25 UTC  (2+ messages)

[RFC PATCH v6.6] maple_tree: Fix MA_STATE_PREALLOC flag in mas_preallocate()
 2025-05-19 18:24 UTC  (5+ messages)

[PATCH 0/2] dm mpath: Interface for explicit probing of active paths
 2025-05-19 18:24 UTC  (10+ messages)

[PATCH RFC 0/9] iio: Introduce new timestamp grabbing APIs
 2025-05-19 18:24 UTC  (3+ messages)

[PATCH] rust: types: remove `Either<L, R>`
 2025-05-19 18:23 UTC  (5+ messages)

[PATCH] Bluetooth (btusb): Add quirk for Realtek USB device (0x13d3:0x3601) for proper detection and connection
 2025-05-19 18:22 UTC  (2+ messages)
`  "

[PATCH 1/8] Revert "drm/amd/amdgpu: add pipe1 hardware support"
 2025-05-19 18:22 UTC  (8+ messages)
` [PATCH 2/8] drm/amdgpu: rework queue reset scheduler interaction
` [PATCH 3/8] drm/amdgpu: rework gfx9 queue reset
` [PATCH 4/8] drm/amdgpu: rework gfx7 "
` [PATCH 5/8] drm/amdgpu: rework gfx8 "
` [PATCH 6/8] drm/amdgpu: rework gfx10 "
` [PATCH 7/8] drm/amdgpu: rework gfx11 "
` [PATCH 8/8] drm/amdgpu: rework gfx12 "

[PATCH v3 0/2] Drivers: hv: Introduce new driver - mshv_vtl
 2025-05-19 18:22 UTC  (2+ messages)

[PATCH 00/12] drm/i915/flipq: Rough flip queue implementation
 2025-05-19 18:21 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/flipq: Rough flip queue implementation (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ i915.CI.BAT: success "

[PATCH v1 0/2] Fix cfg file parsing and command line parsing
 2025-05-19 18:20 UTC  (5+ messages)
` [PATCH v1 1/2] envblk: ignore empty new lines while parsing env files

[PATCH v8 0/9] arm64: Introduce CIX P1 (SKY1) SoC
 2025-05-19 17:46 UTC  (3+ messages)
` [PATCH v8 5/9] mailbox: add CIX mailbox driver

[PATCH ath-next] wifi: ath12k: Fix scan initiation failure handling
 2025-05-19 17:48 UTC  (2+ messages)

[PATCH ath-next] wifi: ath12k: fix memory leak in ath12k_service_ready_ext_event
 2025-05-19 17:48 UTC  (2+ messages)

[PATCH ath-next] wifi: ath12k: fix memory leak in WMI firmware stats
 2025-05-19 17:48 UTC  (2+ messages)

[PATCH] wifi: ath12k: fix ring-buffer corruption
 2025-05-19 17:48 UTC  (2+ messages)

[PATCH ath-next 0/3] wifi: ath12k: Add device dp stats support
 2025-05-19 17:48 UTC  (2+ messages)

[PATCH ath-next 0/2] wifi: ath12k: Fix asymmetry between ath12k_core_init() and ath12k_core_deinit()
 2025-05-19 17:48 UTC  (2+ messages)

[RESEND ath-next 0/2] wifi: ath12k: support usercase-specific firmware overrides
 2025-05-19 17:48 UTC  (2+ messages)

[PATCH ath-next] wifi: ath12k: Fix invalid RSSI values in station dump
 2025-05-19 17:48 UTC  (2+ messages)

[PATCH] gcc: Fix wrong code generation in atomic intrinsics for arm
 2025-05-19 18:20 UTC 

[PATCH] MAINTAINERS: mailmap: update Benno Lossin's email address
 2025-05-19 18:20 UTC  (3+ messages)

[PATCH v1 0/5] ext4: Minor fixes and improvements for atomic write series
 2025-05-19 18:19 UTC  (6+ messages)
` [PATCH v1 1/5] ext4: Unwritten to written conversion requires EXT4_EX_NOCACHE
` [PATCH v1 2/5] ext4: Simplify last in leaf check in ext4_map_query_blocks
` [PATCH v1 3/5] ext4: Rename and document EXT4_EX_FILTER to EXT4_EX_QUERY_FILTER
` [PATCH v1 4/5] ext4: Simplify flags in ext4_map_query_blocks()
` [PATCH v1 5/5] ext4: Add a WARN_ON_ONCE for querying LAST_IN_LEAF instead

[RFC PATCH] dts: add rte flow test suite
 2025-05-19 18:19 UTC  (3+ messages)
` [PATCH v1 1/2] "
  ` [PATCH v1 2/2] dts: add jump and priority tests to flow suite

[Buildroot] [PATCH v3 0/6] Bump netopeer2 and its dependencies
 2025-05-19 18:19 UTC  (4+ messages)
` [Buildroot] [PATCH v3 1/6] package/sysrepo: bump to version 3.6.11

[PATCH v2 0/2] Refine FBC test conditions
 2025-05-19 18:18 UTC  (3+ messages)
` [PATCH v2 1/2] lib/igt_debugfs: Add specific checks for WA in GTs

[krzk-github:pending/dt-bindings-qcom-new-and-fixes-for-warnings-linux-next 55/83] arch/arm64/boot/dts/qcom/apq8016-sbc.dtb: /soc@0/power-manager@b088000: failed to match any schema with compatible: ['qcom,msm8916-kpss-acc']
 2025-05-19 18:18 UTC 

[PATCH] gcc 15: fix ldrex r1, [s14] on ARM
 2025-05-19 18:18 UTC 

[PATCH] MAINTAINERS: Add ARM64 defconfig to its section
 2025-05-19 17:37 UTC  (3+ messages)

[net-next PATCH v4 00/11] Add PCS core support
 2025-05-19 18:17 UTC  (7+ messages)
` [net-next PATCH v4 06/11] net: phy: Export some functions

Landlock news #5
 2025-05-19 18:17 UTC  (3+ messages)

[PATCH v3 0/2] rust: miscdevice: add additional data to MiscDeviceRegistration
 2025-05-19 18:16 UTC  (5+ messages)
` [PATCH v3 1/2] "

[PATCH 0/3] fetch/receive: use batched reference updates
 2025-05-19 18:14 UTC  (3+ messages)
` [PATCH v3 0/4] "

[PATCH v2 0/4] arm64: dts: renesas: r8a779g3: Add Retronix R-Car V4H Sparrow Hawk board support
 2025-05-19 17:30 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: PCI: rcar-gen4-pci-host: Document optional aux clock

[PATCH v1] Revert "usb: xhci: Implement xhci_handshake_check_state() helper"
 2025-05-19 18:13 UTC  (3+ messages)

[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
 2025-05-19 17:29 UTC  (4+ messages)
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl

[BUG] propagate_umount() breakage
 2025-05-19 18:11 UTC  (7+ messages)
        ` [RFC][CFT][PATCH] Rewrite of propagate_umount() (was Re: [BUG] propagate_umount() breakage)

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-05-19 18:11 UTC  (5+ messages)
` [PATCH v8 18/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v8 22/43] KVM: arm64: Validate register access for a Realm VM

[PATCH 0/9] rockchip: Add power controller support for RK3528
 2025-05-19 17:26 UTC  (6+ messages)
` [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain

[PATCH v3 00/23] Linux SBI MPXY and RPMI drivers
 2025-05-19 17:26 UTC  (3+ messages)
` [PATCH v3 02/23] dt-bindings: mailbox: Add bindings for RPMI shared memory transport

[mst-vhost:vhost 35/35] drivers/virtio/virtio_ring.c:1281:22: sparse: sparse: symbol 'split_in_order_ops' was not declared. Should it be static?
 2025-05-19 18:08 UTC 

[RFC 1/2] drm/i915: Expose local memory information via sysfs
 2025-05-19 18:08 UTC  (2+ messages)

[PATCH] rust: miscdevice: fix typo in MiscDevice::ioctl documentation
 2025-05-19 18:09 UTC  (2+ messages)

[PATCH v2] binder: fix use-after-free in binderfs_evict_inode()
 2025-05-19 18:08 UTC  (2+ messages)

[PATCH v6 0/7] Add DAPM/ASoC helpers to create SDCA drivers
 2025-05-19 18:07 UTC  (2+ messages)

[PATCH] ASoC: rt722: make regmap cache-only in probe
 2025-05-19 18:01 UTC  (2+ messages)

[PATCH v5 0/6] Add DAPM/ASoC helpers to create SDCA drivers
 2025-05-19 17:53 UTC  (8+ messages)
` [PATCH v5 4/6] ASoC: SDCA: Create DAPM widgets and routes from DisCo

[PATCH v2] accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)
 2025-05-19 18:07 UTC  (2+ messages)

[BUG][powerpc] OOPs: Kernel access of bad area during zram swap write - kswapd0 crash
 2025-05-19 18:07 UTC  (5+ messages)

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-05-19 17:19 UTC  (7+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

[PATCH] btrfs: don't drop a reference if btrfs_check_write_meta_pointer fails
 2025-05-19 18:03 UTC 

[PATCHSET v2 sched_ext/for-6.16] sched_ext: Extend usability of scx_bpf_select_cpu_and()
 2025-05-19 18:02 UTC  (2+ messages)

[PATCH] rust: compile libcore with edition 2024 for 1.87+
 2025-05-19 18:01 UTC  (2+ messages)

[PATCH v3] arm64: dts: qcom: sm8750: Add BWMONs
 2025-05-19 17:59 UTC  (4+ messages)

[PATCH] watchdog: arm_smc_wdt: get wdt status through SMCWD_GET_TIMELEFT
 2025-05-19 17:58 UTC  (2+ messages)

[RFC v3 0/2] An API for Stashing Packets into CPU caches
 2025-05-19 17:57 UTC  (8+ messages)
` [RFC PATCH v4 0/3] "
  ` [RFC PATCH v4 1/3] pci: add non-merged Linux uAPI changes
  ` [RFC PATCH v4 2/3] bus/pci: introduce the PCIe TLP Processing Hints API

Prebuilt LLVM 20.1.5 uploaded (and a note about older toolchains)
 2025-05-19 17:57 UTC 

[PATCH v5] rust: kernel: add support for bits/genmask macros
 2025-05-19 17:57 UTC  (4+ messages)

[PATCH BlueZ 1/3] src/device: Add Disconnected signal to propagate disconnection reason
 2025-05-19 17:56 UTC  (2+ messages)
` Propagate "


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.