linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-20 07:35:44 to 2019-09-24 01:28:41 UTC [more...]

page_alloc.shuffle=1 + CONFIG_PROVE_LOCKING=y = arm64 hang
 2019-09-24  1:28 UTC  (14+ messages)
          ` printk() + memory offline deadlock (WAS Re: page_alloc.shuffle=1 + CONFIG_PROVE_LOCKING=y = arm64 hang)

incoming
 2019-09-24  0:55 UTC  (2+ messages)

[PATCH] mm: fix -Wmissing-prototypes warnings
 2019-09-23 23:20 UTC  (3+ messages)

Lease semantic proposal
 2019-09-23 22:26 UTC  (3+ messages)

[PATCH v5 0/7] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
 2019-09-23 21:27 UTC  (4+ messages)

[PATCH v2 11/11] powerpc/mm/book3s64/pgtable: Uses counting method to skip serializing
 2019-09-23 21:09 UTC  (19+ messages)
  ` [PATCH v2 03/11] mm/gup: Applies counting method to monitor gup_pgd_range
  ` [PATCH v2 02/11] asm-generic/pgtable: Adds dummy functions to monitor lockless pgtable walks
  ` [PATCH v2 01/11] powerpc/mm: Adds counting method "
  ` [PATCH v2 08/11] powerpc/kvm/book3s_hv: Applies counting method to monitor lockless pgtbl walks
  ` [PATCH v2 00/11] Introduces new count-based method for monitoring lockless pagetable wakls

[PATCH v5 00/17] arm64: MMU enabled kexec relocation
 2019-09-23 20:34 UTC  (18+ messages)
` [PATCH v5 01/17] kexec: quiet down kexec reboot
` [PATCH v5 02/17] arm64: hibernate: pass the allocated pgdp to ttbr0
` [PATCH v5 03/17] arm64: hibernate: check pgd table allocation
` [PATCH v5 04/17] arm64: hibernate: use get_safe_page directly
` [PATCH v5 05/17] arm64: hibernate: remove gotos as they are not needed
` [PATCH v5 06/17] arm64: hibernate: rename dst to page in create_safe_exec_page
` [PATCH v5 07/17] arm64: hibernate: add PUD_SECT_RDONLY
` [PATCH v5 08/17] arm64: hibernate: add trans_pgd public functions
` [PATCH v5 09/17] arm64: hibernate: move page handling function to new trans_pgd.c
` [PATCH v5 10/17] arm64: trans_pgd: make trans_pgd_map_page generic
` [PATCH v5 11/17] arm64: trans_pgd: pass allocator trans_pgd_create_copy
` [PATCH v5 12/17] arm64: trans_pgd: pass NULL instead of init_mm to *_populate functions
` [PATCH v5 13/17] kexec: add machine_kexec_post_load()
` [PATCH v5 14/17] arm64: kexec: move relocation function setup and clean up
` [PATCH v5 15/17] arm64: kexec: add expandable argument to relocation function
` [PATCH v5 16/17] arm64: kexec: configure trans_pgd page table for kexec
` [PATCH v5 17/17] arm64: kexec: enable MMU during kexec relocation

[PATCH v2 2/3] mm: Introduce page_shift()
 2019-09-23 20:30 UTC  (5+ messages)

[RFC v3] zswap: Add CONFIG_ZSWAP_IO_SWITCH to handle swap IO issue
 2019-09-23 20:14 UTC  (2+ messages)

[PATCH] [RFC] vmscan.c: add a sysctl entry for controlling memory reclaim IO congestion_wait length
 2019-09-23 19:51 UTC  (9+ messages)
        ` Is congestion broken?

[PATCH v2] mm: implement write-behind policy for sequential file writes
 2019-09-23 19:11 UTC  (12+ messages)
