linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-12 02:19:15 to 2019-03-13 13:47:15 UTC [more...]

[PATCH] mm/debug: add a cast to u64 for atomic64_read()
 2019-03-13 13:46 UTC  (7+ messages)

[RFC][Patch v9 0/6] KVM: Guest Free Page Hinting
 2019-03-13 13:08 UTC  (23+ messages)
` [RFC][Patch v9 2/6] KVM: Enables the kernel to isolate guest free pages

[PATCH v2] mm: vmscan: drop zone id from kswapd tracepoints
 2019-03-13 10:45 UTC 

[PATCH v2] fs/dax: deposit pagetable even when installing zero page
 2019-03-13  9:58 UTC  (3+ messages)

[PATCH] mm: vmscan: drop zone id from kswapd tracepoints
 2019-03-13  8:38 UTC  (3+ messages)

[PATCH v10 00/18] KASAN for powerpc/32 and RFC for 64bit Book3E
 2019-03-13  8:30 UTC  (22+ messages)
` [PATCH v10 01/18] powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32
` [PATCH v10 02/18] powerpc/32: Move early_init() in a separate file
` [PATCH v10 03/18] powerpc: prepare string/mem functions for KASAN
` [PATCH v10 04/18] powerpc: remove CONFIG_CMDLINE #ifdef mess
` [PATCH v10 05/18] powerpc/prom_init: don't use string functions from lib/
` [PATCH v10 06/18] powerpc/mm: don't use direct assignation during early boot
` [PATCH v10 07/18] powerpc/32: use memset() instead of memset_io() to zero BSS
` [PATCH v10 08/18] powerpc/32: make KVIRT_TOP dependent on FIXMAP_START
` [PATCH v10 09/18] powerpc/32: prepare shadow area for KASAN
` [PATCH v10 10/18] powerpc: disable KASAN instrumentation on early/critical files
` [PATCH v10 11/18] powerpc/32: Add KASAN support
` [PATCH v10 12/18] powerpc/32s: move hash code patching out of MMU_init_hw()
` [PATCH v10 13/18] powerpc/32s: set up an early static hash table for KASAN
` [PATCH v10 14/18] powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_RO
` [PATCH RFC v3 15/18] kasan: do not open-code addr_has_shadow
` [PATCH RFC v3 16/18] kasan: allow architectures to manage the memory-to-shadow mapping
` [PATCH RFC v3 17/18] kasan: allow architectures to provide an outline readiness check
` [PATCH RFC v3 18/18] powerpc: KASAN for 64bit Book3E

KASAN: null-ptr-deref Read in reclaim_high
 2019-03-13  8:24 UTC  (13+ messages)

[PATCH 0/3] userfaultfd: allow to forbid unprivileged users
 2019-03-13  8:22 UTC  (12+ messages)
` [PATCH 1/3] userfaultfd/sysctl: introduce unprivileged_userfaultfd

[PATCH] mm/hotplug: fix offline undo_isolate_page_range()
 2019-03-13  8:01 UTC  (3+ messages)

WARNING: bad usercopy in fanotify_read
 2019-03-13  6:42 UTC  (3+ messages)

[PATCH v2 0/5]] mm: Use slab_list list_head instead of lru
 2019-03-13  5:20 UTC  (6+ messages)
` [PATCH v2 1/5] slub: Add comments to endif pre-processor macros
` [PATCH v2 2/5] slub: Use slab_list instead of lru
` [PATCH v2 3/5] slab: "
` [PATCH v2 4/5] slob: "
` [PATCH v2 5/5] mm: Remove stale comment from page struct

[PATCH 00/10] HMM updates for 5.1
 2019-03-13  1:27 UTC  (2+ messages)

[PATCH v2] mm: compaction: some tracepoints should be defined only when CONFIG_COMPACTION is set
 2019-03-13  1:26 UTC 

[PATCH 09/10] mm/hmm: allow to mirror vma of a file on a DAX backed filesystem
 2019-03-13  1:06 UTC  (22+ messages)

[PATCH v3 0/1] mm: introduce put_user_page*(), placeholder versions
 2019-03-13  0:38 UTC  (14+ messages)
` [PATCH v3 1/1] "

