All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 14:43:54 to 2026-05-20 15:06:56 UTC [more...]

[PATCH V8 2/2] arm64: dts: qcom: glymur-crd: add Audio sound card node
 2026-05-20 15:06 UTC  (2+ messages)

[V1 0/1] Add VXLAN TSO function
 2026-05-20 15:06 UTC  (3+ messages)
` [V1 1/1] net/hinic3: "

[PATCH 0/2] ASoC: SOF: Intel: Enable offload for UAOL for LNL+
 2026-05-20 15:06 UTC  (3+ messages)
` [PATCH 1/2] ASoC: SOF: Intel: hda-mlink/lnl: Convert offload enable functions to void
` [PATCH 2/2] ASoC: SOF: Intel: lnl: Enable offload for UAOL link

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-05-20 15:06 UTC  (4+ messages)
` [PATCH 4/7] mm/migrate: add batch-copy path in migrate_pages_batch

[PATCH 0/5] USB4 mode programming for QMMPHY on X1E
 2026-05-20 15:06 UTC  (8+ messages)
` [PATCH 3/5] phy: qualcomm: qmp-combo: Add preliminary USB4 support

[PATCH v2 0/3] drm/virtio: introduce F_BLOB_ALIGNMENT support
 2026-05-20 15:05 UTC  (2+ messages)

[PATCH] tests/kms_hdr: Skip unsupported formats in bpc-switch test
 2026-05-20 15:04 UTC  (2+ messages)

[PATCH v4] drm/virtio: use uninterruptible resv lock for plane updates
 2026-05-20 15:04 UTC  (2+ messages)

Patch "netfs: fix error handling in netfs_extract_user_iter()" has been added to the 6.18-stable tree
 2026-05-20 15:01 UTC 

Possible devmem TCP TX dma-buf binding id authorization issue
 2026-05-20 15:04 UTC 

[PATCH] net/ice: fix TM node ID validation against configured queues
 2026-05-20 15:03 UTC  (3+ messages)

Patch "drm/ttm: Convert -EAGAIN from dmem_cgroup_try_charge to -ENOSPC" has been added to the 6.18-stable tree
 2026-05-20 15:01 UTC 

[PATCH] mm/damon/core: trace esz at first setup
 2026-05-20 15:03 UTC 

[PATCH 0/2] enhance telemetry list endpoint with device name
 2026-05-20 15:03 UTC  (11+ messages)
` [PATCH 1/2] dmadev: include device name in telemetry list output
` [PATCH v2 0/2] Add list names telemetry endpoint
  ` [PATCH v2 2/2] ethdev: add telemetry endpoint for list names

Patch "netfs: fix error handling in netfs_extract_user_iter()" has been added to the 6.6-stable tree
 2026-05-20 15:01 UTC 

RFC: GitLab issues for security disclosures
 2026-05-20 15:01 UTC  (2+ messages)

[PATCH] ASoC: SOF: ipc4-topology: Print for format type in dbg_audio_format
 2026-05-20 15:02 UTC 

[PATCH] ASoC: SOF: ipc4-topology: Allow the use of multiple formats for src output
 2026-05-20 15:01 UTC 

[RFC PATCH 00/40] mm: reliable 1GB page allocation
 2026-05-20 14:59 UTC  (41+ messages)
