linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-11 14:33:42 to 2020-11-12 16:41:33 UTC [more...]

[PATCH v9 00/44] kasan: add hardware tag-based mode for arm64
 2020-11-12 16:41 UTC  (66+ messages)
` [PATCH v9 10/44] kasan: define KASAN_GRANULE_PAGE
` [PATCH v9 16/44] kasan, arm64: only use kasan_depth for software modes
` [PATCH v9 17/44] kasan, arm64: move initialization message
` [PATCH v9 18/44] kasan, arm64: rename kasan_init_tags and mark as __init
` [PATCH v9 19/44] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v9 20/44] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v9 21/44] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v9 22/44] kasan: rename SHADOW layout macros to META
` [PATCH v9 23/44] kasan: separate metadata_fetch_row for each mode
` [PATCH v9 24/44] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
` [PATCH v9 25/44] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v9 28/44] arm64: mte: Reset the page tag in page->flags
` [PATCH v9 30/44] arm64: kasan: Allow enabling in-kernel MTE
` [PATCH v9 32/44] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v9 34/44] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v9 36/44] kasan: define KASAN_GRANULE_SIZE "
` [PATCH v9 37/44] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v9 38/44] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v9 40/44] kasan, arm64: print report from tag fault handler
` [PATCH v9 41/44] kasan, mm: reset tags when accessing metadata
` [PATCH v9 42/44] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v9 43/44] kasan: add documentation for hardware tag-based mode
` [PATCH v9 44/44] kselftest/arm64: Check GCR_EL1 after context switch

[PATCH v1 0/3] mm: memcg: deprecate cgroup v1 non-hierarchical mode
 2020-11-12 16:32 UTC  (7+ messages)
` [PATCH v1 1/3] mm: memcg: deprecate the "
` [PATCH v1 2/3] docs: cgroup-v1: reflect the deprecation of "
` [PATCH v1 3/3] cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy

[PATCH v3 0/7] disable pcplists during memory offline
 2020-11-12 16:26 UTC  (8+ messages)
` [PATCH v3 5/7] mm, page_alloc: cache pageset high and batch in struct zone
` [PATCH v3 7/7] mm, page_alloc: disable pcplists during memory offline

[PATCH 1/2] mm: slub: call account_slab_page() after slab page initialization
 2020-11-12 16:23 UTC  (4+ messages)
` [PATCH 2/2] mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-12 16:22 UTC  (6+ messages)
` [PATCH v8 2/9] mmap: make mlock_future_check() global

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-12 16:14 UTC  (15+ messages)

[PATCH v2 0/5] cleanup page poisoning
 2020-11-12 16:07 UTC  (14+ messages)
` [PATCH v2 2/5] mm, page_poison: use static key more efficiently
` [PATCH v2 3/5] kernel/power: allow hibernation with page_poison sanity checking
` [PATCH v2 4/5] mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITY
` [PATCH v2 5/5] mm, page_poison: remove CONFIG_PAGE_POISONING_ZERO

Performance regressions in "boot_time" tests in Linux 5.8 Kernel
 2020-11-12 14:51 UTC  (11+ messages)

[PATCH v4 0/2] Add a seqcount between gup_fast and copy_page_range()
 2020-11-12 14:31 UTC  (6+ messages)
` [PATCH v4 2/2] mm: prevent gup_fast from racing with COW during fork

[PATCH v3 00/12] Overhaul multi-page lookups for THP
 2020-11-12 14:25 UTC  (4+ messages)
` [PATCH v3 03/12] mm/filemap: Add helper for finding pages

[PATCH v21 00/19] per memcg lru lock
 2020-11-12 14:19 UTC  (21+ messages)
` [PATCH v21 14/19] mm/lru: introduce TestClearPageLRU
` [PATCH v21 15/19] mm/compaction: do page isolation first in compaction
` [PATCH v21 16/19] mm/swap.c: serialize memcg changes in pagevec_lru_move_fn
` [PATCH v21 17/19] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v21 18/19] mm/lru: introduce the relock_page_lruvec function
` [PATCH v21 19/19] mm/lru: revise the comments of lru_lock

[PATCH v2 00/29] virtio-mem: Big Block Mode (BBM)
 2020-11-12 13:38 UTC  (30+ messages)
