linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH 00/14] introduce pte_offset_map_{readonly|maywrite}_nolock()
 2024-08-21  8:18 UTC  (6+ messages)
` [PATCH 01/14] mm: pgtable: "
` [PATCH 02/14] arm: adjust_pte() use pte_offset_map_maywrite_nolock()
` [PATCH 03/14] powerpc: assert_pte_locked() use pte_offset_map_readonly_nolock()
` [PATCH 04/14] mm: filemap: filemap_fault_recheck_pte_none() "
` [PATCH 05/14] mm: khugepaged: __collapse_huge_page_swapin() "

[PATCH 1/1] mm/page_poison: slightly optimize check_poison_mem()
 2024-08-21  7:53 UTC 

[PATCH v7 0/2] mm: Ignite large folios swap-in support
 2024-08-21  7:45 UTC  (3+ messages)
` [PATCH v7 1/2] mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support large folios
` [PATCH v7 2/2] mm: support large folios swap-in for sync io devices

[PATCH resend v2 0/5] mm: memory_hotplug: improve do_migrate_range()
 2024-08-21  7:40 UTC  (11+ messages)
` [PATCH v2 1/5] mm: memory_hotplug: remove head variable in do_migrate_range()
` [PATCH v2 2/5] mm: memory-failure: add unmap_posioned_folio()
` [PATCH v2 4/5] mm: migrate: add isolate_folio_to_list()

[syzbot] [mm?] WARNING in zswap_swapoff
 2024-08-21  7:38 UTC  (10+ messages)

[PATCH 1/2] mm: Add memalloc_nowait_{save,restore}
 2024-08-21  7:30 UTC  (11+ messages)
            ` [PATCH] mm: document risk of PF_MEMALLOC_NORECLAIM

[PATCH v12 00/10] enable bs > ps in XFS
 2024-08-21  7:16 UTC  (9+ messages)

[PATCH v3 0/2] Introduce tracepoint for hugetlbfs
 2024-08-21  7:03 UTC  (2+ messages)

[PATCH] mm, slub: prefetch freelist in ___slab_alloc()
 2024-08-21  6:58 UTC  (3+ messages)

[PATCH v3 0/7] mm: Optimize mseal checks
 2024-08-21  6:53 UTC  (12+ messages)
` [PATCH v3 1/7] mm: Move can_modify_vma to mm/vma.h
` [PATCH v3 2/7] mm/munmap: Replace can_modify_mm with can_modify_vma
` [PATCH v3 3/7] mm/mprotect: "
` [PATCH v3 4/7] mm/mremap: "
` [PATCH v3 7/7] selftests/mm: add more mseal traversal tests

[PATCH v1] mm:page-writeback:use folio_next_index() helper in writeback_iter()
 2024-08-21  6:31 UTC 

[PATCH v1 0/2] mremap refactor: check src address for vma boundaries first
 2024-08-21  6:19 UTC  (9+ messages)

[PATCH v1] mm: always inline _compound_head() with CONFIG_HUGETLB_PAGE_OPTIMIZE_VMEMMAP=y
 2024-08-21  5:17 UTC  (2+ messages)

[linux-next:master] [mm/migrate] b28dd7507f: ltp.move_pages04.fail
 2024-08-21  4:44 UTC 

[PATCH v3] ACPI: PCI: check if the root io space is page aligned
 2024-08-21  4:43 UTC  (3+ messages)

[PATCH v1] tools:mm:Check mmap based on return values
 2024-08-21  3:50 UTC 

[PATCH 1/1] mm/slab: remove duplicate check in create_cache()
 2024-08-21  3:26 UTC 

[RFC 0/5] implement asynchronous BLKDISCARD via io_uring
 2024-08-21  2:55 UTC  (13+ messages)
