linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-02 04:07:45 to 2020-04-03 04:27:45 UTC [more...]

[PATCH v4 00/25] Add support for OpenCAPI Persistent Memory devices
 2020-04-03  4:27 UTC  (28+ messages)
` [PATCH v4 02/25] mm/memory_hotplug: Allow check_hotplug_memory_addressable to be called from drivers
` [PATCH v4 03/25] powerpc/powernv: Map & release OpenCAPI LPC memory
` [PATCH v4 06/25] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH v4 07/25] ocxl: Add functions to map/unmap LPC memory
` [PATCH v4 08/25] ocxl: Emit a log message showing how much LPC memory was detected
` [PATCH v4 14/25] nvdimm/ocxl: Add support for Admin commands
` [PATCH v4 16/25] nvdimm/ocxl: Implement the Read Error Log command

[PATCH 0/3] mm: Fix misuse of parent anon_vma in dup_mmap path
 2020-04-03  3:08 UTC  (8+ messages)
` [PATCH 1/3] mm: don't prepare anon_vma if vma has VM_WIPEONFORK
` [PATCH 2/3] Revert "mm/rmap.c: reuse mergeable anon_vma as parent when fork"
` [PATCH 3/3] mm: set vm_next and vm_prev to NULL in vm_area_dup()

[PATCH v3] mm: cma: NUMA node interface
 2020-04-03  2:19 UTC  (3+ messages)

[PATCH v3] mm: cma: NUMA node interface
 2020-04-03  2:12 UTC 

[PATCH RESEND 1/4] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-03  0:58 UTC  (20+ messages)
` [PATCH RESEND 2/4] uaccess: Selectively open read or write user access
` [PATCH RESEND 3/4] drm/i915/gem: Replace user_access_begin by user_write_access_begin
` [PATCH RESEND 4/4] powerpc/uaccess: Implement user_read_access_begin and user_write_access_begin

[PATCH v2 00/22] Avoid IPI while updating page table entries
 2020-04-03  0:28 UTC  (3+ messages)
` [PATCH v2 01/22] powerpc/pkeys: Avoid using lockless page table walk

[PATCH] mm: thp: don't need drain lru cache when splitting and mlocking THP
 2020-04-02 23:37 UTC  (5+ messages)

[GIT PULL] percpu changes for v5.7-rc1
 2020-04-02 22:45 UTC  (2+ messages)

[PATCH/RFC] MM: fix writeback for NFS
 2020-04-02 22:35 UTC  (10+ messages)
` Writeback fixes "
  ` [PATCH 1/2] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
    ` [PATCH 2/2] Deprecate NR_UNSTABLE_NFS, use NR_WRITEBACK
        ` [PATCH 2/2 - v2] MM: Discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead

[PATCH v2] mm: cma: NUMA node interface
 2020-04-02 22:26 UTC  (3+ messages)

[PATCH 1/2] mm: cma: NUMA node interface
 2020-04-02 22:03 UTC  (9+ messages)
` [PATCH 2/2] mm: hugetlb: Use node interface of cma

[PATCH] mm/swap_state: fix a data race in swapin_nr_pages
 2020-04-02 21:37 UTC 

[PATCH 0/3] support setting sysctl parameters from kernel command line
 2020-04-02 20:59 UTC  (7+ messages)
` [PATCH 1/3] kernel/sysctl: "

[PATCH] mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations
 2020-04-02 19:42 UTC  (8+ messages)

mm/mremap.c : WARNING: at mm/mremap.c:211 move_page_tables+0x5b0/0x5d0
 2020-04-02 19:26 UTC  (3+ messages)

[PATCH v2 0/2] initialize deferred pages with interrupts enabled
 2020-04-02 18:25 UTC  (15+ messages)
` [PATCH v2 1/2] mm: call touch_nmi_watchdog() on max order boundaries in deferred init
` [PATCH v2 2/2] mm: initialize deferred pages with interrupts enabled

Re: [PATCH v7 04/15] mm/damon: Implement region based sampling
 2020-04-02 18:00 UTC  (4+ messages)
`  "
  `  "

[PATCH v2] sched/core: fix illegal RCU from offline CPUs
 2020-04-02 16:57 UTC  (6+ messages)

[RFC PATCH v5 0/8] arm64: tlb: add support for TTL feature
 2020-04-02 16:38 UTC  (7+ messages)
` [RFC PATCH v5 4/8] mm: tlb: Pass struct mmu_gather to flush_pmd_tlb_range

