linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-23 06:40:18 to 2019-10-24 12:11:44 UTC [more...]

[PATCH RFC v1 00/12] mm: Don't mark hotplugged pages PG_reserved (including ZONE_DEVICE)
 2019-10-24  7:55 UTC  (16+ 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 06/12] staging/gasket: Prepare gasket_release_page() "

[PATCH v1 00/10] mm: Don't mark hotplugged pages PG_reserved (including ZONE_DEVICE)
 2019-10-24 12:09 UTC  (5+ messages)
` [PATCH v1 01/10] mm/memory_hotplug: Don't allow to online/offline memory blocks with holes
` [PATCH v1 02/10] KVM: x86/mmu: Prepare kvm_is_mmio_pfn() for PG_reserved changes
` [PATCH v1 03/10] KVM: Prepare kvm_is_reserved_pfn() "
` [PATCH v1 04/10] vfio/type1: Prepare is_invalid_reserved_pfn() "

[PATCH] mm: Fix a huge pud insertion race during faulting
 2019-10-24 11:45 UTC  (3+ messages)

[PATCH] mm/vmstat: Reduce zone lock hold time when reading /proc/pagetypeinfo
 2019-10-24 11:11 UTC  (53+ messages)
        ` [RFC PATCH 0/2] "
          ` [RFC PATCH 1/2] mm, vmstat: hide /proc/pagetypeinfo from normal users
          ` [RFC PATCH 2/2] mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfo
            ` [PATCH 1/2] mm, vmstat: Release zone lock more frequently when reading /proc/pagetypeinfo
            ` [PATCH 2/2] mm, vmstat: List total free blocks for each order in /proc/pagetypeinfo

[PATCH v2] zswap: allow setting default status, compressor and allocator in Kconfig
 2019-10-24 11:04 UTC  (2+ messages)

[PATCH v2 0/8] Add Kernel Concurrency Sanitizer (KCSAN)
 2019-10-24 11:02 UTC  (15+ messages)
` [PATCH v2 1/8] kcsan: Add Kernel Concurrency Sanitizer infrastructure

[PATCH] mm: allow unmapped hole at head side of mbind range
 2019-10-24 10:48 UTC  (2+ messages)

[PATCH 00/12] mm: remove __ARCH_HAS_4LEVEL_HACK
 2019-10-24  9:50 UTC  (25+ messages)
` [PATCH 01/12] alpha: use pgtable-nop4d instead of 4level-fixup
` [PATCH 02/12] arm: nommu: use pgtable-nopud "
` [PATCH 03/12] c6x: "
` [PATCH 04/12] m68k: nommu: "
` [PATCH 05/12] m68k: mm: use pgtable-nopXd "
` [PATCH 06/12] microblaze: use pgtable-nopmd "
` [PATCH 07/12] nds32: "
` [PATCH 08/12] parisc: use pgtable-nopXd "
` [PATCH 09/12] sparc32: use pgtable-nopud "
  ` [PATCH v2 "
` [PATCH 10/12] um: remove unused pxx_offset_proc() and addr_pte() functions
` [PATCH 11/12] um: add support for folded p4d page tables
` [PATCH 12/12] mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.h

[PATCH v12 0/6] mm / virtio: Provide support for unused page reporting
 2019-10-24  9:32 UTC  (10+ messages)
` [PATCH v12 2/6] mm: Use zone and order instead of free area in free_list manipulators

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

[PATCH v3 1/2] kasan: detect negative size in memory operation function
 2019-10-24  8:57 UTC 

[PATCH RFC v3 6/9] mm: Allow to offline PageOffline() pages with a reference count of 0
 2019-10-24  8:51 UTC  (14+ messages)

[Question] Is there race between swapoff and swapout
 2019-10-24  8:51 UTC  (2+ messages)

[PATCH 1/2] mm: memcontrol: remove dead code from memory_max_write()
 2019-10-24  8:24 UTC  (6+ 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-24  8:14 UTC  (5+ messages)

[linux-next:master] BUILD INCOMPLETE f3c452cfc59c817950b150b51ec2b33409d7640b
 2019-10-24  8:13 UTC 

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-24  2:16 UTC  (15+ messages)

[RFC] Memory Tiering
 2019-10-23 23:11 UTC  (2+ messages)

[BUG -tip] kmemleak and stacktrace cause page faul
 2019-10-23 21:27 UTC  (15+ messages)
          ` [PATCH] x86/dumpstack/64: Don't evaluate exception stacks before setup

[v4 PATCH] mm: thp: handle page cache THP correctly in PageTransCompoundMap
 2019-10-23 21:19 UTC 

[v2 PATCH] mm: thp: handle page cache THP correctly in PageTransCompoundMap
 2019-10-23 20:50 UTC  (8+ messages)

[PATCH] zswap: allow setting default status, compressor and allocator in Kconfig
 2019-10-23 20:43 UTC  (4+ messages)

[PATCH hmm 00/15] Consolidate the mmu notifier interval_tree and locking
 2019-10-23 20:26 UTC  (4+ messages)

[v3 PATCH] mm: thp: handle page cache THP correctly in PageTransCompoundMap
 2019-10-23 19:28 UTC 

[PATCH] mm: gup: fix comment of __get_user_pages()
 2019-10-23 19:28 UTC  (3+ messages)

[PATCH RFC v1 00/26] Add KernelMemorySanitizer infrastructure
 2019-10-23 18:00 UTC  (5+ messages)
` [PATCH RFC v1 05/26] printk_safe: externalize printk_context

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

[PATCH] mm: thp: handle page cache THP correctly in PageTransCompoundMap
 2019-10-23 17:02 UTC  (5+ messages)

[PATCH 0/8]: mm: vmscan: cgroup-related cleanups
 2019-10-23 16:02 UTC  (18+ 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] mm/page_alloc: fix gcc compile warning
 2019-10-23 14:38 UTC  (3+ messages)

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

[patch for-5.3 0/4] revert immediate fallback to remote hugepages
 2019-10-23 11:03 UTC  (12+ messages)

[linux-next:pending-fixes] BUILD SUCCESS b115640def2ec107ca19d9c428eca28f03f6f3ab
 2019-10-23  9:31 UTC 

[PATCH] mm, meminit: Recalculate pcpu batch and high limits after init completes -fix
 2019-10-23  8:57 UTC  (2+ messages)

[RFC v1] memcg: add memcg lru for page reclaiming
 2019-10-23  8:08 UTC  (3+ 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  (4+ messages)

[PATCH v6 3/4] arm64: use both ZONE_DMA and ZONE_DMA32
 2019-10-23  7:11 UTC  (6+ 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).