Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-13 23:10:39 to 2021-12-15 13:24:35 UTC [more...]

[PATCH 00/43] Add KernelMemorySanitizer infrastructure
 2021-12-15 13:24 UTC  (50+ messages)
` [PATCH 01/43] arch/x86: add missing include to sparsemem.h
` [PATCH 02/43] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH 03/43] kasan: common: adapt to the new prototype of __stack_depot_save()
` [PATCH 04/43] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH 05/43] asm: x86: instrument usercopy in get_user() and __put_user_size()
` [PATCH 06/43] asm-generic: instrument usercopy in cacheflush.h
` [PATCH 07/43] compiler_attributes.h: add __disable_sanitizer_instrumentation
` [PATCH 08/43] kmsan: add ReST documentation
` [PATCH 09/43] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH 10/43] kmsan: pgtable: reduce vmalloc space
` [PATCH 11/43] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH 12/43] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN
` [PATCH 13/43] kmsan: add KMSAN runtime core
` [PATCH 14/43] MAINTAINERS: add entry for KMSAN
` [PATCH 15/43] kmsan: mm: maintain KMSAN metadata for page operations
` [PATCH 16/43] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH 17/43] kmsan: handle task creation and exiting
` [PATCH 18/43] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH 19/43] kmsan: init: call KMSAN initialization routines
` [PATCH 20/43] instrumented.h: add KMSAN support
` [PATCH 21/43] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH 22/43] kmsan: initialize the output of READ_ONCE_NOCHECK()
` [PATCH 23/43] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH 24/43] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH 25/43] kmsan: skip shadow checks in files doing context switches
` [PATCH 26/43] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH 27/43] x86: kmsan: add iomem support
` [PATCH 28/43] kmsan: dma: unpoison DMA mappings
` [PATCH 29/43] kmsan: handle memory sent to/from USB
` [PATCH 30/43] kmsan: add tests for KMSAN
` [PATCH 31/43] kmsan: disable strscpy() optimization under KMSAN
` [PATCH 32/43] crypto: kmsan: disable accelerated configs "
` [PATCH 33/43] kmsan: disable physical page merging in biovec
` [PATCH 34/43] kmsan: block: skip bio block merging logic for KMSAN
` [PATCH 35/43] x86: kmsan: use __msan_ string functions where possible
` [PATCH 36/43] x86: kmsan: sync metadata pages on page fault
` [PATCH 37/43] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH 38/43] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH 39/43] x86: kmsan: handle register passing from uninstrumented code
` [PATCH 40/43] kmsan: kcov: unpoison area->list in kcov_remote_area_put()
` [PATCH 41/43] security: kmsan: fix interoperability with auto-initialization
` [PATCH 42/43] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH 43/43] x86: kmsan: enable KMSAN builds for x86

[PATCH v4 00/66] Introducing the Maple Tree
 2021-12-15 13:05 UTC  (5+ messages)
` [PATCH v4 05/66] Maple Tree: Add new data structure
` [PATCH v4 09/66] mm/mmap: Use the maple tree in find_vma() instead of the rbtree

[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
 2021-12-15 13:03 UTC  (9+ messages)
` [RFC][PATCH 1/3] sched/umcg: add WF_CURRENT_CPU and externise ttwu
` [RFC][PATCH 2/3] x86/uaccess: Implement unsafe_try_cmpxchg_user()
` [RFC][PATCH 3/3] sched: User Mode Concurency Groups

[PATCH V2] mm/gup.c: stricter check on THP migration entry during follow_pmd_mask
 2021-12-15 12:47 UTC  (3+ messages)

[PATCH v2 linux-next] delayacct: track delays from memory compact
 2021-12-15 12:40 UTC  (8+ messages)

[linux-next:master 6352/6993] drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-12-15 12:39 UTC 

[PATCH v4 00/17] Optimize list lru memory consumption
 2021-12-15 12:36 UTC  (10+ messages)
` [PATCH v4 01/17] mm: list_lru: optimize memory consumption of arrays of per cgroup lists
` [PATCH v4 02/17] mm: introduce kmem_cache_alloc_lru
` [PATCH v4 09/17] mm: workingset: use xas_set_lru() to pass shadow_nodes

[PATCH 0/2] mm: fix cma allocation fail sometimes
 2021-12-15 12:30 UTC  (4+ messages)
` [PATCH 1/2] mm: cma: fix allocation may "
` [PATCH 2/2] mm: cma: try next pageblock during retry

[linux-next:master 6352/6993] drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-12-15 12:28 UTC 

[PATCH] mm/madvise: elevate page refcount while isolating in process_madvise()
 2021-12-15 12:23 UTC 

[linux-next:master 6352/6993] drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-12-15 12:18 UTC 

[linux-next:master] BUILD REGRESSION 0bafb8f3ebc84525d0ae0fcea22d12151b99312f
 2021-12-15 12:06 UTC 

[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
 2021-12-15 11:51 UTC  (16+ messages)
` [PATCH v3 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone

[PATCH v3 net-next 01/23] lib: add reference counting tracking infrastructure
 2021-12-15 11:25 UTC  (4+ messages)

[RFC PATCH] psi: introduce rt property for trigger
 2021-12-15 10:49 UTC 

[PATCH v3] mm: fix panic in __alloc_pages
 2021-12-15 10:12 UTC  (14+ messages)
                  ` [PATCH v2 2/4] mm: handle uninitialized numa nodes gracefully

[RFC] More deterministic SLOB for real time embedded systems
 2021-12-15 10:10 UTC  (11+ messages)
` segregated list + slab merging is much better than original SLOB
  ` Do we really need SLOB nowdays?

[PATCH] percpu: km: Use for SMP+NOMMU
 2021-12-15  7:56 UTC  (11+ messages)
` [PATCH] percpu: km: ensure it is used with NOMMU (either UP or SMP)

[linux-stable-rc:queue/5.10 6492/9999] ERROR: modpost: "raid6_2data_recov" [fs/btrfs/btrfs.ko] undefined!
 2021-12-15  6:49 UTC 

[PATCH v5 00/11] Convert powerpc to default topdown mmap layout
 2021-12-15  6:45 UTC  (12+ messages)
` [PATCH v5 03/11] mm: Add len and flags parameters to arch_get_mmap_end()
` [PATCH v5 01/11] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v5 02/11] mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions
` [PATCH v5 04/11] powerpc/mm: Move vma_mmu_pagesize()
` [PATCH v5 06/11] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v5 05/11] powerpc/mm: Make slice specific to book3s/64
` [PATCH v5 07/11] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v5 09/11] powerpc/mm: Move get_unmapped_area functions to slice.c
` [PATCH v5 10/11] powerpc/mm: Enable full randomisation of memory mappings
` [PATCH v5 08/11] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v5 11/11] powerpc/mm: Convert to default topdown mmap layout

[PATCH] c/r: prctl: Remove PR_SET_MM_EXE_FILE old file mapping restriction
 2021-12-15  6:23 UTC 

[PATCH] mm: make some vars and functions static or __init
 2021-12-15  5:26 UTC 

[PATCH] mm/page_alloc: Modify the comment section for alloc_contig_pages()
 2021-12-15  5:17 UTC 

[PATCH-next v3] mm/memcg: Properly handle memcg_stock access for PREEMPT_RT
 2021-12-15  4:36 UTC  (2+ messages)

[syzbot] possible deadlock in split_huge_page_to_list
 2021-12-15  4:19 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 6cfce3d8f89a800eb02aa757640e1fc958cabc76
 2021-12-15  3:18 UTC 

