linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-18 14:10:05 to 2019-10-21 19:30:00 UTC [more...]

[PATCH v6 1/9] hugetlb_cgroup: Add hugetlb_cgroup reservation counter
 2019-10-21 19:29 UTC  (4+ messages)
` [PATCH v6 5/9] hugetlb: disable region_add file_region coalescing

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-21 19:24 UTC  (34+ messages)
` [PATCH hmm 01/15] mm/mmu_notifier: define the header pre-processor parts even if disabled
` [PATCH hmm 02/15] mm/mmu_notifier: add an interval tree notifier
` [PATCH hmm 03/15] mm/hmm: allow hmm_range to be used with a mmu_range_notifier or hmm_mirror
` [PATCH hmm 04/15] mm/hmm: define the pre-processor related parts of hmm.h even if disabled
` [PATCH hmm 08/15] xen/gntdev: Use select for DMA_SHARED_BUFFER
` [PATCH hmm 15/15] mm/hmm: remove hmm_mirror and related

[PATCH v2 0/3] HMM tests and minor fixes
 2019-10-21 18:50 UTC  (8+ messages)
` [PATCH v2 1/3] mm/hmm: make full use of walk_page_range()
` [PATCH v2 2/3] mm/hmm: allow snapshot of the special zero page
` [PATCH v2 3/3] mm/hmm/test: add self tests for HMM

[PATCH] mm/gup: allow CMA migration to propagate errors back to caller
 2019-10-21 18:25 UTC  (4+ messages)

[PATCH 00/16] The new slab memory controller
 2019-10-21 18:09 UTC  (9+ messages)
` [PATCH 02/16] mm: vmstat: use s32 for vm_node_stat_diff in struct per_cpu_nodestat

[PATCH v3] mm,thp: recheck each page before collapsing file THP
 2019-10-21 18:03 UTC  (4+ messages)

[PATCH v6 0/4] Raspberry Pi 4 DMA addressing support
 2019-10-21 17:55 UTC  (8+ messages)
` [PATCH v6 3/4] arm64: use both ZONE_DMA and ZONE_DMA32

[RESENT trivial 1/3] treewide: drivers: Fix Kconfig indentation
 2019-10-21 17:29 UTC  (3+ messages)
` [RESENT trivial 2/3] treewide: "
` [RESENT trivial 3/3] treewide: arch: "

[RESEND trivial] fs: Fix Kconfig indentation
 2019-10-21 17:29 UTC 

[PATCH v2 0/2] mm: Memory offlining + page isolation cleanups
 2019-10-21 17:23 UTC  (3+ messages)
` [PATCH v2 1/2] mm/page_alloc.c: Don't set pages PageReserved() when offlining
` [PATCH v2 2/2] mm/page_isolation.c: Convert SKIP_HWPOISON to MEMORY_OFFLINE

[PATCH] hugetlbfs: add O_TMPFILE support
 2019-10-21 17:17 UTC  (4+ messages)

