linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-18 23:08:53 to 2020-02-19 22:46:40 UTC [more...]

[Bug 206569] BUG at mm/filemap.c:2529: VM_BUG_ON_PAGE(page_to_pgoff(page) != offset)
 2020-02-19 22:46 UTC 

[PATCH] mm: Stop kswapd early when nothing's waiting for it to free pages
 2020-02-19 22:45 UTC  (10+ messages)

[PATCH v6 0/7] introduce memory hinting API for external process
 2020-02-19 22:32 UTC  (11+ 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 v6 5/7] mm: support both pid and pidfd for process_madvise
` [PATCH v6 6/7] mm/madvise: employ mmget_still_valid for write lock
` [PATCH v6 7/7] mm/madvise: allow KSM hints for remote API

[PATCH] mm: memcontrol: asynchronous reclaim for memory.high
 2020-02-19 22:08 UTC  (10+ messages)

[PATCH -next v2] mm: annotate a data race in page_zonenum()
 2020-02-19 21:55 UTC  (3+ messages)

[Bug 206401] kernel panic on Hyper-V after 5 minutes due to memory hot-add
 2020-02-19 21:46 UTC  (5+ 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 v2 RESEND] mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
 2020-02-19 21:45 UTC  (9+ messages)

[PATCH v6 1/2] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-19 21:38 UTC  (3+ messages)

[PATCH] lib/stackdepot: fix global out-of-bounds in stack_slabs
 2020-02-19 21:37 UTC  (2+ messages)

[PATCH 0/6] Silence some instances of -Wtautological-compare and enable globally
 2020-02-19 21:32 UTC  (16+ messages)
` [PATCH 1/6] asm/sections: Add COMPARE_SECTIONS macro
` [PATCH 2/6] kernel/extable: Wrap section comparison in sort_main_extable with COMPARE_SECTIONS
` [PATCH 3/6] tracing: Wrap section comparison in tracer_alloc_buffers "
` [PATCH 4/6] dynamic_debug: Wrap section comparison in dynamic_debug_init "
` [PATCH 5/6] mm: kmemleak: Wrap section comparison in kmemleak_init "
` [PATCH 6/6] kbuild: Enable -Wtautological-compare

[PATCH] mm: Avoid data corruption on CoW fault into PFN-mapped VMA
 2020-02-19 21:22 UTC  (2+ messages)

[PATCH v7 00/23] Change readahead API
 2020-02-19 21:01 UTC  (25+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 02/24] mm: Return void from various readahead functions
