linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-14 15:47:41 to 2025-08-15 10:06:04 UTC [more...]

[PATCH v5 0/3] man/man2/mremap.2: describe multiple mapping move, shrink
 2025-08-15 10:05 UTC  (3+ messages)
` [PATCH v5 1/3] man/man2/mremap.2: explicitly document the simple move operation

[PATCH 0/3] mm/rmap: small cleanup for __folio_remove_rmap()
 2025-08-15 10:04 UTC  (6+ messages)
` [PATCH 1/3] mm/rmap: not necessary to mask off FOLIO_PAGES_MAPPED
` [PATCH 2/3] mm/rmap: could be partially_mapped only after no entire map
` [PATCH 3/3] mm/rmap: use folio_large_nr_pages() when we are sure it is a large folio

[PATCH] testing/radix-tree/maple: hack around kfree_rcu not existing
 2025-08-15  9:47 UTC  (6+ messages)

[PATCH v5] userfaultfd: opportunistic TLB-flush batching for present pages in MOVE
 2025-08-15  9:44 UTC  (2+ messages)

[PATCH] mm/damon/core: fix damos_commit_filter not changing allow
 2025-08-15  9:40 UTC 

[PATCH] selftests/damon: change wrong json.dump usage to json.dumps
 2025-08-15  9:40 UTC 

[PATCH v4 0/7] prctl: extend PR_SET_THP_DISABLE to only provide THPs when advised
 2025-08-15  9:29 UTC  (10+ messages)
` [PATCH v4 2/7] mm/huge_memory: convert "tva_flags" to "enum tva_type"
` [PATCH v4 4/7] docs: transhuge: document process level THP controls
` [PATCH v4 5/7] selftest/mm: Extract sz2ord function into vm_util.h

[PATCH v2] mm/damon/Kconfig: make DAMON_STAT_ENABLED_DEFAULT depend on DAMON_STAT
 2025-08-15  9:21 UTC 

[PATCH] mm/damon/Kconfig: enforce DAMON_STAT when DAMON_STAT_ENABLED_DEFAULT is selected
 2025-08-15  9:15 UTC  (3+ messages)

[PATCH v3 00/30] Live Update Orchestrator
 2025-08-15  9:12 UTC  (6+ messages)
` [PATCH v3 07/30] kho: add interfaces to unpreserve folios and physical memory ranges