` [RFC PATCH 01/40] mm: page_alloc: replace pageblock_flags bitmap with struct pageblock_data
` [RFC PATCH 02/40] mm: page_alloc: per-cpu pageblock buddy allocator
` [RFC PATCH 03/40] mm: page_alloc: split-path PCP free with local-trylock + remote-llist
` [RFC PATCH 04/40] mm: mm_init: fix zone assignment for pages in unavailable ranges
` [RFC PATCH 05/40] mm: page_alloc: remove watermark boost mechanism
` [RFC PATCH 06/40] mm: page_alloc: async evacuation of stolen movable pageblocks
` [RFC PATCH 07/40] mm: page_alloc: track actual page contents in pageblock flags
` [RFC PATCH 08/40] mm: page_alloc: superpageblock metadata for 1GB anti-fragmentation
` [RFC PATCH 09/40] mm: page_alloc: support superpageblock resize for memory hotplug
` [RFC PATCH 10/40] mm: page_alloc: add superpageblock fullness lists for allocation steering
` [RFC PATCH 11/40] mm: page_alloc: steer pageblock stealing to tainted superpageblocks
` [RFC PATCH 12/40] mm: page_alloc: steer movable allocations to fullest clean superpageblocks
` [RFC PATCH 13/40] mm: page_alloc: extract claim_whole_block from try_to_claim_block
` [RFC PATCH 14/40] mm: page_alloc: add per-superpageblock free lists
` [RFC PATCH 15/40] mm: page_alloc: add background superpageblock defragmentation worker
` [RFC PATCH 16/40] mm: compaction: walk per-superpageblock free lists for migration targets
` [RFC PATCH 17/40] mm: page_alloc: superpageblock-aware contiguous and higher order allocation
` [RFC PATCH 18/40] mm: page_alloc: prevent atomic allocations from tainting clean SPBs
` [RFC PATCH 19/40] mm: page_alloc: aggressively pack non-movable allocs in tainted SPBs on large systems
` [RFC PATCH 20/40] mm: page_alloc: prefer reclaim over tainting clean superpageblocks
` [RFC PATCH 21/40] mm: page_alloc: adopt partial pageblocks from tainted superpageblocks
` [RFC PATCH 22/40] mm: page_alloc: add CONFIG_DEBUG_VM sanity checks for SPB counters
` [RFC PATCH 23/40] mm: page_alloc: targeted evacuation and dynamic reserves for tainted SPBs
` [RFC PATCH 24/40] mm: page_alloc: prevent UNMOVABLE/RECLAIMABLE mixing in pageblocks
` [RFC PATCH 25/40] mm: trigger deferred SPB evac when atomic allocs would taint a clean SPB
` [RFC PATCH 26/40] mm: page_alloc: refuse fragmenting fallback for callers with cheap fallback
` [RFC PATCH 27/40] mm: page_alloc: cross-migratetype buddy borrow within tainted SPBs
` [RFC PATCH 28/40] mm: page_alloc: drive slab shrink from SPB anti-fragmentation pressure
` [RFC PATCH 29/40] mm: page_reporting: walk per-superpageblock free lists
` [RFC PATCH 30/40] mm: show_mem: collect migratetype letters from per-superpageblock lists
` [RFC PATCH 31/40] mm: page_alloc: per-(zone, order, mt) PASS_1 hint cache
` [RFC PATCH 32/40] mm: debug: prevent infinite recursion in dump_page() with CMA
` [RFC PATCH 33/40] PM: hibernate: walk per-superpageblock free lists in mark_free_pages
` [RFC PATCH 34/40] btrfs: allocate eb-attached btree pages as movable
` [RFC PATCH 35/40] mm: page_alloc: refuse best-effort high-order allocs servable at lower orders
` [RFC PATCH 36/40] mm: page_alloc: set ALLOC_NOFRAGMENT on alloc_frozen_pages_nolock_noprof
` [RFC PATCH 37/40] mm: page_alloc: move spb_get_category and spb_tainted_reserve to mmzone.h
` [RFC PATCH 38/40] mm: compaction: skip empty tainted superpageblocks as migration source
` [RFC PATCH 39/40] mm: compaction: respect tainted SPB reserve in destination selection
` [RFC PATCH 40/40] mm: page_alloc: SPB tracepoint instrumentation [DO-NOT-MERGE]

[PATCH v2 1/2] dt-bindings: remoteproc: qcom,shikra-pas: Document Shikra PAS remoteprocs
 2026-05-20 15:01 UTC  (2+ messages)

[PATCH v2 0/8] hdmi: Add common TMDS character rate constants
 2026-05-20 15:01 UTC  (11+ messages)
` [PATCH v2 1/8] video/hdmi: "
` [PATCH v2 2/8] drm/bridge: dw-hdmi: Use the common TMDS char rate constant
` [PATCH v2 3/8] drm/bridge: dw-hdmi-qp: "
` [PATCH v2 4/8] drm/bridge: inno-hdmi: "
` [PATCH v2 5/8] drm/sti: hdmi: Use the common TMDS char rate constants
` [PATCH v2 6/8] drm/sun4i: hdmi: Use the common TMDS char rate constant
` [PATCH v2 7/8] drm/msm/hdmi: Use the common TMDS char rate constants in 8996 PHY
` [PATCH v2 8/8] drm/msm/hdmi: Use the common TMDS char rate constants in 8998 PHY