` [mm] e0e7df8d5b: will-it-scale.per_process_ops -7.3% regression

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-09-23 18:57 UTC  (7+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[PATCH v4 00/10] mm: Page fault enhancements
 2019-09-23 18:03 UTC  (12+ messages)
` [PATCH v4 01/10] mm/gup: Rename "nonblocking" to "locked" where proper
` [PATCH v4 02/10] mm/gup: Fix __get_user_pages() on fault retry of hugetlb
` [PATCH v4 03/10] mm: Introduce FAULT_FLAG_DEFAULT
` [PATCH v4 04/10] mm: Introduce FAULT_FLAG_INTERRUPTIBLE
` [PATCH v4 05/10] mm: Return faster for non-fatal signals in user mode faults
` [PATCH v4 06/10] userfaultfd: Don't retake mmap_sem to emulate NOPAGE
` [PATCH v4 07/10] mm: Allow VM_FAULT_RETRY for multiple times
` [PATCH v4 08/10] mm/gup: "
` [PATCH v4 09/10] mm/gup: Allow to react to fatal signals
` [PATCH v4 10/10] mm/userfaultfd: Honor FAULT_FLAG_KILLABLE in fault path

[PATCH V8 0/2] arm64/mm: Enable memory hot remove
 2019-09-23 17:39 UTC  (5+ messages)
` [PATCH V8 1/2] arm64/mm: Hold memory hotplug lock while walking for kernel page table dump
` [PATCH V8 2/2] arm64/mm: Enable memory hot remove

[PATCH v8 0/3] fix double page fault on arm64
 2019-09-23 17:04 UTC  (9+ messages)
` [PATCH v8 1/3] arm64: cpufeature: introduce helper cpu_has_hw_af()
` [PATCH v8 2/3] arm64: mm: implement arch_faults_on_old_pte() on arm64
` [PATCH v8 3/3] mm: fix double page fault on arm64 if PTE_AF is cleared

[PATCH v10 0/6] mm / virtio: Provide support for unused page reporting
 2019-09-23 16:39 UTC  (14+ messages)
` [PATCH v10 3/6] mm: Introduce Reported pages
  ` [mm] 0f5b256b2c: will-it-scale.per_process_ops -1.2% regression

[PATCH trivial 1/3] treewide: drivers: Fix Kconfig indentation
 2019-09-23 16:00 UTC  (3+ messages)
` [PATCH trivial 2/3] treewide: "
` [PATCH trivial 3/3] treewide: arch: "

[RFC] mm: memcg: add priority for soft limit reclaiming
 2019-09-23 13:28 UTC  (3+ messages)

[PATCH v1 0/3] mm/memory_hotplug: Export generic_online_page()
 2019-09-23 12:34 UTC  (11+ messages)

[PATCH 0/3 v2] xfs: Fix races between readahead and hole punching
 2019-09-23 12:33 UTC  (6+ messages)
` [PATCH 3/3] xfs: Fix stale data exposure when readahead races with hole punch

[PATCH v6 0/3] mm, slab: Make kmalloc_info[] contain all types of names
 2019-09-23 12:27 UTC  (4+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] mm, slab: Remove unused kmalloc_size()
` [PATCH v6 3/3] mm, slab_common: Use enum kmalloc_cache_type to iterate over kmalloc caches

[PATCH v3 0/2] Add bounds check for Hotplugged memory
 2019-09-23 12:25 UTC  (3+ messages)
` [PATCH v3 1/2] memory_hotplug: Add a bounds check to check_hotplug_memory_range()

lot of MemAvailable but falling cache and raising PSI
 2019-09-23 12:08 UTC  (11+ messages)

[PATCH] mm/hotplug: Reorder memblock_[free|remove]() calls in try_remove_memory()
 2019-09-23 10:54 UTC  (4+ messages)

[PATCH RFC v3 0/9] virtio-mem: paravirtualized memory
 2019-09-23 10:39 UTC  (5+ messages)
` [PATCH RFC v3 1/9] ACPI: NUMA: export pxm_to_node

[PATCH v3] mm: memory: fix /proc/meminfo reporting for MLOCK_ONFAULT
 2019-09-23  8:50 UTC  (5+ messages)

