linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-26 07:33:25 to 2019-04-29 18:09:21 UTC [more...]

[PATCH v13 00/20] arm64: untag user pointers passed to the kernel
 2019-04-29 18:09 UTC  (16+ messages)
` [PATCH v13 04/20] mm, arm64: untag user pointers passed to memory syscalls
` [PATCH v13 10/20] kernel, arm64: untag user pointers in prctl_set_mm*
` [PATCH v13 16/20] IB/mlx4, arm64: untag user pointers in mlx4_get_umem_mr

[PATCH v6 1/4] iomap: Clean up __generic_write_end calling
 2019-04-29 17:46 UTC  (5+ messages)
` [PATCH v6 2/4] iomap: Fix use-after-free error in page_done callback
` [PATCH v6 3/4] iomap: Add a page_prepare callback
` [PATCH v6 4/4] gfs2: Fix iomap write page reclaim deadlock

[PATCH v2 0/3] Device-memory-related cleanups
 2019-04-29 17:22 UTC  (4+ messages)
` [PATCH v2 1/3] mm/memremap: Rename and consolidate SECTION_SIZE
` [PATCH v2 2/3] mm: clean up is_device_*_page() definitions
` [PATCH v2 3/3] mm: introduce ARCH_HAS_PTE_DEVMAP

[PATCH 3/9] mm: Add write-protect and clean utilities for address space ranges v2
 2019-04-29 17:17 UTC  (3+ messages)
` [PATCH 3/9] mm: Add write-protect and clean utilities for address space ranges v3

[PATCH 1/2] memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL
 2019-04-29 17:13 UTC  (2+ messages)
` [PATCH 2/2] memcg, fsnotify: no oom-kill for remote memcg charging

[PATCH] mm: Do not boost watermarks to avoid fragmentation for the DISCONTIG memory model
 2019-04-29 16:58 UTC  (12+ messages)
` DISCONTIGMEM is deprecated

[PATCH] memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL
 2019-04-29 14:52 UTC  (4+ messages)

[PATCH v3 2/5] nds32: Use the correct style for SPDX License Identifier
 2019-04-29 14:20 UTC  (3+ messages)

[LSF/MM TOPIC] Direct block mapping through fs for device
 2019-04-29 13:26 UTC  (9+ messages)

memcg causes crashes in list_lru_add
 2019-04-29 13:15 UTC  (11+ messages)
    ` [PATCH] memcg: make it work on sparse non-0-node systems

[LSF/MM] Preliminary agenda ? Anyone ... anyone ? Bueller ?
 2019-04-29 12:31 UTC  (8+ messages)
      ` [Lsf] "

two small nommu cleanups
 2019-04-29 11:55 UTC  (2+ messages)

[PATCH v5 1/3] iomap: Fix use-after-free error in page_done callback
 2019-04-28 19:20 UTC  (6+ messages)
` [PATCH v5 2/3] iomap: Add a page_prepare callback
` [PATCH v5 3/3] gfs2: Fix iomap write page reclaim deadlock

[PATCH] mm: update references to page _refcount
 2019-04-29 11:31 UTC 

[PATCH 1/2] userfaultfd: use RCU to free the task struct when fork fails
 2019-04-29  6:36 UTC  (3+ messages)
` [PATCH 1/1 v2] "

[RFC PATCH 00/10] RDMA/FS DAX "LONGTERM" lease proposal
 2019-04-29  4:53 UTC  (11+ messages)
` [RFC PATCH 01/10] fs/locks: Add trace_leases_conflict
` [RFC PATCH 02/10] fs/locks: Introduce FL_LONGTERM file lease
` [RFC PATCH 03/10] mm/gup: Pass flags down to __gup_device_huge* calls
` [RFC PATCH 04/10] WIP: mm/gup: Ensure F_LONGTERM lease is held on GUP pages
` [RFC PATCH 05/10] mm/gup: Take FL_LONGTERM lease if not set by user
` [RFC PATCH 06/10] fs/locks: Add longterm lease traces
` [RFC PATCH 07/10] fs/dax: Create function dax_mapping_is_dax()
` [RFC PATCH 08/10] mm/gup: fs: Send SIGBUS on truncate of active file
` [RFC PATCH 09/10] fs/locks: Add tracepoint for SIGBUS on LONGTERM expiration
` [RFC PATCH 10/10] mm/gup: Remove FOLL_LONGTERM DAX exclusion

[PATCH v4 RESEND] fs/writeback: use rcu_barrier() to wait for inflight wb switches going into workqueue when umount
 2019-04-29  2:41 UTC 

[PATCH v8 00/20] Convert x86 & arm64 to use generic page walk
 2019-04-29  2:05 UTC  (3+ messages)
` [PATCH v8 05/20] KVM: PPC: Book3S HV: Remove pmd_is_leaf()

