linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-25 16:19:50 to 2022-08-26 15:20:21 UTC [more...]

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-26 15:19 UTC  (6+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
 2022-08-26 15:08 UTC  (45+ messages)
` [PATCH v5 01/44] x86: add missing include to sparsemem.h
` [PATCH v5 02/44] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v5 03/44] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v5 05/44] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v5 06/44] kmsan: add ReST documentation
` [PATCH v5 07/44] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v5 08/44] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v5 09/44] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v5 10/44] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v5 11/44] kmsan: add KMSAN runtime core
` [PATCH v5 12/44] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v5 13/44] MAINTAINERS: add entry for KMSAN
` [PATCH v5 14/44] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v5 15/44] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v5 16/44] kmsan: handle task creation and exiting
` [PATCH v5 17/44] init: kmsan: call KMSAN initialization routines
` [PATCH v5 18/44] instrumented.h: add KMSAN support
` [PATCH v5 19/44] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v5 20/44] kmsan: add iomap support
` [PATCH v5 21/44] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v5 22/44] dma: kmsan: unpoison DMA mappings
` [PATCH v5 23/44] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v5 24/44] kmsan: handle memory sent to/from USB
` [PATCH v5 25/44] kmsan: add tests for KMSAN
` [PATCH v5 26/44] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v5 27/44] crypto: kmsan: disable accelerated configs "
` [PATCH v5 28/44] kmsan: disable physical page merging in biovec
` [PATCH v5 29/44] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v5 30/44] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
` [PATCH v5 31/44] security: kmsan: fix interoperability with auto-initialization
` [PATCH v5 32/44] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v5 33/44] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v5 34/44] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v5 35/44] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v5 36/44] x86: kmsan: use __msan_ string functions where possible
` [PATCH v5 37/44] x86: kmsan: sync metadata pages on page fault
` [PATCH v5 38/44] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v5 39/44] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v5 40/44] x86: kmsan: don't instrument stack walking functions
` [PATCH v5 41/44] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v5 42/44] bpf: kmsan: initialize BPF registers with zeroes
` [PATCH v5 43/44] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH v5 44/44] x86: kmsan: enable KMSAN builds for x86

[PATCH] mm/migrate_device.c: Fix a misleading and out-dated comment
 2022-08-26 15:03 UTC  (4+ messages)

[PATCH v1 0/3] mm: minor cleanups around NUMA hinting
 2022-08-26 14:59 UTC  (5+ messages)
` [PATCH v1 1/3] mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()
` [PATCH v1 2/3] mm/gup: use gup_can_follow_protnone() also in GUP-fast
` [PATCH v1 3/3] mm: fixup documentation regarding pte_numa() and PROT_NUMA

[PATCH v3 1/3] mm/migrate_device.c: Flush TLB while holding PTL
 2022-08-26 14:47 UTC  (12+ messages)
` [PATCH v3 2/3] mm/migrate_device.c: Copy pte dirty bit to page

[PATCH] mm/mprotect: Only reference swap pfn page if type match
 2022-08-26 14:39 UTC  (4+ messages)