[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
 2021-12-15  3:09 UTC  (16+ messages)
` [PATCH v8 1/9] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 2/9] dax: Introduce holder for dax_device
` [PATCH v8 5/9] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v8 6/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v8 7/9] dax: add dax holder helper for filesystems
` [PATCH v8 8/9] xfs: Implement ->notify_failure() for XFS

[linux-next:master 6371/6993] kernel/rcu/tree_nocb.h:1262 rcu_spawn_cpu_nocb_kthread() warn: inconsistent indenting
 2021-12-15  3:05 UTC 

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-15  1:03 UTC  (27+ messages)
` [PATCH v2 01/33] mm: add virt_to_folio() and folio_address()
` [PATCH v2 04/33] mm: Split slab into its own type
` [PATCH v2 05/33] mm: Add account_slab() and unaccount_slab()
` [PATCH v2 06/33] mm: Convert virt_to_cache() to use struct slab
` [PATCH v2 07/33] mm: Convert __ksize() to "
` [PATCH v2 22/33] mm: Convert struct page to struct slab in functions used by other subsystems
` [PATCH v2 23/33] mm/memcg: Convert slab objcgs from struct page to struct slab
` [PATCH v2 27/33] zsmalloc: Stop using slab fields in struct page
` [PATCH v2 28/33] bootmem: Use page->index instead of page->freelist
` [PATCH v2 30/33] mm: Remove slab from struct page
` [PATCH v2 32/33] mm/slub: Simplify struct slab slabs field definition

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-15  0:14 UTC  (10+ messages)
` [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v8 04/40] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v8 05/40] x86/sev: Save the negotiated GHCB version

include/linux/fortify-string.h:27:33: warning: '__builtin_strncpy' output may be truncated copying between 5 and 9 bytes from a string of length 9
 2021-12-15  0:00 UTC 

[PATCH mm v3 00/38] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-14 22:08 UTC  (16+ messages)
` [PATCH mm v3 23/38] kasan, arm64: reset pointer tags of vmapped stacks
` [PATCH mm v3 25/38] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v3 28/38] kasan, page_alloc: allow skipping memory init for HW_TAGS
` [PATCH mm v3 29/38] kasan, vmalloc: add vmalloc tagging "
` [PATCH mm v3 30/38] kasan, vmalloc: don't tag executable vmalloc allocations

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-14 19:43 UTC  (4+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()

[RFC] mm: introduce page pinner
 2021-12-14 18:27 UTC  (4+ messages)

[PATCH v2 00/11] iommu: refactor flush queues into iommu-dma
 2021-12-14 17:50 UTC  (13+ messages)
` [PATCH v2 04/11] iommu/iova: Squash entry_dtor abstraction
` [PATCH v2 05/11] iommu/iova: Squash flush_cb abstraction
` [PATCH v2 09/11] iommu/iova: Consolidate flush queue code
` [PATCH v2 10/11] iommu/iova: Move flush queue code to iommu-dma
` [PATCH v2 11/11] iommu: Move flush queue data into iommu_dma_cookie

[PATCH] mm/page_alloc: Fix __alloc_size attribute for alloc_pages_exact_nid
 2021-12-14 17:06 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION bcd5ddb85fad453da26afd5b3fca8ad931b5253d
 2021-12-14 15:29 UTC 

[PATCH -V2] numa balancing: move some document to make it consistent with the code
 2021-12-14 14:35 UTC  (2+ messages)

[PATCH v2 0/3] mm/page_alloc: Remote per-cpu page list drain support
 2021-12-14 12:25 UTC  (8+ messages)
` [PATCH v2 3/3] mm/page_alloc: Remotely drain per-cpu lists

[PATCH] mm/slob: Remove unnecessary page_mapcount_reset() function call
 2021-12-14 11:51 UTC 

[PATCH] mm: add group_oom_kill memory.event fix
 2021-12-14  9:38 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 80aa1498c144a980fa1d4874bf7f276a67b83558
 2021-12-14  8:36 UTC 

mmotm 2021-12-13-21-28 uploaded
 2021-12-14  5:29 UTC 

[linux-next:master 4198/6579] /tmp/ccIKX7yO.s: Warning: Can not find match relax hint. Line: 1875
 2021-12-14  2:24 UTC 

[PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2021-12-14  0:22 UTC  (3+ messages)

[PATCH v3 0/3] Assorted improvements to usercopy
 2021-12-13 23:50 UTC  (10+ messages)
` [PATCH v3 3/3] mm/usercopy: Detect compound page overruns

[PATCH v1] mm, hwpoison: fix condition in free hugetlb page path
 2021-12-13 23:38 UTC  (2+ messages)

[PATCH -mm -next] mm/mempolicy: fix all kernel-doc warnings
 2021-12-13 23:32 UTC 

[PATCH] mm: don't call lru draining in the nested lru_cache_disable
 2021-12-13 23:14 UTC  (5+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).