` [RFC 5/5] block: implement io_uring discard cmd

Action Required
 2024-08-21  2:30 UTC 

[PATCH] mm: shrinker: Use min() to improve shrinker_debugfs_scan_write()
 2024-08-21  2:25 UTC  (2+ messages)

[PATCH] mm: remove migration for HugePage in isolate_single_pageblock()
 2024-08-21  1:41 UTC  (7+ messages)

[linux-next:master 5286/5508] arch/powerpc/boot/dts/fsl/b4420qds.dtb: board-control@3,0: compatible: 'oneOf' conditional failed, one must be fixed:
 2024-08-21  1:26 UTC 

[PATCH v2 1/4] mm: Add optional close() to struct vm_special_mapping
 2024-08-21  1:18 UTC  (13+ messages)

[PATCH] mm/swap, workingset: make anon shadow nodes memcg aware
 2024-08-21  0:21 UTC  (2+ messages)

[PATCH v6 00/20] Avoid MAP_FIXED gap exposure
 2024-08-20 23:57 UTC  (21+ messages)
` [PATCH v6 01/20] mm/vma: Correctly position vma_iterator in __split_vma()
` [PATCH v6 02/20] mm/vma: Introduce abort_munmap_vmas()
` [PATCH v6 03/20] mm/vma: Introduce vmi_complete_munmap_vmas()
` [PATCH v6 04/20] mm/vma: Extract the gathering of vmas from do_vmi_align_munmap()
` [PATCH v6 05/20] mm/vma: Introduce vma_munmap_struct for use in munmap operations
` [PATCH v6 06/20] mm/vma: Change munmap to use vma_munmap_struct() for accounting and surrounding vmas
` [PATCH v6 07/20] mm/vma: Extract validate_mm() from vma_complete()
` [PATCH v6 08/20] mm/vma: Inline munmap operation in mmap_region()
` [PATCH v6 09/20] mm/vma: Expand mmap_region() munmap call
` [PATCH v6 10/20] mm/vma: Support vma == NULL in init_vma_munmap()
` [PATCH v6 11/20] mm/mmap: Reposition vma iterator in mmap_region()
` [PATCH v6 12/20] mm/vma: Track start and end for munmap in vma_munmap_struct
` [PATCH v6 13/20] mm: Clean up unmap_region() argument list
` [PATCH v6 14/20] mm/mmap: Avoid zeroing vma tree in mmap_region()
` [PATCH v6 15/20] mm: Change failure of MAP_FIXED to restoring the gap on failure
` [PATCH v6 16/20] mm/mmap: Use PHYS_PFN in mmap_region()
` [PATCH v6 17/20] mm/mmap: Use vms accounted pages "
` [PATCH v6 18/20] ipc/shm, mm: Drop do_vma_munmap()
` [PATCH v6 19/20] mm: Move may_expand_vm() check in mmap_region()
` [PATCH v6 20/20] mm/vma: Drop incorrect comment from vms_gather_munmap_vmas()

[PATCH 0/4] mm, netfs, afs: Truncation fixes
 2024-08-20 23:20 UTC  (5+ messages)
` [PATCH 1/4] mm: Fix missing folio invalidation calls during truncation
` [PATCH 2/4] afs: Fix post-setattr file edit to do truncation correctly
` [PATCH 3/4] netfs: Fix netfs_release_folio() to say no if folio dirty
` [PATCH 4/4] netfs: Fix trimming of streaming-write folios in netfs_inval_folio()

[PATCH] maple_tree: Remove rcu_read_lock() from mt_validate()
 2024-08-20 22:53 UTC  (3+ messages)

[PATCH v11 00/14] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2024-08-20 22:46 UTC  (3+ messages)
` [PATCH v11 04/14] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command

[PATCH v4 0/4] mm: ZSWAP swap-out of mTHP folios
 2024-08-20 22:09 UTC  (9+ messages)
` [PATCH v4 2/4] mm: zswap: zswap_store() extended to handle "

[PATCH v2] mm: add lazyfree folio to lru tail
 2024-08-20 21:46 UTC  (4+ messages)
  ` 回复: "

[PATCH v4 0/6] mm: split underused THPs
 2024-08-20 21:30 UTC  (10+ messages)
