linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-21 23:31:51 to 2019-03-25 16:56:57 UTC [more...]

[RFC PATCH 0/10] Another Approach to Use PMEM as NUMA Node
 2019-03-25 16:56 UTC  (16+ messages)
` [PATCH 01/10] mm: control memory placement by nodemask for two tier main memory
` [PATCH 02/10] mm: mempolicy: introduce MPOL_HYBRID policy
` [PATCH 03/10] mm: mempolicy: promote page to DRAM for MPOL_HYBRID
` [PATCH 04/10] mm: numa: promote pages to DRAM when it is accessed twice
` [PATCH 05/10] mm: page_alloc: make find_next_best_node could skip DRAM node
` [PATCH 06/10] mm: vmscan: demote anon DRAM pages to PMEM node
` [PATCH 07/10] mm: vmscan: add page demotion counter
` [PATCH 08/10] mm: numa: add page promotion counter
` [PATCH 09/10] doc: add description for MPOL_HYBRID mode
` [PATCH 10/10] doc: elaborate the PMEM allocation rule

[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-03-25 16:47 UTC  (20+ messages)
` [RESEND 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
` [RESEND 2/7] mm/gup: Change write parameter to flags in fast walk
` [RESEND 3/7] mm/gup: Change GUP fast to use flags rather than a write 'bool'
` [RESEND 4/7] mm/gup: Add FOLL_LONGTERM capability to GUP fast
` [RESEND 5/7] IB/hfi1: Use the new FOLL_LONGTERM flag to get_user_pages_fast()
` [RESEND 6/7] IB/qib: "

Why CMA allocater fails if there is a signal pending?
 2019-03-25 16:44 UTC  (3+ messages)

[PATCH 0/4] Signal: Fix hard lockup problem in flush_sigqueue()
 2019-03-25 16:16 UTC  (19+ messages)
` [PATCH 1/4] mm: Implement kmem objects freeing queue
` [PATCH 2/4] signal: Make flush_sigqueue() use free_q to release memory
` [PATCH 4/4] mm: Do periodic rescheduling when freeing objects in kmem_free_up_q()

kernel BUG at include/linux/mm.h:1020!
 2019-03-25 16:06 UTC  (20+ messages)

[RFC][Patch v9 0/6] KVM: Guest Free Page Hinting
 2019-03-25 15:42 UTC  (12+ messages)

[PATCH 1/2] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-03-25 15:24 UTC  (14+ messages)
` [PATCH 2/2] vsprintf: Remove support for %pF and %pf in favour of %pS and %ps
` [PATCH 0/2] Remove support for deprecated %pf and %pF in vsprintf

[PATCH v5 00/10] mm: Sub-section memory hotplug support
 2019-03-25 14:50 UTC  (16+ messages)
` [PATCH v5 01/10] mm/sparsemem: Introduce struct mem_section_usage
` [PATCH v5 02/10] mm/sparsemem: Introduce common definitions for the size and mask of a section
` [PATCH v5 03/10] mm/sparsemem: Add helpers track active portions of a section at boot
` [PATCH v5 04/10] mm/hotplug: Prepare shrink_{zone, pgdat}_span for sub-section removal
` [PATCH v5 05/10] mm/sparsemem: Convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v5 06/10] mm/sparsemem: Prepare for sub-section ranges
` [PATCH v5 07/10] mm/sparsemem: Support sub-section hotplug
` [PATCH v5 08/10] mm/devm_memremap_pages: Enable sub-section remap
` [PATCH v5 09/10] libnvdimm/pfn: Fix fsdax-mode namespace info-block zero-fields
` [PATCH v5 10/10] libnvdimm/pfn: Stop padding pmem namespaces to section alignment

[PATCH v2 00/11] Improve HMM driver API v2
 2019-03-25 14:40 UTC  (12+ messages)
` [PATCH v2 01/11] mm/hmm: select mmu notifier when selecting HMM
` [PATCH v2 02/11] mm/hmm: use reference counting for HMM struct v2
` [PATCH v2 03/11] mm/hmm: do not erase snapshot when a range is invalidated
` [PATCH v2 04/11] mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot() v2
` [PATCH v2 05/11] mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault() v2
` [PATCH v2 06/11] mm/hmm: improve driver API to work and wait over a range v2
` [PATCH v2 07/11] mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays
` [PATCH v2 08/11] mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping) v2
` [PATCH v2 09/11] mm/hmm: allow to mirror vma of a file on a DAX backed filesystem v2
` [PATCH v2 10/11] mm/hmm: add helpers for driver to safely take the mmap_sem v2
` [PATCH v2 11/11] mm/hmm: add an helper function that fault pages and map them to a device v2

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-03-25 14:08 UTC  (24+ messages)
` [PATCH v13 04/20] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v13 09/20] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v13 11/20] tracing, arm64: untag user pointers in seq_print_user_ip
` [PATCH v13 12/20] uprobes, arm64: untag user pointers in find_active_uprobe
` [PATCH v13 13/20] bpf, arm64: untag user pointers in stack_map_get_build_id_offset
` [PATCH v13 14/20] drm/amdgpu, arm64: untag user pointers in amdgpu_ttm_tt_get_user_pages
` [PATCH v13 15/20] drm/radeon, arm64: untag user pointers in radeon_ttm_tt_pin_userptr
` [PATCH v13 17/20] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v13 18/20] tee/optee, arm64: untag user pointers in check_mem_type

[RFC PATCH] mm: readahead: add readahead_shift into backing device
 2019-03-25 12:16 UTC  (2+ messages)

Fw: [Bug 202919] New: Bad page map in process syz-executor.5 pte:9100000081 pmd:47c67067
 2019-03-25 10:40 UTC  (2+ messages)

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

[PATCH] mm/cma: Fix crash on CMA allocation if bitmap allocation fails
 2019-03-25 10:14 UTC  (2+ messages)

32-bit Amlogic (ARM) SoC: kernel BUG in kfree()
 2019-03-25 10:04 UTC  (4+ messages)

[PATCH v2 0/5] Do not touch pages in hot-remove path
 2019-03-25  8:14 UTC  (6+ messages)
` [PATCH v2 4/5] mm, memory-hotplug: Rework unregister_mem_sect_under_nodes