[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
 2019-03-12 22:57 UTC  (20+ messages)

[mm PATCH v6 0/7] Deferred page init improvements
 2019-03-12 22:50 UTC  (7+ messages)
` [mm PATCH v6 6/7] mm: Add reserved flag setting to set_page_links

[PATCH v2 0/6] mm: reduce the memory footprint of dying memory cgroups
 2019-03-12 22:34 UTC  (8+ messages)
` [PATCH v2 1/6] mm: prepare to premature release of memcg->vmstats_percpu
` [PATCH v2 2/6] mm: prepare to premature release of per-node lruvec_stat_cpu
` [PATCH v2 3/6] mm: release memcg percpu data prematurely
` [PATCH v2 4/6] mm: release per-node "
` [PATCH v2 5/6] mm: flush memcg percpu stats and events before releasing
` [PATCH 5/5] mm: spill "
` [PATCH v2 6/6] mm: refactor memcg_hotplug_cpu_dead() to use memcg_flush_offline_percpu()

[PATCH] mm: remove unused variable
 2019-03-12 21:18 UTC  (4+ messages)

[PATCH] kmemleak: skip scanning holes in the .bss section
 2019-03-12 21:10 UTC  (3+ messages)

[PATCH] filemap: don't unlock null page in FGP_FOR_MMAP case
 2019-03-12 21:08 UTC  (3+ messages)

xen: Can't insert balloon page into VM userspace (WAS Re: [Xen-devel] [linux-linus bisection] complete test-arm64-arm64-xl-xsm)
 2019-03-12 19:46 UTC  (11+ messages)
        ` [Xen-devel] xen: Can't insert balloon page into VM userspace (WAS "

[RFC] simple_lmk: Introduce Simple Low Memory Killer for Android
 2019-03-12 18:50 UTC  (19+ messages)

[RFC 00/15] mm: Implement Slab Movable Objects (SMO)
 2019-03-12 18:47 UTC  (10+ messages)
` [RFC 02/15] slub: Add isolate() and migrate() methods
` [RFC 04/15] slub: Enable Slab Movable Objects (SMO)

kernel BUG at include/linux/mm.h:1020!
 2019-03-12 17:55 UTC 

[PATCH 0/4] mm: Use slab_list list_head instead of lru
 2019-03-12 17:22 UTC  (10+ messages)

INFO: rcu detected stall in sys_sendfile64 (2)
 2019-03-12 17:10 UTC  (5+ messages)

Hang / zombie process from Xarray page-fault conversion (bisected)
 2019-03-12 16:53 UTC  (5+ messages)

[PATCH] mm: compaction: show gfp flag names in try_to_compact_pages tracepoint
 2019-03-12 16:48 UTC  (7+ messages)
` [PATCH] mm: compaction: some tracepoints should be defined only when CONFIG_COMPACTION is set

[PATCH] mm/slab: protect cache_reap() against CPU and memory hot plug operations
 2019-03-12 16:28 UTC  (3+ messages)

[Qestion] Hit a WARN_ON_ONCE in try_to_unmap_one when runing syzkaller
 2019-03-12 16:03 UTC 

[RESEND PATCH] mm/hotplug: don't reset pagetype flags for offline
 2019-03-12 15:57 UTC  (4+ messages)

[PATCH] mm,oom: Teach lockdep about oom_lock
 2019-03-12 15:31 UTC  (12+ messages)

[PATCH 0/3] mincore() and IOCB_NOWAIT adjustments
 2019-03-12 14:17 UTC  (4+ messages)
` [PATCH v2 0/2] prevent mincore() page cache leaks
  ` [PATCH v2 1/2] mm/mincore: make mincore() more conservative
  ` [PATCH v2 2/2] mm/mincore: provide mapped status when cached status is not allowed

[PATCH] mm: vmscan: show zone type in kswapd tracepoints
 2019-03-12 14:10 UTC  (5+ messages)

[PATCHv7 00/10] Heterogenous memory node attributes
 2019-03-12 13:37 UTC  (5+ messages)
` [PATCHv7 10/10] doc/mm: New documentation for memory performance

[PATCH v4 3/4] arm64: mm: call ctor for stage2 pmd page
 2019-03-12 13:25 UTC  (7+ messages)
` [PATCH] KVM: ARM: Remove pgtable page standard functions from stage-2 page tables
        ` [PATCH V2] "

[RFC PATCH V2 0/5] vhost: accelerate metadata access through vmap()
 2019-03-12  7:15 UTC  (15+ messages)
` [RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address


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