[PATCH v2] memcg: refill_stock for kmem uncharging too
 2019-04-28 23:54 UTC  (3+ messages)

[PATCH] mm/page-writeback: introduce tracepoint for wait_on_page_writeback
 2019-04-28 21:05 UTC  (4+ messages)

[LSF/MM TOPIC ][LSF/MM ATTEND] Read-only Mapping of Program Text using Large THP Pages
 2019-04-28 20:08 UTC  (8+ messages)
    `  "

[v2 PATCH] mm: thp: fix false negative of shmem vma's THP eligibility
 2019-04-28 19:13 UTC  (3+ messages)

vmscan.c: Reclaim unevictable pages
 2019-04-28 12:38 UTC  (3+ messages)

[PATCH] mm: Fix kobject memleak in SLUB
 2019-04-28 16:11 UTC  (3+ messages)

[PATCH v3] docs/vm: add documentation of memory models
 2019-04-28 15:22 UTC  (2+ messages)

[PATCH v3 00/11] Provide generic top-down mmap layout functions
 2019-04-28 14:27 UTC  (6+ messages)
` [PATCH v3 04/11] arm64, mm: Move generic mmap layout functions to mm

[[repost]RFC PATCH] mm/workingset : judge file page activity via timestamp
 2019-04-28  7:44 UTC 

[RFC PATCH 0/7] x86: introduce system calls addess space isolation
 2019-04-28  6:08 UTC  (25+ messages)
` [RFC PATCH 2/7] x86/sci: add core implementation for system call isolation
` [RFC PATCH 5/7] x86/mm/fault: hook up SCI verification

[PATCH v6 00/24] x86: text_poke() fixes and executable lockdowns
 2019-04-27 10:32 UTC  (26+ messages)
` [PATCH v6 01/24] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
` [PATCH v6 02/24] x86/jump_label: Use text_poke_early() during early init
` [PATCH v6 03/24] x86/mm: Introduce temporary mm structs
` [PATCH v6 04/24] x86/mm: Save debug registers when loading a temporary mm
` [PATCH v6 05/24] uprobes: Initialize uprobes earlier
` [PATCH v6 06/24] fork: Provide a function for copying init_mm
` [PATCH v6 07/24] x86/alternative: Initialize temporary mm for patching
` [PATCH v6 08/24] x86/alternative: Use temporary mm for text poking
` [PATCH v6 09/24] x86/kgdb: Avoid redundant comparison of patched code
` [PATCH v6 10/24] x86/ftrace: Set trampoline pages as executable
` [PATCH v6 11/24] x86/kprobes: Set instruction page "
` [PATCH v6 12/24] x86/module: Avoid breaking W^X while loading modules
` [PATCH v6 13/24] x86/jump-label: Remove support for custom poker
` [PATCH v6 14/24] x86/alternative: Remove the return value of text_poke_*()
` [PATCH v6 16/24] mm: Make hibernate handle unmapped pages
` [PATCH v6 17/24] vmalloc: Add flag for free of special permsissions
` [PATCH v6 18/24] modules: Use vmalloc special flag
` [PATCH v6 19/24] bpf: "
` [PATCH v6 20/24] x86/ftrace: "
` [PATCH v6 21/24] x86/kprobes: "
` [PATCH v6 22/24] x86/alternative: Comment about module removal races
` [PATCH v6 23/24] mm/tlb: Provide default nmi_uaccess_okay()
` [PATCH v6 24/24] bpf: Fail bpf_probe_write_user() while mm is switched

[PATCH v12 00/31] Speculative page faults
 2019-04-27  6:00 UTC  (7+ messages)

[PATCH v2] docs/vm: add documentation of memory models
 2019-04-27  4:00 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 16/16] mm: add 'try_get_page()' helper function
 2019-04-27  1:43 UTC 

[PATCH AUTOSEL 4.14 18/32] slab: fix a crash by reading /proc/slab_allocators
 2019-04-27  1:42 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 31/32] mm: make page ref count overflow check tighter and more explicit
` [PATCH AUTOSEL 4.14 32/32] mm: add 'try_get_page()' helper function

[PATCH AUTOSEL 4.19 34/53] slab: fix a crash by reading /proc/slab_allocators
 2019-04-27  1:40 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 51/53] mm: make page ref count overflow check tighter and more explicit
` [PATCH AUTOSEL 4.19 52/53] mm: add 'try_get_page()' helper function

[PATCH AUTOSEL 5.0 45/79] slab: fix a crash by reading /proc/slab_allocators
 2019-04-27  1:38 UTC  (4+ messages)
` [PATCH AUTOSEL 5.0 76/79] mm: make page ref count overflow check tighter and more explicit
` [PATCH AUTOSEL 5.0 77/79] mm: add 'try_get_page()' helper function
` [PATCH AUTOSEL 5.0 78/79] mm: prevent get_user_pages() from overflowing page refcount