kernel BUG at mm/internal.h:LINE!
 2019-03-25  7:58 UTC 

[PATCH v2 0/4] provide a generic free_initmem implementation
 2019-03-25  7:20 UTC  (2+ messages)

idle-page marking in page-types tool
 2019-03-25  3:10 UTC  (2+ messages)

[PATCH] mm: Fix modifying of page protection by insert_pfn()
 2019-03-25  0:38 UTC  (2+ messages)

general protection fault in freeary
 2019-03-24 18:51 UTC 

[RFC] simple_lmk: Introduce Simple Low Memory Killer for Android
 2019-03-24 18:48 UTC  (12+ messages)
  ` pidfd design

page cache: Store only head pages in i_pages
 2019-03-24 15:42 UTC  (6+ messages)

shmem_recalc_inode: unable to handle kernel NULL pointer dereference
 2019-03-24 15:30 UTC 

[RFC] mm/memory_hotplug: wrong node identified if memory was never on-lined
 2019-03-24  6:12 UTC  (2+ messages)

[PATCH 0/4] Provide generic top-down mmap layout functions
 2019-03-23  8:18 UTC  (9+ messages)
` [PATCH 1/4] arm64, mm: Move generic mmap layout functions to mm
` [PATCH 2/4] arm: Use generic mmap top-down layout
` [PATCH 3/4] mips: "
` [PATCH 4/4] riscv: Make mmap allocation top-down by default

[PATCH] mm, memcg: Make scan aggression always exclude protection
 2019-03-22 23:51 UTC  (10+ messages)
` [PATCH REBASED] "

[RFC PATCH v2 0/1] improve vmap allocation
 2019-03-22 21:54 UTC  (6+ messages)
` [RFC PATCH v2 1/1] mm/vmap: keep track of free blocks for "

[PATCH v3 00/28] userfaultfd: write protection support
 2019-03-22 21:46 UTC  (7+ messages)
` [PATCH v3 22/28] userfaultfd: wp: enabled write protection in userfaultfd API
` [PATCH v3 24/28] userfaultfd: wp: UFFDIO_REGISTER_MODE_WP documentation update
` [PATCH v3 26/28] userfaultfd: wp: declare _UFFDIO_WRITEPROTECT conditionally

[PATCH] writeback: sum memcg dirty counters as needed
 2019-03-22 18:15 UTC  (3+ messages)

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-03-22 17:52 UTC  (6+ messages)

[PATCH] mm, slab: remove unneed check in cpuup_canceled
 2019-03-22 17:38 UTC 

[PATCH 0/5] Page demotion for memory reclaim
 2019-03-22 16:34 UTC  (10+ messages)
` [PATCH 3/5] mm: Attempt to migrate page in lieu of discard

[PATCH v11 00/14] arm64: untag user pointers passed to the kernel
 2019-03-22 15:52 UTC  (6+ messages)
` [PATCH v2 0/4] arm64 relaxed ABI
  ` [PATCH v2 2/4] arm64: Define Documentation/arm64/elf_at_flags.txt

[BACKPORT 4.4.y 00/25] candidates from spreadtrum 4.4 product kernel
 2019-03-22 15:44 UTC  (2+ messages)
` [BACKPORT 4.4.y 12/25] mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ON

[PATCH REBASED 2/4] mm: Move nr_deactivate accounting to shrink_active_list()
 2019-03-22 15:16 UTC  (4+ messages)
` [PATCH] fixup: vmscan: Fix build on !CONFIG_MEMCG from nr_deactivate changes

[RFC PATCH v1 1/3] kasan: move memset/memmove/memcpy interceptors in a dedicated file
 2019-03-22 14:00 UTC  (3+ messages)
` [RFC PATCH v1 2/3] lib/string: move sysfs string functions out of string.c
` [RFC PATCH v1 3/3] kasan: add interceptors for all string functions

[RFC] mm/hotplug: Make get_nid_for_pfn() work with HAVE_ARCH_PFN_VALID
 2019-03-22 12:02 UTC  (6+ messages)

[PATCH v5 00/19] Convert x86 & arm64 to use generic page walk
 2019-03-22 10:37 UTC  (6+ messages)
` [PATCH v5 10/19] mm: pagewalk: Add p4d_entry() and pgd_entry()

KASAN: use-after-free Read in get_mem_cgroup_from_mm
 2019-03-22  9:36 UTC  (2+ messages)

[PATCH] mm/isolation: Remove redundant pfn_valid_within() in __first_valid_page()
 2019-03-22  9:23 UTC  (2+ messages)

[PATCH] mm: page_mkclean vs MADV_DONTNEED race
 2019-03-22  8:23 UTC  (3+ messages)

[RESEND PATCH] mm/hotplug: fix notification in offline error path
 2019-03-22  8:22 UTC  (3+ messages)

[PATCH 0/6] mm: memcontrol: clean up the LRU counts tracking
 2019-03-22  1:54 UTC  (3+ messages)
` [PATCH 3/6] mm: memcontrol: replace node summing with memcg_page_state()


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