messages from 2026-07-10 20:21:46 to 2026-07-10 21:55:14 UTC [more...]
[PATCH v2 00/33] drm/ttm, drm/xe: Minimize dma-resv hold times and defragment sub-optimally backed BOs
2026-07-10 21:54 UTC (30+ messages)
` [PATCH v2 01/33] drm/ttm/pool: Allow backing off reclaim at the beneficial order
` [PATCH v2 02/33] drm/ttm/pool: Add ttm_pool_page_order_nodma() helper
` [PATCH v2 03/33] drm/ttm: Record sub-optimal page order allocations in ttm_tt
` [PATCH v2 04/33] drm/ttm: Introduce ttm_pool_alloc_iter for __ttm_pool_alloc()
` [PATCH v2 05/33] drm/ttm: Support defragmentation moves
` [PATCH v2 06/33] drm/ttm: Add fault injection for beneficial-order allocation failures
` [PATCH v2 07/33] drm/ttm: Harvest beneficial-order pages on defragmentation moves
` [PATCH v2 08/33] drm/ttm: Bound page (re)allocation per defragmentation move
` [PATCH v2 09/33] drm/ttm: Preallocate beneficial-order defrag pages outside the lock
` [PATCH v2 10/33] drm/ttm: Add full out-of-lock preallocation for ttm_pool_alloc()
` [PATCH v2 15/33] drm/xe: Track BOs backed at a sub-optimal page order
` [PATCH v2 16/33] drm/xe: Back off beneficial-order reclaim under defrag pressure
` [PATCH v2 17/33] drm/xe: Add xe_migrate_copy_defrag() for on-GPU defrag copies
` [PATCH v2 18/33] drm/xe: Handle defrag moves in xe_bo_move()
` [PATCH v2 19/33] drm/xe: Skip self-copies for borrowed pages on defrag moves
` [PATCH v2 20/33] drm/xe: Add a page defragmentation worker
` [PATCH v2 21/33] drm/xe: Add defrag GT stats
` [PATCH v2 22/33] drm/xe: Add Kconfig.profile options for BO defrag configuration
` [PATCH v2 23/33] drm/xe: Defrag using out-of-lock page preallocation
` [PATCH v2 24/33] drm/xe: Add defrag profiling tracepoints
` [PATCH v2 25/33] drm/xe: Preallocate system BO backing outside the dma-resv lock
` [PATCH v2 26/33] drm/xe: Add tracepoint for xe_gem_create_ioctl
` [PATCH v2 27/33] drm/xe: Add IOVA-based xe_res_cursor variant
` [PATCH v2 28/33] drm/xe: Use IOVA-based DMA mapping for eligible tt BOs
` [PATCH v2 29/33] drm/xe: Add per-device dependency scheduler for IOVA defrag finalize
` [PATCH v2 30/33] drm/xe: Add packed copy-step IOVA mapping for defrag
` [PATCH v2 31/33] drm/xe: Blit src-natural to dst-packed for defrag-IOVA copies
` [PATCH v2 32/33] drm/xe: Finalize defrag-IOVA moves with post-copy job
` [PATCH v2 33/33] drm/amdgpu: Preallocate system BO pages outside the reservation lock
[PATCH 00/14] perf c2c: add a function view
2026-07-10 21:54 UTC (3+ messages)
[PATCHSET v4 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
2026-07-10 21:54 UTC (8+ messages)
` [PATCH 01/10] sched/core: Drop mutex locks before proxy rescheduling
` [PATCH 02/10] sched_ext: Fix ops.running/stopping() pairing for proxy-exec donors
` [PATCH 07/10] sched_ext: Add proxy destination query kfuncs
[RFC PATCH 0/6] Add Shared Media Graph API
2026-07-10 21:50 UTC (8+ messages)
` [RFC PATCH 1/6] media: mc: Implement shared media graph
[PATCH v3 00/21] perf arm64: Support data type profiling
2026-07-10 21:49 UTC (4+ messages)
` [PATCH v3 01/21] perf capstone: Fix kernel map reference count leak
[PATCH v1] perf tests: Restore -p flag to lock contention test
2026-07-10 21:48 UTC (2+ messages)
[PATCH v3 0/3] Add support for Variscite VAR-SOM-AM62 and Symphony board
2026-07-10 21:41 UTC (3+ messages)
` [PATCH v3 1/3] dt-bindings: arm: ti: Add bindings for Variscite VAR-SOM-AM62
[PATCH v4 0/7] media: qcom: camss: CAMSS Offline Processing Engine support
2026-07-10 21:41 UTC (3+ messages)
` [PATCH v4 5/7] media: uapi: Add CAMSS ISP configuration definition
[PATCH v3 00/16] arm_mpam: Add MPAM-Fb firmware support
2026-07-10 21:40 UTC (4+ messages)
` [PATCH v3 01/16] arm_mpam: let low level MSC read accessors return an error
[PATCH v2 00/33] mm: make VMA page offset handling more consistent
2026-07-10 21:39 UTC (36+ messages)
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently
` [PATCH v2 22/33] mm/vma: introduce vma_assert_can_modify()
` [PATCH v2 23/33] mm/vma: add and use vma_[add/sub]_pgoff()
` [PATCH v2 24/33] mm/vma: move __install_special_mapping() to vma.c
` [PATCH v2 25/33] mm/vma: make vma_set_range() static, drop insert_vm_struct() decl
` [PATCH v2 26/33] mm/vma: update vma_shrink() to not pass start, pgoff parameters
` [PATCH v2 27/33] mm/vma: update vmg_adjust_set_range() to offset pgoff instead
` [PATCH v2 28/33] mm/vma: slightly rework the anonymous check in __mmap_new_vma()
` [PATCH v2 29/33] mm/vma: introduce and use vma_set_pgoff()
` [PATCH v2 30/33] mm/vma: correct incorrect vma.h inclusion
` [PATCH v2 31/33] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH v2 32/33] tools/testing/vma: default VMA, mm flag bits to 64-bit
` [PATCH v2 33/33] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()
[PATCH] crypto: rsassa-pkcs1: use constant-time comparison for digest and signature verification
2026-07-10 21:37 UTC (2+ messages)
[GIT PULL] ARM: platform and feature deprecation for 7.3
2026-07-10 21:33 UTC
[PATCH] gpu: nova-core: add ChannelIdPool
2026-07-10 21:29 UTC (2+ messages)
[PATCH v5 0/9] mm/page_owner: misc cleanups
2026-07-10 21:27 UTC (4+ messages)
[PATCH 0/8] x86/pci: consolidate x86-specific PCI quirks into arch/x86/pci/fixup.c
2026-07-10 21:27 UTC (4+ messages)
[PATCH v8 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-07-10 21:27 UTC (9+ messages)
` [PATCH v8 1/8] mm/hmm: move page fault handling out of walk callbacks
` [PATCH v8 2/8] mm/hmm: add hmm_range_fault_unlocked_timeout() for mmap lock-drop support
` [PATCH v8 3/8] selftests/mm: add HMM test for mmap lock-dropping faults
` [PATCH v8 4/8] mshv: Use hmm_range_fault_unlocked_timeout() for region faults
` [PATCH v8 5/8] drm/nouveau: Use hmm_range_fault_unlocked_timeout() for SVM faults
` [PATCH v8 6/8] RDMA/umem: Use hmm_range_fault_unlocked_timeout() for ODP faults
` [PATCH v8 7/8] accel/amdxdna: Use hmm_range_fault_unlocked_timeout() for range population
` [PATCH v8 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults
[PATCH v2 0/2] Add trace event support for GENI SE registers dump
2026-07-10 21:26 UTC (3+ messages)
` [PATCH v2 2/2] spi: qcom-geni: add GENI SE registers trace event on error paths
[PATCH net 0/7] selftests: net: add missing kconfig and settings
2026-07-10 21:26 UTC (3+ messages)
` [PATCH net 6/7] selftests: drv-net: add missing kconfig for psp.py
[PATCH v7 00/12] PCI: liveupdate: PCI core support for Live Update
2026-07-10 21:26 UTC (13+ messages)
` [PATCH v7 01/12] PCI: liveupdate: Set up FLB handler for the PCI core
` [PATCH v7 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v7 03/12] PCI: liveupdate: Track incoming "
` [PATCH v7 04/12] PCI: liveupdate: Document driver binding responsibilities
` [PATCH v7 05/12] PCI: liveupdate: Keep bus numbers constant during Live Update
` [PATCH v7 06/12] PCI: liveupdate: Auto-preserve upstream bridges across "
` [PATCH v7 07/12] PCI: Refactor matching logic for pci_dev_acs_ops
` [PATCH v7 08/12] PCI: liveupdate: Inherit ACS flags in incoming preserved devices
` [PATCH v7 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
` [PATCH v7 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v7 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v7 12/12] Documentation: PCI: Add documentation for Live Update
[PATCH 0/7] dmaengine: dw-edma: Fixes and interrupt-path groundwork
2026-07-10 21:26 UTC (3+ messages)
` [PATCH 1/7] dmaengine: dw-edma: Fix HDMA channel status register access
[PATCH 5.15.y v2 0/8] KVM: fixes for CVE-2026-46113 and related issues
2026-07-10 21:24 UTC (3+ messages)
[PATCH V5 0/4] Add PCIe M.2 Key E connector support for NXP i.MX boards
2026-07-10 21:23 UTC (5+ messages)
` [PATCH V5 2/4] PCI: imx6: Add skip_pwrctrl_off flag support
[PATCH bpf-next 0/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
2026-07-10 21:23 UTC (3+ messages)
` [PATCH bpf-next 2/2] "
[PATCH v2] dt-bindings: net: microchip,lan78xx: convert to DT schema
2026-07-10 21:23 UTC (2+ messages)
[PATCH] staging: greybus: audio: bound topology parsing to the received buffer
2026-07-10 21:23 UTC
[PATCH] iommu/rockchip: implement .flush_iotlb_all
2026-07-10 21:23 UTC (4+ messages)
[PATCH v2 00/10] treewide: replace linux/gpio.h
2026-07-10 21:19 UTC (10+ messages)
` [PATCH v2 01/10] ARM: replace linux/gpio.h inclusions
` [PATCH v2 02/10] m68k/coldfire: "
` [PATCH v2 03/10] mips: "
` [PATCH v2 04/10] sh: "
` [PATCH v2 05/10] mfd: "
` [PATCH v2 06/10] ASoC: "
` [PATCH v2 07/10] pcmcia: "
` [PATCH v2 08/10] phy: "
` [PATCH v2 09/10] Input: matrix_keyboard - replace linux/gpio.h inclusion
[PATCH] scsi: lpfc: Fix memory leak in lpfc_sli4_driver_resource_setup()
2026-07-10 21:20 UTC (3+ messages)
[PATCH v6 0/6] gpiolib: fence off legacy interfaces
2026-07-10 21:18 UTC (7+ messages)
` [PATCH 1/6] [v6] Input: soc_button_array - select CONFIG_GPIOLIB_LEGACY
` [PATCH 2/6] [v6] Input: gpio-keys: make legacy gpiolib optional
` [PATCH 3/6] [v6] leds: gpio: make legacy gpiolib interface optional
` [PATCH 4/6] [v6] sh: select legacy gpiolib interface
` [PATCH 5/6] [v6] x86/olpc: select GPIOLIB_LEGACY
` [PATCH 6/6] [v6] gpiolib: turn off legacy interface by default
[PATCH 00/17] media: rockchip: rga: Add multi-core support
2026-07-10 21:18 UTC (5+ messages)
` [PATCH 05/17] media: v4l2-mem2mem: support running multiple jobs in parallel
` [PATCH 13/17] media: rockchip: rga: bind all cores to the master
[PATCH 0/1] hwmon: (applesmc) Convert to hwmon_device_register_with_info
2026-07-10 21:10 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH 0/3] ASoC: meson: aiu-encoder-i2s: improve hw constraints checks
2026-07-10 21:09 UTC (4+ messages)
` [PATCH 1/3] ASoC: meson: aiu-encoder-i2s: fix bs quirk incompatibility check
` [PATCH 2/3] ASoC: meson: aiu-encoder-i2s: reflect bs quirk in hw constraints
` [PATCH 3/3] ASoC: meson: aiu-encoder-i2s: use the core symmetric_rate handling
[PATCH 0/5] Import optee node from u-boot device trees
2026-07-10 21:09 UTC (3+ messages)
` [PATCH 1/5] arm64: dts: freescale: "
[PATCH v9 00/12] Allow AET to use PMT as loadable module
2026-07-10 21:08 UTC (29+ messages)
` [PATCH v9 01/12] platform/x86/intel/{pmt,vsec}: Prevent unbind via sysfs
` [PATCH v9 03/12] x86/resctrl: Honor rdt=perf option to force enable AET perf events
` [PATCH v9 05/12] x86/resctrl: Drop global 'rdt_mon_capable' flag
` [PATCH v9 06/12] arm,x86,fs/resctrl: Handle change in number of RMIDs on each mount
` [PATCH v9 07/12] x86/resctrl: Add PMT registration API for AET enumeration callbacks
` [PATCH v9 09/12] arm,x86/resctrl: Resolve INTEL_PMT_TELEMETRY symbols at runtime
` [PATCH v9 10/12] fs/resctrl: Call architecture hooks for every mount/unmount
` [PATCH v9 11/12] x86/resctrl: Simplify Kconfig options for resctrl
[PATCH printk 0/3] Introduce sync mode
2026-07-10 21:05 UTC (2+ messages)
[RFC PATCH 00/11] : media: iris: Migrate iommus to iris sub nodes
2026-07-10 21:05 UTC (5+ messages)
` [RFC PATCH 07/11] arm64: dts: qcom: hamoa: Move Iris IOMMUs to "
[PATCH 00/30] mm: make VMA page offset handling more consistent
2026-07-10 21:03 UTC (10+ messages)
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit
` [PATCH 30/30] tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()
Please consider fb3bbcfe344e ("exit: change the release_task() paths to call flush_sigqueue() lockless") for 5.10.y, 5.15.y, 6.1.y, 6.6.y, and 6.12.y
2026-07-10 21:03 UTC (2+ messages)
[PATCH 6.6 000/175] 6.6.144-rc1 review
2026-07-10 21:03 UTC (3+ messages)
[PATCH 6.6.y] net: Drop the lock in skb_may_tx_timestamp()
2026-07-10 21:03 UTC (2+ messages)
[PATCH for 6.6] LoongArch: Add PIO for early access before ACPI PCI root register
2026-07-10 21:03 UTC (2+ messages)
[PATCH 6.6 v3 0/6] arm64: KVM: Backport VHE-only boot fixes
2026-07-10 21:03 UTC (2+ messages)
[PATCH v2] x86: Start removing X86_X32_ABI
2026-07-10 20:59 UTC (9+ messages)
[RFC] mpam,x86,fs/resctrl: Generic schema description Proof of Concept
2026-07-10 20:59 UTC (6+ messages)
[PATCH v12 00/36] phy: rockchip: usbdp: Clean up the mess
2026-07-10 16:45 UTC (8+ messages)
` [PATCH v12 17/36] phy: rockchip: usbdp: Drop DP HPD handling
` [PATCH v12 18/36] phy: rockchip: usbdp: Rename mode_change to phy_needs_reinit
` [PATCH v12 21/36] phy: rockchip: usbdp: Properly handle TYPEC_STATE_SAFE and TYPEC_STATE_USB
` [PATCH v12 24/36] phy: rockchip: usbdp: Hold mutex in DP PHY configure
` [PATCH v12 28/36] phy: rockchip: usbdp: Only enable USB3 when not in high-speed mode
` [PATCH v12 31/36] phy: rockchip: usbdp: Add phy reset notification support
` [PATCH v12 33/36] phy: rockchip: usbdp: Rename mode to hw_mode
[RFC PATCH 0/6] um: introduce pidfd_mmap()/pidfd_munmap() syscalls
2026-07-10 20:53 UTC (7+ messages)
` [RFC PATCH 1/6] pidfd: add "
` [RFC PATCH 2/6] um: acquire a stub pidfd via CLONE_PIDFD in seccomp mode
` [RFC PATCH 3/6] um: install guest mappings via pidfd_mmap() "
` [RFC PATCH 4/6] um: forbid mmap/munmap in the stub seccomp filter
` [RFC PATCH 5/6] um: install guest mappings via pidfd_mmap() in both modes
` [RFC PATCH 6/6] selftests/pidfd: add pidfd_mmap()/pidfd_munmap() tests
[PATCH v7 00/12] sched, steal_monitor: Introduce cpu_preferred_mask and steal-driven vCPU backoff
2026-07-10 20:53 UTC (5+ messages)
` [PATCH v7 08/12] virt: Introduce steal monitor driver
` [PATCH v7 11/12] virt/steal_monitor: Act on steal time periodically and decide on preferred CPUs
[PATCH] Bluetooth: btintel: Drop dead !skb check in btintel_read_version()
2026-07-10 20:30 UTC
[GIT PULL] regulator fixes for v7.2-rc2
2026-07-10 20:50 UTC
[PATCH] media: rockchip: rkcif: Use IS_ERR() check for media_entity_remote_source_pad_unique()
2026-07-10 20:30 UTC
[PATCH] media: cedrus: skip invalid H.264 reference list entries
2026-07-10 20:44 UTC (4+ messages)
` [PATCH v2] media: cedrus: reject invalid active H.264 ref indices
[PATCH v4 0/8] media: add virtio-media driver
2026-07-10 20:44 UTC (3+ messages)
[REGRESSION] drm/amd/display: amdgpu_dm_plane_test.ko fails to build due to modpost "too long symbol"
2026-07-10 20:43 UTC (6+ messages)
[PATCH v2 1/9] security: add LSM blob and hooks for namespaces
2026-07-10 20:42 UTC (5+ messages)
[PATCH v3 0/7] ASoC: apple: mca: support simultaneous I2S capture on the frontend
2026-07-10 20:41 UTC (3+ messages)
` [PATCH v3 2/7] ASoC: apple: mca: Separate data & clock port setup
[PATCH RFC] RAS: hwerr_tracking: move recoverable hardware error tracking out of vmcoreinfo
2026-07-10 20:35 UTC (2+ messages)
[tip:irq/drivers] BUILD SUCCESS d1c2827590696cdb0d580502443e2f5d8ae6e0ea
2026-07-10 20:34 UTC
[PATCH] ocfs2: validate rl_used against rl_count in refcount block validator
2026-07-10 20:33 UTC (2+ messages)
[PATCH v2] alpha/PCI: Fix I/O port accessor argument order in pci_legacy_write()
2026-07-10 20:32 UTC (2+ messages)
[syzbot] Monthly fs report (Jul 2026)
2026-07-10 20:32 UTC
[syzbot] Monthly ext4 report (Jul 2026)
2026-07-10 20:32 UTC
[PATCH v1] PCI: acpiphp_ibm: Do not use uninitialized device_class
2026-07-10 20:30 UTC (2+ messages)
[PATCH v5 0/4] pinctrl: mediatek: Enable module build support
2026-07-10 20:29 UTC (2+ messages)
[PATCH] mm/ptdump: always stabilise against page table freeing using init_mm
2026-07-10 20:29 UTC (2+ messages)
[PATCH] usb: core: devio: validate device and interface before buffer allocation
2026-07-10 20:29 UTC (3+ messages)
[PATCH v2 0/7] rust_binder : Implement dynamic debug logging mask
2026-07-10 20:27 UTC (4+ messages)
` [PATCH v2 1/7] rust_binder: Add "
[PATCH net-next v5 0/2] net: dsa: realtek: rtl8365mb: add SGMII/HSGMII support for RTL8367S
2026-07-10 20:26 UTC (2+ messages)
[PATCH v3 6/8] wifi: ath12k: Use pci_{enable/disable}_link_state() APIs to enable/disable ASPM states
2026-07-10 20:25 UTC (2+ messages)
[PATCH] iio: proximity: hx9023s: validate firmware size
2026-07-10 20:21 UTC (3+ messages)
` [PATCH v2] "
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