` [PATCH v2 01/29] virtio-mem: determine nid only once using memory_add_physaddr_to_nid()
` [PATCH v2 02/29] virtio-mem: more precise calculation in virtio_mem_mb_state_prepare_next_mb()
` [PATCH v2 03/29] virtio-mem: simplify MAX_ORDER - 1 / pageblock_order handling
` [PATCH v2 04/29] virtio-mem: drop rc2 in virtio_mem_mb_plug_and_add()
` [PATCH v2 05/29] virtio-mem: use "unsigned long" for nr_pages when fake onlining/offlining
` [PATCH v2 06/29] virtio-mem: factor out calculation of the bit number within the subblock bitmap
` [PATCH v2 07/29] virtio-mem: print debug messages from virtio_mem_send_*_request()
` [PATCH v2 08/29] virtio-mem: factor out fake-offlining into virtio_mem_fake_offline()
` [PATCH v2 09/29] virtio-mem: factor out handling of fake-offline pages in memory notifier
` [PATCH v2 10/29] virtio-mem: retry fake-offlining via alloc_contig_range() on ZONE_MOVABLE
` [PATCH v2 11/29] virtio-mem: generalize check for added memory
` [PATCH v2 12/29] virtio-mem: generalize virtio_mem_owned_mb()
` [PATCH v2 13/29] virtio-mem: generalize virtio_mem_overlaps_range()
` [PATCH v2 14/29] virtio-mem: drop last_mb_id
` [PATCH v2 15/29] virtio-mem: don't always trigger the workqueue when offlining memory
` [PATCH v2 16/29] virtio-mem: generalize handling when memory is getting onlined deferred
` [PATCH v2 17/29] virito-mem: document Sub Block Mode (SBM)
` [PATCH v2 18/29] virtio-mem: memory block states are specific to "
` [PATCH v2 19/29] virito-mem: subblock "
` [PATCH v2 20/29] virtio-mem: nb_sb_per_mb and subblock_size "
` [PATCH v2 21/29] virtio-mem: memory block ids "
` [PATCH v2 22/29] virito-mem: existing (un)plug functions "
` [PATCH v2 23/29] virtio-mem: memory notifier callbacks "
` [PATCH v2 24/29] virtio-mem: factor out adding/removing memory from Linux
` [PATCH v2 25/29] virtio-mem: Big Block Mode (BBM) memory hotplug
` [PATCH v2 26/29] virtio-mem: allow to force Big Block Mode (BBM) and set the big block size
` [PATCH v2 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block
` [PATCH v2 28/29] virtio-mem: Big Block Mode (BBM) - basic memory hotunplug
` [PATCH v2 29/29] virtio-mem: Big Block Mode (BBM) - safe "

[auxdisplay] b26deabb1d: BUG:kernel_NULL_pointer_dereference,address
 2020-11-12 13:29 UTC  (3+ messages)
  ` [LKP] "

[PATCH] lib: stackdepot: Add support to configure STACK_HASH_SIZE
 2020-11-12 12:56 UTC  (3+ messages)

[PATCH v2 00/20] kasan: boot parameters for hardware tag-based mode
 2020-11-12 12:54 UTC  (52+ messages)
