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

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

[PATCH v17 00/15] arm64: untag user pointers passed to the kernel
 2019-06-13 12:28 UTC  (40+ 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 14/15] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v17 15/15] selftests, arm64: add a selftest for passing tagged pointers to kernel
` [PATCH v4 0/2] arm64 relaxed ABI
  ` [PATCH v4 1/2] arm64: Define Documentation/arm64/tagged-address-abi.txt
  ` [PATCH v4 2/2] arm64: Relax Documentation/arm64/tagged-pointers.txt

[PATCH v3] kasan: add memory corruption identification for software tag-based mode
 2019-06-13 12:27 UTC  (2+ messages)

[PATCH v2 1/2] mm: kmemleak: change error at _write when kmemleak is disabled
 2019-06-13 12:23 UTC  (4+ messages)
` [PATCH v2 2/2] docs: kmemleak: add more documentation details

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

[v3 PATCH 0/4] Make deferred split shrinker memcg aware
 2019-06-13 11:39 UTC  (6+ messages)
` [v3 PATCH 1/4] mm: thp: extract split_queue_* into a struct
` [v3 PATCH 2/4] mm: move mem_cgroup_uncharge out of __page_cache_release()
` [v3 PATCH 3/4] mm: shrinker: make shrinker not depend on memcg kmem
` [v3 PATCH 4/4] mm: thp: make deferred split shrinker memcg aware

[RFC 00/10] Process-local memory allocations for hiding KVM secrets
 2019-06-13 10:54 UTC  (22+ messages)
` [RFC 01/10] x86/mm/kaslr: refactor to use enum indices for regions
` [RFC 02/10] x86/speculation, mm: add process local virtual memory region
` [RFC 03/10] x86/mm, mm,kernel: add teardown for process-local memory to mm cleanup
` [RFC 04/10] mm: allocate virtual space for process-local memory
` [RFC 05/10] mm: allocate/release physical pages "
` [RFC 06/10] kvm/x86: add support for storing vCPU state in "
` [RFC 07/10] kvm, vmx: move CR2 context switch out of assembly path
` [RFC 08/10] kvm, vmx: move register clearing "
` [RFC 09/10] kvm, vmx: move gprs to process local memory
` [RFC 10/10] kvm, x86: move guest FPU state into "

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

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-13 10:47 UTC  (31+ messages)

[RFC PATCH] binfmt_elf: Protect mm_struct access with mmap_sem
 2019-06-13 10:47 UTC  (7+ messages)
` [RFC PATCH v2] "

[PATCHv4 0/3] mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path
 2019-06-13 10:45 UTC  (4+ messages)
` [PATCHv4 1/3] mm/gup: rename nr as nr_pinned in get_user_pages_fast()
` [PATCHv4 2/3] mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path
` [PATCHv4 3/3] mm/gup_benchemark: add LONGTERM_BENCHMARK test "

[PATCH] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-13 10:07 UTC 

dev_pagemap related cleanups
 2019-06-13  9:43 UTC  (23+ messages)
` [PATCH 01/22] mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig option
` [PATCH 02/22] mm: remove the struct hmm_device infrastructure
` [PATCH 03/22] mm: remove hmm_devmem_add_resource
` [PATCH 04/22] mm: don't clear ->mapping in hmm_devmem_free
` [PATCH 05/22] mm: export alloc_pages_vma
` [PATCH 06/22] mm: factor out a devm_request_free_mem_region helper
` [PATCH 07/22] memremap: move dev_pagemap callbacks into a separate structure
` [PATCH 08/22] memremap: pass a struct dev_pagemap to ->kill
` [PATCH 09/22] memremap: lift the devmap_enable manipulation into devm_memremap_pages
` [PATCH 10/22] memremap: add a migrate callback to struct dev_pagemap_ops
` [PATCH 11/22] memremap: remove the data field in struct dev_pagemap
` [PATCH 12/22] memremap: provide an optional internal refcount "
` [PATCH 13/22] device-dax: use the dev_pagemap internal refcount
` [PATCH 14/22] nouveau: use alloc_page_vma directly
` [PATCH 15/22] nouveau: use devm_memremap_pages directly
` [PATCH 16/22] mm: remove hmm_vma_alloc_locked_page
` [PATCH 17/22] mm: remove hmm_devmem_add
` [PATCH 18/22] mm: mark DEVICE_PUBLIC as broken
` [PATCH 19/22] mm: simplify ZONE_DEVICE page private data
` [PATCH 20/22] mm: sort out the DEVICE_PRIVATE Kconfig mess
` [PATCH 21/22] mm: remove the HMM config option
` [PATCH 22/22] mm: don't select MIGRATE_VMA_HELPER from HMM_MIRROR

