linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-24 23:06:15 to 2019-09-26 13:15:28 UTC [more...]

[PATCH v4 0/8] mm/memory_hotplug: Shrink zones before removing memory
 2019-09-26 13:15 UTC  (12+ messages)
` [PATCH v4 2/8] mm/memory_hotplug: Don't access uninitialized memmaps in shrink_zone_span()
` [PATCH v4 4/8] mm/memory_hotplug: Poison memmap in remove_pfn_range_from_zone()
` [PATCH 1/2] mm/memunmap: Use the correct start and end pfn when removing pages from zone
  ` [PATCH 2/2] mm/memmap_init: Update variable name in memmap_init_zone

[PATCH v1] mm/memory_hotplug: Don't take the cpu_hotplug_lock
 2019-09-26 13:14 UTC  (18+ messages)

[PATCH v2 00/21] Refine memblock API
 2019-09-26 13:09 UTC  (7+ messages)

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-09-26 13:02 UTC  (15+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[linux-next:master] BUILD REGRESSION d47175169c28eedd2cc2ab8c01f38764cb0269cc
 2019-09-26 12:29 UTC 

[PATCH] mm/slub: fix a deadlock in shuffle_freelist()
 2019-09-26 12:29 UTC  (5+ messages)

[PATCH v10 0/6] mm / virtio: Provide support for unused page reporting
 2019-09-26 12:22 UTC  (4+ messages)

[PATCH v2 0/5] Emulated coherent graphics memory take 2
 2019-09-26 12:03 UTC  (7+ messages)
` [PATCH v2 1/5] mm: Add write-protect and clean utilities for address space ranges
  ` Ack to merge through DRM? WAS "
` [PATCH v2 2/5] drm/vmwgfx: Implement an infrastructure for write-coherent resources
` [PATCH v2 3/5] drm/vmwgfx: Use an RBtree instead of linked list for MOB resources
` [PATCH v2 4/5] drm/vmwgfx: Implement an infrastructure for read-coherent resources
` [PATCH v2 5/5] drm/vmwgfx: Add surface dirty-tracking callbacks

[PATCH] mm: Proportional memory.{low,min} reclaim
 2019-09-26 11:49 UTC  (7+ messages)

[linux-next:master 13883/13946] drivers//tee/tee_shm.c:257:28: error: expected ')' before ';' token
 2019-09-26 11:44 UTC 

Lease semantic proposal
 2019-09-26 11:29 UTC  (4+ messages)

[linux-next:master 13882/13946] drivers//media/v4l2-core/videobuf-dma-contig.c:160:57: error: expected ')' before ';' token
 2019-09-26 11:17 UTC 

[RFC v3] zswap: Add CONFIG_ZSWAP_IO_SWITCH to handle swap IO issue
 2019-09-26 10:51 UTC  (3+ messages)

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

[PATCH] mm: don't expose page to fast gup before it's ready
 2019-09-26 10:20 UTC  (15+ messages)
` [PATCH v2] mm: don't expose page to fast gup prematurely
  ` [PATCH v3 1/4] mm: remove unnecessary smp_wmb() in collapse_huge_page()
    ` [PATCH v3 2/4] mm: don't expose hugetlb page to fast gup prematurely
    ` [PATCH v3 3/4] mm: don't expose non-hugetlb "
    ` [PATCH v3 4/4] mm: remove unnecessary smp_wmb() in __SetPageUptodate()

[PATCH v5 00/16] mm: Page fault enhancements
 2019-09-26  9:39 UTC  (17+ messages)
` [PATCH v5 01/16] mm/gup: Rename "nonblocking" to "locked" where proper
` [PATCH v5 02/16] mm/gup: Fix __get_user_pages() on fault retry of hugetlb
` [PATCH v5 03/16] mm: Introduce fault_signal_pending()
` [PATCH v5 04/16] x86/mm: Use helper fault_signal_pending()
` [PATCH v5 05/16] arc/mm: "
` [PATCH v5 06/16] arm64/mm: "
` [PATCH v5 07/16] powerpc/mm: "
` [PATCH v5 08/16] sh/mm: "
` [PATCH v5 09/16] mm: Return faster for non-fatal signals in user mode faults
` [PATCH v5 10/16] userfaultfd: Don't retake mmap_sem to emulate NOPAGE
` [PATCH v5 11/16] mm: Introduce FAULT_FLAG_DEFAULT
` [PATCH v5 12/16] mm: Introduce FAULT_FLAG_INTERRUPTIBLE
` [PATCH v5 13/16] mm: Allow VM_FAULT_RETRY for multiple times
` [PATCH v5 14/16] mm/gup: "
` [PATCH v5 15/16] mm/gup: Allow to react to fatal signals
` [PATCH v5 16/16] mm/userfaultfd: Honor FAULT_FLAG_KILLABLE in fault path

[PATCH 0/3] followups to debug_pagealloc improvements through page_owner
 2019-09-26  9:27 UTC  (13+ messages)
` [PATCH 1/3] mm, page_owner: fix off-by-one error in __set_page_owner_handle()
` [PATCH 2/3] mm, debug, kasan: save and dump freeing stack trace for kasan
` [PATCH 3/3] mm, page_owner: rename flag indicating that page is allocated

[PATCH v4 00/10] mm: Page fault enhancements
 2019-09-26  8:58 UTC  (9+ messages)
` [PATCH v4 05/10] mm: Return faster for non-fatal signals in user mode faults

[PATCH] z3fold: claim page in the beginning of free
 2019-09-26  8:48 UTC 

[PATCH v4 0/1] Add bounds check for Hotplugged memory
 2019-09-26  7:53 UTC  (11+ messages)
` [PATCH v4] memory_hotplug: Add a bounds check to __add_pages

[PATCH 0/2] introduce new perf-script page-reclaim
 2019-09-26  4:42 UTC  (6+ messages)
` [PATCH 1/2] perf script python: integrate page reclaim analyze script

[PATCH 1/2] userfaultfd: remove one unnecessary warn_on in __mcopy_atomic_hugetlb
 2019-09-26  2:56 UTC  (6+ messages)
` [PATCH 2/2] userfaultfd: wrap the common dst_vma check into an inlined function

[PATCH] mm: fix typo in the comment when calling function __SetPageUptodate()
 2019-09-26  2:37 UTC 

mmotm 2019-09-25-18-10 uploaded
 2019-09-26  1:11 UTC 

[linux-next:master] BUILD INCOMPLETE 9e88347dedd8a211784431b49e2bea9c6370a7e4
 2019-09-26  0:33 UTC 

incoming
 2019-09-25 23:45 UTC 

[PATCH v2] mm: implement write-behind policy for sequential file writes
 2019-09-25 23:25 UTC  (12+ messages)

[linux-next:pending-fixes] BUILD SUCCESS ec3b4fcb56c6cbd4d7e6efd5cd99708fd3569d7b
 2019-09-25 20:59 UTC 

[linux-next:pending-fixes] BUILD SUCCESS c7e0ace95443cafd98356ecc472f639d16fb82d8
 2019-09-25 18:02 UTC 

today's mmots tree is unusable
 2019-09-25 16:08 UTC  (4+ messages)

[PATCH v5 00/17] arm64: MMU enabled kexec relocation
 2019-09-25 15:33 UTC  (7+ messages)
` [PATCH v5 01/17] kexec: quiet down kexec reboot
` [PATCH v5 13/17] kexec: add machine_kexec_post_load()

[PATCH v2] mm: slub: print the offset of fault addresses
 2019-09-25 14:08 UTC 

[PATCH] mm, vmpressure: Fix a signedness bug in vmpressure_register_event()
 2019-09-25 13:07 UTC  (2+ messages)

[PATCH v9 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-09-25 12:14 UTC  (11+ messages)
` [PATCH v9 1/8] KVM: PPC: Book3S HV: Define usage types for rmap array in guest memslot
` [PATCH v9 2/8] KVM: PPC: Move pages between normal and secure memory
` [PATCH v9 3/8] KVM: PPC: Shared pages support for secure guests
` [PATCH v9 4/8] KVM: PPC: H_SVM_INIT_START and H_SVM_INIT_DONE hcalls
` [PATCH v9 5/8] KVM: PPC: Handle memory plug/unplug to secure VM
` [PATCH v9 6/8] KVM: PPC: Radix changes for secure guest
` [PATCH v9 7/8] KVM: PPC: Support reset of "
` [PATCH v9 8/8] KVM: PPC: Ultravisor: Add PPC_UV config option

[PATCH v3 1/2] powperc/mm: read TLB Block Invalidate Characteristics
 2019-09-25 11:05 UTC  (2+ messages)

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

Safety Power Bank
 2019-09-25  9:31 UTC 

[mmotm:master 236/260] ERROR: "devm_watchdog_register_device" [drivers/rtc/rtc-pcf2127.ko] undefined!
 2019-09-25  8:59 UTC 

[RFC 00/15] Large pages in the page-cache
 2019-09-25  8:36 UTC  (17+ messages)
` [PATCH 01/15] mm: Use vm_fault error code directly
` [PATCH 02/15] fs: Introduce i_blocks_per_page
` [PATCH 03/15] mm: Add file_offset_of_ helpers
` [PATCH 04/15] iomap: Support large pages
` [PATCH 05/15] xfs: "
` [PATCH 06/15] xfs: Pass a page to xfs_finish_page_writeback
` [PATCH 07/15] mm: Make prep_transhuge_page tail-callable
` [PATCH 08/15] mm: Add __page_cache_alloc_order
` [PATCH 09/15] mm: Allow large pages to be added to the page cache
` [PATCH 10/15] mm: Allow find_get_page to be used for large pages
` [PATCH 11/15] mm: Remove hpage_nr_pages
` [PATCH 12/15] mm: Support removing arbitrary sized pages from mapping
` [PATCH 13/15] mm: Add a huge page fault handler for files
` [PATCH 14/15] mm: Align THP mappings for non-DAX
` [PATCH 15/15] xfs: Use filemap_huge_fault

[PATCH 0/5] hugetlbfs: Disable PMD sharing for large systems
 2019-09-25  8:35 UTC  (3+ messages)

[PATCH v1] drivers/base/memory.c: Drop the mem_sysfs_mutex
 2019-09-25  8:26 UTC 

[PATCH V4] mm: Support memblock alloc on the exact node for sparse_buffer_init()
 2019-09-25  7:49 UTC 

[PATCH V3] mm: Support memblock alloc on the exact node for sparse_buffer_init()
 2019-09-25  7:39 UTC  (3+ messages)

[PATCH v1] powerpc/pseries: CMM: Drop page array
 2019-09-25  7:37 UTC  (2+ messages)

[patch for-5.3 0/4] revert immediate fallback to remote hugepages
 2019-09-25  7:08 UTC  (5+ messages)

[PATCH V2] mm/hotplug: Reorder memblock_[free|remove]() calls in try_remove_memory()
 2019-09-25  6:57 UTC  (3+ messages)

[PATCH V2] mm: Support memblock alloc on the exact node for sparse_buffer_init()
 2019-09-25  6:52 UTC  (3+ messages)

[RFC] mm: memcg: add priority for soft limit reclaiming
 2019-09-25  6:52 UTC  (4+ messages)

incoming
 2019-09-25  6:36 UTC  (6+ messages)

[PATCH v6] mm/pgmap: Use correct alignment when looking at first pfn from a region
 2019-09-25  3:51 UTC  (3+ messages)

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

[PATCH V3 0/2] mm/debug: Add tests for architecture exported page table helpers
 2019-09-25  3:36 UTC  (4+ messages)

[BUG] Early OOM and kernel NULL pointer dereference in 4.19.69
 2019-09-24 23:06 UTC  (3+ messages)
  ` [PATCH] memcg, kmem: do not fail __GFP_NOFAIL charges


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