` [PATCH v2 01/20] kasan: simplify quarantine_put call site
` [PATCH v2 02/20] kasan: rename get_alloc/free_info
` [PATCH v2 03/20] kasan: introduce set_alloc_info
` [PATCH v2 04/20] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH v2 05/20] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH v2 06/20] kasan: remove __kasan_unpoison_stack
` [PATCH v2 07/20] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH v2 08/20] kasan: inline random_tag for HW_TAGS
` [PATCH v2 09/20] kasan: inline kasan_poison_memory and check_invalid_free
` [PATCH v2 10/20] kasan: inline and rename kasan_unpoison_memory
` [PATCH v2 11/20] kasan: add and integrate kasan boot parameters
` [PATCH v2 12/20] kasan, mm: check kasan_enabled in annotations
` [PATCH v2 13/20] kasan: simplify kasan_poison_kfree
` [PATCH v2 14/20] kasan, mm: rename kasan_poison_kfree
` [PATCH v2 15/20] kasan: don't round_up too much
` [PATCH v2 16/20] kasan: simplify assign_tag and set_tag calls
` [PATCH v2 17/20] kasan: clarify comment in __kasan_kfree_large
` [PATCH v2 18/20] kasan: clean up metadata allocation and usage
` [PATCH v2 19/20] kasan, mm: allow cache merging with no metadata
` [PATCH v2 20/20] kasan: update documentation

[linux-next:pending-fixes] BUILD SUCCESS e83d2e1f2d190ff1cfe6f218c9392804411a45e2
 2020-11-12 12:17 UTC 

[PATCH] mm/highmem: Take kmap_high_get() properly into account
 2020-11-12 11:38 UTC  (2+ messages)

[PATCH 0/2] mm,thp,shm: limit shmem THP alloc gfp_mask
 2020-11-12 11:22 UTC  (5+ messages)
` [PATCH 1/2] mm,thp,shmem: "
` [PATCH 2/2] mm,thp,shm: limit gfp mask to no more than specified

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-12 11:07 UTC  (5+ messages)
` [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic

Regression: QCA6390 fails with "mm/page_alloc: place pages to tail in __free_pages_core()"
 2020-11-12 10:48 UTC  (4+ messages)

[PATCH -next] treewide: Remove stringification from __alias macro definition
 2020-11-12  9:36 UTC  (5+ messages)

[PATCH 1/1] kasan: fix object remain in offline per-cpu quarantine
 2020-11-12  8:39 UTC 

[PATCH for-rc v2] IB/hfi1: Move cached value of mm into handler
 2020-11-12  2:58 UTC 

[PATCH v13 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-12  1:53 UTC  (5+ messages)
` [PATCH v13 1/4] security: add inode_init_security_anon() LSM hook
` [PATCH v13 2/4] fs: add LSM-supporting anon-inode interface
` [PATCH v13 3/4] selinux: teach SELinux about anonymous inodes
` [PATCH v13 4/4] userfaultfd: use secure anon inodes for userfaultfd

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-11-12  0:18 UTC  (4+ messages)

[PATCH v3 0/6] mm/hmm/nouveau: add THP migration to migrate_vma_*
 2020-11-11 23:38 UTC  (6+ messages)
` [PATCH v3 3/6] mm: support THP migration to device private memory

[PATCH v7 00/24] iommu: Shared Virtual Addressing for SMMUv3
 2020-11-11 23:11 UTC  (5+ messages)
` [PATCH v7 04/24] iommu: Add a page fault handler

[RFC PATCH 0/6] Split huge pages to any lower order pages
 2020-11-11 20:40 UTC  (7+ messages)
` [RFC PATCH 1/6] mm: huge_memory: add new debugfs interface to trigger split huge page on any page range
` [RFC PATCH 2/6] mm: memcg: make memcg huge page split support any order split
` [RFC PATCH 3/6] mm: page_owner: add support for splitting to any order in split page_owner
` [RFC PATCH 4/6] mm: thp: add support for split huge page to any lower order pages
` [RFC PATCH 5/6] mm: truncate: split thp to a non-zero order if possible
` [RFC PATCH 6/6] mm: huge_memory: enable debugfs to split huge pages to any order

[linux-next:pending-fixes] BUILD SUCCESS 3c8bf35b825484117189bf15702deea14bd8b7b2
 2020-11-11 19:56 UTC 

[linux-next:master] BUILD REGRESSION 3e14f70c05cda4794901ed8f976de3a88deebcc0
 2020-11-11 19:56 UTC 

linux-next boot error: BUG: unable to handle kernel NULL pointer dereference in mempool_init_node
 2020-11-11 19:44 UTC  (5+ messages)

[PATCH v22 00/18] Introduce Data Access MONitor (DAMON)
 2020-11-11 16:41 UTC  (2+ messages)

[PATCH v2 0/8] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations
 2020-11-11 14:53 UTC  (9+ messages)
` [PATCH v2 1/8] powernv/memtrace: don't leak kernel memory to user space
` [PATCH v2 2/8] powernv/memtrace: fix crashing the kernel when enabling concurrently
` [PATCH v2 3/8] powerpc/mm: factor out creating/removing linear mapping
` [PATCH v2 4/8] powerpc/mm: protect linear mapping modifications by a mutex
` [PATCH v2 5/8] powerpc/mm: print warning in arch_remove_linear_mapping()
` [PATCH v2 6/8] powerepc/book3s64/hash: drop WARN_ON in hash__remove_section_mapping
` [PATCH v2 7/8] powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()
` [PATCH v2 8/8] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations

[linux-next:master 5068/5074] mm/kasan/common.c:89:14: warning: no previous prototype for '__kasan_never_merge'
 2020-11-11 14:41 UTC 

[PATCH] mm/zsmalloc: include sparsemem.h for MAX_PHYSMEM_BITS
 2020-11-11 14:33 UTC  (11+ 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).