linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-05 11:21:45 to 2020-10-07 09:55:26 UTC [more...]

[RFC][PATCH 00/12] mm: tweak page cache migration
 2020-10-07  9:55 UTC  (4+ messages)

[PATCH] mm: optionally disable brk()
 2020-10-07  9:43 UTC  (14+ messages)

[PATCH v2 0/2] Broad write-locking of nascent mm in execve
 2020-10-07  8:28 UTC  (5+ messages)
` [PATCH v2 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm
` [PATCH v2 2/2] exec: Broadly lock nascent mm until setup_arg_pages()

[PATCH] ext4/xfs: add page refcount helper
 2020-10-07  8:25 UTC  (3+ messages)

[PATCH 1/2] mm/mprotect: Call arch_validate_prot under mmap_lock and with length
 2020-10-07  7:39 UTC  (2+ messages)
` [PATCH 2/2] sparc: Check VMA range in sparc_validate_prot()

[RFC v9 00/10] DAMON: Support Physical Memory Address Space Monitoring
 2020-10-07  7:14 UTC  (11+ messages)
` [RFC v9 01/10] damon/dbgfs: Allow users to set initial monitoring target regions
` [RFC v9 02/10] tools/damon: Support init target regions specification
` [RFC v9 03/10] damon/dbgfs-test: Add a unit test case for 'init_regions'
` [RFC v9 04/10] selftests/damon/_chk_record: Do not check number of gaps
` [RFC v9 05/10] Docs/admin-guide/mm/damon: Document 'init_regions' feature
` [RFC v9 06/10] damon/primitives: Implement callbacks for physical address space monitoring
` [RFC v9 07/10] damon/dbgfs: Support physical memory monitoring
` [RFC v9 08/10] tools/damon/record: "
` [RFC v9 09/10] tools/damon/record: Support NUMA specific recording
` [RFC v9 10/10] Docs/DAMON: Document physical memory monitoring support

[PATCH -next] mm: Use sysfs_emit functions not sprintf
 2020-10-07  7:16 UTC  (2+ messages)

SPARC version of arch_validate_prot() looks broken (UAF read)
 2020-10-07  6:31 UTC  (5+ messages)

mmotm 2020-10-06-15-50 uploaded
 2020-10-07  5:34 UTC  (2+ messages)
` mmotm 2020-10-06-15-50 uploaded (crypto/asymmetric_keys/public_key*)

[PATCH 00/14] Small step toward KSM for file back page
 2020-10-07  3:20 UTC  (15+ messages)
` [PATCH 02/14] fs: define filler_t as a function pointer type
` [PATCH 03/14] fs: directly use a_ops->freepage() instead of a local copy of it
` [PATCH 04/14] mm: add struct address_space to readpage() callback
` [PATCH 05/14] mm: add struct address_space to writepage() callback
` [PATCH 06/14] mm: add struct address_space to set_page_dirty() callback
` [PATCH 07/14] mm: add struct address_space to invalidatepage() callback
` [PATCH 08/14] mm: add struct address_space to releasepage() callback
` [PATCH 09/14] mm: add struct address_space to freepage() callback
` [PATCH 10/14] mm: add struct address_space to putback_page() callback
` [PATCH 11/14] mm: add struct address_space to launder_page() callback
` [PATCH 12/14] mm: add struct address_space to is_partially_uptodate() callback
` [PATCH 13/14] mm: add struct address_space to isolate_page() callback
` [PATCH 14/14] mm: add struct address_space to is_dirty_writeback() callback

[PATCH] mm: mmap: Fix general protection fault in unlink_file_vma()
 2020-10-07  2:51 UTC 

[PATCH] mm: swap: Use memset to fill the swap_map with SWAP_HAS_CACHE
 2020-10-07  2:49 UTC 

[linux-next:master] BUILD REGRESSION a804ab086e9de200e2e70600996db7fc14c91959
 2020-10-07  1:42 UTC 

[PATCH 0/9] disable pcplists during memory offline
 2020-10-06 22:34 UTC  (34+ messages)
` [PATCH 1/9] mm, page_alloc: clean up pageset high and batch update
` [PATCH 2/9] mm, page_alloc: calculate pageset high and batch once per zone
` [PATCH 3/9] mm, page_alloc: remove setup_pageset()
` [PATCH 4/9] mm, page_alloc: simplify pageset_update()
` [PATCH 5/9] mm, page_alloc: make per_cpu_pageset accessible only after init
` [PATCH 6/9] mm, page_alloc: cache pageset high and batch in struct zone
` [PATCH 7/9] mm, page_alloc: move draining pcplists to page isolation users
` [PATCH 8/9] mm, page_alloc: drain all pcplists during memory offline
` [PATCH 9/9] mm, page_alloc: optionally disable pcplists during page isolation

[PATCH 0/4] kvfree_rcu() and _LOCK_NESTING/_PREEMPT_RT
 2020-10-06 22:25 UTC  (22+ messages)
` [RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func

[PATCH] selftests/vm: 10x speedup for hmm-tests
 2020-10-06 20:34 UTC  (2+ messages)

[PATCH RFC v2 0/6] Break heap spraying needed for exploiting use-after-free
 2020-10-06 19:25 UTC  (13+ messages)

[PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation
 2020-10-06 19:09 UTC  (14+ messages)

[PATCH] memcg: introduce per-memcg reclaim interface
 2020-10-06 16:55 UTC  (10+ messages)

[PATCH v5 20/52] memblock: get rid of a :c:type leftover
 2020-10-06 16:41 UTC  (3+ messages)
` [PATCH v5 22/52] docs: get rid of :c:type explicit declarations for structs