[PATVH v1 RESEND] mm: remove unused free_bootmem_with_active_regions
 2020-04-02 16:03 UTC  (3+ messages)

[PATCH -V2] /proc/PID/smaps: Add PMD migration entry parsing
 2020-04-02 15:52 UTC  (11+ messages)

[PATCH] mm, memcg: Bypass high reclaim iteration for cgroup hierarchy root
 2020-04-02 15:18 UTC  (2+ messages)

[PATCH v4 0/8] workingset protection/detection on the anonymous LRU list
 2020-04-02 15:14 UTC  (6+ messages)
` [PATCH v4 6/8] mm/swap: implement workingset detection for anonymous LRU

[PATCH v7 04/15] mm/damon: Implement region based sampling
 2020-04-02 15:07 UTC  (2+ messages)

[PATCH v2 0/3] improvements about lowmem_reserve and /proc/zoneinfo
 2020-04-02 14:01 UTC  (4+ messages)
` [PATCH v2 1/3] mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it
` [PATCH v2 2/3] mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty
` [PATCH v2 3/3] mm/vmstat.c: do not show lowmem reserve protection information of empty zone

[PATCH 1/3] rcu/tree: use more permissive parameters when attaching a head
 2020-04-02 12:32 UTC  (3+ messages)
` [PATCH 2/3] rcu/tree: move locking/unlocking to separate functions
` [PATCH 3/3] lib/test_vmalloc.c: introduce two new test cases

[PATCH] mm, dump_page(): do not crash with invalid mapping pointer
 2020-04-02  8:30 UTC  (3+ messages)

[PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2020-04-02  8:01 UTC  (8+ messages)
      ` [PATCH RFC] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP (was: Re: [PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA)

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-04-02  7:43 UTC  (6+ messages)

[PATCH] mm/rmap: fix the handling of device private page in try_to_unmap_one()
 2020-04-02  7:40 UTC  (4+ messages)
` [PATCH] mm/rmap: fix the handling of !private device "

[PATCH] mm: initialize deferred pages with interrupts enabled
 2020-04-02  7:36 UTC  (7+ messages)

[PATCH v3] mm: hugetlb: optionally allocate gigantic hugepages using cma 65;5803;1c Commit 944d9fec8d7a ("hugetlb: add support for gigantic page allocation at runtime") has added the run-time allocation of gigantic pages. However it actually works only at early stages of the system loading, when the majority of memory is free. After some time the memory gets fragmented by non-movable pages, so the chances to find a contiguous 1 GB block are getting close to zero. Even dropping caches manually doesn't help a lot
 2020-04-02  7:14 UTC  (4+ messages)
    ` [PATCH v3] mm: hugetlb: optionally allocate gigantic hugepages using cma

[PATCH] /proc/PID/smaps: Add PMD migration entry parsing
 2020-04-02  6:27 UTC  (3+ messages)

[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
 2020-04-02  6:12 UTC  (4+ messages)
` [PATCH 2/3] mm/memory_hotplug: Allow arch override of non boot memory resource names

incoming
 2020-04-02  4:11 UTC  (76+ messages)
` [patch 081/155] mm/mapping_dirty_helpers: update huge page-table entry callbacks
` [patch 082/155] mm/vma: move VM_NO_KHUGEPAGED into generic header
` [patch 083/155] mm/vma: make vma_is_foreign() available for general use
` [patch 084/155] mm/vma: make is_vma_temporary_stack() "
` [patch 085/155] mm: add pagemap.h to the fine documentation
` [patch 086/155] mm/gup: rename "nonblocking" to "locked" where proper
` [patch 087/155] mm/gup: fix __get_user_pages() on fault retry of hugetlb
` [patch 088/155] mm: introduce fault_signal_pending()
` [patch 089/155] x86/mm: use helper fault_signal_pending()
` [patch 090/155] arc/mm: "
` [patch 091/155] arm64/mm: "
` [patch 092/155] powerpc/mm: "
` [patch 093/155] sh/mm: "
` [patch 094/155] mm: return faster for non-fatal signals in user mode faults
` [patch 095/155] userfaultfd: don't retake mmap_sem to emulate NOPAGE
` [patch 096/155] mm: introduce FAULT_FLAG_DEFAULT
` [patch 097/155] mm: introduce FAULT_FLAG_INTERRUPTIBLE
` [patch 098/155] mm: allow VM_FAULT_RETRY for multiple times
` [patch 099/155] mm/gup: "
` [patch 100/155] mm/gup: allow to react to fatal signals
` [patch 101/155] mm/userfaultfd: honor FAULT_FLAG_KILLABLE in fault path
` [patch 102/155] mm: clarify a confusing comment for remap_pfn_range()
` [patch 103/155] mm/memory.c: clarify a confusing comment for vm_iomap_memory
` [patch 104/155] mmap: remove inline of vm_unmapped_area
` [patch 105/155] mm: mmap: add trace point "
` [patch 106/155] mm/mremap: add MREMAP_DONTUNMAP to mremap()
` [patch 107/155] selftests: add MREMAP_DONTUNMAP selftest
` [patch 108/155] mm/sparsemem: get address to page struct instead of address to pfn
` [patch 109/155] mm/sparse: rename pfn_present() to pfn_in_present_section()
` [patch 110/155] mm/sparse.c: use kvmalloc/kvfree to alloc/free memmap for the classic sparse
` [patch 111/155] mm/sparse.c: allocate memmap preferring the given node
` [patch 112/155] kasan: detect negative size in memory operation function
` [patch 113/155] kasan: add test for invalid size in memmove
` [patch 114/155] mm/page_alloc: increase default min_free_kbytes bound
` [patch 115/155] mm, pagealloc: micro-optimisation: save two branches on hot page allocation path
` [patch 116/155] mm/page_alloc.c: use free_area_empty() instead of open-coding
` [patch 117/155] mm/page_alloc.c: micro-optimisation Remove unnecessary branch
` [patch 118/155] mm/page_alloc: simplify page_is_buddy() for better code readability
` [patch 119/155] mm: vmpressure: don't need call kfree if kstrndup fails
` [patch 120/155] mm: vmpressure: use mem_cgroup_is_root API
` [patch 121/155] mm: vmscan: replace open codings to NUMA_NO_NODE
` [patch 122/155] mm/vmscan.c: remove cpu online notification for now
` [patch 123/155] mm/vmscan.c: fix data races using kswapd_classzone_idx
` [patch 124/155] mm/vmscan.c: clean code by removing unnecessary assignment
` [patch 125/155] mm/vmscan.c: make may_enter_fs bool in shrink_page_list()
` [patch 126/155] mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assignment
` [patch 127/155] selftests: vm: drop dependencies on page flags from mlock2 tests
` [patch 128/155] mm,compaction,cma: add alloc_contig flag to compact_control
` [patch 129/155] mm,thp,compaction,cma: allow THP migration for CMA allocations
` [patch 130/155] mm, compaction: fully assume capture is not NULL in compact_zone_order()
` [patch 131/155] mm/compaction: really limit compact_unevictable_allowed to 0 and 1
` [patch 132/155] mm/compaction: Disable compact_unevictable_allowed on RT
` [patch 133/155] mm/compaction.c: clean code by removing unnecessary assignment
` [patch 134/155] mm/mempolicy: support MPOL_MF_STRICT for huge page mapping
` [patch 135/155] mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()
` [patch 136/155] mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()
` [patch 137/155] mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
` [patch 138/155] mm/memblock.c: remove redundant assignment to variable max_addr
` [patch 139/155] hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
` [patch 140/155] hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race
` [patch 141/155] hugetlb_cgroup: add hugetlb_cgroup reservation counter
` [patch 142/155] hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
` [patch 143/155] mm/hugetlb_cgroup: fix hugetlb_cgroup migration
` [patch 144/155] hugetlb_cgroup: add reservation accounting for private mappings
` [patch 145/155] hugetlb: disable region_add file_region coalescing
` [patch 146/155] hugetlb_cgroup: add accounting for shared mappings
` [patch 147/155] hugetlb_cgroup: support noreserve mappings
` [patch 148/155] hugetlb: support file_region coalescing again
` [patch 149/155] hugetlb_cgroup: add hugetlb_cgroup reservation tests
` [patch 150/155] hugetlb_cgroup: add hugetlb_cgroup reservation docs
` [patch 151/155] mm/hugetlb.c: clean code by removing unnecessary initialization
` [patch 152/155] mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge()
` [patch 153/155] selftests/vm: fix map_hugetlb length used for testing read and write
` [patch 154/155] mm/hugetlb: fix build failure with HUGETLB_PAGE but not HUGEBTLBFS
` [patch 155/155] include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THP


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