linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-31 15:50:56 to 2020-04-02 04:03:48 UTC [more...]

incoming
 2020-04-02  4:03 UTC  (14+ messages)
` [patch 001/155] tools/accounting/getdelays.c: fix netlink attribute length
` [patch 002/155] kthread: mark timer used by delayed kthread works as IRQ safe
` [patch 003/155] asm-generic: make more kernel-space headers mandatory
` [patch 004/155] scripts/spelling.txt: add syfs/sysfs pattern
` [patch 005/155] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 006/155] ocfs2: remove FS_OCFS2_NM
` [patch 007/155] ocfs2: remove unused macros
` [patch 008/155] ocfs2: use OCFS2_SEC_BITS in macro
` [patch 009/155] ocfs2: remove dlm_lock_is_remote
` [patch 010/155] ocfs2: there is no need to log twice in several functions
` [patch 011/155] ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"
` [patch 012/155] ocfs2: remove useless err
` [patch 013/155] ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refcount_cache_unlock()

[PATCH v4 00/25] Add support for OpenCAPI Persistent Memory devices
 2020-04-02  3:50 UTC  (36+ messages)
` [PATCH v4 01/25] powerpc/powernv: Add OPAL calls for LPC memory alloc/release
` [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 04/25] ocxl: Remove unnecessary externs
` [PATCH v4 05/25] ocxl: Address kernel doc errors & warnings
` [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 10/25] nvdimm: Add driver for OpenCAPI Persistent Memory
` [PATCH v4 11/25] powerpc: Enable the OpenCAPI Persistent Memory driver for powernv_defconfig
` [PATCH v4 12/25] nvdimm/ocxl: Add register addresses & status values to the header
` [PATCH v4 13/25] nvdimm/ocxl: Read the capability registers & wait for device ready
` [PATCH v4 15/25] nvdimm/ocxl: Register a character device for userspace to interact with
` [PATCH v4 19/25] nvdimm/ocxl: Forward events to userspace

[PATCH] mm,page_alloc,cma: conditionally prefer cma pageblocks for movable allocations
 2020-04-02  3:05 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  2:44 UTC  (3+ messages)

[GIT PULL] XArray for 5.7-rc1
 2020-04-02  2:05 UTC  (2+ messages)

[PATCH -V2] /proc/PID/smaps: Add PMD migration entry parsing
 2020-04-02  2:00 UTC 

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

[PATCH 0/3] mm: Fix misuse of parent anon_vma in dup_mmap path
 2020-04-02  1:25 UTC  (2+ messages)

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

mmotm 2020-04-01-17-52 uploaded
 2020-04-02  0:53 UTC 

[PATCH/RFC] MM: fix writeback for NFS
 2020-04-01 23:54 UTC  (4+ 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 v2 0/2] initialize deferred pages with interrupts enabled
 2020-04-01 22:57 UTC  (3+ 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

[PATCH v2] sched/core: fix illegal RCU from offline CPUs
 2020-04-01 21:40 UTC 

[PATCH v2] sched/core: fix illegal RCU from offline CPUs
 2020-04-01 21:05 UTC  (5+ messages)

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

[PATCH 0/7] thp/khugepaged improvements and CoW semantics
 2020-04-01 19:45 UTC  (9+ messages)
` [PATCH 5/7] khugepaged: Allow to collapse PTE-mapped compound pages

[PATCH RFC] rcu/tree: Use GFP_MEMALLOC for alloc memory to free memory pattern
 2020-04-01 19:35 UTC  (38+ messages)

[RFC PATCH v9 00/27] Control-flow Enforcement: Shadow Stack
 2020-04-01 19:22 UTC  (5+ messages)
