linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-21 13:19:30 to 2021-01-22 19:53:03 UTC [more...]

[PATCH 0/6] mremap: move_vma() fixes
 2021-01-22 19:52 UTC  (5+ messages)
` [PATCH 6/6] mm: Forbid splitting special mappings

[PATCH] Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"
 2021-01-22 19:52 UTC  (2+ messages)

[PATCH v2 0/4] Remove nrexceptional tracking
 2021-01-22 19:38 UTC  (12+ messages)
` [PATCH v2 1/4] mm: Introduce and use mapping_empty
` [PATCH v2 2/4] mm: Stop accounting shadow entries
` [PATCH v2 3/4] dax: Account DAX entries as nrpages
` [PATCH v2 4/4] mm: Remove nrexceptional from inode

[PATCH v4 0/8] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-01-22 19:27 UTC  (10+ messages)
` [PATCH v4 8/8] mm: Mark anonymous struct field of 'struct vm_fault' as 'const'

[PATCH v2 0/4] arm64: kasan: support CONFIG_KASAN_VMALLOC
 2021-01-22 19:05 UTC  (3+ messages)

[Bug 211287] New: Softdirty bit does not work with hugetlb
 2021-01-22 18:42 UTC  (2+ messages)

[PATCH v5 0/5] mm: clean up names and parameters of memmap_init_xxxx functions
 2021-01-22 18:12 UTC  (10+ messages)
` [PATCH v5 1/5] mm: fix prototype warning from kernel test robot
` [PATCH v5 2/5] mm: rename memmap_init() and memmap_init_zone()
` [PATCH v5 3/5] mm: simplify parater of function memmap_init_zone()
` [PATCH v5 4/5] mm: simplify parameter of setup_usemap()
` [PATCH v5 5/5] mm: remove unneeded local variable in free_area_init_core

[PATCH] mm: Optimizing error condition detection in do_mprotect_pkey()
 2021-01-22 17:38 UTC  (4+ messages)

[PATCH v4 00/26] arm64: Memory Tagging Extension user-space support
 2021-01-22 17:28 UTC  (6+ messages)
` [PATCH v4 24/26] arm64: mte: Introduce early param to disable MTE support

[GIT PULL] mm/memblock: typo fix in a comment
 2021-01-22 16:53 UTC 

[PATCH v5 00/18] Refactor generic_file_buffered_read
 2021-01-22 16:01 UTC  (19+ messages)
` [PATCH v5 01/18] mm/filemap: Rename generic_file_buffered_read subfunctions
` [PATCH v5 02/18] mm/filemap: Remove dynamically allocated array from filemap_read
` [PATCH v5 03/18] mm/filemap: Convert filemap_get_pages to take a pagevec
` [PATCH v5 04/18] mm/filemap: Use head pages in generic_file_buffered_read
` [PATCH v5 05/18] mm/filemap: Pass a sleep state to put_and_wait_on_page_locked
` [PATCH v5 06/18] mm/filemap: Support readpage splitting a page
` [PATCH v5 07/18] mm/filemap: Inline __wait_on_page_locked_async into caller
` [PATCH v5 08/18] mm/filemap: Don't call ->readpage if IOCB_WAITQ is set
` [PATCH v5 09/18] mm/filemap: Change filemap_read_page calling conventions
` [PATCH v5 10/18] mm/filemap: Change filemap_create_page "
` [PATCH v5 11/18] mm/filemap: Convert filemap_update_page to return an errno
` [PATCH v5 12/18] mm/filemap: Move the iocb checks into filemap_update_page
` [PATCH v5 13/18] mm/filemap: Add filemap_range_uptodate
` [PATCH v5 14/18] mm/filemap: Split filemap_readahead out of filemap_get_pages
` [PATCH v5 15/18] mm/filemap: Restructure filemap_get_pages
` [PATCH v5 16/18] mm/filemap: Don't relock the page after calling readpage
` [PATCH v5 17/18] mm/filemap: Rename generic_file_buffered_read to filemap_read
` [PATCH v5 18/18] mm/filemap: Simplify generic_file_read_iter

[RFC PATCH v0] mm/slub: Let number of online CPUs determine the slub page order
 2021-01-22 15:27 UTC  (11+ messages)

[PATCH] mm: introduce sysctl file to flush per-cpu vmstat statistics
 2021-01-22 13:05 UTC  (13+ messages)
      ` [EXT] "
        ` [RFC] tentative prctl task isolation interface

[PATCH v4 0/7] Count rlimits in each user namespace
 2021-01-22 13:00 UTC  (8+ messages)
