linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-17 18:46:39 to 2020-02-19 01:44:49 UTC [more...]

[PATCH v6 0/7] introduce memory hinting API for external process
 2020-02-19  1:44 UTC  (5+ messages)
` [PATCH v6 1/7] mm: pass task and mm to do_madvise
` [PATCH v6 2/7] mm: introduce external memory hinting API
` [PATCH v6 3/7] mm: check fatal signal pending of target process
` [PATCH v6 4/7] pid: move pidfd_get_pid function to pid.c

[PATCH] mm/hugetlb: avoid get wrong ptep caused by race
 2020-02-19  1:39 UTC  (5+ messages)

[PATCH v6 00/19] Change readahead API
 2020-02-19  1:32 UTC  (71+ messages)
` [PATCH v6 01/19] mm: Return void from various readahead functions
` [PATCH v6 02/19] mm: Ignore return value of ->readpages
` [PATCH v6 03/19] mm: Use readahead_control to pass arguments
` [PATCH v6 04/19] mm: Rearrange readahead loop
` [PATCH v6 04/16] mm: Tweak readahead loop slightly
` [PATCH v6 05/16] mm: Put readahead pages in cache earlier
` [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [PATCH v6 06/16] mm: Add readahead address space operation
` [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [PATCH v6 07/16] mm: Add page_cache_readahead_limit
` [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [PATCH v6 08/16] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v6 08/19] mm: Add readahead address space operation
` [PATCH v6 09/16] btrfs: Convert from readpages to readahead
` [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [PATCH v6 10/16] erofs: Convert uncompressed files from readpages to readahead
` [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
  ` [Ocfs2-devel] "
` [PATCH v6 11/19] btrfs: Convert from readpages to readahead
` [PATCH v6 11/16] erofs: Convert compressed files "
` [PATCH v6 12/19] erofs: Convert uncompressed "
` [PATCH v6 12/16] ext4: Convert "
` [PATCH v6 13/19] erofs: Convert compressed files "
` [PATCH v6 13/16] f2fs: Convert "
` [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor
` [PATCH v6 18/19] iomap: Convert from readpages to readahead

[PATCH -next] mm/hugetlb: Fix file_region entry allocations
 2020-02-19  1:27 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 3/5] mm/vma: Replace all remaining open encodings with is_vm_hugetlb_page()
 2020-02-19  1:14 UTC  (2+ messages)

[PATCH v5 0/7] introduce memory hinting API for external process
 2020-02-19  1:02 UTC  (4+ messages)
` [PATCH v5 4/7] pid: export pidfd_get_pid

[PATCH v2] mm/page-writeback.c: write_cache_pages(): deduplicate identical checks
 2020-02-19  0:20 UTC  (2+ messages)

[PATCH v2 00/27] Add support for OpenCAPI SCM devices
 2020-02-19  0:01 UTC  (7+ messages)
` [PATCH v2 05/27] powerpc: Map & release OpenCAPI LPC memory
` [PATCH v2 06/27] ocxl: Tally up the LPC memory on a link & allow it to be mapped

[Patch v4] mm/vmscan.c: remove cpu online notification for now
 2020-02-18 22:44 UTC 

[PATCH] mm/vmscan.c: remove cpu online notification for now
 2020-02-18 22:38 UTC  (3+ messages)

[PATCH 1/3] mm: Don't bother dropping mmap_sem for zero size readahead
 2020-02-18 22:28 UTC  (4+ messages)
` [PATCH 3/3] mm: make PageReadahead more strict

[PATCH v12 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-18 22:27 UTC  (14+ messages)
` [PATCH v12 5/9] hugetlb_cgroup: add accounting for shared mappings
` [PATCH v12 6/9] hugetlb_cgroup: support noreserve mappings

Reclaim regression after 1c30844d2dfe
 2020-02-18 22:07 UTC  (5+ messages)

[PATCH 13/22] arm64: mte: Handle synchronous and asynchronous tag check faults
 2020-02-18 21:59 UTC  (4+ messages)
` [PATCH] arm64: mte: Do not service syscalls after async tag fault

[PATCH v2 00/42] KVM: s390: Add support for protected VMs
 2020-02-18 21:35 UTC  (13+ messages)
` [PATCH v2 01/42] mm:gup/writeback: add callbacks for inaccessible pages
` [PATCH v2 39/42] example for future extension: mm:gup/writeback: add callbacks for inaccessible pages: error cases

[PATCH] mm/page-writeback.c: write_cache_pages(): deduplicate identical checks
 2020-02-18 21:26 UTC 

[PATCH] mm: get rid of WARN if failed to cow user pages
 2020-02-18 21:09 UTC  (2+ messages)

[PATCH] mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()
 2020-02-18 21:05 UTC  (5+ messages)

getting physical address of buffer into user space
 2020-02-18 20:56 UTC 

[PATCH] mm/slub: Detach node lock from counting free objects
 2020-02-18 20:53 UTC  (4+ messages)

[PATCH v2 3/3] mm: memcontrol: recursive memory.low protection
 2020-02-18 19:52 UTC  (11+ messages)

[PATCH -next] mm/hugetlb_cgroup: fix a -Wunused-but-set-variable
 2020-02-18 19:16 UTC  (3+ messages)

[RFC] [PATCH 0/2] arm64: tlb: skip tlbi broadcast for single threaded TLB flushes
 2020-02-18 18:56 UTC  (4+ messages)
` [PATCH 1/2] mm: use_mm: fix for arches checking mm_users to optimize "

[PATCH v2 00/25] Large pages in the page cache
 2020-02-18 18:07 UTC  (8+ messages)
` [PATCH v2 13/25] fs: Add zero_user_large

[PATCH v6 1/2] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-18 17:32 UTC  (2+ messages)
` [PATCH v6 2/2] selftest: Add MREMAP_DONTUNMAP selftest

[PATCH -next] fork: annotate a data race in vm_area_dup()
 2020-02-18 16:46 UTC  (9+ messages)

[PATCH v17 0/9] mm / virtio: Provide support for free page reporting
 2020-02-18 16:37 UTC  (5+ messages)

[PATCH 0/2] slabinfo: parse all NUMA attributes
 2020-02-18 16:24 UTC  (6+ messages)
` [PATCH 1/2] tools: vm: slabinfo: Replace tabs with spaces
` [PATCH 2/2] tools: vm: slabinfo: Add numa information for objects

[PATCH v5 00/25] userfaultfd: write protection support
 2020-02-18 16:11 UTC  (3+ messages)

[PATCH 00/35] KVM: s390: Add support for protected VMs
 2020-02-18 16:02 UTC  (12+ messages)
` [PATCH 01/35] mm:gup/writeback: add callbacks for inaccessible pages

[PATCH] mm: Avoid data corruption on CoW fault into PFN-mapped VMA
 2020-02-18 15:41 UTC 

[LSF/MM/BPF TOPIC] Restricted kernel address spaces
 2020-02-18 15:06 UTC  (7+ messages)

[PATCH -next v2] mm: annotate a data race in page_zonenum()
 2020-02-18 12:42 UTC  (2+ messages)

[PATCH] mm/sparse: rename pfn_present() as pfn_to_section_present()
 2020-02-18 11:34 UTC  (3+ messages)
` [PATCHv2] mm/sparse: rename pfn_present() as pfn_in_present_section()

[PATCH resend] mm, memcg: reset memcg's memory.{min, low} for reclaiming itself
 2020-02-18 11:03 UTC  (13+ messages)

[krzk-github:for-next/defconfig-cleanup-io-sched-and-others-v2-rebased 2183/2430] include/linux/hugetlb_cgroup.h:146:21: warning: 'struct file_region' declared inside parameter list will not be visible outside of this definition or declaration
 2020-02-18 10:54 UTC 

[PATCH v2 00/13] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-02-18 10:54 UTC  (4+ messages)
` [PATCH v2 07/13] powerpc: add support for folded p4d page tables

[PATCH] lib/stackdepot: fix global out-of-bounds in stack_slabs
 2020-02-18 10:29 UTC 

[Bug 206401] kernel panic on Hyper-V after 5 minutes due to memory hot-add
 2020-02-18 10:11 UTC  (7+ messages)
      ` [RFC PATCH] memory_hotplug: disable the functionality for 32b (was: Re: [Bug 206401] kernel panic on Hyper-V after 5 minutes due to) "

[patch] mm, thp: track fallbacks due to failed memcg charges separately
 2020-02-18  9:34 UTC  (3+ messages)

[PATCH 0/8] mm: Speedup page cache truncation
 2020-02-18  9:25 UTC  (2+ messages)

[RFC RESEND PATCH v3 00/12] Enable PM hibernation on guest VMs
 2020-02-18  9:16 UTC  (5+ messages)
` [RFC PATCH v3 06/12] xen-blkfront: add callbacks for PM suspend and hibernation

[RFC -V2 0/8] autonuma: Optimize memory placement in memory tiering system
 2020-02-18  9:09 UTC  (11+ messages)
` [RFC -V2 1/8] autonuma: Add NUMA_BALANCING_MEMORY_TIERING mode
` [RFC -V2 2/8] autonuma, memory tiering: Rate limit NUMA migration throughput
` [RFC -V2 3/8] autonuma, memory tiering: Use kswapd to demote cold pages to PMEM
` [RFC -V2 4/8] autonuma, memory tiering: Skip to scan fastest memory
` [RFC -V2 5/8] autonuma, memory tiering: Only promote page if accessed twice
` [RFC -V2 6/8] autonuma, memory tiering: Select hotter pages to promote to fast memory node
` [RFC -V2 7/8] autonuma, memory tiering: Double hot threshold for write hint page fault
` [RFC -V2 8/8] autonuma, memory tiering: Adjust hot threshold automatically

[RFC v2 0/4] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-02-18  8:53 UTC  (5+ messages)
` [RFC v2 1/4] mm/madvise: Export madvise_common() to mm internal code
` [RFC v2 2/4] mm/damon: Account age of target regions
` [RFC v2 3/4] mm/damon: Implement data access monitoring-based operation schemes
` [RFC v2 4/4] mm/damon/schemes: Implement a debugfs interface

[krzk-github:for-next/defconfig-cleanup-io-sched-and-others-v2-rebased 2181/2430] include/linux/hugetlb_cgroup.h:223:59: warning: 'struct resv_map' declared inside parameter list will not be visible outside of this definition or declaration
 2020-02-18  8:01 UTC 

[RFC PATCH] userfaultfd: Address race after fault
 2020-02-18  2:37 UTC  (7+ messages)

[PATCH 0/5] mm/vma: Use available wrappers when possible
 2020-02-18  2:21 UTC  (3+ messages)
` [PATCH 2/5] mm/vma: Make vma_is_accessible() available for general use

[PATCH v2] mm/vmscan.c: only adjust related kswapd cpu affinity when online cpu
 2020-02-18  0:24 UTC  (5+ messages)

[patch] fs: Allow user.* xattr in tmpfs
 2020-02-17 21:50 UTC 

[PATCH v6 00/11] Introduces new functions for tracking lockless pagetable walks
 2020-02-17 20:55 UTC  (9+ messages)
` [PATCH v6 02/11] mm/gup: Use functions to track lockless pgtbl walks on gup_pgd_range
` [PATCH v6 03/11] powerpc/mm: Adds arch-specificic functions to track lockless pgtable walks


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