` [RFC PATCH v9 09/27] x86/mm: Introduce _PAGE_DIRTY_SW

[PATCH v2 0/4] Clean up hugetlb boot command line processing
 2020-04-01 18:55 UTC  (6+ messages)
` [PATCH v2 1/4] hugetlbfs: add arch_hugetlb_valid_size
` [PATCH v2 2/4] hugetlbfs: move hugepagesz= parsing to arch independent code
` [PATCH v2 3/4] hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
` [PATCH v2 4/4] hugetlbfs: clean up command line processing

[PATCH v1 0/2] mm/page_alloc: fix stalls/soft lockups with huge VMs
 2020-04-01 18:29 UTC  (21+ messages)
` [PATCH v1 1/2] mm/page_alloc: fix RCU stalls during deferred page initialization
` [PATCH v1 2/2] mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()

mmotm 2020-03-30-18-46 uploaded
 2020-04-01 17:13 UTC  (11+ messages)
` mmotm 2020-03-30-18-46 uploaded (freesync)
` mmotm 2020-03-30-18-46 uploaded (VDPA + vhost)

[PATCH v3] mm: fix tick timer stall during deferred page init
 2020-04-01 17:13 UTC  (14+ messages)

[PATCH] mm/rmap: fix the handling of device private page in try_to_unmap_one()
 2020-04-01 15:58 UTC  (8+ messages)
` [PATCH] mm/rmap: fix the handling of !private device "

incoming
 2020-04-01 15:40 UTC  (9+ messages)
` [patch 2/5] drivers/base/memory.c: indicate all memory blocks as removable

[PATCH] mm/vmscan.c: use update_lru_size() in update_lru_sizes()
 2020-04-01 15:33 UTC  (3+ messages)

[PATCH v7 00/15] Introduce Data Access MONitor (DAMON)
 2020-04-01 14:46 UTC  (9+ messages)
` [PATCH v7 04/15] mm/damon: Implement region based sampling
    `  "
` [PATCH v7 05/15] mm/damon: Adaptively adjust regions
    `  "

[PATCH] mm, dump_page(): do not crash with invalid mapping pointer
 2020-04-01 14:05 UTC  (2+ messages)

[PATCH v3 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-04-01 13:48 UTC  (7+ messages)
` [PATCH v3 06/10] mmap locking API: convert nested write lock sites
` [PATCH v3 07/10] mmap locking API: add mmap_read_release() and mmap_read_unlock_non_owner()
` [PATCH v3 10/10] mmap locking API: rename mmap_sem to mmap_lock

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

[PATCH 0/3] support setting sysctl parameters from kernel command line
 2020-04-01 11:01 UTC  (10+ messages)
` [PATCH 1/3] kernel/sysctl: "
` [PATCH 3/3] kernel/hung_task convert hung_task_panic boot parameter to sysctl

[PATCH 0/3] arm64: tlb: skip tlbi broadcast v2
 2020-04-01  0:32 UTC  (7+ messages)
` [PATCH 3/3] arm64: tlb: skip tlbi broadcast

[PATCH] mm, trivial: Simplify swap related code in try_to_unmap_one()
 2020-04-01  8:48 UTC  (5+ messages)

[RFC v5 0/7] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-04-01  8:21 UTC  (5+ messages)
  `  "

[RFC 0/2] arm64/mm: Enable THP migration
 2020-04-01  8:14 UTC  (7+ messages)
` [RFC 1/2] arm64/mm: Change THP helpers to comply with generic MM semantics

[PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2020-04-01  7:51 UTC  (7+ 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)

[RFC PATCH v1 46/50] mm/shuffle.c: use get_random_max()
 2020-04-01  5:17 UTC  (7+ messages)
  ` [RFC PATCH v1 00/52] Audit kernel random number use
          ` lib/random32.c security

[PATCH 0/2] selftests: vm: Build fixes for powerpc64
 2020-04-01  3:37 UTC  (3+ messages)

[PATCH 0/2] psi: enhance psi with the help of ebpf
 2020-04-01  1:22 UTC  (5+ messages)

[PATCH] mm: allow checking length for hugetlb mapping in mmap()
 2020-03-31 22:04 UTC  (6+ messages)

[PATCH] mm, memcg: Do not high throttle allocators based on wraparound
 2020-03-31 19:00 UTC  (4+ messages)

[PATCH v2 0/2] hugetlbfs: use i_mmap_rwsem for more synchronization
 2020-03-31 18:40 UTC  (6+ messages)
` [PATCH v2 1/2] hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization

possible deadlock in shmem_mfill_atomic_pte
 2020-03-31 17:21 UTC 


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