linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-23 10:22:59 to 2019-06-25 07:53:08 UTC [more...]

[PATCH v2 0/5] Allocate memmap from hotadded memory
 2019-06-25  7:52 UTC  (2+ messages)
` [PATCH v2 1/5] drivers/base/memory: Remove unneeded check in remove_memory_block_devices

switch the remaining architectures to use generic GUP v3
 2019-06-25  7:50 UTC  (11+ messages)
` [PATCH 01/16] mm: use untagged_addr() for get_user_pages_fast addresses
` [PATCH 04/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 10/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP

[PATCH v1 0/6] mm / virtio: Provide support for paravirtual waste page treatment
 2019-06-25  7:42 UTC  (2+ messages)

RISC-V nommu support v2
 2019-06-25  7:31 UTC  (23+ messages)
` [PATCH 01/17] mm: provide a print_vma_addr stub for !CONFIG_MMU
` [PATCH 02/17] mm: stub out all of swapops.h "
` [PATCH 03/17] mm/nommu: fix the MAP_UNINITIALIZED flag
` [PATCH 04/17] irqchip/sifive-plic: set max threshold for ignored handlers
` [PATCH 05/17] riscv: use CSR_SATP instead of the legacy sptbr name in switch_mm
` [PATCH 06/17] riscv: refactor the IPI code
` [PATCH 07/17] riscv: abstract out CSR names for supervisor vs machine mode
` [PATCH 08/17] riscv: improve the default power off implementation
` [PATCH 09/17] riscv: provide a flat entry loader
` [PATCH 10/17] riscv: read the hart ID from mhartid on boot
` [PATCH 11/17] riscv: provide native clint access for M-mode
` [PATCH 12/17] riscv: implement remote sfence.i natively "
` [PATCH 13/17] riscv: poison SBI calls "
` [PATCH 14/17] riscv: don't allow selecting SBI-based drivers "
` [PATCH 15/17] riscv: use the correct interrupt levels "
` [PATCH 16/17] riscv: clear the instruction cache and all registers when booting
` [PATCH 17/17] riscv: add nommu support

dev_pagemap related cleanups
 2019-06-25  7:29 UTC  (8+ messages)
` [PATCH 05/22] mm: export alloc_pages_vma
` [PATCH 18/22] mm: mark DEVICE_PUBLIC as broken

[PATCH v4 0/7] vfs: make immutable files actually immutable
 2019-06-25  7:08 UTC  (10+ messages)
` [PATCH 1/7] mm/fs: don't allow writes to immutable files
` [PATCH 2/7] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
      ` [Ocfs2-devel] "

[PATCH v4 hmm 00/12]
 2019-06-25  7:03 UTC  (15+ messages)
` [PATCH v4 hmm 01/12] mm/hmm: fix use after free with struct hmm in the mmu notifiers
` [PATCH v4 hmm 02/12] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
` [PATCH v4 hmm 03/12] mm/hmm: Hold a mmgrab from hmm to mm
` [PATCH v4 hmm 04/12] mm/hmm: Simplify hmm_get_or_create and make it reliable
` [PATCH v4 hmm 05/12] mm/hmm: Remove duplicate condition test before wait_event_timeout
` [PATCH v4 hmm 06/12] mm/hmm: Do not use list*_rcu() for hmm->ranges
` [PATCH v4 hmm 07/12] mm/hmm: Hold on to the mmget for the lifetime of the range
` [PATCH v4 hmm 08/12] mm/hmm: Use lockdep instead of comments
` [PATCH v4 hmm 09/12] mm/hmm: Remove racy protection against double-unregistration
` [PATCH v4 hmm 10/12] mm/hmm: Poison hmm_range during unregister
` [PATCH v4 hmm 11/12] mm/hmm: Remove confusing comment and logic from hmm_release
` [PATCH v4 hmm 12/12] mm/hmm: Fix error flows in hmm_invalidate_range_start

[PATCH v4 1/3] [v4.9.y] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-06-25  6:10 UTC  (7+ messages)
` [PATCH v4 2/3][v4.9.y] "
` [PATCH v4 3/3] [v4.9.y] "
` [PATCH v4 0/3] "