[PATCH STABLE 4.9] x86, mm, gup: prevent get_page() race with munmap in paravirt guest
 2019-09-23  8:48 UTC  (3+ messages)

[PATCH] memcg: Only record foreign writebacks with dirty pages when memcg is not disabled
 2019-09-23  8:42 UTC  (2+ messages)

[PATCH] mm, oom: avoid printk() iteration under RCU
 2019-09-23  8:23 UTC  (8+ messages)

[PATCH v3] mm/kasan: dump alloc and free stack for page allocator
 2019-09-23  8:20 UTC  (9+ messages)
              ` [PATCH] mm, debug, kasan: save and dump freeing stack trace for kasan

[PATCH V3 2/2] mm/pgtable/debug: Add test validating architecture page table helpers
 2019-09-23  6:27 UTC  (3+ messages)

[PATCH v5 7/7] mm, slab_common: Modify kmalloc_caches[type][idx] to kmalloc_caches[idx][type]
 2019-09-23  0:40 UTC  (2+ messages)
` [mm, slab_common] c5e1edaa1a: BUG:unable_to_handle_page_fault_for_address

[PATCH] mm: slub: print_hex_dump() with DUMP_PREFIX_OFFSET
 2019-09-22 17:05 UTC  (6+ messages)

[PATCH v2 0/3] Make working with compound pages easier
 2019-09-22  2:13 UTC  (7+ messages)
` [PATCH v2 1/3] mm: Introduce page_size()

[linux-next:master] BUILD INCOMPLETE b5b3bd898ba99fb0fb6aed3b23ec6353a1724d6f
 2019-09-21 17:52 UTC 

[GIT PULL] Please pull hmm related changes
 2019-09-21 17:40 UTC  (2+ messages)

[PATCH v7 0/3] fix double page fault on arm64
 2019-09-21 13:19 UTC  (9+ messages)
` [PATCH v7 1/3] arm64: cpufeature: introduce helper cpu_has_hw_af()
` [PATCH v7 2/3] arm64: mm: implement arch_faults_on_old_pte() on arm64
` [PATCH v7 3/3] mm: fix double page fault on arm64 if PTE_AF is cleared

[linux-next:pending-fixes] BUILD SUCCESS bd302977ecfe79e709503cdbbd1de778d2897eb5
 2019-09-21 11:48 UTC 

[PATCH 3/3] mm:fix gup_pud_range
 2019-09-21  1:47 UTC  (8+ messages)

[RESEND PATCH v2] mm/oom_killer: Add task UID to info message on an oom kill
 2019-09-21  1:00 UTC  (4+ messages)

[RFC v2] zswap: Add CONFIG_ZSWAP_IO_SWITCH to handle swap IO issue
 2019-09-21  0:22 UTC  (2+ messages)

[PATCH v2 0/4] debug_pagealloc improvements through page_owner
 2019-09-20 23:34 UTC  (3+ messages)

[PATCH -next] mm/kmemleak: record the current memory pool size
 2019-09-20 23:22 UTC  (3+ messages)

[PATCH] mm, memcg: assign shrinker_map before kvfree
 2019-09-20 14:31 UTC  (6+ messages)

[PATCH -next] treewide: remove unused argument in lock_release()
 2019-09-20 13:49 UTC  (4+ messages)

[PATCH v3 0/2] powerpc/mm: Conditionally call H_BLOCK_REMOVE
 2019-09-20 13:05 UTC  (3+ messages)
` [PATCH v3 1/2] powperc/mm: read TLB Block Invalidate Characteristics
` [PATCH v3 2/2] powerpc/mm: call H_BLOCK_REMOVE when supported

[PATCH v6 0/3] fix double page fault on arm64
 2019-09-20  9:03 UTC  (3+ messages)
` [PATCH v6 3/3] mm: fix double page fault on arm64 if PTE_AF is cleared

[PATCH v4 0/8] mm/memory_hotplug: Shrink zones before removing memory
 2019-09-20  8:16 UTC  (4+ 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).