[PATCH] selinux: enable genfscon labeling for securityfs
 2026-05-20 15:00 UTC 

[PATCH 0/6] usb: typec: add Qualcomm PMI8998 USB Type-C role-switch support
 2026-05-20 15:00 UTC  (4+ messages)

[kvm-unit-tests PATCH v3 0/2] x86/svm: Add testing for L1 intercept bug
 2026-05-20 14:59 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 1/2] x86/svm: Add missing svm intercepts

[PATCH v5 0/9] Add support for MT6392 PMIC
 2026-05-20 15:00 UTC  (3+ messages)
` [PATCH v5 5/9] mfd: mt6397: "

FAILED: patch "[PATCH] ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale" failed to apply to 5.10-stable tree
 2026-05-20 15:00 UTC 

FAILED: patch "[PATCH] ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale" failed to apply to 5.15-stable tree
 2026-05-20 15:00 UTC 

FAILED: patch "[PATCH] ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale" failed to apply to 6.1-stable tree
 2026-05-20 15:00 UTC 

FAILED: patch "[PATCH] ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale" failed to apply to 6.6-stable tree
 2026-05-20 15:00 UTC 

[PATCH] mfd: max77620: Avoid regmap mutex deadlock in power-off handler
 2026-05-20 14:59 UTC  (3+ messages)

[PATCH RESEND v2] i2c: mux-mule: Remove error print for devm_add_action_or_reset()
 2026-05-20 14:59 UTC 

[PATCH] cxl/region: Fix out of bounds access in cxl_cancel_auto_attach()
 2026-05-20 14:59 UTC  (4+ messages)

[PATCH] blk-mq: always take a queue reference in blk_mq_submit_bio
 2026-05-20 14:59 UTC  (2+ messages)

[syzbot] [net?] possible deadlock in __sk_receive_skb
 2026-05-20 14:59 UTC 

[PATCH rdma-next v7 0/9] RDMA/bnxt_re: Support QP uapi extensions
 2026-05-20 14:59 UTC  (3+ messages)

FAILED: patch "[PATCH] drm/loongson: Use managed KMS polling" failed to apply to 6.6-stable tree
 2026-05-20 14:59 UTC 

[PATCH v2] phy: exynos5-usbdrd: Remove error print for devm_add_action_or_reset()
 2026-05-20 14:58 UTC  (4+ messages)

[PATCH kvm-unit-tests 0/5] add minimal tests for 32-bit guests
 2026-05-20 14:58 UTC  (6+ messages)
` [PATCH kvm-unit-tests 1/5] vmx: add test for 32-bit guest
` [PATCH kvm-unit-tests 2/5] vmx: add test for 32-bit PAE guest
` [PATCH kvm-unit-tests 3/5] svm: cleanup regs handling
` [PATCH kvm-unit-tests 4/5] svm: add test for 32-bit guest
` [PATCH kvm-unit-tests 5/5] svm: add test for 32-bit PAE guest

[PATCH] sched/fork: Fix timer_slack_ns inheritance for RT tasks
 2026-05-20 14:57 UTC  (2+ messages)

FAILED: patch "[PATCH] nfsd: update mtime/ctime on COPY in presence of delegated" failed to apply to 6.18-stable tree
 2026-05-20 14:57 UTC 

[PATCH] linux/mem: atomically prefault hugepages in alloc_seg
 2026-05-20 14:57 UTC  (2+ messages)

FAILED: patch "[PATCH] platform/x86/intel/tpmi/plr: Prevent fault during unbind" failed to apply to 6.18-stable tree
 2026-05-20 14:56 UTC 

FAILED: patch "[PATCH] nfsd: update mtime/ctime on CLONE in presense of delegated" failed to apply to 6.18-stable tree
 2026-05-20 14:55 UTC 

