linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-26 07:02:46 to 2020-03-27 21:52:25 UTC [more...]

[PATCH v2 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-03-27 21:52 UTC  (21+ messages)
` [PATCH v2 01/10] mmap locking API: initial implementation as rwsem wrappers
` [PATCH v2 02/10] MMU notifier: use the new mmap locking API
` [PATCH v2 03/10] DMA reservations: "
` [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 v2 06/10] mmap locking API: convert nested write lock sites
` [PATCH v2 07/10] mmap locking API: add mmap_read_release() and mmap_read_unlock_non_owner()
` [PATCH v2 08/10] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH v2 09/10] mmap locking API: use lockdep_assert_held
` [PATCH v2 10/10] mmap locking API: rename mmap_sem to mmap_lock

[PATCH 0/7] thp/khugepaged improvements and CoW semantics
 2020-03-27 21:44 UTC  (19+ 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 v3 hmm 0/9] Small hmm_range_fault() cleanups
 2020-03-27 20:00 UTC  (10+ 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] mm: thp: don't need drain lru cache when splitting and mlocking THP
 2020-03-27 19:29 UTC 

[PATCH] mm: introduce MAP_FIXED_HUGETLB_LEN to mmap()
 2020-03-27 19:12 UTC  (2+ messages)

[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
 2020-03-27 18:52 UTC  (19+ 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
` [PATCH 3/3] arm64: memory: Give hotplug memory a different resource name

[PATCH v5 00/38] Add KernelMemorySanitizer infrastructure
 2020-03-27 18:46 UTC  (12+ 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] thp: Simplify splitting PMD mapping huge zero page
 2020-03-27 17:23 UTC  (2+ messages)

[PATCH v2 00/10] virtio-mem: paravirtualized memory
 2020-03-27 17:07 UTC  (4+ messages)

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

