linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-01 17:35:52 to 2022-09-02 10:36:33 UTC [more...]

[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-09-02 10:35 UTC  (3+ messages)
` [PATCH v8 0/3] "
  ` [PATCH 1/3] xfs: fix the calculation of length and end

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-09-02 10:27 UTC  (12+ messages)

[PATCH v2 10/11] sh: mm: Convert to GENERIC_IOREMAP
 2022-09-02  9:48 UTC  (3+ messages)

[PATCH v3 updated] mm/demotion: Expose memory tier details via sysfs
 2022-09-02  9:44 UTC  (18+ messages)

[PATCH 1/2] mm: reuse pageblock_start/end_pfn() macro
 2022-09-02  9:39 UTC  (8+ messages)
` [PATCH 2/2] mm: add pageblock_aligned() macro

[RFC PATCH RESEND 00/28] per-VMA locks proposal
 2022-09-02  7:42 UTC  (32+ messages)
` [RFC PATCH RESEND 03/28] mm: introduce __find_vma to be used without mmap_lock protection
` [RFC PATCH RESEND 04/28] mm: move mmap_lock assert function definitions
` [RFC PATCH RESEND 11/28] mm/mmap: mark VMAs as locked before merging or splitting them
` [RFC PATCH RESEND 12/28] mm/mremap: mark VMA as locked while remapping it to a new address range
` [RFC PATCH RESEND 13/28] mm: conditionally mark VMA as locked in free_pgtables and unmap_page_range
` [RFC PATCH RESEND 14/28] mm: mark VMAs as locked before isolating them
` [RFC PATCH RESEND 15/28] mm/mmap: mark adjacent VMAs as locked if they can grow into unmapped area
` [RFC PATCH RESEND 16/28] kernel/fork: assert no VMA readers during its destruction
` [RFC PATCH RESEND 17/28] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [RFC PATCH RESEND 18/28] mm: add FAULT_FLAG_VMA_LOCK flag
` [RFC PATCH RESEND 19/28] mm: disallow do_swap_page to handle page faults under VMA lock
` [RFC PATCH RESEND 20/28] mm: introduce per-VMA lock statistics
` [RFC PATCH RESEND 21/28] mm: introduce find_and_lock_anon_vma to be used from arch-specific code
` [RFC PATCH RESEND 22/28] x86/mm: try VMA lock-based page fault handling first
` [RFC PATCH RESEND 23/28] x86/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH RESEND 24/28] arm64/mm: try VMA lock-based page fault handling first
` [RFC PATCH RESEND 25/28] arm64/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH RESEND 26/28] powerc/mm: try VMA lock-based page fault handling first
` [RFC PATCH RESEND 27/28] powerpc/mm: define ARCH_SUPPORTS_PER_VMA_LOCK
` [RFC PATCH RESEND 28/28] kernel/fork: throttle call_rcu() calls in vm_area_free

[PATCH] tools/testing/memblock: add double array test
 2022-09-02  7:10 UTC 

[PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
 2022-09-02 15:22 UTC 

[PATCH v4 1/4] mm/migrate_device.c: Flush TLB while holding PTL
 2022-09-02  6:53 UTC  (7+ messages)
` [PATCH v4 2/4] mm/migrate_device.c: Add missing flush_cache_page()
` [PATCH v4 3/4] mm/migrate_device.c: Copy pte dirty bit to page
` [PATCH v4 4/4] selftests/hmm-tests: Add test for dirty bits

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-09-02  6:52 UTC  (8+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address

[PATCH v1] mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
 2022-09-02  6:49 UTC  (3+ messages)

[PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-09-02  6:42 UTC  (5+ messages)

[PATCH v1] mm/gup: adjust stale comment for RCU GUP-fast
 2022-09-02  6:32 UTC  (11+ messages)

[PATCH v4 0/4] mm/slub: some debug enhancements for kmalloc objects
 2022-09-02  6:15 UTC  (4+ messages)
` [PATCH v4 1/4] mm/slub: enable debugging memory wasting of kmalloc

[PATCH v9 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-09-02  5:53 UTC  (9+ messages)
` [PATCH v9 7/8] PCI/P2PDMA: Allow userspace VMA allocations through sysfs

[linux-next:master 4278/4736] arch/mips/include/asm/pgtable.h:238:39: error: missing binary operator before token "("
 2022-09-02  5:19 UTC 

[PATCH] mm: hugetlb: eliminate memory-less nodes handling
 2022-09-02  4:48 UTC  (6+ messages)

[linux-next:master 309/4736] drivers/gpu/drm/via/via_dri1.c:602 via_dmablit_timer() warn: inconsistent indenting
 2022-09-02  4:38 UTC 

[PATCH] mm/vmalloc: Extend find_vmap_lowest_match_check with extra arguments
 2022-09-02  3:39 UTC  (5+ messages)

[PATCH 0/3] page_owner: print stacks and their counter
 2022-09-02  3:37 UTC  (14+ messages)
` [PATCH 1/3] lib/stackdepot: Add a refcount field in stack_record
` [PATCH 2/3] mm, page_owner: Add page_owner_stacks file to print out only stacks and their counter
` [PATCH 3/3] mm,page_owner: Filter out stacks by a threshold counter

[PATCH v2 0/3] Add tests trying to memblock_add() or memblock_reserve() 129th region
 2022-09-02  2:40 UTC  (4+ messages)
` [PATCH v2 1/3] memblock test: Add test to memblock_add() "
` [PATCH v2 2/3] memblock test: Add test to memblock_reserve() "
` [PATCH v2 3/3] memblock test: Update TODO list

[PATCH bpf-next v3 00/13] bpf: Introduce selectable memcg for bpf map
 2022-09-02  2:30 UTC  (14+ messages)
` [PATCH bpf-next v3 01/13] cgroup: Update the comment on cgroup_get_from_fd
` [PATCH bpf-next v3 02/13] bpf: Introduce new helper bpf_map_put_memcg()
` [PATCH bpf-next v3 03/13] bpf: Define bpf_map_{get,put}_memcg for !CONFIG_MEMCG_KMEM
` [PATCH bpf-next v3 04/13] bpf: Call bpf_map_init_from_attr() immediately after map creation
` [PATCH bpf-next v3 05/13] bpf: Save memcg in bpf_map_init_from_attr()
` [PATCH bpf-next v3 06/13] bpf: Use scoped-based charge in bpf_map_area_alloc
` [PATCH bpf-next v3 07/13] bpf: Introduce new helpers bpf_ringbuf_pages_{alloc,free}
` [PATCH bpf-next v3 08/13] bpf: Use bpf_map_kzalloc in arraymap
` [PATCH bpf-next v3 09/13] bpf: Use bpf_map_kvcalloc in bpf_local_storage
` [PATCH bpf-next v3 10/13] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
` [PATCH bpf-next v3 11/13] mm, memcg: Add new helper task_under_memcg_hierarchy
` [PATCH bpf-next v3 12/13] bpf: Add return value for bpf_map_init_from_attr
` [PATCH bpf-next v3 13/13] bpf: Introduce selectable memcg for bpf map

[PATCH v2 00/10] lib: cleanup bitmap-related headers
 2022-09-02  2:10 UTC  (4+ messages)
` [PATCH 08/10] headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-02  1:59 UTC  (43+ messages)
` [RFC PATCH 03/30] Lazy percpu counters
` [RFC PATCH 11/30] mm: introduce slabobj_ext to support slab object extensions
` [RFC PATCH 14/30] mm: prevent slabobj_ext allocations for slabobj_ext and kmem_cache objects
` [RFC PATCH 16/30] mm: enable slab allocation tagging for kmalloc and friends
` [RFC PATCH 27/30] Code tagging based latency tracking
` [RFC PATCH 28/30] Improved symbolic error names

[PATCH v3] mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page
 2022-09-02  1:29 UTC  (4+ messages)

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-09-02  1:28 UTC  (5+ messages)
` [PATCH v14 07/14] mm: multi-gen LRU: exploit locality in rmap

[PATCH 7/8] mm/damon: introduce DAMON-based LRU-lists Sorting
 2022-09-02  1:21 UTC  (6+ messages)

powerpc-linux-objdump: Warning: Unrecognized form: 0x23
 2022-09-02  1:01 UTC  (11+ messages)
  ` [kbuild-all] "

[PATCH v3 2/4] memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*
 2022-09-02  0:51 UTC  (2+ messages)

[PATCH v2 1/4] memblock tests: add simulation of physical memory with multiple NUMA nodes
 2022-09-02  0:37 UTC  (11+ messages)
  ` [PATCH v2 2/4] memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*

[PATCH 14/14] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-09-02  0:30 UTC  (8+ messages)
  ` [PATCH 00/14] cifs: Iterators, netfslib and folios

[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
 2022-09-01 23:44 UTC  (8+ messages)
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()

[syzbot] UBSAN: array-index-out-of-bounds in truncate_inode_pages_range
 2022-09-01 23:24 UTC 

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

[linux-next:master] BUILD REGRESSION e47eb90a0a9ae20b82635b9b99a8d0979b757ad8
 2022-09-01 20:59 UTC 

[PATCH 0/7] begin converting hugetlb code to folios
 2022-09-01 20:29 UTC  (7+ messages)
` [PATCH 2/7] mm: add private field of first tail to struct page and struct folio
` [PATCH 6/7] mm/hugetlb add folio_hstate()

[linux-next:master 3176/4736] drivers/staging/media/deprecated/cpia2/cpia2_usb.c:80:13: warning: variable 'frame_count' set but not used
 2022-09-01 20:10 UTC 

[PATCH] selftest: vm: remove deleted local_config.* from .gitignore
 2022-09-01 19:54 UTC  (2+ messages)

[mm] d88f8edb09: dmesg.Kernel_panic-not_syncing:Fatal_exception
 2022-09-01 19:28 UTC  (4+ messages)
    ` [LKP] "

[RFC PATCH] mm: reduce noise in show_mem for lowmem allocations
 2022-09-01 19:18 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS f29d411eb4af2e965df32c769833d359043ca3cb
 2022-09-01 18:35 UTC 

Potentially undesirable interactions between vfork() and time namespaces
 2022-09-01 18:11 UTC  (2+ messages)

[GIT PULL] slab fix for 6.0-rc4
 2022-09-01 18:05 UTC  (2+ messages)

hugepage/swap: kernel BUG at mm/swap_state.c:154!
 2022-09-01 17:56 UTC 

[PATCHv8 00/11] Linear Address Masking enabling
 2022-09-01 17:45 UTC  (2+ messages)

[PATCH v1] mm/ksm: update stale comment in write_protect_page()
 2022-09-01 17:40 UTC  (11+ 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).