[PATCH v2 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-21 15:54 UTC  (7+ messages)
` [PATCH v2 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v2 2/8] objtool, kcsan: Add KCSAN runtime functions to whitelist

[PATCH v1 0/2] mm: Memory offlining + page isolation cleanups
 2019-10-21 15:54 UTC  (9+ messages)
` [PATCH v1 1/2] mm/page_alloc.c: Don't set pages PageReserved() when offlining
` [PATCH v1 2/2] mm/page_isolation.c: Convert SKIP_HWPOISON to MEMORY_OFFLINE

[RFC PATCH v2 00/16] Hwpoison rework {hard,soft}-offline
 2019-10-21 15:41 UTC  (31+ messages)
` [RFC PATCH v2 01/16] mm,hwpoison: cleanup unused PageHuge() check
` [RFC PATCH v2 02/16] mm,madvise: call soft_offline_page() without MF_COUNT_INCREASED
` [RFC PATCH v2 03/16] mm,madvise: Refactor madvise_inject_error
` [RFC PATCH v2 05/16] mm,hwpoison: Un-export get_hwpoison_page and make it static
` [RFC PATCH v2 06/16] mm,hwpoison: Kill put_hwpoison_page
` [RFC PATCH v2 09/16] mm,hwpoison: Unify THP handling for hard and soft offline
    ` [PATCH 17/16] mm,hwpoison: introduce MF_MSG_UNSPLIT_THP
` [RFC PATCH v2 10/16] mm,hwpoison: Rework soft offline for free pages
` [RFC PATCH v2 11/16] mm,hwpoison: Rework soft offline for in-use pages
` [RFC PATCH v2 14/16] mm,hwpoison: Return 0 if the page is already poisoned in soft-offline
` [RFC PATCH v2 15/16] mm/hwpoison-inject: Rip off duplicated checks

[PATCH] mm: Unsigned 'nr_pages' always larger than zero
 2019-10-21 15:11 UTC  (7+ messages)

[PATCH 0/3] Recalculate per-cpu page allocator batch and high limits after deferred meminit v2
 2019-10-21 14:25 UTC  (11+ messages)
` [PATCH 1/3] mm, meminit: Recalculate pcpu batch and high limits after init completes
` [PATCH 2/3] mm, pcp: Share common code between memory hotplug and percpu sysctl handler
` [PATCH 3/3] mm, pcpu: Make zone pcp updates and reset internal to the mm

[PATCH 0/3] Allow ZRAM to use any zpool-compatible backend
 2019-10-21 14:21 UTC  (5+ messages)

[PATCH RFC v1 00/26] Add KernelMemorySanitizer infrastructure
 2019-10-21 14:11 UTC  (23+ messages)
` [PATCH RFC v1 05/26] printk_safe: externalize printk_context
` [PATCH RFC v1 15/26] kmsan: Kconfig changes to disable options incompatible with KMSAN
` [PATCH RFC v1 18/26] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH RFC v1 19/26] kmsan: call KMSAN hooks where needed
` [PATCH RFC v1 23/26] kmsan: unpoisoning buffers from devices etc
` [PATCH RFC v1 26/26] net: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN

[RFC v1] mm: add page preemption
 2019-10-21 12:27 UTC  (3+ messages)

[PATCH v6 0/8] Emulated coherent graphics memory take 2
 2019-10-21 12:24 UTC  (2+ messages)

[RFC v1] memcg: add memcg lru for page reclaiming
 2019-10-21 12:14 UTC  (2+ messages)

[PATCH v2 0/2] mm: Don't access uninitialized memmaps in PFN walkers
 2019-10-21  9:44 UTC  (6+ messages)
` [PATCH v2 2/2] mm/memory-failure.c: Don't access uninitialized memmaps in memory_failure()

[PATCH v3 2/3] riscv: Add KASAN support
 2019-10-21  9:33 UTC 

[patch 06/26] mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()
 2019-10-21  8:35 UTC  (3+ messages)

[patch 07/26] mm/memunmap: don't access uninitialized memmap in memunmap_pages()
 2019-10-21  8:33 UTC  (4+ messages)

[bug, 5.2.16] kswapd/compaction null pointer crash [was Re: xfs_inode not reclaimed/memory leak on 5.2.16]
 2019-10-21  8:13 UTC  (6+ messages)

memory offline infinite loop after soft offline
 2019-10-21  3:16 UTC  (3+ messages)

[PATCH] slab: Redefine ZERO_SIZE_PTR to include ERR_PTR range
 2019-10-20 15:38 UTC  (4+ messages)

[PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
 2019-10-20 13:17 UTC 

[RFC v1] writeback: add elastic bdi in cgwb bdp
 2019-10-20 13:00 UTC 

[PATCH 0/3] Recalculate per-cpu page allocator batch and high limits after deferred meminit
 2019-10-20  9:32 UTC  (9+ messages)
` [PATCH 2/3] mm, meminit: Recalculate pcpu batch and high limits after init completes

[PATCH V2] kernel: dma: contigous: Make CMA parameters __initdata/__initconst
 2019-10-20  5:03 UTC 

[PATCH] mm/vmstat: do not use size of vmstat_text as count of /proc/vmstat items
 2019-10-20  2:07 UTC  (2+ messages)

mmotm 2019-10-18-22-40 uploaded
 2019-10-19 17:47 UTC  (4+ messages)
` mmotm 2019-10-18-22-40 uploaded (i915)
` mmotm 2019-10-18-22-40 uploaded (mm/vmstat.c)

[PATCH v3 1/3] mm/vmalloc: remove preempt_disable/enable when do preloading
 2019-10-19 15:51 UTC  (6+ messages)