[Bug 203715] BUG: unable to handle kernel NULL pointer dereference under stress (possibly related to https://lkml.org/lkml/2019/5/24/292 ?)
 2019-06-25  6:08 UTC 

[PATCH v5 00/25] userfaultfd: write protection support
 2019-06-25  5:30 UTC  (6+ messages)
` [PATCH v5 02/25] mm: userfault: return VM_FAULT_RETRY on signals

[PATCH V6 0/3] arm64/mm: Enable memory hot remove
 2019-06-25  5:27 UTC  (6+ messages)
` [PATCH V6 3/3] "

Frequent oom introduced in mainline when migrate_highatomic replace migrate_reserve
 2019-06-25  2:52 UTC  (8+ messages)

[PATCH] cma: fail if fixed declaration can't be honored
 2019-06-25  0:20 UTC 

[PATCH 0/3] fix vmalloc_to_page for huge vmap mappings
 2019-06-25  0:20 UTC  (5+ messages)
` [PATCH 3/3] mm/vmalloc: "

[PATCH v9 0/6] Enable THP for text section of non-shmem files
 2019-06-25  0:12 UTC  (7+ messages)
` [PATCH v9 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v9 2/6] filemap: update offset check "
` [PATCH v9 3/6] mm,thp: stats for file backed THP
` [PATCH v9 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v9 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v9 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCHv2] mm/gup: speed up check_and_migrate_cma_pages() on huge page
 2019-06-24 23:01 UTC  (5+ messages)

[PATCH v8 0/6] Enable THP for text section of non-shmem files
 2019-06-24 22:34 UTC  (8+ messages)
` [PATCH v8 1/6] filemap: check compound_head(page)->mapping in filemap_fault()
` [PATCH v8 2/6] filemap: update offset check "
` [PATCH v8 3/6] mm,thp: stats for file backed THP
` [PATCH v8 4/6] khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
` [PATCH v8 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v8 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCH v6 0/6] THP aware uprobe
 2019-06-24 22:06 UTC  (7+ messages)
` [PATCH v6 5/6] khugepaged: enable collapse pmd for pte-mapped THP
` [PATCH v6 6/6] uprobe: collapse THP pmd after removing all uprobes

LTP hugemmap05 test case failure on arm64 with linux-next (next-20190613)
 2019-06-24 21:53 UTC  (9+ messages)

[PATCH] mm: fix page cache convergence regression
 2019-06-24 21:52 UTC  (7+ messages)

[PATCH v3 1/3] mm, oom: refactor dump_tasks for memcg OOMs
 2019-06-24 21:26 UTC  (3+ messages)
` [PATCH v3 2/3] mm, oom: remove redundant task_in_mem_cgroup() check
` [PATCH v3 3/3] oom: decouple mems_allowed from oom_unkillable_task

[PATCH v7 5/6] mm,thp: add read-only THP support for (non-shmem)FS
 2019-06-24 21:17 UTC  (2+ messages)

[PATCH v10 00/13] mm: Sub-section memory hotplug support
 2019-06-24 20:45 UTC  (11+ messages)
` [PATCH v10 02/13] mm/sparsemem: Introduce a SECTION_IS_EARLY flag
` [PATCH v10 03/13] mm/sparsemem: Add helpers track active portions of a section at boot
` [PATCH v10 05/13] mm/sparsemem: Convert kmalloc_section_memmap() to populate_section_memmap()
` [PATCH v10 08/13] mm/sparsemem: Prepare for sub-section ranges
` [PATCH v10 09/13] mm/sparsemem: Support sub-section hotplug

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-06-24 17:51 UTC  (26+ messages)
` [PATCH v18 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v18 02/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v18 03/15] lib: untag user pointers in strn*_user
` [PATCH v18 04/15] mm: untag user pointers passed to memory syscalls
` [PATCH v18 05/15] mm: untag user pointers in mm/gup.c
` [PATCH v18 06/15] mm: untag user pointers in get_vaddr_frames
` [PATCH v18 07/15] fs/namespace: untag user pointers in copy_mount_options
` [PATCH v18 08/15] userfaultfd: untag user pointers
` [PATCH v18 09/15] drm/amdgpu: "
` [PATCH v18 10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v18 11/15] IB/mlx4: untag user pointers in mlx4_get_umem_mr
` [PATCH v18 12/15] media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v18 13/15] tee/shm: untag user pointers in tee_shm_register
` [PATCH v18 14/15] vfio/type1: untag user pointers in vaddr_get_pfn
` [PATCH v18 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH 0/2] mm, slab: Extend vm/drop_caches to shrink kmem slabs
 2019-06-24 17:42 UTC  (3+ messages)
` [PATCH 1/2] mm, memcontrol: Add memcg_iterate_all()
` [PATCH 2/2] mm, slab: Extend vm/drop_caches to shrink kmem slabs

[v3 PATCH 0/4] Make deferred split shrinker memcg aware
 2019-06-24 16:54 UTC  (5+ messages)
` [v3 PATCH 2/4] mm: move mem_cgroup_uncharge out of __page_cache_release()

[PATCH v7 0/6] Enable THP for text section of non-shmem files
 2019-06-24 16:33 UTC  (13+ messages)
` [PATCH v7 5/6] mm,thp: add read-only THP support for (non-shmem) FS
` [PATCH v7 6/6] mm,thp: avoid writes to file with THP in pagecache

[PATCH v2 3/3] ext4: use jbd2_inode dirty range scoping
 2019-06-24 15:12 UTC  (3+ messages)

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-24 14:22 UTC  (5+ messages)
` [PATCH v17 04/15] mm, arm64: untag user pointers passed to memory syscalls

[PATCH -mm] autonuma: Fix scan period updating
 2019-06-24 14:09 UTC  (2+ messages)

[bug report] read-ahead can't work properly
 2019-06-24 13:30 UTC 

[PATCH] mm/vmscan: add a new member reclaim_state in struct shrink_control fix
 2019-06-24 13:06 UTC 

[PATCH 0/2] mm/vmscan: calculate reclaimed slab in all reclaim paths
 2019-06-24 12:40 UTC  (6+ messages)
` [PATCH 2/2] mm/vmscan: calculate reclaimed slab caches "

[PATCH v4 0/5] THP aware uprobe
 2019-06-24 12:34 UTC  (9+ messages)
` [PATCH v4 5/5] uprobe: collapse THP pmd after removing all uprobes

[PATCH] mm/kasan: Add shadow memory validation in ksize()
 2019-06-24 11:46 UTC  (3+ messages)

[PATCH] mm/vmalloc: fix a compile warning in mm
 2019-06-24  9:41 UTC  (2+ messages)

[PATCH -mm -V2] mm, swap: Fix THP swap out
 2019-06-24  9:04 UTC  (2+ messages)

[PATCH -next v2] mm/hotplug: fix a null-ptr-deref during NUMA boot
 2019-06-24  8:42 UTC  (5+ messages)

[PATCH] mm/hugetlb: allow gigantic page allocation to migrate away smaller huge page
 2019-06-24  8:26 UTC  (6+ messages)

[PATCH -mm] mm, swap: Fix THP swap out
 2019-06-24  7:31 UTC  (5+ messages)

[PATCH] mm: fix setting the high and low watermarks
 2019-06-24  5:46 UTC  (4+ messages)

[PATCH v7 5/6] mm,thp: add read-only THP support for (non-shmem) FS
 2019-06-24  4:27 UTC  (2+ messages)

[PATCH] mm/vmscan: expose cgroup_ino for shrink slab tracepoints
 2019-06-24  3:12 UTC  (4+ messages)

[PATCH] mm/gup: speed up check_and_migrate_cma_pages() on huge page
 2019-06-24  1:21 UTC  (3+ 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).