linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-01 19:35:59 to 2022-11-02 21:20:02 UTC [more...]

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-02 21:19 UTC  (9+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH RFC 00/10] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-11-02 21:17 UTC  (11+ messages)
` [PATCH RFC 02/10] mm/hugetlb: Comment huge_pte_offset() for its locking requirements
` [PATCH RFC 04/10] mm/hugetlb: Make userfaultfd_huge_must_wait() RCU-safe
` [PATCH RFC 07/10] mm/hugetlb: Make hugetlb_follow_page_mask() RCU-safe
` [PATCH RFC 09/10] mm/hugetlb: Make hugetlb_fault() RCU-safe

[PATCH] mm: convert mm's rss stats into percpu_counter
 2022-11-02 21:09 UTC  (2+ messages)

[PATCHv4 0/9] zram: Support multiple compression streams
 2022-11-02 21:06 UTC  (10+ messages)
` [PATCHv4 1/9] zram: Preparation for multi-zcomp support
` [PATCHv4 2/9] zram: Add recompression algorithm sysfs knob
` [PATCHv4 3/9] zram: Factor out WB and non-WB zram read functions
` [PATCHv4 4/9] zram: Introduce recompress sysfs knob

[mm-unstable PATCH v7 0/8] mm, hwpoison: enable 1GB hugepage support (v7)
 2022-11-02 20:51 UTC  (3+ messages)
` [mm-unstable PATCH v7 2/8] mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry

[PATCH v2 2/2] treewide: Add the __GFP_PACKED flag to several non-DMA kmalloc() allocations
 2022-11-02 20:50 UTC  (17+ messages)

[PATCH 0/5] Removing the lru_cache_add() wrapper
 2022-11-02 20:47 UTC  (7+ messages)
` [PATCH 3/5] userfualtfd: Replace lru_cache functions with folio_add functions

[PATCH bpf-next v1 RESEND 0/5] vmalloc_exec for modules and BPF programs
 2022-11-02 20:45 UTC  (2+ messages)

[linux-next:master 3930/4832] drivers/net/phy/motorcomm.c:1122:8-35: duplicated argument to & or | (fwd)
 2022-11-02 20:27 UTC 

[PATCH] mm: don't warn if the node is offlined
 2022-11-02 20:21 UTC  (21+ messages)

[PATCH] mm/memremap.c: map FS_DAX device memory as decrypted
 2022-11-02 20:05 UTC  (3+ messages)

[PATCH 0/6] slab: Provide full coverage for __alloc_size attribute
 2022-11-02 19:40 UTC  (9+ messages)
` [PATCH 1/6] slab: Clean up SLOB vs kmalloc() definition
` [PATCH 2/6] slab: Remove special-casing of const 0 size allocations
` [PATCH 3/6] slab: Provide functional __alloc_size() hints to kmalloc_trace*()
` [PATCH 4/6] string: Add __realloc_size hint to kmemdup()
` [PATCH 5/6] driver core: Add __alloc_size hint to devm allocators
` [PATCH 6/6] kunit/fortify: Validate __alloc_size attribute results

[PATCH v2] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
 2022-11-02 19:24 UTC  (11+ messages)

[PATCH v1 0/6] mm/autonuma: replace savedwrite infrastructure
 2022-11-02 19:12 UTC  (7+ messages)
` [PATCH v1 1/6] mm/mprotect: allow clean exclusive anon pages to be writable
` [PATCH v1 2/6] mm/mprotect: minor can_change_pte_writable() cleanups
` [PATCH v1 3/6] mm/huge_memory: try avoiding write faults when changing PMD protection
` [PATCH v1 4/6] mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
` [PATCH v1 5/6] mm: remove unused savedwrite infrastructure
` [PATCH v1 6/6] selftests/vm: anon_cow: add mprotect() optimization tests

[PATCH v4 0/7] mm: Remember a/d bits for migration entries
 2022-11-02 18:47 UTC  (9+ messages)
` [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd
  ` dpkg fails on sparc64 (was: [PATCH v4 4/7] mm/thp: Carry over dirty bit when thp splits on pmd)

