linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-27 08:00:22 to 2020-03-29 19:11:26 UTC [more...]

incoming
 2020-03-29 19:11 UTC  (11+ messages)
` [patch 1/5] mm/swapfile.c: move inode_lock out of claim_swapfile
` [patch 2/5] drivers/base/memory.c: indicate all memory blocks as removable
` [patch 3/5] hugetlb_cgroup: fix illegal access to memory
` [patch 4/5] mm: fork: fix kernel_stack memcg stats for various stack implementations
` [patch 5/5] mm/sparse: fix kernel crash with pfn_section_valid check

[RFC PATCH v1 46/50] mm/shuffle.c: use get_random_max()
 2020-03-29 17:41 UTC  (5+ messages)
  ` [RFC PATCH v1 00/52] Audit kernel random number use

[PATCH v3 0/2] mm: mmap: add mmap trace point
 2020-03-29 16:14 UTC  (4+ messages)
  ` [PATCH v3 2/2] mm: mmap: add trace point of vm_unmapped_area

mmotm 2020-03-28-22-17 uploaded
 2020-03-29 16:12 UTC  (2+ messages)
` mmotm 2020-03-28-22-17 uploaded (staging/octeon/)

[RFC v2 1/2] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-29 15:00 UTC  (3+ messages)
` [RFC v2 2/2] kernel/sysctl: support handling command line aliases

[PATCH v2 00/10] virtio-mem: paravirtualized memory
 2020-03-29 15:41 UTC  (6+ messages)

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-03-29 14:21 UTC  (6+ messages)

[PATCH 0/2] mm/thp: Rename pmd_mknotpresent() as pmd_mknotvalid()
 2020-03-29 13:42 UTC  (2+ messages)

[PATCH] mm: allow checking length for hugetlb mapping in mmap()
 2020-03-29  8:09 UTC  (3+ messages)

[PATCH] mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention
 2020-03-29  8:08 UTC 

[RFC PATCH v2 0/3] meminfo_extra: introduce meminfo extra
 2020-03-29  7:23 UTC  (10+ messages)
  ` [RFC PATCH v2 1/3] "

[PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach
 2020-03-29  6:36 UTC  (4+ messages)

[Patch v3] mm/page_alloc.c: use NODE_MASK_NONE define used_mask
 2020-03-29  6:09 UTC  (3+ messages)

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-03-29  3:44 UTC  (4+ messages)

[PATCH] mm: introduce MAP_FIXED_HUGETLB_LEN to mmap()
 2020-03-29  3:20 UTC  (6+ messages)
    `  "

[PATCH v4 00/25] Add support for OpenCAPI Persistent Memory devices
 2020-03-29  2:59 UTC  (12+ messages)
` [PATCH v4 01/25] powerpc/powernv: Add OPAL calls for LPC memory alloc/release
` [PATCH v4 02/25] mm/memory_hotplug: Allow check_hotplug_memory_addressable to be called from drivers
` [PATCH v4 03/25] powerpc/powernv: Map & release OpenCAPI LPC memory
` [PATCH v4 04/25] ocxl: Remove unnecessary externs
` [PATCH v4 05/25] ocxl: Address kernel doc errors & warnings
` [PATCH v4 10/25] nvdimm: Add driver for OpenCAPI Persistent Memory
` [PATCH v4 11/25] powerpc: Enable the OpenCAPI Persistent Memory driver for powernv_defconfig
` [PATCH v4 13/25] nvdimm/ocxl: Read the capability registers & wait for device ready
` [PATCH v4 14/25] nvdimm/ocxl: Add support for Admin commands

[Patch v2 1/2] mm/page_alloc.c: use NODE_MASK_NONE define used_mask
 2020-03-29  2:31 UTC  (14+ messages)
` [Patch v2 2/2] mm/page_alloc.c: define node_order with all zero

[PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2020-03-29  0:19 UTC  (7+ messages)
` [PATCH v3 1/5] "
` [PATCH v3 2/5] powerpc: Kconfig: Remove CONFIG_NODES_SPAN_OTHER_NODES
` [PATCH v3 3/5] x86: "
` [PATCH v3 4/5] sparc: "
` [PATCH v3 5/5] s390: "

[PATCH v4] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
 2020-03-28 23:07 UTC  (2+ messages)

[PATCH v2 0/5] Optionally randomize kernel stack offset each syscall
 2020-03-28 22:26 UTC  (3+ messages)
` [PATCH v2 4/5] x86/entry: Enable random_kstack_offset support

[RFC PATCH v1 33/50] lib/test_vmalloc.c: Use pseudorandom numbers
 2020-03-08 10:09 UTC 

[RFC PATCH v1 07/50] mm/slab: Use simpler Fisher-Yates shuffle
 2019-03-18 11:07 UTC 

[PATCH v3 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-03-28 14:16 UTC  (23+ messages)
` [PATCH v3 01/10] mmap locking API: initial implementation as rwsem wrappers
  ` [PATCH v3 01/10] mmap locking API: initial implementation as rwsem wrappers (Michel Lespinasse)
` [PATCH v3 02/10] MMU notifier: use the new mmap locking API
` [PATCH v3 03/10] DMA reservations: "
` [PATCH v3 04/10] mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
` [PATCH v3 05/10] mmap locking API: convert mmap_sem call sites missed by coccinelle
      ` [v3 "
          ` [v3 05/10] mmap locking API: Checking the Coccinelle software
            ` [Cocci] "
` [PATCH v3 06/10] mmap locking API: convert nested write lock sites
` [PATCH v3 07/10] mmap locking API: add mmap_read_release() and mmap_read_unlock_non_owner()
` [PATCH v3 08/10] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH v3 09/10] mmap locking API: use lockdep_assert_held
` [PATCH v3 10/10] mmap locking API: rename mmap_sem to mmap_lock

[PATCH 0/7] thp/khugepaged improvements and CoW semantics
 2020-03-28 12:33 UTC  (31+ messages)
` [PATCH 1/7] khugepaged: Add self test
` [PATCH 2/7] khugepaged: Do not stop collapse if less than half PTEs are referenced
` [PATCH 3/7] khugepaged: Drain LRU add pagevec to get rid of extra pins
` [PATCH 4/7] khugepaged: Allow to callapse a page shared across fork
` [PATCH 5/7] khugepaged: Allow to collapse PTE-mapped compound pages
` [PATCH 6/7] thp: Change CoW semantics for anon-THP
` [PATCH 7/7] khugepaged: Introduce 'max_ptes_shared' tunable

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-03-28  8:52 UTC  (13+ messages)
` [PATCH v5 03/38] kmsan: gfp: introduce __GFP_NO_KMSAN_SHADOW
` [PATCH v5 34/38] kmsan: dma: unpoison memory mapped by dma_direct_map_page()

[PATCH v3 hmm 0/9] Small hmm_range_fault() cleanups
 2020-03-28  8:11 UTC  (12+ messages)
` [PATCH v2 hmm 1/9] mm/hmm: remove pgmap checking for devmap pages
` [PATCH v2 hmm 2/9] mm/hmm: return the fault type from hmm_pte_need_fault()
` [PATCH v2 hmm 3/9] mm/hmm: remove unused code and tidy comments
` [PATCH v2 hmm 4/9] mm/hmm: remove HMM_FAULT_SNAPSHOT
` [PATCH v2 hmm 5/9] mm/hmm: remove the CONFIG_TRANSPARENT_HUGEPAGE #ifdef
` [PATCH v2 hmm 6/9] mm/hmm: use device_private_entry_to_pfn()
` [PATCH v2 hmm 7/9] mm/hmm: do not unconditionally set pfns when returning EBUSY
` [PATCH v2 hmm 8/9] mm/hmm: do not set pfns when returning an error code
` [PATCH v2 hmm 9/9] mm/hmm: return error for non-vma snapshots

[PATCH 0/3] Cleanup scan_swap_map_slots() a little
 2020-03-28  6:05 UTC  (4+ messages)
` [PATCH 1/3] mm/swapfile.c: offset is only used when there is more slots
` [PATCH 2/3] mm/swapfile.c: explicitly show ssd/non-ssd is handled mutually exclusive
` [PATCH 3/3] mm/swapfile.c: remove the unnecessary goto for SSD case

[PATCH] thp: Simplify splitting PMD mapping huge zero page
 2020-03-28  0:19 UTC  (3+ messages)

[PATCH v3] mm: fix tick timer stall during deferred page init
 2020-03-28  0:17 UTC  (6+ messages)

[PATCH RESEND v4] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
 2020-03-27 23:57 UTC 

[PATCH v3] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
 2020-03-27 23:32 UTC  (4+ messages)

[PATCH v1] drivers/base/memory.c: indicate all memory blocks as removable
 2020-03-27 22:42 UTC  (8+ messages)

[PATCH v2 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-03-27 21:52 UTC  (11+ messages)
` [PATCH v2 01/10] mmap locking API: initial implementation as rwsem wrappers
` [PATCH v2 04/10] mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
      ` [v2 "
` [PATCH v2 05/10] mmap locking API: convert mmap_sem call sites missed by coccinelle

[PATCH] mm: thp: don't need drain lru cache when splitting and mlocking THP
 2020-03-27 19:29 UTC 

[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
 2020-03-27 18:52 UTC  (16+ messages)
` [PATCH 1/3] kexec: Prevent removal of memory in use by a loaded kexec image
` [PATCH 2/3] mm/memory_hotplug: Allow arch override of non boot memory resource names

[linux-next:pending-fixes] BUILD SUCCESS 4dc51f5a71180a89d86e20fe598316356568c951
 2020-03-27 15:14 UTC 

[PATCH 1/2] mm: cma: NUMA node interface
 2020-03-27 15:13 UTC  (6+ messages)
` [PATCH 2/2] mm: hugetlb: Use node interface of cma

[linux-next:master] BUILD REGRESSION 89295c59c1f063b533d071ca49d0fa0c0783ca6f
 2020-03-27 13:41 UTC 

[PATCH 1/2] mm/page_alloc.c: leverage compiler to zero out used_mask
 2020-03-27 13:27 UTC  (5+ messages)

[PATCH 0/2] Make PageWriteback use the PageLocked optimisation
 2020-03-27 10:46 UTC  (5+ messages)
` [PATCH 2/2] mm: Use clear_bit_unlock_is_negative_byte for PageWriteback

[PATCH v2] mm/sparse: Fix kernel crash with pfn_section_valid check
 2020-03-27  9:42 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).