linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-30 06:58:00 to 2019-06-01 07:51:22 UTC [more...]

RFC: switch the remaining architectures to use generic GUP v2
 2019-06-01  7:49 UTC  (13+ messages)
` [PATCH 01/16] uaccess: add untagged_addr definition for other arches
` [PATCH 02/16] mm: use untagged_addr() for get_user_pages_fast addresses
` [PATCH 03/16] mm: simplify gup_fast_permitted
` [PATCH 04/16] mm: lift the x86_32 PAE version of gup_get_pte to common code
` [PATCH 05/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 06/16] sh: add the missing pud_page definition
` [PATCH 07/16] sh: use the generic get_user_pages_fast code
` [PATCH 08/16] sparc64: add the missing pgd_page definition
` [PATCH 09/16] sparc64: define untagged_addr()
` [PATCH 10/16] sparc64: use the generic get_user_pages_fast code
` [PATCH 11/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
` [PATCH 13/16] mm: validate get_user_pages_fast flags

possible deadlock in get_user_pages_unlocked (2)
 2019-06-01  6:08 UTC 

[PATCH v2 0/8] EFI Specific Purpose Memory Support
 2019-06-01  4:26 UTC  (16+ messages)
` [PATCH v2 1/8] acpi: Drop drivers/acpi/hmat/ directory
` [PATCH v2 2/8] acpi/hmat: Skip publishing target info for nodes with no online memory
` [PATCH v2 3/8] efi: Enumerate EFI_MEMORY_SP
` [PATCH v2 4/8] x86, efi: Reserve UEFI 2.8 Specific Purpose Memory for dax
` [PATCH v2 5/8] lib/memregion: Uplevel the pmem "region" ida to a global allocator
` [PATCH v2 6/8] device-dax: Add a driver for "hmem" devices
` [PATCH v2 7/8] acpi/hmat: Register HMAT at device_initcall level
` [PATCH v2 8/8] acpi/hmat: Register "specific purpose" memory as an "hmem" device

mmotm 2019-05-31-19-09 uploaded
 2019-06-01  2:10 UTC 

[PATCH v5 2/3] mm: init: report memory auto-initialization features at boot time
 2019-06-01  1:18 UTC  (2+ messages)

[PATCH -mm] mm, swap: Fix bad swap file entry warning
 2019-06-01  0:14 UTC  (7+ messages)
      ` [EXT] "

[RFCv2 0/6] introduce memory hinting API for external process
 2019-05-31 23:29 UTC  (26+ messages)
` [RFCv2 1/6] mm: introduce MADV_COLD
` [RFCv2 2/6] mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
` [RFCv2 3/6] mm: introduce MADV_PAGEOUT
` [RFCv2 4/6] mm: factor out madvise's core functionality
` [RFCv2 5/6] mm: introduce external memory hinting API
` [RFCv2 6/6] mm: extend process_madvise syscall to support vector arrary

linux kernel page allocation failure and tuning of page reclaim procedure
 2019-05-31 22:35 UTC 

[PATCH 0/2] reapply: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2019-05-31 21:53 UTC  (9+ messages)
` [PATCH 2/2] Revert "mm, thp: restore node-local hugepage allocations"

linux kernel page allocation failure and tuning of page cache
 2019-05-31 21:27 UTC  (3+ messages)

[linux-next:master 3880/3985] mm/vmalloc.c:1076:21: sparse: sparse: incorrect type in initializer (different address spaces)
 2019-05-31 21:13 UTC 

[PATCH] block: fix a crash in do_task_dead()
 2019-05-31 21:12 UTC  (5+ messages)

[PATCH] mm, memcg: Make scan aggression always exclude protection
 2019-05-31 19:27 UTC  (8+ messages)
` [PATCH REBASED] "

Truncate regression due to commit 69b6c1319b6
 2019-05-31 19:04 UTC  (8+ messages)

[PATCH 1/4] mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist
 2019-05-31 18:30 UTC  (2+ messages)

[RFC] mm: Generalize notify_page_fault()
 2019-05-31 17:48 UTC  (6+ messages)

[PATCH -next] drivers/base/memory: fix a compilation warning
 2019-05-31 17:33 UTC  (2+ messages)

[PATCH] mm/gup: fix omission of check on FOLL_LONGTERM in get_user_pages_fast()
 2019-05-31 17:13 UTC  (9+ messages)

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-31 16:46 UTC  (15+ messages)

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-31 16:22 UTC  (15+ messages)
` [PATCH v15 05/17] arms64: untag user pointers passed to memory syscalls
` [PATCH v15 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

[RFC PATCH 00/11] mm / virtio: Provide support for paravirtual waste page treatment
 2019-05-31 15:51 UTC  (15+ messages)
` [RFC PATCH 01/11] mm: Move MAX_ORDER definition closer to pageblock_order
` [RFC PATCH 02/11] mm: Adjust shuffle code to allow for future coalescing
` [RFC PATCH 03/11] mm: Add support for Treated Buddy pages
` [RFC PATCH 05/11] mm: Propogate Treated bit when splitting
` [RFC PATCH 06/11] mm: Add membrane to free area to use as divider between treated and raw pages
` [RFC PATCH 07/11] mm: Add support for acquiring first free "raw" or "untreated" page in zone
` [RFC PATCH 08/11] mm: Add support for creating memory aeration
` [RFC PATCH 09/11] mm: Count isolated pages as "treated"
` [RFC PATCH 10/11] virtio-balloon: Add support for aerating memory via bubble hinting
` [RFC PATCH 11/11] mm: Add free page notification hook
` [RFC QEMU PATCH] QEMU: Provide a interface for hinting based off of the balloon infrastructure

[PATCH v3 1/1] mm: smaps: split PSS into components
 2019-05-31 15:46 UTC 

[PATCH v2 1/1] mm: smaps: split PSS into components
 2019-05-31 15:32 UTC  (5+ messages)

[PATCH v10 0/3] mm: Randomize free memory
 2019-05-31 14:59 UTC  (4+ messages)
` [PATCH v10 1/3] mm: Shuffle initial free memory to improve memory-side-cache utilization

[HELP] How to get task_struct from mm
 2019-05-31 13:56 UTC  (5+ messages)

[PATCH -next v2] mm/hotplug: fix a null-ptr-deref during NUMA boot
 2019-05-31  9:03 UTC  (15+ messages)

[PATCH uprobe, thp 0/4] THP aware uprobe
 2019-05-31  7:00 UTC  (17+ messages)
` [PATCH uprobe, thp 1/4] mm, thp: allow preallocate pgtable for split_huge_pmd_address()
` [PATCH uprobe, thp 2/4] uprobe: use original page when all uprobes are removed
` [PATCH uprobe, thp 3/4] uprobe: support huge page by only splitting the pmd
` [PATCH uprobe, thp 4/4] uprobe: collapse THP pmd after removing all uprobes

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-05-31  5:04 UTC  (6+ messages)
` [PATCH v4 08/14] arm: Use generic mmap top-down layout and brk randomization

[PATCH v2 0/6] mm/devm_memremap_pages: Fix page release race
 2019-05-31  4:17 UTC  (4+ messages)

mmotm 2019-05-29-20-52 uploaded
 2019-05-31  3:50 UTC  (7+ messages)
` mmotm 2019-05-29-20-52 uploaded (mpls)

[mmotm:master 124/234] mm/vmalloc.c:520:6: error: implicit declaration of function 'p4d_large'; did you mean 'p4d_page'?
 2019-05-31  2:24 UTC  (2+ messages)

"lib: rework bitmap_parse()" triggers invalid access errors
 2019-05-30 23:20 UTC  (2+ messages)
` [EXT] "

[linux-stable-rc:linux-5.0.y 1434/2350] arch/sh/kernel/cpu/sh2/clock-sh7619.o:undefined reference to `followparent_recalc'
 2019-05-31  0:00 UTC  (3+ messages)

MIPS/CI20: BUG: Bad page state
 2019-05-30 23:23 UTC  (6+ messages)

[PATCH 00/22] Some documentation fixes
 2019-05-30 22:49 UTC  (2+ messages)
    ` [PATCH 22/22] docs: fix broken documentation links

[PATCH v3 00/11] mm/memory_hotplug: Factor out memory block devicehandling
 2019-05-30 21:07 UTC  (7+ messages)
` [PATCH v3 01/11] mm/memory_hotplug: Simplify and fix check_hotplug_memory_range()
` [PATCH v3 06/11] mm/memory_hotplug: Allow arch_remove_pages() without CONFIG_MEMORY_HOTREMOVE
` [PATCH v3 07/11] mm/memory_hotplug: Create memory block devices after arch_add_memory()

[PATCH net-next 0/6] vhost: accelerate metadata access
 2019-05-30 18:55 UTC  (4+ messages)

[RFC 6/7] mm: extend process_madvise syscall to support vector arrary
 2019-05-30 18:47 UTC  (14+ messages)

[PATCH] mm: fix page cache convergence regression
 2019-05-30 17:58 UTC  (6+ messages)

[PATCH 9/9] ARC: mm: do_page_fault refactor #8: release mmap_sem sooner
 2019-05-30 16:48 UTC 

[PATCH][next] z3fold: remove redundant assignment to bud
 2019-05-30 16:33 UTC 

satisfying an mmap call with memory belonging to another process
 2019-05-30 16:05 UTC 

[PATCH] drm/nouveau: Fix DEVICE_PRIVATE dependencies
 2019-05-30 15:49 UTC  (3+ messages)

[RFC PATCH V2 1/3] mm/nvdimm: Add PFN_MIN_VERSION support
 2019-05-30 15:12 UTC  (2+ messages)

[PATCH V5 0/3] arm64/mm: Enable memory hot remove
 2019-05-30 15:12 UTC  (10+ messages)
` [PATCH V5 1/3] mm/hotplug: Reorder arch_remove_memory() call in __remove_memory()
` [PATCH V5 2/3] arm64/mm: Hold memory hotplug lock while walking for kernel page table dump
` [PATCH V5 3/3] arm64/mm: Enable memory hot remove

giving access of one process's memory to another via kernel module
 2019-05-30 14:41 UTC 

can't register to linux-mm
 2019-05-30 14:21 UTC 

[RFC PATCH 0/3] Make deferred split shrinker memcg aware
 2019-05-30 13:29 UTC  (7+ messages)
` [PATCH 1/3] mm: thp: make "
` [PATCH 3/3] mm: shrinker: make shrinker not depend on memcg kmem

[PATCH] mm/z3fold: fix variable set but not used warnings
 2019-05-30 12:55 UTC 

[mmotm:master 123/234] mm/vmalloc.c:324:19: error: 'start' undeclared; did you mean 'stat'?
 2019-05-30  8:30 UTC 

[mmotm:master 152/234] fs//proc/vmcore.c:59:43: error: expected ')' before 'bool'
 2019-05-30  8:06 UTC 

[liu-song6-linux:uprobe-thp 119/188] kernel/sysctl.c:1729:15: error: 'zero' undeclared here (not in a function); did you mean 'zero_ul'?
 2019-05-30  7:55 UTC 

[PATCH] mm/slab_common.c: fix possible spectre-v1 in kmalloc_slab()
 2019-05-30  7:01 UTC  (7+ 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).