linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-01 06:03:53 to 2020-04-02 04:06:16 UTC [more...]

incoming
 2020-04-02  4:06 UTC  (56+ 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 014/155] ocfs2: replace zero-length array with flexible-array member
` [patch 015/155] ocfs2: cluster: "
` [patch 016/155] ocfs2: dlm: "
` [patch 017/155] ocfs2: ocfs2_fs.h: "
` [patch 018/155] ocfs2: roll back the reference count modification of the parent directory if an error occurs
` [patch 019/155] ocfs2: use scnprintf() for avoiding potential buffer overflow
` [patch 020/155] ocfs2: use memalloc_nofs_save instead of memalloc_noio_save
` [patch 021/155] fs_parse: remove pr_notice() about each validation
` [patch 022/155] mm/slub.c: replace cpu_slab->partial with wrapped APIs
` [patch 023/155] mm/slub.c: replace kmem_cache->cpu_partial "
` [patch 024/155] slub: improve bit diffusion for freelist ptr obfuscation
` [patch 025/155] slub: relocate freelist pointer to middle of object
` [patch 026/155] revert "topology: add support for node_to_mem_node() to determine the fallback node"
` [patch 027/155] mm/kmemleak.c: use address-of operator on section symbols
` [patch 028/155] mm/Makefile: disable KCSAN for kmemleak
` [patch 029/155] mm/filemap.c: don't bother dropping mmap_sem for zero size readahead
` [patch 030/155] mm/page-writeback.c: write_cache_pages(): deduplicate identical checks
` [patch 031/155] mm/filemap.c: clear page error before actual read
` [patch 032/155] mm/filemap.c: remove unused argument from shrink_readahead_size_eio()
` [patch 033/155] mm/filemap.c: use vm_fault error code directly
` [patch 034/155] include/linux/pagemap.h: rename arguments to find_subpage
` [patch 035/155] mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_io
` [patch 036/155] mm/filemap.c: unexport find_get_entry
` [patch 037/155] mm/filemap.c: rewrite pagecache_get_page documentation
` [patch 038/155] mm/gup: split get_user_pages_remote() into two routines
` [patch 039/155] mm/gup: pass a flags arg to __gup_device_* functions
` [patch 040/155] mm: introduce page_ref_sub_return()
` [patch 041/155] mm/gup: pass gup flags to two more routines
` [patch 042/155] mm/gup: require FOLL_GET for get_user_pages_fast()
` [patch 043/155] mm/gup: track FOLL_PIN pages
` [patch 044/155] mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
` [patch 045/155] mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
` [patch 046/155] mm/gup_benchmark: support pin_user_pages() and related calls
` [patch 047/155] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [patch 048/155] mm: improve dump_page() for compound pages
` [patch 049/155] mm: dump_page(): additional diagnostics for huge pinned pages
` [patch 050/155] mm/gup/writeback: add callbacks for inaccessible pages
` [patch 051/155] mm/gup: rename nr as nr_pinned in get_user_pages_fast()
` [patch 052/155] mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path
` [patch 053/155] mm/swapfile.c: fix comments for swapcache_prepare
` [patch 054/155] mm/swap.c: not necessary to export __pagevec_lru_add()
` [patch 055/155] mm/swapfile: fix data races in try_to_unuse()

[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  (9+ 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  (33+ 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  (6+ messages)
` 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  (2+ messages)

[PATCH v7 04/15] mm/damon: Implement region based sampling
 2020-04-01 14:46 UTC  (4+ messages)
`  "

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

[PATCH v7 05/15] mm/damon: Adaptively adjust regions
 2020-04-01  8:22 UTC  (2+ messages)
`  "

[RFC v5 0/7] Implement Data Access Monitoring-based Memory Operation Schemes
 2020-04-01  8:21 UTC  (2+ 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)


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