` [PATCH v3 2/3] mm/vmalloc: respect passed gfp_mask "

[BUG -tip] kmemleak and stacktrace cause page faul
 2019-10-19 11:44 UTC 

[PATCH] kernel: dma: Make CMA boot parameters __ro_after_init
 2019-10-19  5:37 UTC  (3+ messages)

[patch 26/26] scripts/gdb: fix debugging modules on s390
 2019-10-19  3:20 UTC 

[patch 25/26] kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe register
 2019-10-19  3:20 UTC 

[patch 24/26] mm/thp: allow dropping THP from page cache
 2019-10-19  3:20 UTC 

[patch 23/26] mm/vmscan.c: support removing arbitrary sized pages from mapping
 2019-10-19  3:20 UTC 

[patch 22/26] mm/thp: fix node page state in split_huge_page_to_list()
 2019-10-19  3:20 UTC 

[patch 21/26] proc/meminfo: fix output alignment
 2019-10-19  3:20 UTC 

[patch 20/26] mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batch
 2019-10-19  3:20 UTC 

[patch 19/26] mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definition
 2019-10-19  3:20 UTC 

[patch 18/26] mm: include <linux/huge_mm.h> for is_vma_temporary_stack
 2019-10-19  3:20 UTC 

[patch 17/26] zram: fix race between backing_dev_show and backing_dev_store
 2019-10-19  3:20 UTC 

[patch 16/26] mm/memcontrol: update lruvec counters in mem_cgroup_move_account
 2019-10-19  3:20 UTC 

[patch 15/26] ocfs2: fix panic due to ocfs2_wq is null
 2019-10-19  3:20 UTC 

[patch 14/26] hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()
 2019-10-19  3:20 UTC 

[patch 13/26] mm: memblock: do not enforce current limit for memblock_phys* family
 2019-10-19  3:20 UTC 

[patch 12/26] mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_size
 2019-10-19  3:19 UTC 

[patch 11/26] mm/gup: fix a misnamed "write" argument, and a related bug
 2019-10-19  3:19 UTC 

[patch 10/26] mm/gup_benchmark: add a missing "w" to getopt string
 2019-10-19  3:19 UTC 

[patch 09/26] ocfs2: fix error handling in ocfs2_setattr()
 2019-10-19  3:19 UTC 

[patch 08/26] mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer release
 2019-10-19  3:19 UTC 

[patch 05/26] mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetypeinfo
 2019-10-19  3:19 UTC 

[patch 04/26] scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is set
 2019-10-19  3:19 UTC 

[patch 03/26] mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()
 2019-10-19  3:19 UTC 

[patch 02/26] fs/proc/page.c: don't access uninitialized memmaps in fs/proc/page.c
 2019-10-19  3:19 UTC 

[patch 01/26] drivers/base/memory.c: don't access uninitialized memmaps in soft_offline_page_store()
 2019-10-19  3:19 UTC 

incoming
 2019-10-19  3:19 UTC 

hibernation memory usage
 2019-10-19  1:49 UTC  (8+ messages)

[PATCH] zswap: allow setting default status, compressor and allocator in Kconfig
 2019-10-18 22:16 UTC  (3+ messages)

[PATCH 0/4] [RFC] Migrate Pages in lieu of discard
 2019-10-18 21:55 UTC  (19+ messages)
` [PATCH 3/4] mm/vmscan: Attempt to migrate page "

[PATCH v2 0/5] Fixes for THP in page cache
 2019-10-18 21:54 UTC  (5+ messages)
` [PATCH v2 4/5] mm/thp: allow drop THP from "

[PATCH V2 00/26] mm, xfs: non-blocking inode reclaim
 2019-10-18 20:29 UTC  (6+ messages)
` [PATCH 25/26] xfs: rework unreferenced inode lookups

[PATCH] hugetlb: Add nohugepages parameter to prevent hugepages creation
 2019-10-18 18:29 UTC  (8+ messages)

[PATCH v2] mm,thp: recheck each page before collapsing file THP
 2019-10-18 17:27 UTC  (4+ messages)

[PATCH] mm: memcontrol: fix NULL-ptr deref in percpu stats flush
 2019-10-18 16:58 UTC  (2+ messages)

[PATCH] mm,thp: recheck each page before collapsing file THP
 2019-10-18 16:23 UTC  (5+ messages)

[PATCH v12 07/22] riscv: mm: Add p?d_leaf() definitions
 2019-10-18 15:57 UTC 

BUG: bad usercopy in ld_usb_read (2)
 2019-10-18 14:40 UTC  (3+ messages)

[patch for-5.3 0/4] revert immediate fallback to remote hugepages
 2019-10-18 14:15 UTC  (11+ 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).