FAILED: patch "[PATCH] platform/x86: intel: Add notifiers support" failed to apply to 6.18-stable tree
 2026-05-20 14:55 UTC 

[PATCH] tools/testing/cxl: Align mock CFMWS to PMD_SIZE for ARM64 64K pages
 2026-05-20 14:56 UTC  (2+ messages)

[PATCH v4 sched_ext/for-7.2 0/2] sched_ext: Follow-up fixes for exit_cpu accuracy
 2026-05-20 14:56 UTC  (4+ messages)
` [PATCH 2/2] sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUs

[PATCH] tools: Fix helpers build
 2026-05-20 14:55 UTC  (2+ messages)

Patch "netfs: fix error handling in netfs_extract_user_iter()" has been added to the 7.0-stable tree
 2026-05-20 14:54 UTC 

[PATCH v2 0/3] Enhance RPMsg buffer management
 2026-05-20 14:55 UTC  (5+ messages)
` [PATCH v2 2/3] rpmsg: virtio_rpmsg_bus: get buffer size from config space

[PATCH RFC 0/4] selftests: harness: Provide global metadata pointer to allow clean teardown from selftest libraries
 2026-05-20 14:55 UTC  (4+ messages)

[PATCH v2] input: zforce_ts: Remove error print for devm_add_action_or_reset()
 2026-05-20 14:55 UTC  (3+ messages)

[PATCH] generic/791: don't run if kernel misses FANOTIFY
 2026-05-20 14:55 UTC  (2+ messages)

[PATCH v2 0/2] remoteproc: qcom: Add Shikra remoteproc support
 2026-05-20 14:55 UTC  (3+ messages)
` [PATCH v2 2/2] remoteproc: qcom: pas: "

[PATCH v6 0/3] PCI: cadence: Add LTSSM debugfs
 2026-05-20 14:54 UTC  (4+ messages)
` [PATCH v6 2/3] PCI: cadence: Add HPA IP debugfs for LTSSM status

Patch "drm/ttm: Fix ttm_bo_swapout() infinite LRU walk on swapout failure" has been added to the 7.0-stable tree
 2026-05-20 14:54 UTC 

Patch "drm/ttm: Fix ttm_bo_shrink() infinite LRU walk on backup failure" has been added to the 7.0-stable tree
 2026-05-20 14:54 UTC 

Patch "drm/ttm: Convert -EAGAIN from dmem_cgroup_try_charge to -ENOSPC" has been added to the 7.0-stable tree
 2026-05-20 14:54 UTC 

[PATCH v14 00/15] Exposing case folding behavior
 2026-05-20 14:54 UTC  (5+ messages)