` [PATCH v4 1/7] Add a reference to ucounts for each cred
` [PATCH v4 2/7] Move RLIMIT_NPROC counter to ucounts
` [PATCH v4 3/7] Move RLIMIT_MSGQUEUE "
` [PATCH v4 4/7] Move RLIMIT_SIGPENDING "
` [PATCH v4 5/7] Move RLIMIT_MEMLOCK "
` [PATCH v4 6/7] Move RLIMIT_NPROC check to the place where we increment the counter
` [PATCH v4 7/7] kselftests: Add test to check for rlimit changes in different user namespaces

[bug report] mm/zswap: add the flag can_sleep_mapped
 2021-01-22 11:11 UTC 

[bug report] mm/zswap: add the flag can_sleep_mapped
 2021-01-22 11:08 UTC 

[PATCH] mm: add __GFP_NOWARN to memdup_user_nul()
 2021-01-22 10:47 UTC  (4+ messages)
` [PATCH v2] mm: memdup_user*() should use same gfp flags

[PATCH V3 0/3] mm/memory_hotplug: Pre-validate the address range with platform
 2021-01-22 10:43 UTC  (15+ messages)
` [PATCH V3 1/3] mm/memory_hotplug: Prevalidate the address range being added "
` [PATCH RFC] virtio-mem: check against memhp_get_pluggable_range() which memory we can hotplug

[PATCH] mm: fix prototype warning from kernel test robot
 2021-01-22  9:08 UTC  (6+ messages)

[PATCH v3 0/3] Add error_report_end tracepoint to KFENCE and KASAN
 2021-01-22  8:49 UTC  (5+ messages)
` [PATCH 3/3] kasan: use error_report_end tracepoint

[PATCH v4 0/4] mm: clean up names and parameters of memmap_init_xxxx functions
 2021-01-22  8:46 UTC  (7+ messages)
` [PATCH v4 1/4] mm: rename memmap_init() and memmap_init_zone()
` [PATCH v4 2/4] mm: simplify parater of function memmap_init_zone()

[PATCH v2] hugetlbfs: make hugepage size conversion more readable
 2021-01-22  8:31 UTC 

[PATCH] mm: Fix potential pte_unmap_unlock pte error
 2021-01-22  8:27 UTC  (4+ messages)

[PATCH v4 00/18] Refactor generic_file_buffered_read
 2021-01-22  6:59 UTC  (3+ messages)
` [PATCH v4 02/18] mm/filemap: Remove dynamically allocated array from filemap_read

[PATCH v2 0/5] create hugetlb flags to consolidate state
 2021-01-22  6:53 UTC  (3+ messages)
` [PATCH v2 2/5] hugetlb: convert page_huge_active() HPageMigratable flag

[PATCH] hugetlbfs: make hugepage size conversion more readable
 2021-01-22  6:12 UTC  (5+ messages)

[PATCH v6] mm,hwpoison: Send SIGBUS to PF_MCE_EARLY processes on action required events
 2021-01-22  5:24 UTC 

[PATCH v5] mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required events
 2021-01-22  5:13 UTC  (3+ messages)

[PATCH v2 2/2] memblock: do not start bottom-up allocations with kernel_end
 2021-01-22  4:37 UTC  (2+ messages)

mmotm 2021-01-21-20-07 uploaded
 2021-01-22  4:08 UTC 

[PATCH v7 00/14] prohibit pinning pages in ZONE_MOVABLE
 2021-01-22  3:37 UTC  (15+ messages)
` [PATCH v7 01/14] mm/gup: don't pin migrated cma pages in movable zone
` [PATCH v7 02/14] mm/gup: check every subpage of a compound page during isolation
` [PATCH v7 03/14] mm/gup: return an error on migration failure
` [PATCH v7 04/14] mm/gup: check for isolation errors
` [PATCH v7 05/14] mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
` [PATCH v7 06/14] mm: apply per-task gfp constraints in fast path
` [PATCH v7 07/14] mm: honor PF_MEMALLOC_PIN for all movable pages
` [PATCH v7 08/14] mm/gup: do not migrate zero page
` [PATCH v7 09/14] mm/gup: migrate pinned pages out of movable zone
` [PATCH v7 10/14] memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinning
` [PATCH v7 11/14] mm/gup: change index type to long as it counts pages
` [PATCH v7 12/14] mm/gup: longterm pin migration cleanup
` [PATCH v7 13/14] selftests/vm: test flag is broken
` [PATCH v7 14/14] selftests/vm: test faulting in kernel, and verify pinnable pages

[PATCH 0/1] arm64/sparsemem: reduce SECTION_SIZE_BITS
 2021-01-22  2:58 UTC  (11+ messages)
` [PATCH 1/1] "

[PATCH] mm/zswap: Add return value in zswap_frontswap_load
 2021-01-22  1:58 UTC  (2+ messages)