[PATCH v2 0/8] vfs: make immutable files actually immutable
 2019-04-26 18:18 UTC  (7+ messages)
` [PATCH 1/8] mm/fs: don't allow writes to immutable files
` [PATCH 2/8] xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transaction
` [PATCH 3/8] xfs: flush page mappings as part of setting immutable

[PATCH] mm: Allow userland to request that the kernel clear memory on release
 2019-04-26 18:10 UTC  (16+ messages)
` [PATCH V2] "
` [PATCH V3] "

[PATCH v2] docs/vm: Minor editorial changes in the THP and hugetlbfs
 2019-04-26 18:04 UTC 

[PATCH] docs/vm: Minor editorial changes in the THP and hugetlbfs documentation
 2019-04-26 17:53 UTC  (3+ messages)

[PATCH v5 00/23] x86: text_poke() fixes and executable lockdowns
 2019-04-26 16:43 UTC  (9+ messages)
` [PATCH v5 08/23] x86/kgdb: Avoid redundant comparison of patched code
` [PATCH v5 09/23] x86/ftrace: Set trampoline pages as executable
` [PATCH v5 14/23] x86/mm/cpa: Add set_direct_map_ functions
` [PATCH v5 15/23] mm: Make hibernate handle unmapped pages
` [PATCH v5 22/23] mm/tlb: Provide default nmi_uaccess_okay()

[PATCH v10 00/18] KASAN for powerpc/32 and RFC for 64bit Book3E
 2019-04-26 16:24 UTC  (4+ messages)
` [PATCH v10 05/18] powerpc/prom_init: don't use string functions from lib/

[PATCH v11 00/13] KASAN for powerpc/32
 2019-04-26 16:23 UTC  (14+ messages)
` [PATCH v11 01/13] powerpc/32: Move early_init() in a separate file
` [PATCH v11 02/13] powerpc: prepare string/mem functions for KASAN
` [PATCH v11 03/13] powerpc: remove CONFIG_CMDLINE #ifdef mess
` [PATCH v11 04/13] powerpc/prom_init: don't use string functions from lib/
` [PATCH v11 05/13] powerpc: don't use direct assignation during early boot
` [PATCH v11 06/13] powerpc/32: use memset() instead of memset_io() to zero BSS
` [PATCH v11 07/13] powerpc/32: make KVIRT_TOP dependent on FIXMAP_START
` [PATCH v11 08/13] powerpc/32: prepare shadow area for KASAN
` [PATCH v11 09/13] powerpc: disable KASAN instrumentation on early/critical files
` [PATCH v11 10/13] powerpc/32: Add KASAN support
` [PATCH v11 11/13] powerpc/32s: move hash code patching out of MMU_init_hw()
` [PATCH v11 12/13] powerpc/32s: set up an early static hash table for KASAN
` [PATCH v11 13/13] powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_RO

[PATCH 0/3] RFC: add init_allocations=1 boot option
 2019-04-26 15:48 UTC  (9+ messages)
` [PATCH 1/3] mm: security: introduce the "

[PATCH v6 00/12] mm: Sub-section memory hotplug support
 2019-04-26 14:04 UTC  (8+ messages)
` [PATCH v6 03/12] mm/sparsemem: Add helpers track active portions of a section at boot
` [PATCH v6 04/12] mm/hotplug: Prepare shrink_{zone, pgdat}_span for sub-section removal
` [PATCH v6 07/12] mm: Kill is_dev_zone() helper

[PATCH v3 1/2] iomap: Add a page_prepare callback
 2019-04-26 13:11 UTC  (3+ messages)

[mmotm:master 351/375] drivers/gpu/drm/virtio/virtgpu_prime.c:43:23: sparse: sparse: symbol 'virtgpu_gem_prime_import_sg_table' was not declared. Should it be static?
 2019-04-26 10:27 UTC  (2+ messages)
` [RFC PATCH mmotm] virtgpu_gem_prime_import_sg_table() can be static

[PATCH v1 0/7] mm/memory_hotplug: Factor out memory block device handling
 2019-04-26  9:11 UTC  (3+ messages)
` [PATCH v1 2/7] s390x/mm: Implement arch_remove_memory()

Recurring warning in page_copy_sane (inside copy_page_to_iter) when running stress tests involving drop_caches
 2019-04-26  8:42 UTC 

[PATCH v2] mm: Fix modifying of page protection by insert_pfn_pmd()
 2019-04-26  8:36 UTC  (7+ messages)

[PATCH 0/4 v2] mm/swap: Add locking for pagevec
 2019-04-26  8:00 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).