` [PATCH v7 03/24] mm: Ignore return value of ->readpages
` [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [PATCH v7 06/24] mm: Rename various 'offset' parameters to 'index'
` [PATCH v7 07/24] mm: rename readahead loop variable to 'i'
` [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [PATCH v7 10/24] mm: Add readahead address space operation
` [PATCH v7 11/24] mm: Move end_index check out of readahead loop
` [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 15/24] erofs: Convert uncompressed files "
` [PATCH v7 16/24] erofs: Convert compressed "
` [PATCH v7 17/24] ext4: Convert "
` [PATCH v7 18/24] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v7 19/24] f2fs: Convert from readpages to readahead
` [PATCH v7 20/24] fuse: "
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead
` [PATCH v7 23/24] mm: Document why we don't set PageReadahead
` [PATCH v7 24/24] mm: Use memalloc_nofs_save in readahead path

[PATCH v12 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2020-02-19 21:06 UTC  (7+ messages)
` [PATCH v12 7/9] hugetlb: support file_region coalescing again

[PATCH 0/2] slabinfo: parse all NUMA attributes
 2020-02-19 20:26 UTC  (4+ messages)
` [PATCH 2/2] tools: vm: slabinfo: Add numa information for objects

[PATCH v6 00/19] Change readahead API
 2020-02-19 20:24 UTC  (71+ messages)
` [PATCH v6 05/19] mm: Remove 'page_offset' from readahead loop
` [PATCH v6 06/19] mm: rename readahead loop variable to 'i'
` [PATCH v6 07/19] mm: Put readahead pages in cache earlier
` [PATCH v6 08/19] mm: Add readahead address space operation
` [PATCH v6 09/19] mm: Add page_cache_readahead_limit
` [PATCH v6 10/19] fs: Convert mpage_readpages to mpage_readahead
` [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 13/19] erofs: Convert compressed "
` [PATCH v6 14/19] ext4: Convert "
` [PATCH v6 16/19] fuse: "
` [PATCH v6 17/19] iomap: Restructure iomap_readpages_actor
` [PATCH v6 18/19] iomap: Convert from readpages to readahead
` [PATCH v6 19/19] mm: Use memalloc_nofs_save in readahead path

[Patch v4] mm/vmscan.c: remove cpu online notification for now
 2020-02-19 20:08 UTC  (2+ messages)

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

[PATCH 01/52] mm/sl[uo]b: export __kmalloc_track(_node)_caller
 2020-02-19 19:42 UTC  (2+ messages)

[PATCH v2] mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()
 2020-02-19 19:40 UTC  (3+ messages)

[PATCH v2 2/3] mm: Charge active memcg when no mm is set
 2020-02-19 19:37 UTC  (2+ messages)

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

[PATCH -next v2] fork: annotate a data race in vm_area_dup()
 2020-02-19 19:04 UTC  (2+ messages)

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

Splitting the mmap_sem
 2020-02-19 17:14 UTC  (9+ messages)
`  "

[patch] mm, thp: track fallbacks due to failed memcg charges separately
 2020-02-19 17:01 UTC  (9+ messages)
` [patch 1/2] mm, shmem: add thp fault alloc and fallback stats
  ` [patch 2/2] mm, thp: track fallbacks due to failed memcg charges separately

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

[PATCH v17 0/9] mm / virtio: Provide support for free page reporting
 2020-02-19 15:06 UTC  (15+ messages)
` [PATCH v17 3/9] mm: Add function __putback_isolated_page
` [PATCH v17 4/9] mm: Introduce Reported pages
` [PATCH v17 7/9] mm/page_reporting: Rotate reported pages to the tail of the list
` [PATCH v17 8/9] mm/page_reporting: Add budget limit on how many pages can be reported per pass

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

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

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

[PATCH v2 00/42] KVM: s390: Add support for protected VMs
 2020-02-19  8:31 UTC  (10+ messages)
` [PATCH v2 01/42] mm:gup/writeback: add callbacks for inaccessible pages

[RFC -V2 0/8] autonuma: Optimize memory placement in memory tiering system
 2020-02-19  6:05 UTC  (7+ messages)
` [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

[PATCH v2 00/27] Add support for OpenCAPI SCM devices
 2020-02-19  5:13 UTC  (31+ 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 v2 07/27] ocxl: Add functions to map/unmap LPC memory
` [PATCH v2 08/27] ocxl: Save the device serial number in ocxl_fn
` [PATCH v2 10/27] nvdimm: Add driver for OpenCAPI Storage Class Memory
` [PATCH v2 12/27] nvdimm/ocxl: Read the capability registers & wait for device ready
` [PATCH v2 13/27] nvdimm/ocxl: Add support for Admin commands
` [PATCH v2 14/27] nvdimm/ocxl: Add support for near storage commands
` [PATCH v2 22/27] nvdimm/ocxl: Implement the heartbeat command
` [PATCH v2 24/27] nvdimm/ocxl: Implement Overwrite

[Bug 206401] kernel panic on Hyper-V after 5 minutes due to memory hot-add
 2020-02-19  3:39 UTC  (3+ messages)

[PATCH v2] mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIs
 2020-02-19  2:32 UTC 

[PATCH] mm: get rid of WARN if failed to cow user pages
 2020-02-19  1:58 UTC  (3+ messages)

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


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