[PATCH] mm/vmalloc: Check absolute error return from vmap_[p4d|pud|pmd|pte]_range()
 2019-06-13  9:33 UTC  (2+ messages)

[RESEND PATCH v2] mm/oom_killer: Add task UID to info message on an oom kill
 2019-06-13  8:23 UTC  (4+ messages)

[RFC PATCH 0/3] Make deferred split shrinker memcg aware
 2019-06-13  8:19 UTC  (9+ messages)
` [PATCH 1/3] mm: thp: make "

[PATCH v2 0/6] mm: use down_read_killable for locking mmap_sem in proc
 2019-06-13  8:15 UTC  (6+ messages)
` [PATCH v2 5/6] proc: use down_read_killable mmap_sem for /proc/pid/map_files

[PATCH] mm/slab: restore IRQs in kfree()
 2019-06-13  6:56 UTC 

[PATCH] mm/ioremap: Probe platform for p4d huge map support
 2019-06-13  6:19 UTC 

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

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-06-13  5:29 UTC  (2+ messages)

[PATCH 0/3] Enable THP for text section of non-shmem files
 2019-06-13  5:21 UTC  (4+ messages)
` [PATCH 1/3] mm: check compound_head(page)->mapping in filemap_fault()
` [PATCH 2/3] mm,thp: stats for file backed THP
` [PATCH 3/3] mm,thp: add read-only THP support for (non-shmem) FS

[PATCH 0/3] resource: find_next_iomem_res() improvements
 2019-06-13  4:59 UTC 

[PATCH v2 0/5] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-13  4:51 UTC  (3+ messages)

[PATCH v1 0/4] Introduce MADV_COLD and MADV_PAGEOUT
 2019-06-13  4:48 UTC  (6+ messages)
` [PATCH v1 1/4] mm: introduce MADV_COLD

[v3 PATCH 0/2] Fix false negative of shmem vma's THP eligibility
 2019-06-13  4:44 UTC  (3+ messages)
` [v3 PATCH 1/2] mm: thp: make transhuge_vma_suitable available for anonymous THP
` [v3 PATCH 2/2] mm: thp: fix false negative of shmem vma's THP eligibility

mmotm 2019-06-11-16-59 uploaded
 2019-06-13  3:36 UTC  (5+ messages)
` mmotm 2019-06-11-16-59 uploaded (ocfs2)
    ` [Ocfs2-devel] "

[PATCH v7 00/10] mm: reparent slab memory on cgroup removal
 2019-06-13  2:04 UTC  (3+ messages)
` [PATCH v7 01/10] mm: postpone kmem_cache memcg pointer initialization to memcg_link_cache()

[PATCH -next] mm/hotplug: skip bad PFNs from pfn_to_online_page()
 2019-06-13  0:06 UTC  (7+ messages)

[RFC v2 0/5] cgroup-aware unbound workqueues
 2019-06-12 22:29 UTC  (5+ messages)

[PATCH v3 0/5] THP aware uprobe
 2019-06-12 22:16 UTC  (8+ messages)
` [PATCH v3 1/5] mm: move memcmp_pages() and pages_identical()
` [PATCH v3 2/5] uprobe: use original page when all uprobes are removed
` [PATCH v3 3/5] mm, thp: introduce FOLL_SPLIT_PMD
` [PATCH v3 4/5] uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
` [PATCH v3 5/5] uprobe: collapse THP pmd after removing all uprobes
` [PATCH v3 6/6] mm, thp: introduce FOLL_SPLIT_PMD

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

[liu-song6-linux:uprobe-thp 119/186] kernel/sysctl.c:1730:15: error: 'one' undeclared here (not in a function); did you mean 'zone'?
 2019-06-12 21:41 UTC  (2+ messages)

[v2 PATCH] mm: thp: fix false negative of shmem vma's THP eligibility
 2019-06-12 19:59 UTC  (5+ messages)

[PATCH v7 00/27] Control-flow Enforcement: Shadow Stack
 2019-06-12 19:04 UTC  (9+ messages)
` [PATCH v7 22/27] binfmt_elf: Extract .note.gnu.property from an ELF file

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

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

[PATCH BACKPORT Android 4.9]: mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()
 2019-06-12 14:29 UTC 

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

[PATCH v5 0/9] Emulated coherent graphics memory
 2019-06-12 12:26 UTC  (8+ messages)
` [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

[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-12 11:52 UTC  (7+ messages)
` [PATCH v16 02/16] arm64: untag user pointers in access_ok and __uaccess_mask_ptr


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