[PATCH v7 0/3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-08-26 13:29 UTC  (4+ messages)
` [PATCH v7 1/3] mm/vmstat: Use per cpu variable to track a vmstat discrepancy

[PATCH v1] mm: migration: fix the FOLL_GET failure on following huge page
 2022-08-26 13:07 UTC  (10+ messages)
` [PATCH v6 0/2] fix follow_page related issues
  ` [PATCH v6 1/2] mm: migration: fix the FOLL_GET failure on following huge page

[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-08-26 13:03 UTC 

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING fe2c49524eb3863b526782620be347bcbecbd2d8
 2022-08-26 13:02 UTC 

[RFC PATCH] mm: introduce __GFP_TRACKLEAK to track in-kernel allocation
 2022-08-26 11:49 UTC  (2+ messages)

ext4 corruption on alpha with 4.20.0-09062-gd8372ba8ce28
 2022-08-26 11:04 UTC  (9+ messages)

[PATCH v4] page_ext: introduce boot parameter 'early_page_ext'
 2022-08-26 10:49 UTC  (4+ messages)

[PATCH v3 1/2] lib/kstrtox.c: Add "false"/"true" support to kstrtobool()
 2022-08-26 10:35 UTC  (7+ messages)

[RFC 0/3] THP Shrinker
 2022-08-26 10:18 UTC  (5+ messages)
` [RFC 1/3] mm: add thp_utilization metrics to debugfs
` [RFC 2/3] mm: changes to split_huge_page() to free zero filled tail pages
` [RFC 3/3] mm: THP low utilization shrinker

[PATCH mm-unstable] mm/demotion: Assign correct memory type for multiple dax devices with the same node affinity
 2022-08-26 10:02 UTC 

[PATCH] mm/demotion: Fix kernel error with memory hotplug
 2022-08-26  9:53 UTC  (6+ messages)

[RFC 0/2] Introduce cgroup.top interface
 2022-08-26  9:50 UTC  (6+ messages)
` [RFC 1/2] cgroup: Introduce per-cgroup resource top show interface
` [RFC 2/2] memcg: Adapt cgroup.top into per-memcg

[linux-next:master 3600/3682] arch/powerpc/xmon/xmon.c:1089:33: error: too few arguments to function 'show_mem'
 2022-08-26  9:48 UTC  (2+ messages)

[PATCH v2 0/8] memblock tests: update and extend memblock simulator
 2022-08-26  9:28 UTC  (4+ messages)
  ` [PATCH v2 5/8] memblock tests: update alloc_api to test memblock_alloc_raw

[PATCH 00/10] A few cleanup patches for hugetlb
 2022-08-26  9:24 UTC  (11+ messages)
` [PATCH 01/10] hugetlb: make hugetlb_cma_check() static
` [PATCH 02/10] hugetlb: Use helper macro SZ_1K
` [PATCH 03/10] hugetlb: Use LIST_HEAD() to define a list head
` [PATCH 04/10] hugetlb: Use sizeof() to get the array size
` [PATCH 05/10] hugetlb: Use helper {huge_pte|pmd}_lock()
` [PATCH 06/10] hugetlb: pass NULL to kobj_to_hstate() if nid is unused
` [PATCH 07/10] hugetlb: kill hugetlbfs_pagecache_page()
` [PATCH 08/10] hugetlb: remove unneeded SetHPageVmemmapOptimized()
` [PATCH 09/10] hugetlb: remove meaningless BUG_ON(huge_pte_none())
` [PATCH 10/10] hugetlb: make hugetlb selects SYSFS if !SYSCTL

[RFC PATCH 1/2] mm/demotion: Expose memory type details via sysfs
 2022-08-26  9:15 UTC  (8+ messages)
` [RFC PATCH 2/2] mm/demotion: Expose memory tier "

[RFC PATCH 1/2] mm/slub: perform free consistency checks before call_rcu
 2022-08-26  9:09 UTC  (2+ messages)
` [RFC PATCH 2/2] mm/sl[au]b: rearrange struct slab fields to allow larger rcu_head

[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
 2022-08-26  8:43 UTC  (4+ messages)

BUG: Bad page map in process/Bad Swap file entry, RPI CM4 on clone syscall
 2022-08-26  8:39 UTC  (3+ messages)
        ` Aw: "

[PATCH 0/2] Simplify the damon regions access check
 2022-08-26  8:31 UTC  (3+ messages)
` [PATCH 1/2] mm/damon: simplify the parameter passing for 'check_accesses'
` [PATCH 2/2] mm/damon/vaddr: remove comparison between mm and last_mm when checking region accesses

[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-08-26  8:22 UTC  (6+ messages)
` [PATCH v3 1/4] fs/proc/task_mmu: update functions to clear the soft-dirty PTE bit
` [PATCH v3 2/4] fs/proc/task_mmu: Implement IOCTL to get and clear soft dirty "
` [PATCH v3 3/4] selftests: vm: add pagemap ioctl tests
` [PATCH v3 4/4] mm: add documentation of the new ioctl on pagemap

[PATCH V5] mm: fix use-after free of page_ext after race with memory-offline
 2022-08-26  7:52 UTC  (3+ messages)

[PATCH V4] mm: fix use-after free of page_ext after race with memory-offline
 2022-08-26  7:52 UTC  (4+ messages)

[RFC PATCH] mm: reduce noise in show_mem for lowmem allocations
 2022-08-26  7:37 UTC  (3+ messages)

[PATCH linux-next] mm: backing-dev: Remove the unneeded result variable
 2022-08-26  7:19 UTC 

[PATCH -next v2 0/3] Delay the initializaton of zswap
 2022-08-26  7:34 UTC  (4+ messages)
` [PATCH -next v2 1/3] mm/zswap: replace zswap_init_{started/failed} with zswap_init_state
` [PATCH -next v2 2/3] mm/zswap: delay the initializaton of zswap until the first enablement
` [PATCH -next v2 3/3] mm/zswap: skip confusing print info

[PATCH v8] mm/hmm/test: use char dev with struct device to get device node
 2022-08-26  5:06 UTC 

[PATCH] mm/mprotect: Fix maple tree start address in do_mprotect_pkey()
 2022-08-26  3:27 UTC  (3+ messages)

[PATCH] mm: skip reserved page for kmem leak scanning
 2022-08-26  3:23 UTC  (2+ messages)

(resend)WARNING: trying to isolate tail page in isolate_lru_page
 2022-08-26  3:20 UTC  (7+ messages)

[PATCH v7 0/2] fix follow_page related issues
 2022-08-26  2:53 UTC  (5+ messages)
` [PATCH v7 1/2] mm: migration: fix the FOLL_GET failure on following huge page

[PATCH v4 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-08-26  2:44 UTC  (16+ messages)
` [PATCH v4 bpf-next 01/15] bpf: Introduce any context "
` [PATCH v4 bpf-next 02/15] bpf: Convert hash map to bpf_mem_alloc
` [PATCH v4 bpf-next 03/15] selftests/bpf: Improve test coverage of test_maps
` [PATCH v4 bpf-next 04/15] samples/bpf: Reduce syscall overhead in map_perf_test
` [PATCH v4 bpf-next 05/15] bpf: Relax the requirement to use preallocated hash maps in tracing progs
` [PATCH v4 bpf-next 06/15] bpf: Optimize element count in non-preallocated hash map
` [PATCH v4 bpf-next 07/15] bpf: Optimize call_rcu "
` [PATCH v4 bpf-next 08/15] bpf: Adjust low/high watermarks in bpf_mem_cache
` [PATCH v4 bpf-next 09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v4 bpf-next 10/15] bpf: Add percpu allocation support to bpf_mem_alloc
` [PATCH v4 bpf-next 11/15] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc
` [PATCH v4 bpf-next 12/15] bpf: Remove tracing program restriction on map types
` [PATCH v4 bpf-next 13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs
` [PATCH v4 bpf-next 14/15] bpf: Remove prealloc-only restriction for "
` [PATCH v4 bpf-next 15/15] bpf: Introduce sysctl kernel.bpf_force_dyn_alloc

[PATCH -next 0/3] Delay the initializaton of zswap
 2022-08-26  2:01 UTC  (3+ messages)
` [PATCH -next 2/3] mm/zswap: delay the initializaton of zswap until the first enablement

[PATCH RFC 0/2] coding-style.rst: document BUG() and WARN() rules
 2022-08-26  1:43 UTC  (5+ messages)
` [PATCH RFC 1/2] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")

[syzbot] BUG: unable to handle kernel NULL pointer dereference in set_page_dirty
 2022-08-26  1:37 UTC  (2+ messages)

[next] x86: fs/hugetlbfs/inode.c:673:16: error: variable 'm_index' is uninitialized when used here [-Werror,-Wuninitialized]
 2022-08-26  1:21 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION b5d939c951865f6fc229094e84b77c9a9e0ed0c7
 2022-08-26  1:07 UTC  (2+ messages)

BUG: Virtual machine fails to start on 6.0-rc2
 2022-08-26  0:08 UTC  (2+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-25 23:43 UTC  (5+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH v2 1/2] mm/migrate_device.c: Copy pte dirty bit to page
 2022-08-25 23:36 UTC  (13+ messages)

[PATCH] hugetlb: freeze allocated pages before creating hugetlb pages
 2022-08-25 22:31 UTC  (6+ messages)

[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2022-08-25 22:13 UTC  (7+ messages)
` [PATCH v4 44/45] mm: fs: initialize fsdata passed to write_begin/write_end interface

[Reminder] DAMON debugfs interface will be removed
 2022-08-25 22:03 UTC 

[PATCH v2 1/5] mm/hugetlb: fix races when looking up a CONT-PTE size hugetlb page
 2022-08-25 21:13 UTC  (13+ messages)

[PATCH v13 00/70] Introducing the Maple Tree
 2022-08-25 20:21 UTC  (6+ messages)
` [PATCH v13 57/70] mm/mlock: use vma iterator and maple state instead of vma linked list

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-08-25 20:09 UTC  (6+ messages)
` [PATCH v12 43/46] virt: Add SEV-SNP guest driver

[PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink
 2022-08-25 19:28 UTC  (7+ messages)
` [PATCH v2 05/14] mm: Introduce mf_dax_kill_procs() for fsdax case

[PATCH v2] Docs/admin-guide/mm/damon/usage: fix the example code snip
 2022-08-25 18:50 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS b1c224e23d1d9c6c68b64b38634f454a04189d7c
 2022-08-25 18:37 UTC 

[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
 2022-08-25 17:59 UTC  (11+ messages)
      ` [RFD RESEND] cgroup: Persistent memory usage tracking

[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
 2022-08-25 17:00 UTC  (3+ messages)
` [PATCH 4/8] hugetlb: handle truncate racing with page faults

[PATCH v13 42/70] fs/proc/base: use maple tree iterators in place of linked list
 2022-08-25 16:58 UTC  (4+ messages)
` [PATCH] "

[PATCH v2 3/8] mm/vmstat: Use preempt_[dis|en]able_nested()
 2022-08-25 16:41 UTC  (4+ messages)
` [PATCH v2 4/8] mm/debug: Provide VM_WARN_ON_IRQS_ENABLED()
` [PATCH v2 5/8] mm/memcontrol: Replace the PREEMPT_RT conditionals
` [PATCH v2 6/8] mm/compaction: Get rid of RT ifdeffery


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).