linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-24 18:51:04 to 2019-03-27 01:00:17 UTC [more...]

[PATCH v4] kmemleak: survive in a low-memory situation
 2019-03-27  0:59 UTC 

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

[RFC PATCH 0/10] Another Approach to Use PMEM as NUMA Node
 2019-03-27  0:35 UTC  (24+ messages)
` [PATCH 01/10] mm: control memory placement by nodemask for two tier main memory
` [PATCH 06/10] mm: vmscan: demote anon DRAM pages to PMEM node

[PATCH v5 00/10] mm: Sub-section memory hotplug support
 2019-03-27  0:20 UTC  (9+ messages)

[PATCH 0/2] userfaultfd: use RCU to free the task struct when fork fails
 2019-03-27  0:16 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCE

[PATCH v2 0/4] Clean up comments and codes in sparse_add_one_section()
 2019-03-26 22:57 UTC  (25+ messages)
` [PATCH v2 1/4] mm/sparse: Clean up the obsolete code comment
` [PATCH v2 2/4] mm/sparse: Optimize sparse_add_one_section()
` [PATCH v2 3/4] mm/sparse: Rename function related to section memmap allocation/free
` [PATCH v2 4/4] drivers/base/memory.c: Rename the misleading parameter

[PATCH v3] kmemleaak: survive in a low-memory situation
 2019-03-26 22:52 UTC  (8+ messages)

CONFIG_DEBUG_VIRTUAL breaks boot on x86-32
 2019-03-26 20:11 UTC  (4+ messages)

[PATCH v6 00/19] Convert x86 & arm64 to use generic page walk
 2019-03-26 16:58 UTC  (21+ messages)
` [PATCH v6 01/19] arc: mm: Add p?d_large() definitions
` [PATCH v6 02/19] arm64: "
` [PATCH v6 03/19] mips: "
` [PATCH v6 04/19] powerpc: "
` [PATCH v6 05/19] riscv: "
` [PATCH v6 06/19] s390: "
` [PATCH v6 07/19] sparc: "
` [PATCH v6 08/19] x86: "
` [PATCH v6 09/19] mm: Add generic p?d_large() macros
` [PATCH v6 10/19] mm: pagewalk: Add p4d_entry() and pgd_entry()
` [PATCH v6 11/19] mm: pagewalk: Allow walking without vma
` [PATCH v6 12/19] mm: pagewalk: Add test_p?d callbacks
` [PATCH v6 13/19] arm64: mm: Convert mm/dump.c to use walk_page_range()
` [PATCH v6 14/19] x86: mm: Don't display pages which aren't present in debugfs
` [PATCH v6 15/19] x86: mm: Point to struct seq_file from struct pg_state
` [PATCH v6 16/19] x86: mm+efi: Convert ptdump_walk_pgd_level() to take a mm_struct
` [PATCH v6 17/19] x86: mm: Convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
` [PATCH v6 18/19] x86: mm: Convert ptdump_walk_pgd_level_core() "
` [PATCH v6 19/19] x86: mm: Convert dump_pagetables to use walk_page_range

[PATCH v6 0/8] mmu notifier provide context informations
 2019-03-26 16:47 UTC  (9+ messages)
` [PATCH v6 1/8] mm/mmu_notifier: helper to test if a range invalidation is blockable
` [PATCH v6 2/8] mm/mmu_notifier: convert user range->blockable to helper function
` [PATCH v6 3/8] mm/mmu_notifier: convert mmu_notifier_range->blockable to a flags
` [PATCH v6 4/8] mm/mmu_notifier: contextual information for event enums
` [PATCH v6 5/8] mm/mmu_notifier: contextual information for event triggering invalidation v2
` [PATCH v6 6/8] mm/mmu_notifier: use correct mmu_notifier events for each invalidation
` [PATCH v6 7/8] mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening v2
` [PATCH v6 8/8] mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper

early_memtest() patterns
 2019-03-26 13:54 UTC  (3+ messages)

[PATCH 0/4] Signal: Fix hard lockup problem in flush_sigqueue()
 2019-03-26 13:36 UTC  (14+ messages)
` [PATCH 2/4] signal: Make flush_sigqueue() use free_q to release memory

Print map for total physical and virtual memory
 2019-03-26 12:43 UTC  (4+ messages)
  ` [External] "

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

kernel BUG at include/linux/mm.h:1020!
 2019-03-26 12:03 UTC  (11+ messages)

Re: [External] Re: vmscan: Reclaim unevictable pages
 2019-03-26  9:36 UTC  (15+ messages)
              `  "

general protection fault in freeary
 2019-03-26  8:43 UTC  (2+ messages)

[PATCH 1/1] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-03-26  8:30 UTC  (3+ messages)

[RFC PATCH] mm: readahead: add readahead_shift into backing device
 2019-03-26  8:12 UTC  (5+ messages)

Why CMA allocater fails if there is a signal pending?
 2019-03-26  2:21 UTC  (5+ messages)

[BACKPORT 4.4.y 00/25] candidates from spreadtrum 4.4 product kernel
 2019-03-26  2:18 UTC  (2+ messages)

[PATCH] mm/cma: Fix crash on CMA allocation if bitmap allocation fails
 2019-03-26  1:59 UTC  (4+ messages)

[RESEND PATCH 0/7] Add FOLL_LONGTERM to GUP fast and use it
 2019-03-25 22:36 UTC  (22+ messages)
` [RESEND 1/7] mm/gup: Replace get_user_pages_longterm() with FOLL_LONGTERM
` [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()

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-03-25 22:21 UTC  (11+ messages)
` [PATCH v13 09/20] net, arm64: untag user pointers in tcp_zerocopy_receive
` [PATCH v13 14/20] drm/amdgpu, arm64: untag user pointers in amdgpu_ttm_tt_get_user_pages
` [PATCH v13 17/20] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get

shmem_recalc_inode: unable to handle kernel NULL pointer dereference
 2019-03-25 22:08 UTC  (2+ messages)

[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-03-25 21:19 UTC 

32-bit Amlogic (ARM) SoC: kernel BUG in kfree()
 2019-03-25 18:31 UTC  (5+ messages)

[PATCH] mm: Fix modifying of page protection by insert_pfn()
 2019-03-25 17:02 UTC  (3+ 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  (12+ 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 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

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


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