` [PATCH v14 03/15] fat: Implement fileattr_get for case sensitivity

CVE-2026-46333 (ssh-keysign-pwn) Linux kernel vulnerability mitigations
 2026-05-20 14:54 UTC 

[PATCH] .gitignore: Add *.z generated files
 2026-05-20 14:52 UTC 

FAILED: patch "[PATCH] platform/x86: lenovo: Decouple lenovo-wmi-gamezone and" failed to apply to 7.0-stable tree
 2026-05-20 14:53 UTC 

[RFC PATCH 0/8] remove use of rte_memcpy from net/intel
 2026-05-20 14:53 UTC  (5+ messages)

FAILED: patch "[PATCH] platform/x86/intel/tpmi/plr: Prevent fault during unbind" failed to apply to 7.0-stable tree
 2026-05-20 14:53 UTC 

[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
 2026-05-20 14:53 UTC  (6+ messages)
` [PATCH v4 1/4] Introducing pw_lock() and per-cpu queue & flush work
` [PATCH v4 4/4] slub: apply new pw_queue_on() interface

FAILED: patch "[PATCH] platform/x86: intel: Add notifiers support" failed to apply to 7.0-stable tree
 2026-05-20 14:52 UTC 

Patch "netfs: fix error handling in netfs_extract_user_iter()" has been added to the 6.12-stable tree
 2026-05-20 14:52 UTC 

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

[PATCH v5 00/28] soc/qcom/ubwc: rework UBWC configuration database
 2026-05-20 14:51 UTC  (29+ messages)
` [PATCH v5 01/28] soc: qcom: ubwc: define UBWC 3.1
` [PATCH v5 02/28] soc: qcom: ubwc: define helper for MDSS and Adreno drivers
` [PATCH v5 03/28] soc: qcom: ubwc: add helper controlling AMSBC enablement
` [PATCH v5 04/28] drm/msm/adreno: Trust the SSoT UBWC config
` [PATCH v5 05/28] drm/msm/adreno: use qcom_ubwc_version_tag() helper
` [PATCH v5 06/28] drm/msm/mdss: "
` [PATCH v5 07/28] drm/msm/adreno: use new helper to set min_acc length
` [PATCH v5 08/28] drm/msm/mdss: "
` [PATCH v5 09/28] drm/msm/adreno: use new helper to set macrotile_mode
` [PATCH v5 10/28] drm/msm/mdss: "
` [PATCH v5 11/28] drm/msm/mdss: use new helper to set UBWC bank spreading
` [PATCH v5 12/28] drm/msm/adreno: use new helper to set ubwc_swizzle
` [PATCH v5 13/28] drm/msm/dpu: "
` [PATCH v5 14/28] drm/msm/mdss: "
` [PATCH v5 15/28] drm/msm/adreno: write reserved UBWC-related bits
` [PATCH v5 16/28] drm/msm/adreno: set fp16compoptdis for UBWC 3.0 formats
` [PATCH v5 17/28] drm/msm/adreno: use new helper to set amsbc
` [PATCH v5 18/28] drm/msm/adreno: use version ranges in A8xx UBWC code
` [PATCH v5 19/28] drm/msm/mdss: use new helper to set amsbc
` [PATCH v5 20/28] drm/msm/dpu: drop ubwc_dec_version
` [PATCH v5 21/28] drm/msm/dpu: invert the order of UBWC checks
` [PATCH v5 22/28] soc: qcom: ubwc: set min_acc length to 64 for all UBWC 1.0 targets
` [PATCH v5 23/28] soc: qcom: ubwc: drop ubwc_dec_version
` [PATCH v5 24/28] soc: qcom: ubwc: drop ubwc_bank_spread
` [PATCH v5 25/28] soc: qcom: ubwc: drop macrotile_mode from the database
` [PATCH v5 26/28] soc: qcom: ubwc: use fixed values for UBWC swizzle for UBWC < 4.0
` [PATCH v5 27/28] soc: qcom: ubwc: sort out the rest of the UBWC swizzle settings
` [PATCH v5 28/28] soc: qcom: ubwc: deduplicate UBWC configuration data

[PATCH] smb: client: change allocation requirements in DUP_CTX_STR macro
 2026-05-20 14:51 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 0/7] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-05-20 14:51 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 6/7] lib: arm64: Add guest-internal exception handling (EL1)

[PATCH v3 0/3] iommu/arm-smmu-v3: Fix ATS robustness and state tracking
 2026-05-20 14:51 UTC  (7+ messages)
` [PATCH v3 3/3] iommu/arm-smmu-v3: Fix ATS state tracking via ats_prepared gate

[PATCH bpf-next 0/5] bpf: Follow-up fixes for BPF syscall common attributes
 2026-05-20 14:51 UTC  (6+ messages)
` [PATCH bpf-next 2/5] bpf: Fix concurrent regression in map_create()

[PATCH v2 0/2] ALSA: hda: cs35l56: fix system name leaks
 2026-05-20 14:50 UTC  (3+ messages)
` [PATCH v2 1/2] ALSA: hda: cs35l56: Free ACPI _SUB string on errors
` [PATCH v2 2/2] ALSA: hda: cs35l56: Free system name on probe errors

[Bpf] [PATCH bpf-next] bpf, docs: add LOAD_AQCUIRE and STORE_RELEASE instructions
 2026-05-20 14:50 UTC  (3+ messages)
  `  "

[PATCH] media: ov02c10: Add support for 26 MHz external clock
 2026-05-20 14:50 UTC  (2+ messages)

[PATCH 0/9] Add conf.d support and restructure settings
 2026-05-20 13:47 UTC  (4+ messages)