[PATCH 1/2] mm/frame-vec: Drop gup_flags from get_vaddr_frames()
 2020-10-06 13:08 UTC  (24+ messages)
` [PATCH 2/2] mm/frame-vec: use FOLL_LONGTERM

[RFC v15 0/8] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-10-06 12:39 UTC  (9+ messages)
` [RFC v15 1/8] mm/damon/core: Account age of target regions
` [RFC v15 2/8] mm/damon/core: Implement DAMON-based Operation Schemes (DAMOS)
` [RFC v15 3/8] mm/damon/primitives: Support DAMON-based Operation Schemes
` [RFC v15 4/8] mm/damon/dbgfs: "
` [RFC v15 5/8] mm/damon/schemes: Implement statistics feature
` [RFC v15 6/8] selftests/damon: Add 'schemes' debugfs tests
` [RFC v15 7/8] tools/damon: Support more human friendly 'schemes' control
` [RFC v15 8/8] Docs/admin-guide/mm/damon: Document DAMON-based Operation Schemes

[PATCH v2 0/5] mm: place pages to the freelist tail when onlining and undoing isolation
 2020-10-06 12:12 UTC  (7+ messages)
` [PATCH v2 1/5] mm/page_alloc: convert "report" flag of __free_one_page() to a proper flag
` [PATCH v2 2/5] mm/page_alloc: place pages to tail in __putback_isolated_page()
` [PATCH v2 3/5] mm/page_alloc: move pages to tail in move_to_free_list()
` [PATCH v2 4/5] mm/page_alloc: place pages to tail in __free_pages_core()
` [PATCH v2 5/5] mm/memory_hotplug: update comment regarding zone shuffling

[RFC PATCH v2 00/30] 1GB PUD THP support on x86_64
 2020-10-06 11:59 UTC  (24+ messages)

[PATCH 2/2] mm/frame-vec: use FOLL_LONGTERM
 2020-10-06 11:57 UTC  (8+ messages)

[PATCH v6 00/11] device-dax: support sub-dividing soft-reserved ranges
 2020-10-06  8:14 UTC  (13+ messages)
` [PATCH v6 01/11] device-dax: make pgmap optional for instance creation
` [PATCH v6 02/11] device-dax/kmem: introduce dax_kmem_range()
` [PATCH v6 03/11] device-dax/kmem: move resource tracking to drvdata
` [PATCH v6 04/11] device-dax: add an allocation interface for device-dax instances
` [PATCH v6 05/11] device-dax: introduce 'struct dev_dax' typed-driver operations
` [PATCH v6 06/11] device-dax: introduce 'seed' devices
` [PATCH v6 07/11] drivers/base: make device_find_child_by_name() compatible with sysfs inputs
` [PATCH v6 08/11] device-dax: add resize support
` [PATCH v6 09/11] mm/memremap_pages: convert to 'struct range'
` [PATCH v6 10/11] mm/memremap_pages: support multiple ranges per invocation
` [PATCH v6 11/11] device-dax: add dis-contiguous resource support

[linux-next:master 13152/13159] drivers/gpu/drm/i915/gt/shmem_utils.c:76 shmem_pin_map() warn: always true condition '(--i >= 0) => (0-u64max >= 0)'
 2020-10-06  7:55 UTC  (2+ messages)

[RFC V2] mm/vmstat: Add events for HugeTLB migration
 2020-10-06  7:54 UTC  (6+ messages)

[PATCH v39 11/24] x86/sgx: Add SGX enclave driver
 2020-10-05 20:02 UTC  (12+ messages)

[PATCH v4 00/11] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-05 18:59 UTC  (7+ messages)
` [PATCH v4 01/11] mm: add Kernel Electric-Fence infrastructure

[RFC PATCH v3 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2020-10-05 18:24 UTC  (9+ messages)
` [RFC PATCH v3 1/2] ext4/xfs: add page refcount helper
` [RFC PATCH v3 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH 0/2] mm,swap: skip swap readahead for instant IO (like zswap)
 2020-10-05 17:32 UTC  (3+ messages)

[PATCH v3 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-05 16:49 UTC  (7+ messages)
` [PATCH v3 01/10] mm: add Kernel Electric-Fence infrastructure

[PATCH v3 0/5] Speed up mremap on large regions
 2020-10-05 15:40 UTC  (6+ messages)
` [PATCH v3 1/5] kselftests: vm: Add mremap tests
` [PATCH v3 2/5] arm64: mremap speedup - Enable HAVE_MOVE_PMD
` [PATCH v3 3/5] mm: Speedup mremap on 1GB or larger regions
` [PATCH v3 4/5] arm64: mremap speedup - Enable HAVE_MOVE_PUD
` [PATCH v3 5/5] x86: "

[PATCH RFC v2] Opportunistic memory reclaim
 2020-10-05 15:39 UTC  (5+ messages)

[PATCH v5 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-10-05 15:18 UTC  (9+ messages)
` [PATCH v5 1/4] mm: memcontrol: use helpers to read page's memcg data
` [PATCH v5 2/4] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v5 3/4] mm: introduce page memcg flags
` [PATCH v5 4/4] mm: convert page kmemcg type to a page memcg flag

[PATCH] mm: swapfile: avoid split_swap_cluster() NULL pointer dereference
 2020-10-05 13:39 UTC  (11+ messages)

[PATCH 0/2] Broad write-locking of nascent mm in execve
 2020-10-05 12:52 UTC  (7+ messages)
` [PATCH 1/2] mmap locking API: Order lock of nascent mm outside lock of live mm

[PATCH v2] mm: Remove src/dst mm parameter in copy_page_range()
 2020-10-05 12:07 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).