[PATCH 01/13] mm: Update ptep_get_lockless()s comment
 2022-11-02 18:28 UTC  (18+ messages)
                      ` mm: delay rmap removal until after TLB flush

[PATCH] mm: hugetlb_vmemmap: include missing linux/moduleparam.h
 2022-11-02 18:09 UTC 

[PATCH v2 0/5] mm/memfd: MFD_NOEXEC for memfd_create
 2022-11-02 17:18 UTC  (5+ messages)

[linux-next:pending-fixes] BUILD REGRESSION 846aa7b143a35e32b50d04ecf2f40d8d778c7a44
 2022-11-02 17:16 UTC 

[linux-next:master] BUILD REGRESSION 61c3426aca2c71052ddcd06c32e29d92304990fd
 2022-11-02 17:16 UTC 

[PATCH v4 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-11-02 17:06 UTC  (3+ messages)
` [PATCH v4 1/4] mm/gup: Add FOLL_INTERRUPTIBLE

[PATCH v4 00/23] Convert to filemap_get_folios_tag()
 2022-11-02 16:10 UTC  (24+ messages)
` [PATCH v4 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v4 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v4 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v4 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v4 05/23] afs: Convert afs_writepages_region() "
` [PATCH v4 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v4 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v4 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v4 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v4 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v4 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v4 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v4 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v4 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [PATCH v4 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v4 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v4 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [PATCH v4 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v4 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v4 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v4 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v4 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v4 23/23] filemap: Remove find_get_pages_range_tag()

[PATCH -next] mm/page_reporting: change page_reporting_param_ops to static
 2022-11-02 15:48 UTC  (2+ messages)

[RFC PATCH] mm/shmem: Fix undo range for failed fallocate
 2022-11-02 14:41 UTC  (2+ messages)

[PATCH v2] mm, hwpoison: Try to recover from copy-on write faults
 2022-11-02 14:30 UTC  (7+ messages)
` [PATCH v3 0/2] Copy-on-write poison recovery
  ` [PATCH v3 1/2] mm, hwpoison: Try to recover from copy-on write faults

[RFC 0/6] migrate_pages(): batch TLB flushing
 2022-11-02 14:13 UTC  (5+ messages)

[PATCH 1/5] kmsan: core: kmsan_in_runtime() should return true in NMI context
 2022-11-02 13:37 UTC  (10+ messages)
` [PATCH 2/5] x86/uaccess: instrument copy_from_user_nmi()
` [PATCH 3/5] Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARN
` [PATCH 4/5] kmsan: make sure PREEMPT_RT is off
` [PATCH 5/5] x86/traps: avoid KMSAN bugs originating from handle_bug()

[PATCH v3 00/25] Fix the DAX-gup mistake
 2022-11-02 13:04 UTC  (3+ messages)
` [PATCH v3 04/25] fsdax: Introduce dax_zap_mappings()

[RFC PATCH] mm: introduce accounting of page_owner via backtrace
 2022-11-02 12:35 UTC  (2+ messages)

[PATCH v1] mm/gup: disallow FOLL_FORCE|FOLL_WRITE on hugetlb mappings
 2022-11-02 11:38 UTC  (4+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-11-02 11:27 UTC  (15+ messages)
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[PATCH 20/30] mm/damon: Use kstrtobool() instead of strtobool()
 2022-11-02 11:29 UTC  (5+ messages)
` [PATCH 21/30] mm: "

[PATCH 0/2] mm: Use pte marker for swapin errors
 2022-11-02  9:16 UTC  (5+ messages)
` [PATCH 1/2] mm: Always compile in pte markers
` [PATCH 2/2] mm: Use pte markers for swap errors

[PATCH v2 0/2] Mapping an entire folio
 2022-11-02  9:13 UTC  (7+ messages)
` [PATCH v2 1/2] vmalloc: Factor vmap_alloc() out of vm_map_ram()
` [PATCH v2 2/2] mm: Add folio_map_local()

[PATCH v1 0/3] Avoid scheduling cache draining to isolated cpus
 2022-11-02  8:53 UTC  (5+ messages)
` [PATCH v1 1/3] sched/isolation: Add housekeepíng_any_cpu_from()
` [PATCH v1 2/3] mm/memcontrol: Change stock_lock type from local_lock_t to spinlock_t
` [PATCH v1 3/3] mm/memcontrol: Add drain_remote_stock(), avoid drain_stock on isolated cpus

[PATCH v2 0/3] Refactor __kmem_cache_create() and fix memory leak
 2022-11-02  8:53 UTC  (3+ messages)

[RFC] memory tiering: use small chunk size and more tiers
 2022-11-02  8:45 UTC  (17+ messages)

[PATCH v6 0/4] mm/slub: some debug enhancements for kmalloc
 2022-11-02  8:22 UTC  (18+ messages)
` [PATCH v6 1/4] mm/slub: enable debugging memory wasting of kmalloc

[PATCH -next] bpf, test_run: fix alignment problem in bpf_prog_test_run_skb()
 2022-11-02  7:19 UTC  (5+ messages)

[PATCH v2 0/9] convert hugetlb_cgroup helper functions to folios
 2022-11-02  7:01 UTC  (19+ messages)
` [PATCH v2 1/9] mm/hugetlb_cgroup: convert __set_hugetlb_cgroup() "
` [PATCH v2 2/9] mm/hugetlb_cgroup: convert hugetlb_cgroup_from_page() "
` [PATCH v2 3/9] mm/hugetlb_cgroup: convert set_hugetlb_cgroup*() "
` [PATCH v2 4/9] mm/hugetlb_cgroup: convert hugetlb_cgroup_migrate "
` [PATCH v2 5/9] mm/hugetlb: convert isolate_or_dissolve_huge_page "
` [PATCH v2 6/9] mm/hugetlb: convert free_huge_page "
` [PATCH v2 7/9] mm/hugetlb_cgroup: convert hugetlb_cgroup_uncharge_page() "
` [PATCH v2 8/9] mm/hugeltb_cgroup: convert hugetlb_cgroup_commit_charge*() "
` [PATCH v2 9/9] mm/hugetlb: convert move_hugetlb_state() "

[linux-next:master 3115/4832] vmlinux.o: warning: objtool: select_reloc_root+0x3a3: unreachable instruction
 2022-11-02  6:59 UTC 

[PATCH 5/5] zsmalloc: Implement writeback mechanism for zsmalloc
 2022-11-02  4:13 UTC  (5+ messages)
` [PATCH v2 "

[PATCH 0/5] Implement writeback for zsmalloc
 2022-11-02  4:10 UTC  (5+ messages)
` [PATCH 2/5] zsmalloc: Consolidate zs_pool's migrate_lock and size_class's locks
` [PATCH 4/5] zsmalloc: Add ops fields to zs_pool to store evict handlers

[PATCH v9] selftests/vm: enable running select groups of tests
 2022-11-02  3:02 UTC  (2+ messages)

[RFC 0/2] migrate: convert migrate_pages()/unmap_and_move() to use folios
 2022-11-02  2:11 UTC  (7+ messages)
` [RFC 1/2] migrate: convert unmap_and_move() "
` [RFC 2/2] migrate: convert migrate_pages() "

[PATCH] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-11-02  2:51 UTC 

[PATCH v7] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
 2022-11-02  1:31 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 46/244] lib/test_maple_tree.c:453:12: warning: result of comparison of constant 4398046511104 with expression of type 'unsigned long' is always false
 2022-11-02  0:12 UTC  (4+ messages)

[PATCH 0/8] efficiently expose damos action tried regions information
 2022-11-01 22:03 UTC  (9+ messages)
` [PATCH 1/8] mm/damon/core: add a callback for scheme target regions check
` [PATCH 2/8] mm/damon/sysfs-schemes: implement schemes/tried_regions directory
` [PATCH 3/8] mm/damon/sysfs-schemes: implement scheme region directory
` [PATCH 4/8] mm/damon/sysfs: implement DAMOS tried regions update command
` [PATCH 5/8] mm/damon/sysfs-schemes: implement DAMOS-tried regions clear command
` [PATCH 6/8] tools/selftets/damon/sysfs: test tried_regions directory existence
` [PATCH 7/8] Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions sysfs directory
` [PATCH 8/8] Docs/ABI/damon: document 'schemes/<s>/tried_regions' "

[PATCH man-pages v5] madvise.2: add documentation for MADV_COLLAPSE
 2022-11-01 20:21 UTC  (3+ messages)

[PATCH v4] mempool: Do not use ksize() for poisoning
 2022-11-01 19:35 UTC  (5+ 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).