` [PATCH 5/9] main: Reformat processing of configuration values
` [PATCH 6/9] setting: Move settings from main to setting with hash table support
` [PATCH 7/9] wispr: Change online check urls to const char*

[PATCH v2 0/3] rtc: ds1307: Add support for Epson RX8901CE
 2026-05-20 14:48 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: rtc: ds1307: Add epson,rx8901
` [PATCH v2 2/3] rtc: ds1307: Fix off-by-one issue with wday for rx8130
` [PATCH v2 3/3] rtc: ds1307: Add driver for Epson RX8901CE

[PATCH v14 03/19] unwind_user/sframe: Store .sframe section data in per-mm maple tree
 2026-05-20 14:48 UTC  (5+ messages)

[PATCH v2] Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig
 2026-05-20 14:48 UTC  (2+ messages)
` [v2] "

FAILED: patch "[PATCH] drm/ttm: Fix ttm_bo_shrink() infinite LRU walk on backup" failed to apply to 6.18-stable tree
 2026-05-20 14:47 UTC 

FAILED: patch "[PATCH] drm/i915: skip __i915_request_skip() for already signaled" failed to apply to 5.10-stable tree
 2026-05-20 14:47 UTC 

[PATCH RFC v3 0/3] x86/time: avoid early uses of NOW() to return zero
 2026-05-20 14:46 UTC  (4+ messages)
` [PATCH RFC v3 1/3] time: add "NOW() good" indicator
` [PATCH RFC v3 1/3] x86/Intel: split model-specific freq calculation off of intel_log_freq()
` [PATCH RFC v3 3/3] x86/time: avoid early uses of NOW() to return zero

FAILED: patch "[PATCH] io-wq: check that the predecessor is hashed in" failed to apply to 6.1-stable tree
 2026-05-20 14:46 UTC  (2+ messages)

[5.15.y] build issue when building the queue
 2026-05-20 14:46 UTC  (2+ messages)

FAILED: patch "[PATCH] iommu/vt-d: Avoid NULL pointer dereference or refcount" failed to apply to 6.12-stable tree
 2026-05-20 14:46 UTC 

FAILED: patch "[PATCH] iommu/vt-d: Fix oops due to out of scope access" failed to apply to 6.6-stable tree
 2026-05-20 14:46 UTC 

FAILED: patch "[PATCH] iommu/vt-d: Fix oops due to out of scope access" failed to apply to 6.12-stable tree
 2026-05-20 14:46 UTC 

FAILED: patch "[PATCH] io-wq: check that the predecessor is hashed in" failed to apply to 5.15-stable tree
 2026-05-20 14:46 UTC  (2+ messages)

[PATCH] sysfs: don't remove existing directory on update failure
 2026-05-20 14:45 UTC  (2+ messages)

[PATCH v6 00/43] guest_memfd: In-place conversion support
 2026-05-20 14:44 UTC  (3+ messages)
` [PATCH v6 13/43] KVM: guest_memfd: Return early if range already has requested attributes

[PATCH v2] PCI: eswin: Fix resource leak on dw_pcie_host_init() failure
 2026-05-20 14:45 UTC 

[Intel-wired-lan] [tnguy-next-queue:dev-queue] BUILD SUCCESS 12b19aa96794b5199793f689e0ecffb8296d27cb
 2026-05-20 14:40 UTC 

[PATCH rtw-next v4] wifi: rtw89: usb: Support switching to USB 3 mode
 2026-05-20 14:44 UTC 

[PATCH V8 1/2] arm64: dts: glymur: Add LPASS macro codecs and pinctrl
 2026-05-20 14:44 UTC  (2+ messages)

[PATCH v3 0/6] drm/gem-shmem: Track page accessed/dirty status
 2026-05-20 14:44 UTC  (4+ messages)
` [PATCH v3 5/6] drm/gem-shmem: Track folio accessed/dirty status in mmap

Sashiko review email for kvm@vger.kernel.org?
 2026-05-20 14:43 UTC  (2+ messages)

[recipe build #4042136] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2026-05-20 14:35 UTC 

[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
 2026-05-20 14:43 UTC  (5+ messages)
` [PATCH mm-unstable v17 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions


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.