[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-08-15  9:09 UTC  (16+ messages)
` [PATCH v5 01/15] devres: provide devm_kmemdup_const()
` [PATCH v5 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v5 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v5 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v5 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v5 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v5 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v5 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v5 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v5 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v5 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v5 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v5 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v5 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v5 15/15] pinctrl: qcom: make the pinmuxing strict

[PATCH] mm/migrate: Fix NULL movable_ops if CONFIG_ZSMALLOC=m
 2025-08-15  9:05 UTC 

[PATCH V4] init: Handle bootloader identifier in kernel parameters
 2025-08-15  9:01 UTC 

[RFC v2 PATCH 0/8] pkeys-based cred hardening
 2025-08-15  9:00 UTC  (9+ messages)
` [RFC PATCH v2 1/8] arm64: kpkeys: Avoid unnecessary writes to POR_EL1
` [RFC PATCH v2 2/8] mm: kpkeys: Introduce unrestricted level
` [RFC PATCH v2 3/8] slab: Introduce SLAB_SET_PKEY
` [RFC PATCH v2 4/8] rcu: Allow processing kpkeys-protected data
` [RFC PATCH v2 5/8] mm: kpkeys: Introduce cred pkey/level
` [RFC PATCH v2 6/8] cred: Protect live struct cred with kpkeys
` [RFC PATCH v2 7/8] fs: Protect creds installed by override_creds()
` [RFC PATCH v2 8/8] mm: Add basic tests for kpkeys_hardened_cred

[RFC PATCH v5 00/18] pkeys-based page table hardening
 2025-08-15  8:55 UTC  (19+ messages)
` [RFC PATCH v5 01/18] mm: Introduce kpkeys
` [RFC PATCH v5 02/18] set_memory: Introduce set_memory_pkey() stub
` [RFC PATCH v5 03/18] arm64: mm: Enable overlays for all EL1 indirect permissions
` [RFC PATCH v5 04/18] arm64: Introduce por_elx_set_pkey_perms() helper
` [RFC PATCH v5 05/18] arm64: Implement asm/kpkeys.h using POE
` [RFC PATCH v5 06/18] arm64: set_memory: Implement set_memory_pkey()
` [RFC PATCH v5 07/18] arm64: Reset POR_EL1 on exception entry
` [RFC PATCH v5 08/18] arm64: Context-switch POR_EL1
` [RFC PATCH v5 09/18] arm64: Enable kpkeys
` [RFC PATCH v5 10/18] mm: Introduce kernel_pgtables_set_pkey()
` [RFC PATCH v5 11/18] mm: Introduce kpkeys_hardened_pgtables
` [RFC PATCH v5 12/18] mm: Allow __pagetable_ctor() to fail
` [RFC PATCH v5 13/18] mm: Map page tables with privileged pkey
` [RFC PATCH v5 14/18] arm64: kpkeys: Support KPKEYS_LVL_PGTABLES
` [RFC PATCH v5 15/18] arm64: mm: Guard page table writes with kpkeys
` [RFC PATCH v5 16/18] arm64: Enable kpkeys_hardened_pgtables support
` [RFC PATCH v5 17/18] mm: Add basic tests for kpkeys_hardened_pgtables
` [RFC PATCH v5 18/18] arm64: mm: Batch kpkeys level switches

[PATCH V3] init: Handle bootloader identifier in kernel parameters
 2025-08-15  8:50 UTC  (3+ messages)

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-15  8:27 UTC  (3+ messages)

[RFC PATCH v1 0/9] freezer: Introduce freeze priority model to address process dependency issues
 2025-08-15  8:17 UTC  (12+ messages)

[PATCH v2 0/2] introduce kasan.store_only option in hw-tags
 2025-08-15  8:06 UTC  (6+ messages)
` [PATCH v2 2/2] kasan: apply store-only mode in kasan kunit testcases

[PATCH v3] mm/memory-failure: fix infinite UCE for VM_PFNMAP pfn
 2025-08-15  7:32 UTC 

[PATCH 0/2] arm64/mm: prevent panic on -ENOMEM in arch_add_memory()
 2025-08-15  7:30 UTC  (4+ messages)
` [PATCH 1/2] arm64/mm: Allow __create_pgd_mapping() to propagate pgtable_alloc() errors

[RFC PATCH 0/4] Migrate on fault for device pages
 2025-08-15  7:11 UTC  (12+ messages)
` [RFC PATCH 1/4] mm: use current as mmu notifier's owner

[PATCH][v2] mm/hugetlb: early exit from hugetlb_pages_alloc_boot() when max_huge_pages=0
 2025-08-15  7:02 UTC  (2+ messages)

[Patch v2 0/2] assert rmap behaves as expected
 2025-08-15  6:47 UTC  (3+ messages)
` [Patch v2 1/2] selftests/mm: put general ksm operation into vm_util

[PATCH v3] mm/page_alloc: simplify lowmem_reserve max calculation
 2025-08-15  6:43 UTC  (2+ messages)

mm: swapin read-ahead and zram
 2025-08-15  6:20 UTC  (2+ messages)

[PATCH v3] kasan: add test for SLAB_TYPESAFE_BY_RCU quarantine skipping
 2025-08-15  6:08 UTC  (2+ messages)

[PATCH 00/10] mm: make mm->flags a bitmap and 64-bit on all arches
 2025-08-15  6:07 UTC  (3+ messages)
` [PATCH 02/10] mm: convert core mm to mm_flags_*() accessors

[PATCH v4 0/5] Better split_huge_page_test result check
 2025-08-15  5:40 UTC  (10+ messages)
` [PATCH v4 1/5] mm/huge_memory: add new_order and offset to split_huge_pages*() pr_debug
` [PATCH v4 2/5] selftests/mm: mark all functions static in split_huge_page_test.c
` [PATCH v4 3/5] selftests/mm: reimplement is_backed_by_thp() with more precise check
` [PATCH v4 4/5] selftests/mm: add check_after_split_folio_orders() helper
` [PATCH v4 5/5] selftests/mm: check after-split folio orders in split_huge_page_test

[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
 2025-08-15  5:28 UTC  (14+ messages)
` [PATCH v11 18/24] crypto: acomp - Add crypto_acomp_batch_size() to get an algorithm's batch-size
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v11 23/24] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v11 24/24] mm: zswap: Batched zswap_compress() with compress batching of large folios

[PATCH] mm/rmap: Always inline __folio_rmap_sanity_checks()
 2025-08-15  5:16 UTC  (2+ messages)

[PATCH v3 00/16] dma-mapping: migrate to physical address-based API
 2025-08-15  5:10 UTC  (19+ messages)
` [PATCH v3 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory
` [PATCH v3 02/16] iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link()
` [PATCH v3 03/16] dma-debug: refactor to use physical addresses for page mapping
` [PATCH v3 04/16] dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
` [PATCH v3 05/16] iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
` [PATCH v3 06/16] iommu/dma: extend iommu_dma_*map_phys API to handle MMIO memory
` [PATCH v3 07/16] dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
` [PATCH v3 08/16] kmsan: convert kmsan_handle_dma to use physical addresses
` [PATCH v3 09/16] dma-mapping: handle MMIO flow in dma_map|unmap_page
` [PATCH v3 10/16] xen: swiotlb: Open code map_resource callback
` [PATCH v3 11/16] dma-mapping: export new dma_*map_phys() interface
` [PATCH v3 12/16] mm/hmm: migrate to physical address-based DMA mapping API
` [PATCH v3 13/16] mm/hmm: properly take MMIO path
` [PATCH v3 14/16] block-dma: migrate to dma_map_phys instead of map_page
` [PATCH v3 15/16] block-dma: properly take MMIO path
` [PATCH v3 16/16] nvme-pci: unmap MMIO pages with appropriate interface

[PATCH v2] kasan: add test for SLAB_TYPESAFE_BY_RCU quarantine skipping
 2025-08-15  4:42 UTC  (4+ messages)

Quotation Request (Proforma Attached) – Please Share WhatsApp Info
 2025-08-15  4:22 UTC 

[PATCH v2] mm/page_alloc: simplify lowmem_reserve max calculation
 2025-08-15  2:41 UTC  (3+ messages)

[PATCH v4 net-next 00/10] net-memcg: Gather memcg code under CONFIG_MEMCG
 2025-08-15  2:31 UTC  (25+ messages)
` [PATCH v4 net-next 01/10] mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n
` [PATCH v4 net-next 02/10] mptcp: Use tcp_under_memory_pressure() in mptcp_epollin_ready()
` [PATCH v4 net-next 03/10] tcp: Simplify error path in inet_csk_accept()
` [PATCH v4 net-next 04/10] net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV
` [PATCH v4 net-next 05/10] net: Clean up __sk_mem_raise_allocated()
` [PATCH v4 net-next 06/10] net-memcg: Introduce mem_cgroup_from_sk()
` [PATCH v4 net-next 07/10] net-memcg: Introduce mem_cgroup_sk_enabled()
` [PATCH v4 net-next 08/10] net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge()
` [PATCH v4 net-next 09/10] net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure()
` [PATCH v4 net-next 10/10] net: Define sk_memcg under CONFIG_MEMCG

[PATCH] mm/page_alloc: simplify lowmem_reserve max calculation
 2025-08-15  2:01 UTC  (7+ messages)

[RFC PATCH v1 0/7] A subsystem for hot page detection and promotion
 2025-08-15  1:56 UTC  (7+ messages)
` [RFC PATCH v1 1/7] mm: migrate: Allow misplaced migration without VMA too
` [RFC PATCH v1 2/7] migrate: implement migrate_misplaced_folios_batch
` [RFC PATCH v1 3/7] mm: Hot page tracking and promotion

[PATCH v1 RFC 0/6] kfuzztest: a new kernel fuzzing framework
 2025-08-15  1:17 UTC  (5+ messages)
` [PATCH v1 RFC 6/6] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing

[PATCH v2] mm/memory-failure: fix infinite UCE for VM_PFNMAP'ed page
 2025-08-15  1:16 UTC  (5+ messages)

[v3 00/11] mm: support device-private THP
 2025-08-15  0:04 UTC  (7+ messages)
` [v3 03/11] mm/migrate_device: THP migration of zone device pages

[PATCH] mm/debug_vm_pgtable: clear page table entries at destroy_args()
 2025-08-14 23:28 UTC  (3+ messages)

[PATCH v16 00/13] Support page table check on PowerPC
 2025-08-14 23:24 UTC  (4+ messages)
` [PATCH v16 06/13] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()

[PATCH v4 0/3] mm/oom_kill: Only delay OOM reaper for processes using robust futexes
 2025-08-14 23:13 UTC  (4+ messages)
` [PATCH v4 3/3] mm/oom_kill: Have the OOM reaper and exit_mmap() traverse the maple tree in opposite orders

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-08-14 21:35 UTC  (4+ messages)
` [RFC PATCH v2 02/51] KVM: guest_memfd: Introduce and use shareability to guard faulting

[PATCH] Fix the data type inconsistency issue of min (tier, MAX_CR_TIERS-1) in read_ctrl_pos
 2025-08-14 21:26 UTC  (3+ messages)

[PATCH] mm/page_alloc: only set ALLOC_HIGHATOMIC for __GPF_HIGH allocations
 2025-08-14 20:34 UTC  (3+ messages)

[RFC 0/1] Try to add memory allocation info for cgroup oom kill
 2025-08-14 20:11 UTC  (3+ messages)
` [RFC 1/1] Add memory allocation info for cgroup oom

[PATCH v3 net-next 01/12] mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n
 2025-08-14 19:17 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 931e46dcbc7e6035a90e9c4a27a84b660e083f0a
 2025-08-14 19:07 UTC 

[PATCH v3 0/4] Better split_huge_page_test result check
 2025-08-14 17:50 UTC  (4+ messages)
` [PATCH v3 2/4] selftests/mm: add check_folio_orders() helper

[PATCH v4] memcg: expose socket memory pressure in a cgroup
 2025-08-14 17:43 UTC  (11+ messages)

[PATCH v2 00/16] dma-mapping: migrate to physical address-based API
 2025-08-14 17:43 UTC  (4+ messages)
` [PATCH v2 01/16] dma-mapping: introduce new DMA attribute to indicate MMIO memory

[PATCH v3 net-next 00/12] net-memcg: Decouple controlled memcg from sk->sk_prot->memory_allocated
 2025-08-14 17:10 UTC  (8+ messages)
` [PATCH v3 net-next 12/12] net-memcg: Decouple controlled memcg from global protocol memory accounting

[PATCH v2] mm/zswap: store <PAGE_SIZE compression failed page as-is
 2025-08-14 17:04 UTC  (3+ messages)

[PATCH v3] mm: Fix possible deadlock in console_trylock_spinning
 2025-08-14 17:00 UTC  (8+ messages)

[RFC PATCH v1 00/10] mm/iomap: add granular dirty and writeback accounting
 2025-08-14 16:37 UTC  (3+ messages)
` [RFC PATCH v1 10/10] iomap: "

[PATCH] selftests/damon/access_memory_even: remove unused header file
 2025-08-14 16:28 UTC  (2+ messages)

[RFC PATCH -next 11/16] mm/damon: add addr_unit for DAMON_RECLAIM and LRU_SORT
 2025-08-14 16:11 UTC  (2+ messages)

[RFC PATCH -next 00/16] mm/damon: support ARM32 with LPAE
 2025-08-14 16:04 UTC  (2+ messages)


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).