messages from 2025-05-19 16:17:09 to 2025-05-19 18:14:44 UTC [more...]
[PATCH v4 00/23] iommufd: Add vIOMMU infrastructure (Part-4 HW QUEUE)
2025-05-19 18:14 UTC (10+ messages)
` [PATCH v4 10/23] iommufd/viommu: Introduce IOMMUFD_OBJ_HW_QUEUE and its related struct
` [PATCH v4 11/23] iommufd/viommu: Add IOMMUFD_CMD_HW_QUEUE_ALLOC ioctl
[PATCH v1] Revert "usb: xhci: Implement xhci_handshake_check_state() helper"
2025-05-19 18:13 UTC (3+ messages)
[PATCH] rust: types: remove `Either<L, R>`
2025-05-19 18:12 UTC (5+ messages)
[PATCH v8 0/5] rust: adds Bitmap API, ID pool and bindings
2025-05-19 18:11 UTC (8+ messages)
` [PATCH v8 1/5] rust: add bindings for bitmap.h
` [PATCH v8 2/5] rust: add bindings for bitops.h
` [PATCH v8 3/5] rust: add bitmap API
` [PATCH v8 4/5] rust: add find_bit_benchmark_rust module
` [PATCH v8 5/5] rust: add dynamic ID pool abstraction for bitmap
[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
2025-05-19 18:11 UTC (9+ messages)
` [PATCH v8 18/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v8 20/43] arm64: RME: Runtime faulting of memory
` [PATCH v8 21/43] KVM: arm64: Handle realm VCPU load
` [PATCH v8 22/43] KVM: arm64: Validate register access for a Realm VM
[net-next PATCH v4 00/11] net: pcs: Introduce support for fwnode PCS
2025-05-19 18:10 UTC (7+ messages)
` [net-next PATCH v4 03/11] net: phylink: introduce internal phylink PCS handling
[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)
[BUG][powerpc] OOPs: Kernel access of bad area during zram swap write - kswapd0 crash
2025-05-19 18:07 UTC (5+ messages)
[PATCH v3 0/2] rust: miscdevice: add additional data to MiscDeviceRegistration
2025-05-19 18:06 UTC (2+ messages)
[PATCH 0/4] mm: ksm: prevent KSM from entirely breaking VMA merging
2025-05-19 18:04 UTC (8+ messages)
` [PATCH 1/4] mm: ksm: have KSM VMA checks not require a VMA pointer
` [PATCH 2/4] mm: ksm: refer to special VMAs via VM_SPECIAL in ksm_compatible()
` [PATCH 3/4] mm: prevent KSM from completely breaking VMA merging
[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 (3+ messages)
[PATCH v3] arm64: dts: qcom: sm8750: Add BWMONs
2025-05-19 17:59 UTC (4+ messages)
[PATCH v5 00/40] drm/msm: sparse / "VM_BIND" support
2025-05-19 17:57 UTC (41+ messages)
` [PATCH v5 01/40] drm/gpuvm: Don't require obj lock in destructor path
` [PATCH v5 02/40] drm/gpuvm: Allow VAs to hold soft reference to BOs
` [PATCH v5 03/40] drm/gem: Add ww_acquire_ctx support to drm_gem_lru_scan()
` [PATCH v5 04/40] drm/sched: Add enqueue credit limit
` [PATCH v5 05/40] iommu/io-pgtable-arm: Add quirk to quiet WARN_ON()
` [PATCH v5 06/40] drm/msm: Rename msm_file_private -> msm_context
` [PATCH v5 07/40] drm/msm: Improve msm_context comments
` [PATCH v5 08/40] drm/msm: Rename msm_gem_address_space -> msm_gem_vm
` [PATCH v5 09/40] drm/msm: Remove vram carveout support
` [PATCH v5 10/40] drm/msm: Collapse vma allocation and initialization
` [PATCH v5 11/40] drm/msm: Collapse vma close and delete
` [PATCH v5 12/40] drm/msm: Don't close VMAs on purge
` [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] watchdog: arm_smc_wdt: get wdt status through SMCWD_GET_TIMELEFT
2025-05-19 17:58 UTC (2+ messages)
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 v2 00/10] net: faster and simpler CRC32C computation
2025-05-19 17:50 UTC (11+ messages)
` [PATCH v2 01/10] net: introduce CONFIG_NET_CRC32C
` [PATCH v2 02/10] net: add skb_crc32c()
` [PATCH v2 03/10] net: use skb_crc32c() in skb_crc32c_csum_help()
` [PATCH v2 04/10] RDMA/siw: use skb_crc32c() instead of __skb_checksum()
` [PATCH v2 05/10] sctp: "
` [PATCH v2 06/10] net: fold __skb_checksum() into skb_checksum()
` [PATCH v2 07/10] lib/crc32: remove unused support for CRC32C combination
` [PATCH v2 08/10] net: add skb_copy_and_crc32c_datagram_iter()
` [PATCH v2 09/10] nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()
` [PATCH v2 10/10] net: remove skb_copy_and_hash_datagram_iter()
[PATCH v3 06/13] dt-bindings: reserved-memory: Wakeup Mailbox for Intel processors
2025-05-19 17:56 UTC (11+ messages)
[PATCH 0/2] Introduce RET_PF_RETRY_INVALID_SLOT
2025-05-19 17:49 UTC (10+ messages)
` [PATCH 1/2] KVM: x86/mmu: Add RET_PF_RETRY_INVALID_SLOT for fault retry on invalid slot
[PATCH v2 0/8] x86, KVM: Optimize SEV cache flushing
2025-05-19 17:48 UTC (9+ messages)
` [PATCH v2 4/8] x86, lib: Add WBNOINVD helper functions
` [PATCH v2 7/8] x86, lib: Add wbinvd and wbnoinvd helpers to target multiple CPUs
` [PATCH v2 8/8] KVM: SVM: Flush cache only on CPUs running SEV guest
[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] wifi: ath12k: fix memory leak in ath12k_service_ready_ext_event
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 v4 1/2] binder: Refactor binder_node print synchronization
2025-05-19 17:47 UTC (2+ messages)
[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
[syzbot] [btrfs?] possible deadlock in btrfs_quota_enable (2)
2025-05-19 17:46 UTC (5+ messages)
[PATCH net 0/3] net: dsa: fix RGMII ports on BCM63xx
2025-05-19 17:45 UTC (4+ messages)
` [PATCH net 1/3] net: dsa: b53: do not enable EEE on bcm63xx
` [PATCH net 2/3] net: dsa: b53: fix configuring RGMII delay "
` [PATCH net 3/3] net: dsa: b53: allow RGMII for bcm63xx RGMII ports
[net-next PATCH v4 00/11] Add PCS core support
2025-05-19 17:43 UTC (4+ messages)
` [net-next PATCH v4 03/11] net: pcs: Add subsystem
[RFC PATCH 00/21] KVM: TDX huge page support for private memory
2025-05-19 17:42 UTC (14+ messages)
` [RFC PATCH 09/21] KVM: TDX: Enable 2MB mapping size after TD is RUNNABLE
` [RFC PATCH 10/21] KVM: x86/mmu: Disallow page merging (huge page adjustment) for mirror root
[PATCH v1 1/1] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
2025-05-19 17:41 UTC
[PATCH 0/2] dm mpath: Interface for explicit probing of active paths
2025-05-19 17:33 UTC (8+ messages)
[PATCH net-next v1 0/9] Devmem TCP minor cleanups and ksft improvements
2025-05-19 17:32 UTC (10+ messages)
` [PATCH net-next v1 4/9] net: devmem: ksft: remove ksft_disruptive
` [PATCH net-next v1 5/9] net: devmem: ksft: add ipv4 support
` [PATCH net-next v1 7/9] net: devmem: ksft: add 5 tuple FS support
[PATCH 00/15] Intel VSEC/PMT: Introduce Discovery Driver
2025-05-19 17:32 UTC (4+ messages)
[PATCH v2] x86/fpu: Fix irq_fpu_usable() to return false during CPU onlining
2025-05-19 17:29 UTC
[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 v5 0/5] Enable automatic SVN updates for SGX enclaves
2025-05-19 17:28 UTC (6+ messages)
` [PATCH v5 1/5] x86/sgx: Introduce a counter to count the sgx_(vepc_)open()
[syzbot] [bluetooth?] WARNING in hci_recv_frame
2025-05-19 17:27 UTC (2+ messages)
[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
[PATCH 2/9] pmdomain: rockchip: Add support for RK3528
2025-05-19 17:26 UTC (9+ messages)
` [PATCH 5/9] dt-bindings: mmc: sdhci-of-dwcmhsc: Allow use of a power-domain
[PATCH v2 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
2025-05-19 17:23 UTC (8+ messages)
` [PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment
[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
2025-05-19 17:19 UTC (6+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()
[PATCH v2 0/2] PCI: Separate reset and link code to separate files
2025-05-19 17:17 UTC (3+ messages)
` [PATCH v2 1/2] PCI: Move reset and restore related code to reset.c
` [PATCH v2 2/2] PCI: Move link related code into link.c
[PATCH] mm/cma: make detection of highmem_start more robust
2025-05-19 17:18 UTC
[PATCH v3 0/3] remoteproc: imx_rproc: allow attaching to running core kicked by the bootloader
2025-05-19 17:15 UTC (4+ messages)
` [PATCH v3 1/3] firmware: imx: introduce imx_sc_pm_get_resource_power_mode()
` [PATCH v3 2/3] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU
` [PATCH v3 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment
[PATCH v4 0/4] Make MIGRATE_ISOLATE a standalone bit
2025-05-19 17:15 UTC (6+ messages)
` [PATCH v4 1/4] mm/page_isolation: make page isolation "
[PATCH v8 00/11] iio: adc: ad7768-1: Add features, improvements, and fixes
2025-05-19 17:13 UTC (3+ messages)
` [PATCH v8 10/11] iio: adc: ad7768-1: add filter type and oversampling ratio attributes
[PATCH v3 0/2] arm64: livepatch: Enable livepatch without sframe
2025-05-19 17:11 UTC (8+ messages)
` [PATCH v3 1/2] arm64: Implement arch_stack_walk_reliable
[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-05-19 17:10 UTC (2+ messages)
[PATCH v1 0/3] MSR fixes and cleanups after last round of MSR cleanups
2025-05-19 17:05 UTC (3+ messages)
` [PATCH v1 3/3] x86/msr: Convert a native_wrmsr() use to native_wrmsrq()
[PATCH 3/5] KVM: gmem: Hold filemap invalidate lock while allocating/preparing folios
2025-05-19 17:04 UTC (2+ messages)
[PATCH] x86/fpu: Fix irq_fpu_usable() to return false during CPU onlining
2025-05-19 17:04 UTC (4+ messages)
[PATCH] i2c: slave-eeprom: add latch mode
2025-05-19 17:03 UTC (2+ messages)
[PATCH v2 0/5] perf test trace: Reduce test failures and make error messages verbose
2025-05-19 17:00 UTC (4+ messages)
[PATCH net-next v7 0/8] Add Microchip ZL3073x support (part 1)
2025-05-19 16:59 UTC (10+ messages)
` [PATCH net-next v7 8/8] mfd: zl3073x: Register DPLL sub-device during init
[PATCH] module: release codetag section when module load fails
2025-05-19 16:57 UTC (6+ messages)
` [PATCH v2] "
[PATCH] selftests: drv-net: Fix "envirnoments" to "environments"
2025-05-19 16:55 UTC (2+ messages)
[PATCH] MAINTAINERS: mailmap: update Benno Lossin's email address
2025-05-19 16:55 UTC (2+ messages)
[PATCH v4 0/9] More Rust bindings for device property reads
2025-05-19 16:55 UTC (5+ messages)
` [PATCH v4 6/9] rust: device: Add bindings for reading device properties
[PATCH 1/1] Drivers: hv: Always select CONFIG_SYSFB for Hyper-V guests
2025-05-19 16:54 UTC (6+ messages)
` [EXTERNAL] "
[PATCH v2 0/2] Add 'ngpios' and 'gpio-reserved-ranges' for vf610-gpio driver
2025-05-19 16:54 UTC (3+ messages)
` [PATCH v2 1/2] ARM: dts: add ngpios for vf610 compatible gpio controllers
[PATCH v5 00/24] drm/msm: Add support for SM8750
2025-05-19 16:53 UTC (5+ messages)
` [PATCH v5 21/24] drm/msm/dpu: Implement 10-bit color alpha for v12.0 DPU
[PATCH] net: dwmac-sun8i: Use parsed internal PHY address instead of 1
2025-05-19 16:49 UTC
[RFC PATCH 0/3] mm/damon: introduce DAMON_STAT for access monitoring that just works
2025-05-19 16:44 UTC (4+ messages)
` [RFC PATCH 1/3] mm/damon: introduce DAMON_STAT module
` [RFC PATCH 2/3] mm/damon/stat: calculate and expose estimated memory bandwidth
` [RFC PATCH 3/3] mm/damon/stat: calculate and expose idle time percentiles
[PATCH] docs: i2c: fix spelling mistake
2025-05-19 16:40 UTC (2+ messages)
[PATCH net-next v2] net: phy: add driver for MaxLinear MxL86110 PHY
2025-05-19 16:40 UTC (2+ messages)
[PATCH v3 0/5] Support RK3528 variant of Rockchip naneng-combphy
2025-05-19 16:39 UTC (6+ messages)
` [PATCH v3 2/5] dt-bindings: phy: rockchip: naneng-combphy: Add RK3528 variant
` [PATCH v3 3/5] phy: rockchip: naneng-combphy: Add SoC prefix to register definitions
` [PATCH v3 4/5] phy: rockchip: naneng-combphy: Add RK3528 support
` [PATCH v3 5/5] arm64: dts: rockchip: Add naneng-combphy for RK3528
IBS perf test failures on 9950x3d
2025-05-19 16:39 UTC (4+ messages)
[PATCH] Documentation/devicetree: Fixing a typo in usuage-model.rst
2025-05-19 16:38 UTC (2+ messages)
[PATCH] docs: i2c: Fix "resitors" to "resistors"
2025-05-19 16:36 UTC (2+ messages)
[PATCH 0/16] lib: Refactor find_closest() and find_closest_descending() from macros to lib functions
2025-05-19 16:35 UTC (3+ messages)
` [PATCH 16/16] lib: move find_closest() and find_closest_descending() "
[syzbot] riscv/fixes test error: can't ssh into the instance (2)
2025-05-19 16:35 UTC (2+ messages)
[PATCH 0/3] PCIe: Refactor link speed configuration with unified macro
2025-05-19 16:31 UTC (4+ messages)
` [PATCH 1/3] PCI: Add PCIE_SPEED2LNKCTL2_TLS_ENC conversion macro
` [PATCH 2/3] PCI: dwc: Simplify link speed configuration with macro
` [PATCH 3/3] PCI/bwctrl: Replace legacy speed conversion with shared macro
[PATCH 0/1] Input: xpad - add disable_xboxone module parameter
2025-05-19 16:32 UTC (2+ messages)
[RFC next v2 0/5] ucount: add rlimit cache for ucount
2025-05-19 16:32 UTC (4+ messages)
[PATCH v2 1/3] hfsplus: fix to update ctime after rename
2025-05-19 16:52 UTC (3+ messages)
` [PATCH v2 2/3] hfs: correct superblock flags
` [PATCH v2 3/3] hfs: fix to update ctime after rename
[PATCH net-next v3] net: phy: add driver for MaxLinear MxL86110 PHY
2025-05-19 16:30 UTC
[PATCH v2] vfio/type1: optimize vfio_pin_pages_remote() for hugetlbfs folio
2025-05-19 16:23 UTC (3+ messages)
[PATCH] input: goodix: add poll mode for goodix touchscreen
2025-05-19 16:23 UTC (2+ messages)
[PATCH 1/9] CodingStyle: make Documentation/CodingStyle into symlink
2025-05-19 16:21 UTC (2+ messages)
[PATCH net-next,v2] net: mana: Add support for Multi Vports on Bare metal
2025-05-19 16:20 UTC
[PATCH] driver core: platform: Use devres group to free driver probe resources
2025-05-19 16:20 UTC (11+ messages)
[PATCH] charger: max14577: Handle NULL pdata when CONFIG_OF is not set
2025-05-19 16:20 UTC (3+ messages)
` [PATCH V3] "
[PATCH] perf record: Usability enhancement for Auto Counter Reload
2025-05-19 16:17 UTC (4+ messages)
[PATCH v6 00/22] RV: Linear temporal logic monitors for RT application
2025-05-19 16:17 UTC (4+ messages)
` [PATCH v6 17/22] arm64: mm: Add page fault trace points
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).