[PATCH -V9 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2021-01-22  0:58 UTC  (4+ messages)
` [PATCH -V9 2/3] NOT kernel/man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING

SLUB: percpu partial object count is highly inaccurate, causing some memory wastage and maybe also worse tail latencies?
 2021-01-22  0:48 UTC  (5+ messages)
  ` [RFC 1/2] mm, vmscan: add priority field to struct shrink_control
    ` [RFC 2/2] mm, slub: add shrinker to reclaim cached slabs

[PATCH] swap: Check nrexceptional of swap cache before being freed
 2021-01-22  0:02 UTC  (3+ messages)

[PATCH] mm/vmalloc: Separate put pages and flush VM flags
 2021-01-21 23:57 UTC  (3+ messages)

[PATCH 0/9] userfaultfd: add minor fault handling
 2021-01-21 23:46 UTC  (13+ messages)
` [PATCH 2/9] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
` [PATCH 5/9] userfaultfd: add minor fault registration mode
` [PATCH 6/9] userfaultfd: disable huge PMD sharing for MINOR registered VMAs
` [PATCH 7/9] userfaultfd: add UFFDIO_CONTINUE ioctl

[RFC mm/zswap 0/2] Fix the compatibility of zsmalloc and zswap
 2021-01-21 23:15 UTC  (4+ messages)
` [RFC mm/zswap 1/2] mm/zswap: add the flag can_sleep_mapped

[linux-next:master] BUILD SUCCESS WITH WARNING bc085f8fc88fc16796c9f2364e2bfb3fef305cad
 2021-01-21 23:12 UTC 

[v4 PATCH 0/11] Make shrinker's nr_deferred memcg aware
 2021-01-21 23:06 UTC  (12+ messages)
` [v4 PATCH 01/11] mm: vmscan: use nid from shrink_control for tracepoint
` [v4 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
` [v4 PATCH 03/11] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v4 PATCH 04/11] mm: vmscan: remove memcg_shrinker_map_size
` [v4 PATCH 05/11] mm: memcontrol: rename shrinker_map to shrinker_info
` [v4 PATCH 06/11] mm: vmscan: use a new flag to indicate shrinker is registered
` [v4 PATCH 07/11] mm: vmscan: add per memcg shrinker nr_deferred
` [v4 PATCH 08/11] mm: vmscan: use per memcg nr_deferred of shrinker
` [v4 PATCH 09/11] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v4 PATCH 10/11] mm: memcontrol: reparent nr_deferred when memcg offline
` [v4 PATCH 11/11] mm: vmscan: shrink deferred objects proportional to priority

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2021-01-21 22:32 UTC  (12+ messages)
` [PATCH v17 08/26] x86/mm: Introduce _PAGE_COW

[PATCH v16 00/11] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-01-21 22:18 UTC  (2+ messages)

[PATCH v2 0/3] Fix infinite machine check loop in futex_wait_setup()
 2021-01-21 21:09 UTC  (10+ messages)
` [PATCH v3] x86/mce: Avoid infinite loop for copy from user recovery
      ` [PATCH v4] "

[PATCH v6 00/16] Fix several bad kernel-doc markups
 2021-01-21 19:09 UTC  (2+ messages)

[PATCH v2] hugetlbfs: remove meaningless variable avoid_reserve
 2021-01-21 19:02 UTC  (2+ messages)

ERROR: modpost: "cpm_setbrg" undefined!
 2021-01-21 18:56 UTC 

[PATCH v4 0/4] Chunk Heap Support on DMA-HEAP
 2021-01-21 18:50 UTC  (7+ messages)
` [PATCH v4 1/4] mm: cma: introduce gfp flag in cma_alloc instead of no_warn
` [PATCH v4 2/4] mm: failfast mode with __GFP_NORETRY in alloc_contig_range
` [PATCH v4 3/4] dt-bindings: reserved-memory: Make DMA-BUF CMA heap DT-configurable
` [PATCH v4 4/4] dma-buf: heaps: add chunk heap to dmabuf heaps

[RFC PATCH v3 0/8] Count rlimits in each user namespace
 2021-01-21 16:07 UTC  (10+ messages)
` [RFC PATCH v3 1/8] Use refcount_t for ucounts reference counting

[PATCH v3 0/2] mm: fix initialization of struct page for holes in memory layout
 2021-01-21 13:25 UTC  (3+ messages)
` [PATCH v3 1/2] x86/setup: don't remove E820_TYPE_RAM for pfn 0

[PATCH RFC 0/6] fix the negative dentres bloating system memory usage
 2021-01-21 13:19 UTC  (7+ messages)
` [PATCH RFC 1/6] dcache: sweep cached negative dentries to the end of list of siblings
` [PATCH RFC 2/6] fsnotify: stop walking child dentries if remaining tail is negative
` [PATCH RFC 3/6] dcache: add action D_WALK_SKIP_SIBLINGS to d_walk()
` [PATCH RFC 4/6] dcache: stop walking siblings if remaining dentries all negative
` [PATCH RFC 5/6] dcache: push releasing dentry lock into sweep_negative
` [PATCH RFC 6/6] dcache: prevent flooding with negative dentries


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