[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

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

[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  (6+ messages)
` [PATCH 2/2] mm/page_alloc.c: define node_order with all zero

[PATCH 0/2] Make PageWriteback use the PageLocked optimisation
 2020-03-27 10:46 UTC  (8+ messages)
` [PATCH 1/2] mm: Remove definition of clear_bit_unlock_is_negative_byte
` [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  (6+ messages)

[PATCH V2 2/3] mm/debug: Add tests validating arch advanced page table helpers
 2020-03-27  7:41 UTC  (2+ messages)
` [mm/debug] d157503f6f: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable

[PATCH v4 00/25] Add support for OpenCAPI Persistent Memory devices
 2020-03-27  7:11 UTC  (4+ messages)
` [PATCH v4 07/25] ocxl: Add functions to map/unmap LPC memory
` [PATCH v4 08/25] ocxl: Emit a log message showing how much LPC memory was detected
` [PATCH v4 09/25] ocxl: Save the device serial number in ocxl_fn

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-03-27  7:00 UTC  (9+ messages)
` [PATCH V2 1/3] mm/debug: Add tests validating arch page table helpers for core features

[PATCH v3] mm: fix tick timer stall during deferred page init
 2020-03-27  4:39 UTC  (5+ messages)

[RFC v3 1/2] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-27  3:50 UTC  (7+ messages)
` [RFC v3 2/2] kernel/sysctl: support handling command line aliases

[hnaz-linux-mm:master 381/447] setup.c:undefined reference to `.pmu_shutdown'
 2020-03-27  3:16 UTC 

[PATCH 0/2] psi: enhance psi with the help of ebpf
 2020-03-27  1:17 UTC  (5+ messages)
` [PATCH 1/2] psi: introduce various types of memstall
` [PATCH 2/2] psi, tracepoint: introduce tracepoints for psi_memstall_{enter, leave}

[PATCH 0/8] Add a new mmap locking API wrapping mmap_sem calls
 2020-03-27  0:40 UTC  (20+ messages)
` [PATCH 1/8] mmap locking API: initial implementation as rwsem wrappers
` [PATCH 2/8] MMU notifier: use the new mmap locking API
` [PATCH 3/8] mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
` [PATCH 4/8] mmap locking API: convert mmap_sem call sites missed by coccinelle
` [PATCH 5/8] mmap locking API: convert nested write lock sites
` [PATCH 6/8] mmap locking API: add mmap_read_release() and mmap_read_unlock_non_owner()
` [PATCH 7/8] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH 8/8] mmap locking API: rename mmap_sem to mmap_lock

[PATCH 0/4] Clean up hugetlb boot command line processing
 2020-03-26 23:10 UTC  (7+ messages)
` [PATCH 1/4] hugetlbfs: add arch_hugetlb_valid_size

[PATCH 3/8] mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
 2020-03-26 22:17 UTC  (2+ messages)

[PATCH v2 hmm 0/9] Small hmm_range_fault() cleanups
 2020-03-26 21:21 UTC  (2+ messages)

mmotm 2020-03-26-14-16 uploaded
 2020-03-26 21:17 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 9a2ad1626af61c3d68f80b6a7301a94bd6ed0028
 2020-03-26 20:05 UTC 

[PATCH] mm: clear 1G pages with streaming stores on x86
 2020-03-26 19:46 UTC  (10+ messages)

[PATCH 00/12] device-dax: Support sub-dividing soft-reserved ranges
 2020-03-26 17:49 UTC  (6+ messages)
` [PATCH 11/12] device-dax: Add dis-contiguous resource support

[PATCH v2 0/5] Optionally randomize kernel stack offset each syscall
 2020-03-26 17:18 UTC  (14+ messages)
` [PATCH v2 2/5] init_on_alloc: Unpessimize default-on builds
` [PATCH v2 5/5] arm64: entry: Enable random_kstack_offset support

[PATCH v10 00/25] Change readahead API
 2020-03-26 16:53 UTC  (3+ messages)
` [PATCH v10 17/25] btrfs: Convert from readpages to readahead

[PATCH v3] mm/mmu_notifier: prevent unpaired invalidate_start and invalidate_end
 2020-03-26 14:56 UTC  (3+ messages)

[PATCH] mm: Remove dummy struct bootmem_data/bootmem_data_t
 2020-03-26 14:25 UTC  (2+ messages)

[PATCH 4/8] mmap locking API: convert mmap_sem call sites missed by coccinelle
 2020-03-26 13:55 UTC  (2+ messages)

[PATCH 01/51] mm/sl[uo]b: export __kmalloc_track(_node)_caller
 2020-03-26 13:46 UTC  (2+ messages)

[RFC v2 1/2] kernel/sysctl: support setting sysctl parameters from kernel command line
 2020-03-26 13:39 UTC  (10+ messages)

[PATCH 0/5] improvements about lowmem_reserve and /proc/zoneinfo
 2020-03-26 11:22 UTC  (10+ messages)
` [PATCH 4/5] mm/vmstat.c: move the per-node stats to the front of /proc/zoneinfo

kernel panic: stack is corrupted in mpol_to_str
 2020-03-26 11:21 UTC  (2+ messages)

[PATCH] mm/sparse: Fix kernel crash with pfn_section_valid check
 2020-03-26 10:50 UTC  (5+ messages)

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

[PATCH for Linux v2] virtio_balloon: Add VIRTIO_BALLOON_VQ_INFLATE_CONT to handle THP split issue
 2020-03-26  7:25 UTC  (6+ messages)
` [PATCH for QEMU v2] virtio-balloon: Add option cont-pages to set VIRTIO_BALLOON_VQ_INFLATE_CONT

[PATCH v7 0/9] Huge page-table entries for TTM
 2020-03-26  7:19 UTC  (3+ messages)
` [PATCH v7 1/9] fs: Constify vma argument to vma_is_dax

[RFC PATCH v4 0/6] arm64: tlb: add support for TTL feature
 2020-03-26  7:15 UTC  (10+ messages)
` [RFC PATCH v4 5/6] arm64: tlb: Use translation level hint in vm_flags
  ` Re: [RFC PATCH v4 0/6] arm64: tlb: add support for TTL feature


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