linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-21 19:30:00 to 2019-10-23 08:26:56 UTC [more...]

[PATCH v2 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-22 18:17 UTC  (12+ messages)
` [PATCH v2 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure
` [PATCH v2 7/8] locking/atomics, kcsan: Add KCSAN instrumentation
` [PATCH v2 8/8] x86, kcsan: Enable KCSAN for x86

[PATCH V7] mm/debug: Add tests validating architecture page table helpers
 2019-10-22  7:11 UTC  (3+ messages)

[PATCH v12 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-23  8:26 UTC  (15+ messages)
` [PATCH v12 1/6] mm: Adjust shuffle code to allow for future coalescing
` [PATCH v12 2/6] mm: Use zone and order instead of free area in free_list manipulators
` [PATCH v12 3/6] mm: Introduce Reported pages
` [PATCH v12 4/6] mm: Add device side and notifier for unused page reporting
` [PATCH v12 5/6] virtio-balloon: Pull page poisoning config out of free page hinting
` [PATCH v12 6/6] virtio-balloon: Add support for providing unused page reports to host
` [PATCH v12 QEMU 1/3] virtio-ballon: Implement support for page poison tracking feature
` [PATCH v12 QEMU 2/3] virtio-balloon: Add bit to notify guest of unused page reporting
` [PATCH v12 QEMU 3/3] virtio-balloon: Provide a interface for "

[PATCH RFC v1 00/12] mm: Don't mark hotplugged pages PG_reserved (including ZONE_DEVICE)
 2019-10-23  8:20 UTC  (19+ messages)
` [PATCH RFC v1 01/12] mm/memory_hotplug: Don't allow to online/offline memory blocks with holes
` [PATCH RFC v1 02/12] mm/usercopy.c: Prepare check_page_span() for PG_reserved changes
` [PATCH RFC v1 03/12] KVM: x86/mmu: Prepare kvm_is_mmio_pfn() "
` [PATCH RFC v1 04/12] KVM: Prepare kvm_is_reserved_pfn() "
` [PATCH RFC v1 05/12] vfio/type1: Prepare is_invalid_reserved_pfn() "
` [PATCH RFC v1 06/12] staging/gasket: Prepare gasket_release_page() "
` [PATCH RFC v1 07/12] staging: kpc2000: Prepare transfer_complete_cb() "
` [PATCH RFC v1 08/12] powerpc/book3s: Prepare kvmppc_book3s_instantiate_page() "
` [PATCH RFC v1 09/12] powerpc/64s: Prepare hash_page_do_lazy_icache() "
` [PATCH RFC v1 10/12] powerpc/mm: Prepare maybe_pte_to_page() "
` [PATCH RFC v1 11/12] x86/mm: Prepare __ioremap_check_ram() "
` [PATCH RFC v1 12/12] mm/memory_hotplug: Don't mark pages PG_reserved when initializing the memmap

[RFC v1] mm: add page preemption
 2019-10-23  8:17 UTC  (6+ messages)

[RFC v1] memcg: add memcg lru for page reclaiming
 2019-10-23  8:08 UTC  (5+ messages)

[linux-next:master] BUILD INCOMPLETE a722f75b2923b4fd44c17e7255e822ac48fe85f0
 2019-10-23  7:40 UTC 

[PATCH] hugetlbfs: add O_TMPFILE support
 2019-10-23  7:14 UTC  (7+ messages)

[Bug 205135] System hang up when memory swapping (kswapd deadlock)
 2019-10-23  7:12 UTC  (5+ messages)

[PATCH v6 3/4] arm64: use both ZONE_DMA and ZONE_DMA32
 2019-10-23  7:11 UTC  (6+ messages)

[PATCH] Add prctl support for controlling PF_MEMALLOC V2
 2019-10-23  7:11 UTC  (8+ messages)

[PATCH 1/2] mm: memcontrol: remove dead code from memory_max_write()
 2019-10-23  6:59 UTC  (4+ messages)
` [PATCH 2/2] mm: memcontrol: try harder to set a new memory.high

[PATCH] mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges
 2019-10-23  6:40 UTC  (3+ messages)

[PATCH] mm/vmstat: Reduce zone lock hold time when reading /proc/pagetypeinfo
 2019-10-23  6:15 UTC  (7+ messages)

[PATCH v9 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-10-23  5:41 UTC  (6+ messages)
` [PATCH v9 2/8] KVM: PPC: Move pages between normal and secure memory

[RFC PATCH v2 00/16] Hwpoison rework {hard,soft}-offline
 2019-10-23  2:15 UTC  (30+ messages)
` [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 15/16] mm/hwpoison-inject: Rip off duplicated checks

[PATCH] mm: thp: handle page cache THP correctly in PageTransCompoundMap
 2019-10-23  1:31 UTC  (4+ messages)

mmotm 2019-10-22-17-07 uploaded
 2019-10-23  0:07 UTC 

linux-next test error: WARNING in collapse_file
 2019-10-22 23:10 UTC  (2+ messages)

[PATCH 0/8]: mm: vmscan: cgroup-related cleanups
 2019-10-22 22:46 UTC  (20+ messages)
` [PATCH 1/8] mm: vmscan: simplify lruvec_lru_size()
` [PATCH 2/8] mm: clean up and clarify lruvec lookup procedure
` [PATCH 3/8] mm: vmscan: move inactive_list_is_low() swap check to the caller
` [PATCH 4/8] mm: vmscan: naming fixes: global_reclaim() and sane_reclaim()
` [PATCH 5/8] mm: vmscan: replace shrink_node() loop with a retry jump
` [PATCH 6/8] mm: vmscan: turn shrink_node_memcg() into shrink_lruvec()
` [PATCH 7/8] mm: vmscan: split shrink_node() into node part and memcgs part
` [PATCH 8/8] mm: vmscan: harmonize writeback congestion tracking for nodes & memcgs

[PATCH v14 1/5] Add flags option to get xattr method paired to __vfs_getxattr
 2019-10-22 22:13 UTC  (2+ messages)

[PATCH 0/1] mm/gup_benchmark: fix MAP_HUGETLB case
 2019-10-22 21:34 UTC  (7+ messages)
` [PATCH 1/1] "

[PATCH v4] mm,thp: recheck each page before collapsing file THP
 2019-10-22 19:10 UTC 

[PATCH v2 0/3] HMM tests and minor fixes
 2019-10-22 17:52 UTC  (16+ 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

[RFC] kasan: include the hashed pointer for an object's location
 2019-10-22 17:22 UTC  (3+ messages)

[PATCH 00/16] The new slab memory controller
 2019-10-22 15:59 UTC  (6+ messages)

[PATCH 1/1] mm/vmalloc: rework vmap_area_lock
 2019-10-22 15:58 UTC 

[PATCH v2] ARC: mm: remove __ARCH_USE_5LEVEL_HACK
 2019-10-22 15:23 UTC  (3+ messages)
` [PATCH v3] "

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-22 15:01 UTC  (12+ messages)

[BUG -tip] kmemleak and stacktrace cause page faul
 2019-10-22 14:56 UTC  (3+ messages)

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-22 14:37 UTC  (11+ messages)
` [PATCH hmm 02/15] mm/mmu_notifier: add an interval tree notifier

[PATCH RFC v3 0/9] virtio-mem: paravirtualized memory
 2019-10-22 14:02 UTC  (12+ messages)
` [PATCH RFC v3 6/9] mm: Allow to offline PageOffline() pages with a reference count of 0

[PATCH 0/4] [RFC] Migrate Pages in lieu of discard
 2019-10-22 13:49 UTC  (4+ messages)

[RFC PATCH -next] mm/vmstat: Fix build error without CONFIG_VM_EVENT_COUNTERS
 2019-10-22 12:57 UTC  (2+ messages)

[PATCH] mm: Fix a huge pud insertion race during faulting
 2019-10-22 12:30 UTC 

[PATCH] mm: trivial mark_page_accessed() cleanup
 2019-10-22 11:53 UTC  (2+ messages)

[PATCH] mm: do not free shared swap slots
 2019-10-22 11:21 UTC 

lot of MemAvailable but falling cache and raising PSI
 2019-10-22 11:08 UTC  (19+ messages)

[PATCH v2 0/2] mm: Memory offlining + page isolation cleanups
 2019-10-22  9:27 UTC  (11+ messages)

[PATCH v1 0/2] mm: Memory offlining + page isolation cleanups
 2019-10-22  9:03 UTC  (10+ messages)
` [PATCH v1 1/2] mm/page_alloc.c: Don't set pages PageReserved() when offlining

[PATCH v2] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2019-10-22  8:15 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS fd132c8ce23e3ad02f83ee3c3c9fd19ac8acdbd1
 2019-10-22  4:28 UTC 

[PATCH -next 00/11] lib/interval-tree: move to half closed intervals
 2019-10-21 23:24 UTC  (4+ messages)
` [PATCH 11/11] x86/mm, pat: convert pat tree to generic interval tree

[linux-next:master 5151/5527] include/linux/compiler.h:350:38: error: call to '__compiletime_assert_1659' declared with attribute error: BUILD_BUG_ON failed: stat_items_size != ARRAY_SIZE(vmstat_text) * sizeof(unsigned long)
 2019-10-21 21:19 UTC 

[PATCH 0/3] Recalculate per-cpu page allocator batch and high limits after deferred meminit v2
 2019-10-21 19:39 UTC  (3+ messages)
` [PATCH 1/3] mm, meminit: Recalculate pcpu batch and high limits after init completes
  ` [PATCH] mm, meminit: Recalculate pcpu batch and high limits after init completes -fix

[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


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