` [PATCH v4 4/6] mm: Introduce a pageflag for partially mapped folios

[PATCH v3 0/4] Rust KASAN Support
 2024-08-20 20:49 UTC  (14+ messages)
` [PATCH v3 1/4] kbuild: rust: Define probing macros for rustc
` [PATCH v3 2/4] kbuild: rust: Enable KASAN support
` [PATCH v3 3/4] rust: kasan: Rust does not support KHWASAN
` [PATCH v3 4/4] kasan: rust: Add KASAN smoke test via UAF

[PATCH v2] mm/memory: Don't require head page for do_set_pmd()
 2024-08-20 20:33 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 137108eea6fb72fb5c5d3025c814fff4554e376e
 2024-08-20 20:26 UTC 

[PATCH v4 0/4] Rust KASAN Support
 2024-08-20 19:57 UTC  (8+ messages)
` [PATCH v4 1/4] kbuild: rust: Define probing macros for rustc
` [PATCH v4 2/4] rust: kasan: Rust does not support KHWASAN
` [PATCH v4 3/4] kbuild: rust: Enable KASAN support
` [PATCH v4 4/4] kasan: rust: Add KASAN smoke test via UAF

[PATCH v1] mm: Defines obj_cgroup_get() if CONFIG_MEMCG is not defined
 2024-08-20 19:50 UTC 

[PATCH] Reenable NUMA policy support in the slab allocator
 2024-08-20 19:24 UTC  (2+ messages)

[PATCH 0/5] page allocation tag compression
 2024-08-20 18:35 UTC  (7+ messages)
` [PATCH 1/5] alloc_tag: load module tags into separate continuous memory

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-20 18:01 UTC  (6+ messages)
` [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout)

[PATCH 1/4] mm/mempolicy: Use folio_alloc_mpol_noprof() in alloc_pages_noprof()
 2024-08-20 17:58 UTC  (3+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-20 17:56 UTC  (16+ messages)
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS

[linux-next:master 400/5508] drivers/gpu/drm/xe/xe_migrate.c:304:52: error: result of comparison of constant 274877906944 with expression of type 'resource_size_t' (aka 'unsigned int') is always true
 2024-08-20 17:47 UTC 

[PATCH RFC 0/4] mm: Introduce guest_memfd library
 2024-08-20 16:56 UTC  (4+ messages)
` [PATCH RFC 3/4] mm: guest_memfd: Add option to remove guest private memory from direct map

[linux-next:master] BUILD REGRESSION bb1b0acdcd66e0d8eedee3570d249e076b89ab32
 2024-08-20 16:26 UTC 

[PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-08-20 16:02 UTC  (13+ messages)
  ` [PATCH net-next v13 11/14] mm: page_frag: introduce prepare/probe/commit API

[PATCH v2 5/7] rcu/kvfree: Add kvfree_rcu_barrier() API
 2024-08-20 16:02 UTC  (3+ messages)

[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-20 15:28 UTC  (12+ messages)

[PATCH v2 1/2] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-20 15:26 UTC  (7+ messages)
` [PATCH v2 2/2] selftests: test_zswap: add test for hierarchical zswap.writeback

[PATCH v6 00/26] Generic `Allocator` support for Rust
 2024-08-20 15:26 UTC  (4+ messages)
` [PATCH v6 09/26] rust: alloc: implement kernel `Box`

[PATCH v4 18/29] arm64: add POE signal support
 2024-08-20 14:45 UTC  (14+ messages)

[tip:x86/urgent] [x86/kaslr] dfb3911c36: kernel_BUG_at_arch/x86/mm/physaddr.c
 2024-08-20 14:37 UTC  (3+ messages)

[PATCH] mm: vma remove the redundant avc binded with old folio
 2024-08-20 14:33 UTC 

[PATCH v2] mm: remove migration for HugePage in isolate_single_pageblock()
 2024-08-20 14:01 UTC  (5+ messages)

[PATCH RFC] mm: fix refcount check in mapping_evict_folio
 2024-08-20 14:00 UTC  (3+ messages)

[PATCH v12 0/6]arm64: add ARCH_HAS_COPY_MC support
 2024-08-20 13:26 UTC  (6+ messages)
` [PATCH v12 2/6] arm64: add support for ARCH_HAS_COPY_MC

[PATCH v3 0/7] mm: workingset reporting
 2024-08-20 13:00 UTC  (2+ messages)

[PATCH mm-unstable v2 0/5] Improve mem_cgroup_iter()
 2024-08-20 11:59 UTC  (5+ messages)
` [PATCH mm-unstable v2 4/5] mm: restart if multiple traversals raced

[linux-next:master 5236/5508] arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dtb: bluetooth: 'vddaon-supply' is a required property
 2024-08-20 11:59 UTC 

[linux-next:master 5294/5508] arch/arm64/boot/dts/rockchip/rk3399-ficus.dtb: bluetooth: Unevaluated properties are not allowed ('clock-names' was unexpected)
 2024-08-20 11:49 UTC 

[PATCH v6] mm: override mTHP "enabled" defaults at kernel cmdline
 2024-08-20 10:52 UTC 

[PATCH 00/26] Address Space Isolation (ASI) 2024
 2024-08-20 10:52 UTC  (3+ messages)
` [PATCH 26/26] KVM: x86: asi: Add some mitigations on address space transitions

[PATCH] KVM: x86: Use gfn_to_pfn_cache for steal_time
 2024-08-20 10:11 UTC  (3+ messages)

[PATCH v2] mm: skip less than check for MAX_NR_ZONES
 2024-08-20 10:06 UTC  (3+ messages)

[PATCH v2 0/5] support shmem mTHP collapse
 2024-08-20  9:49 UTC  (6+ messages)
` [PATCH v2 1/5] mm: khugepaged: expand the is_refcount_suitable() to support file folios
` [PATCH v2 2/5] mm: khugepaged: use the number of pages in the folio to check the reference count
` [PATCH v2 3/5] mm: khugepaged: support shmem mTHP copy
` [PATCH v2 4/5] mm: khugepaged: support shmem mTHP collapse
` [PATCH v2 5/5] selftests: mm: support shmem mTHP collapse testing

[PATCH v8 4/6] RISC-V: Detect unaligned vector accesses supported
 2024-08-20  9:25 UTC  (2+ messages)

gcc-8: mm/swapfile.c:863:40: error: array subscript 1 is above array bounds of 'struct list_head[1]' [-Werror=array-bounds]
 2024-08-20  8:51 UTC  (5+ messages)

[PATCH v4 0/2] Add support for Congatec CGEB BIOS interface
 2024-08-20  8:48 UTC  (3+ messages)

[PATCH 0/5] mm: finish three more folio conversion
 2024-08-20  8:41 UTC  (12+ messages)
` [PATCH 1/5] mm: remove find_subpage()

[PATCH 00/16] Consolidate iommu page table implementations
 2024-08-20  8:22 UTC  (5+ messages)
` [PATCH 16/16] iommupt: Add the Intel VT-D second stage page table format

[PATCH v5] mm: override mTHP "enabled" defaults at kernel cmdline
 2024-08-20  8:15 UTC  (4+ messages)

[linux-next:master 5288/5508] arch/arc/boot/dts/axs103.dtb: pct: 'reg' is a required property
 2024-08-20  7:19 UTC 

[PATCH 0/2] Improve migration by backing off earlier
 2024-08-20  7:16 UTC  (13+ messages)
` [PATCH 1/2] mm: Retry migration earlier upon refcount mismatch

[linux-next:master 5281/5508] security/landlock/task.c:126: warning: Function parameter or struct member 'scope' not described in 'domain_is_scoped'
 2024-08-20  7:09 UTC 

[RESEND PATCH v1] mm/vmalloc: fix page mapping if vm_area_alloc_pages() with high order fallback to order 0
 2024-08-20  6:54 UTC  (12+ messages)

[PATCH] netfs, ceph: Partially revert "netfs: Replace PG_fscache by setting folio->private and marking dirty"
 2024-08-20  6:33 UTC  (2+ messages)

[PATCH] use might_sleep check if kmap_high is called from atomic context
 2024-08-20  6:33 UTC  (2+ messages)

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-20  6:24 UTC  (6+ messages)

[PATCH v3 3/4] mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails
 2024-08-20  6:17 UTC  (11+ messages)

[PATCH net-next v21 05/13] page_pool: devmem support
 2024-08-20  6:04 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox