linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-11 00:58:52 to 2019-06-12 11:44:13 UTC [more...]

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-12 11:43 UTC  (12+ messages)
` [PATCH v17 01/15] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v17 02/15] lib, arm64: untag user pointers in strn*_user
` [PATCH v17 03/15] arm64: Introduce prctl() options to control the tagged user addresses ABI
` [PATCH v17 04/15] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v17 05/15] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v17 06/15] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v17 07/15] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v17 08/15] userfaultfd, arm64: untag user pointers
` [PATCH v17 09/15] drm/amdgpu, "
` [PATCH v17 10/15] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v17 11/15] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr

[PATCH v2 hmm 00/11] Various revisions from a locking/code review
 2019-06-12 11:41 UTC  (7+ messages)
` [PATCH v2 hmm 02/11] mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register

[PATCH v2 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-12 11:37 UTC  (4+ messages)

[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-12 11:36 UTC  (41+ messages)
` [PATCH v16 02/16] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v16 03/16] lib, arm64: untag user pointers in strn*_user
` [PATCH v16 04/16] mm: untag user pointers in do_pages_move
` [PATCH v16 05/16] arm64: untag user pointers passed to memory syscalls
` [PATCH v16 08/16] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v16 09/16] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v16 12/16] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
` [PATCH v16 15/16] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v16 16/16] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH v5 0/9] Emulated coherent graphics memory
 2019-06-12 11:23 UTC  (5+ messages)
` [PATCH v5 1/9] mm: Allow the [page|pfn]_mkwrite callbacks to drop the mmap_sem
` [PATCH v5 2/9] mm: Add an apply_to_pfn_range interface
` [PATCH v5 3/9] mm: Add write-protect and clean utilities for address space ranges

[v2 PATCH 0/4] Make deferred split shrinker memcg aware
 2019-06-12 10:11 UTC  (9+ messages)
` [PATCH 2/4] mm: thp: make "
` [PATCH 4/4] mm: shrinker: make shrinker not depend on memcg kmem

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-12 10:29 UTC  (12+ messages)
` [PATCH RFC 02/10] fs/locks: Export F_LAYOUT lease to user space

[PATCH v9 00/12] mm: Sub-section memory hotplug support
 2019-06-12  9:41 UTC  (3+ messages)
` [PATCH v9 11/12] libnvdimm/pfn: Fix fsdax-mode namespace info-block zero-fields

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-12  9:32 UTC  (11+ messages)
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file
` [PATCH v7 25/27] mm/mmap: Add Shadow stack pages to memory accounting

[PATCH 0/4] support reserving crashkernel above 4G on arm64 kdump
 2019-06-12  8:45 UTC  (3+ messages)
` [PATCH 1/4] x86: kdump: move reserve_crashkernel_low() into kexec_core.c

[PATCH v4] page cache: Store only head pages in i_pages
 2019-06-12  7:42 UTC  (4+ messages)

[PATCH v2 00/02] fix return value issue of soft offlining hugepages
 2019-06-12  7:24 UTC  (11+ messages)
` [PATCH v2 1/2] mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
` [PATCH v2 2/2] mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge

[PATCH -next] arm64/mm: fix a bogus GFP flag in pgd_alloc()
 2019-06-12  6:57 UTC  (9+ messages)

[PATCH V5 1/3] mm/hotplug: Reorder arch_remove_memory() call in __remove_memory()
 2019-06-12  6:53 UTC  (5+ messages)
` [PATCH V5 - Rebased] mm/hotplug: Reorder memblock_[free|remove]() calls in try_remove_memory()

mmotm 2019-06-11-16-59 uploaded
 2019-06-12  5:58 UTC  (2+ messages)
` mmotm 2019-06-11-16-59 uploaded (nf_conntrack_bridge)

[RFC PATCH v2 0/2] Share PMDs for FS/DAX on x86
 2019-06-12  2:33 UTC  (3+ messages)
` [RFC PATCH v2 2/2] Implement sharing/unsharing of PMDs for FS/DAX

[PATCH, RFC 0/2] Share PMDs for FS/DAX on x86
 2019-06-12  2:07 UTC  (5+ messages)
` [PATCH, RFC 2/2] Implement sharing/unsharing of PMDs for FS/DAX

switch the remaining architectures to use generic GUP v3
 2019-06-12  1:27 UTC  (24+ messages)
` [PATCH 01/16] mm: use untagged_addr() for get_user_pages_fast addresses
` [PATCH 02/16] mm: simplify gup_fast_permitted
` [PATCH 03/16] mm: lift the x86_32 PAE version of gup_get_pte to common code
` [PATCH 04/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 05/16] sh: add the missing pud_page definition
` [PATCH 06/16] sh: use the generic get_user_pages_fast code
` [PATCH 07/16] sparc64: add the missing pgd_page definition
` [PATCH 08/16] sparc64: define untagged_addr()
` [PATCH 09/16] sparc64: use the generic get_user_pages_fast code
` [PATCH 10/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
` [PATCH 11/16] mm: consolidate the get_user_pages* implementations
` [PATCH 12/16] mm: validate get_user_pages_fast flags
` [PATCH 13/16] mm: move the powerpc hugepd code to mm/gup.c
` [PATCH 14/16] mm: switch gup_hugepte to use try_get_compound_head
` [PATCH 15/16] mm: mark the page referenced in gup_hugepte
` [PATCH 16/16] mm: pass get_user_pages_fast iterator arguments in a structure

[PATCH v11 0/3] remain and optimize memblock_next_valid_pfn on arm and arm64
 2019-06-12  1:05 UTC  (7+ messages)

[PATCH V2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-06-12  0:05 UTC  (9+ messages)

[PATCH v7 00/10] mm: reparent slab memory on cgroup removal
 2019-06-11 23:18 UTC  (11+ messages)
` [PATCH v7 01/10] mm: postpone kmem_cache memcg pointer initialization to memcg_link_cache()
` [PATCH v7 02/10] mm: rename slab delayed deactivation functions and fields
` [PATCH v7 03/10] mm: generalize postponed non-root kmem_cache deactivation
` [PATCH v7 04/10] mm: introduce __memcg_kmem_uncharge_memcg()
` [PATCH v7 05/10] mm: unify SLAB and SLUB page accounting
` [PATCH v7 06/10] mm: don't check the dying flag on kmem_cache creation
` [PATCH v7 07/10] mm: synchronize access to kmem_cache dying flag using a spinlock
` [PATCH v7 08/10] mm: rework non-root kmem_cache lifecycle management
` [PATCH v7 09/10] mm: stop setting page->mem_cgroup pointer for slab pages
` [PATCH v7 10/10] mm: reparent memcg kmem_caches on cgroup removal

[PATCH v4 0/9] Emulated coherent graphics memory
 2019-06-11 21:59 UTC  (9+ messages)
` [PATCH v4 1/9] mm: Allow the [page|pfn]_mkwrite callbacks to drop the mmap_sem
` [PATCH v4 2/9] mm: Add an apply_to_pfn_range interface
` [PATCH v4 3/9] mm: Add write-protect and clean utilities for address space ranges

[RFC v2 0/5] cgroup-aware unbound workqueues
 2019-06-11 19:55 UTC  (6+ messages)

[PATCHv3 1/2] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
 2019-06-11 19:49 UTC  (11+ messages)

[RFC V3] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-11 17:31 UTC  (8+ messages)

[v7 PATCH 1/2] mm: vmscan: remove double slab pressure by inc'ing sc->nr_scanned
 2019-06-11 17:17 UTC  (4+ messages)

[PATCH v8 00/20] Convert x86 & arm64 to use generic page walk
 2019-06-11 15:36 UTC  (3+ messages)
` [PATCH v8 02/20] arm64: mm: Add p?d_large() definitions

[RFC][Patch v10 0/2] mm: Support for page hinting
 2019-06-11 15:00 UTC  (4+ messages)

[PATCH V5 0/3] arm64/mm: Enable memory hot remove
 2019-06-11 14:43 UTC  (4+ messages)
` [PATCH V5 3/3] "

RISC-V nommu support
 2019-06-11 14:36 UTC  (12+ 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 17/17] riscv: add nommu support

[PATCH] mm: align up min_free_kbytes to multipy of 4
 2019-06-11 13:08 UTC  (2+ messages)

[PATCH v2] kasan: add memory corruption identification for software tag-based mode
 2019-06-11 12:25 UTC  (11+ messages)

[PATCH] mm/vmscan: call vmpressure_prio() in kswapd reclaim path
 2019-06-11 12:24 UTC  (3+ messages)

[PATCH] mm: align up min_free_kbytes to multipy of 4
 2019-06-11 12:10 UTC 

[PATCH trivial] mm/balloon_compaction: Grammar s/the its/its/
 2019-06-11 12:02 UTC  (2+ messages)

[PATCH v3 1/6] nvdimm: Consider probe return -EOPNOTSUPP as success
 2019-06-11 10:37 UTC  (4+ messages)
` [PATCH v3 3/6] mm/nvdimm: Add page size and struct page size to pfn superblock

[PATCH v7 00/14] Control-flow Enforcement: Branch Tracking, PTRACE
 2019-06-11 10:33 UTC  (26+ messages)
` [PATCH v7 03/14] x86/cet/ibt: Add IBT legacy code bitmap setup function

[PATCH] mm: treewide: Clarify pgtable_page_{ctor,dtor}() naming
 2019-06-11  9:38 UTC  (3+ messages)

[Bug 203715] New: BUG: unable to handle kernel NULL pointer dereference under stress (possibly related to https://lkml.org/lkml/2019/5/24/292 ?)
 2019-06-11  9:30 UTC  (5+ messages)

[PATCH v1] mm: hwpoison: disable memory error handling on 1GB hugepage
 2019-06-11  8:42 UTC  (12+ messages)
` [PATCH v2] "

[PATCH 1/4] mm: Move ioremap page table mapping function to mm/
 2019-06-11  6:59 UTC  (10+ messages)
` [PATCH 4/4] mm/vmalloc: Hugepage vmalloc mappings

[PATCH v3 0/6] vfs: make immutable files actually immutable
 2019-06-11  4:47 UTC  (7+ messages)
` [PATCH 1/6] mm/fs: don't allow writes to immutable files
` [PATCH 2/6] vfs: flush and wait for io when setting the immutable flag via SETFLAGS
` [PATCH 3/6] vfs: flush and wait for io when setting the immutable flag via FSSETXATTR
` [PATCH 4/6] vfs: don't allow most setxattr to immutable files
` [PATCH 5/6] xfs: refactor setflags to use setattr code directly
` [PATCH 6/6] xfs: clean up xfs_merge_ioc_xflags

[PATCH] block: fix a crash in do_task_dead()
 2019-06-11  4:39 UTC  (10+ messages)

[PATCH v2 0/8] vfs: make immutable files actually immutable
 2019-06-11  4:01 UTC  (9+ messages)
` [PATCH 1/8] mm/fs: don't allow writes to immutable files

kernel BUG at mm/swap_state.c:170!
 2019-06-11  3:59 UTC  (4+ messages)

[PATCH -mm RESEND] mm: fix race between swapoff and mincore
 2019-06-11  2:05 UTC 


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