linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-24 13:59:41 to 2020-09-25 10:23:30 UTC [more...]

[PATCH 0/9] disable pcplists during memory offline
 2020-09-25 10:23 UTC  (7+ messages)
` [PATCH 1/9] mm, page_alloc: clean up pageset high and batch update
` [PATCH 3/9] mm, page_alloc: remove setup_pageset()
` [PATCH 4/9] mm, page_alloc: simplify pageset_update()

[PATCH v3 00/39] kasan: add hardware tag-based mode for arm64
 2020-09-25 10:16 UTC  (42+ messages)
` [PATCH v3 01/39] kasan: drop unnecessary GPL text from comment headers
` [PATCH v3 02/39] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v3 03/39] kasan: group vmalloc code
` [PATCH v3 04/39] kasan: shadow declarations only for software modes
` [PATCH v3 05/39] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v3 06/39] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v3 07/39] kasan: only build init.c for software modes
` [PATCH v3 08/39] kasan: split out shadow.c from common.c
` [PATCH v3 09/39] kasan: define KASAN_GRANULE_PAGE
` [PATCH v3 10/39] kasan: rename report and tags files
` [PATCH v3 11/39] kasan: don't duplicate config dependencies
` [PATCH v3 12/39] kasan: hide invalid free check implementation
` [PATCH v3 13/39] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v3 14/39] kasan, arm64: only init shadow for software modes
` [PATCH v3 15/39] kasan, arm64: only use kasan_depth "
` [PATCH v3 16/39] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v3 17/39] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v3 18/39] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v3 19/39] kasan: rename SHADOW layout macros to META
` [PATCH v3 20/39] kasan: separate metadata_fetch_row for each mode
` [PATCH v3 21/39] kasan: don't allow SW_TAGS with ARM64_MTE
` [PATCH v3 22/39] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v3 23/39] arm64: Enable armv8.5-a asm-arch option
` [PATCH v3 24/39] arm64: mte: Add in-kernel MTE helpers
` [PATCH v3 25/39] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v3 26/39] arm64: mte: Add in-kernel tag fault handler
` [PATCH v3 27/39] arm64: kasan: Enable in-kernel MTE
` [PATCH v3 28/39] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v3 29/39] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v3 30/39] arm64: kasan: Enable TBI EL1
` [PATCH v3 31/39] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v3 32/39] kasan: define KASAN_GRANULE_SIZE "
` [PATCH v3 33/39] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v3 34/39] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v3 35/39] kasan, arm64: implement HW_TAGS runtime
` [PATCH v3 36/39] kasan, arm64: print report from tag fault handler
` [PATCH v3 37/39] kasan, slub: reset tags when accessing metadata
` [PATCH v3 38/39] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v3 39/39] kasan: add documentation for hardware tag-based mode

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-25  9:50 UTC  (7+ messages)
` [PATCH v6 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation

[RFC] mm/vmstat: Add events for HugeTLB migration
 2020-09-25  9:49 UTC  (2+ messages)

[PATCH v10 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
 2020-09-25  9:40 UTC  (2+ messages)

[PATCH v4 1/6] timer: kasan: record timer stack
 2020-09-25  9:15 UTC  (5+ messages)

[PATCH for v5.9] mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs
 2020-09-25  8:58 UTC  (8+ messages)

[PATCH v4 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-09-25  8:54 UTC  (13+ messages)
` [PATCH v4 11/23] device-dax: Kill dax_kmem_res

[PATCH RFC 0/4] mm: place pages to the freelist tail when onling and undoing isolation
 2020-09-25  8:39 UTC  (9+ messages)
` [PATCH RFC 2/4] mm/page_alloc: place pages to tail in __putback_isolated_page()
` [PATCH RFC 3/4] mm/page_alloc: always move pages to the tail of the freelist in unset_migratetype_isolate()

[RFC-PATCH 2/4] mm: Add __rcu_alloc_page_lockless() func
 2020-09-25  8:26 UTC  (18+ messages)

[v3 0/2] recalculate min_free_kbytes post memory hotplug
 2020-09-25  7:45 UTC  (6+ messages)
` [v3 1/2] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged

REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag
 2020-09-25  7:31 UTC 

[PATCH] Fix incorrect compound page flags store
 2020-09-25  5:52 UTC  (11+ messages)

let import_iovec deal with compat_iovecs as well v4
 2020-09-25  4:51 UTC  (10+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

a saner API for allocating DMA addressable pages v3
 2020-09-25  4:21 UTC  (2+ messages)

mmotm 2020-09-24-21-14 uploaded
 2020-09-25  4:15 UTC 

[PATCH] mm: swapfile: avoid split_swap_cluster() NULL pointer dereference
 2020-09-25  3:21 UTC  (17+ messages)

[PATCH v2] mm/mempool: Add 'else' to split mutually exclusive case
 2020-09-25  2:47 UTC 

[PATCH v2] mm/mempool: Add 'else' to split mutually exclusive case
 2020-09-25  2:40 UTC  (2+ messages)

[PATCH v4 0/7] HWpoison: further fixes and cleanups
 2020-09-25  2:22 UTC  (5+ messages)
` [PATCH v4 1/7] mm,hwpoison: take free pages off the buddy freelists
` [PATCH v4 5/7] mm,hwpoison: drain pcplists before bailing out for non-buddy zero-refcount page

[PATCH 1/3] mips/mm: Add NUMA balancing support
 2020-09-25  1:16 UTC 

[PATCH v19 00/20] per memcg lru_lock
 2020-09-25  0:01 UTC  (3+ messages)

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-09-25  0:00 UTC  (32+ messages)

remove alloc_vm_area v2
 2020-09-24 23:43 UTC  (8+ messages)
` [PATCH 01/11] mm: update the documentation for vfree
` [PATCH 05/11] zsmalloc: switch from alloc_vm_area to get_vm_area
` [PATCH 08/11] drm/i915: use vmap in i915_gem_object_map
` [PATCH 09/11] xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pv
` [PATCH 10/11] x86/xen: open code alloc_vm_area in arch_gnttab_valloc

[linux-next:master] BUILD REGRESSION d1d2220c7f39d0fca302c4ba6cca4ede01660a2b
 2020-09-24 23:36 UTC 

[PATCH v2 00/37] kasan: add hardware tag-based mode for arm64
 2020-09-24 21:35 UTC  (5+ messages)
` [PATCH v2 31/37] kasan, x86, s390: update undef CONFIG_KASAN

[PATCH 0/5] mm: Break COW for pinned pages during fork()
 2020-09-24 21:30 UTC  (49+ messages)
` [PATCH 1/5] mm: Introduce mm_struct.has_pinned
` [PATCH 4/5] mm: Do early cow for pinned pages during fork() for ptes
` [PATCH 5/5] mm/thp: Split huge pmds/puds if they're pinned when fork()

[PATCH v1 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-09-24 20:42 UTC  (16+ messages)
` [PATCH v1 1/4] mm: memcontrol: use helpers to access page's memcg data
` [PATCH v1 2/4] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v1 3/4] mm: introduce page memcg flags
` [PATCH v1 4/4] mm: convert page kmemcg type to a page memcg flag

[PATCH 0/2] tracing/mm: Add tracepoint_enabled() helper function for headers
 2020-09-24 20:33 UTC  (16+ messages)
` [PATCH 1/2] tracepoints: Add helper to test if tracepoint is enabled in a header
` [PATCH 2/2] mm/page_ref: Convert the open coded tracepoint enabled to the new helper

[PATCH v2 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-09-24 19:44 UTC  (6+ messages)
` [PATCH v2 1/4] mm: memcontrol: use helpers to access page's memcg data
` [PATCH v2 2/4] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v2 3/4] mm: introduce page memcg flags
` [PATCH v2 4/4] mm: convert page kmemcg type to a page memcg flag

bdi cleanups v7
 2020-09-24 19:44 UTC  (12+ messages)
` [PATCH 03/13] bcache: inherit the optimal I/O size
` [PATCH 04/13] aoe: set an "
` [PATCH 06/13] md: update the optimal I/O size on reshape
` [PATCH 07/13] block: lift setting the readahead size into the block layer

[patch RFC 00/15] mm/highmem: Provide a preemptible variant of kmap_atomic & friends
 2020-09-24 19:36 UTC  (20+ messages)

[PATCH v2] mm/hmm/test: use after free in dmirror_allocate_chunk()
 2020-09-24 19:25 UTC  (2+ messages)

[PATCH v5 2/3] memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC
 2020-09-24 19:02 UTC  (2+ messages)

[RFC PATCH 1/3] sched: fix exit_mm vs membarrier (v3)
 2020-09-24 17:25 UTC 

[PATCH] Fix references to nommu-mmap.rst
 2020-09-24 17:04 UTC  (2+ messages)

BUG: Bad page state in process dirtyc0w_child
 2020-09-24 15:58 UTC  (12+ messages)

[RFC PATCH 1/3] sched: fix exit_mm vs membarrier (v2)
 2020-09-24 15:01 UTC  (3+ messages)

[PATCH] man2: new page describing memfd_secret() system call
 2020-09-24 14:55 UTC  (2+ messages)

IOVA allocation dependency between firmware buffer and remaining buffers
 2020-09-24 14:33 UTC  (14+ messages)

[PATCH RFC 0/4] mm: place pages to the freelist tail when onling and undoing isolation
 2020-09-24 14:29 UTC  (6+ 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).