linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-23 23:06:18 to 2022-03-25 01:12:37 UTC [more...]

incoming
 2022-03-25  1:12 UTC  (81+ messages)
` [patch 001/114] tools/vm/page_owner_sort.c: sort by stacktrace before culling
` [patch 002/114] tools/vm/page_owner_sort.c: support sorting by stack trace
` [patch 003/114] tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txt
` [patch 004/114] tools/vm/page_owner_sort.c: support sorting pid and time
` [patch 005/114] tools/vm/page_owner_sort.c: two trivial fixes
` [patch 006/114] tools/vm/page_owner_sort.c: delete invalid duplicate code
` [patch 007/114] Documentation/vm/page_owner.rst: update the documentation
` [patch 008/114] Documentation/vm/page_owner.rst: fix unexpected indentation warns
` [patch 009/114] lib/vsprintf: avoid redundant work with 0 size
` [patch 010/114] mm/page_owner: use scnprintf() to avoid excessive buffer overrun check
` [patch 011/114] mm/page_owner: print memcg information
` [patch 012/114] mm/page_owner: record task command name
` [patch 013/114] mm/page_owner.c: record tgid
` [patch 014/114] tools/vm/page_owner_sort.c: fix the instructions for use
` [patch 015/114] tools/vm/page_owner_sort.c: fix comments
` [patch 016/114] tools/vm/page_owner_sort.c: add a security check
` [patch 017/114] tools/vm/page_owner_sort.c: support sorting by tgid and update documentation
` [patch 018/114] tools/vm/page_owner_sort: fix three trivival places
` [patch 019/114] tools/vm/page_owner_sort: support for sorting by task command name
` [patch 020/114] tools/vm/page_owner_sort.c: support for selecting by PID, TGID or "
` [patch 021/114] tools/vm/page_owner_sort.c: support for user-defined culling rules
` [patch 022/114] mm: unexport page_init_poison
` [patch 023/114] selftest/vm: add util.h and and move helper functions there
` [patch 024/114] selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFT
` [patch 025/114] mm: delete __ClearPageWaiters()
` [patch 026/114] mm: filemap_unaccount_folio() large skip mapcount fixup
` [patch 027/114] mm/thp: fix NR_FILE_MAPPED accounting in page_*_file_rmap()
` [patch 028/114] mm/migration: add trace events for THP migrations
` [patch 029/114] mm/migration: add trace events for base page and HugeTLB migrations
` [patch 030/114] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [patch 031/114] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [patch 032/114] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [patch 033/114] kasan, page_alloc: simplify kasan_poison_pages call site
` [patch 034/114] kasan, page_alloc: init memory of skipped pages on free
` [patch 035/114] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [patch 036/114] mm: clarify __GFP_ZEROTAGS comment
` [patch 037/114] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [patch 038/114] kasan, page_alloc: refactor init checks in post_alloc_hook
` [patch 039/114] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [patch 040/114] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [patch 041/114] kasan, page_alloc: move SetPageSkipKASanPoison "
` [patch 042/114] kasan, page_alloc: move kernel_init_free_pages "
` [patch 043/114] kasan, page_alloc: rework kasan_unpoison_pages call site
` [patch 044/114] kasan: clean up metadata byte definitions
` [patch 045/114] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [patch 046/114] kasan, x86, arm64, s390: rename functions for modules shadow
` [patch 047/114] kasan, vmalloc: drop outdated VM_KASAN comment
` [patch 048/114] kasan: reorder vmalloc hooks
` [patch 049/114] kasan: add wrappers for "
` [patch 050/114] kasan, vmalloc: reset tags in vmalloc functions
` [patch 051/114] kasan, fork: reset pointer tags of vmapped stacks
` [patch 052/114] kasan, arm64: "
` [patch 053/114] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [patch 054/114] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [patch 055/114] kasan, vmalloc: unpoison VM_ALLOC pages after mapping
` [patch 056/114] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
` [patch 057/114] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [patch 058/114] kasan, page_alloc: allow skipping memory init "
` [patch 059/114] kasan, vmalloc: add vmalloc tagging "
` [patch 060/114] kasan, vmalloc: only tag normal vmalloc allocations
` [patch 061/114] kasan, arm64: don't tag executable "
` [patch 062/114] kasan: mark kasan_arg_stacktrace as __initdata
` [patch 063/114] kasan: clean up feature flags for HW_TAGS mode
` [patch 064/114] kasan: add kasan.vmalloc command line flag
` [patch 065/114] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [patch 066/114] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [patch 067/114] kasan: documentation updates
` [patch 068/114] kasan: improve vmalloc tests
` [patch 069/114] kasan: test: support async (again) and asymm modes for HW_TAGS
` [patch 070/114] mm/kasan: remove unnecessary CONFIG_KASAN option
` [patch 071/114] kasan: update function name in comments
` [patch 072/114] kasan: print virtual mapping info in reports
` [patch 073/114] kasan: drop addr check from describe_object_addr
` [patch 074/114] kasan: more line breaks in reports
` [patch 075/114] kasan: rearrange stack frame info "
` [patch 076/114] kasan: improve "
` [patch 077/114] kasan: print basic stack frame info for SW_TAGS
` [patch 078/114] kasan: simplify async check in end_report()
` [patch 079/114] kasan: simplify kasan_update_kunit_status() and call sites
` [patch 080/114] kasan: check CONFIG_KASAN_KUNIT_TEST instead of CONFIG_KUNIT

[PATCH 0/2] mm: madvise: return exact bytes advised with process_madvise under error
 2022-03-25  0:48 UTC  (9+ messages)
` [PATCH 1/2] Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"
` [PATCH 2/2] mm: madvise: return exact bytes advised with process_madvise under error

scalability regressions related to hugetlb_fault() changes
 2022-03-25  0:02 UTC  (3+ messages)

[PATCH v9 0/5] Use pageblock_order for cma and alloc_contig_range alignment
 2022-03-24 22:44 UTC  (6+ messages)
` [PATCH v9 1/5] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v9 2/5] mm: page_isolation: check specified range for unmovable pages
` [PATCH v9 3/5] mm: make alloc_contig_range work at pageblock granularity
` [PATCH v9 4/5] mm: cma: use pageblock_order as the single alignment
` [PATCH v9 5/5] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size

[PATCH] hugetlb: Fix hugepages_setup when deal with pernode
 2022-03-24 21:57 UTC  (2+ messages)

[syzbot] general protection fault in xas_create_range
 2022-03-24 21:45 UTC  (2+ messages)

[PATCH] mm/secretmem: fix panic when growing a memfd_secret
 2022-03-24 21:44 UTC  (3+ messages)

[PATCH v2 2/4] arm64, scs: save scs_sp values per-cpu when switching stacks
 2022-03-24 21:39 UTC  (3+ messages)

[syzbot] general protection fault in list_lru_add
 2022-03-24 19:44 UTC  (9+ messages)

[PATCH RFC] nfsd: avoid recursive locking through fsnotify
 2022-03-24 19:17 UTC  (13+ messages)

[PATCH 0/2] mm/page_alloc: Remote per-cpu lists drain support
 2022-03-24 18:59 UTC  (3+ messages)

[RFC PATCH] mm: memcg: Do not count memory.low reclaim if it does not happen
 2022-03-24 18:17 UTC  (4+ messages)

[RFC PATCH v1 00/15] common kmalloc subsystem on SLAB/SLUB
 2022-03-24 18:08 UTC  (14+ messages)
` [RFC PATCH v1 04/15] mm/sl[auo]b: fold kmalloc_order() into kmalloc_large()
` [RFC PATCH v1 05/15] mm/slub: move kmalloc_large_node() to slab_common.c
` [RFC PATCH v1 07/15] mm/sl[au]b: kmalloc_node: pass large requests to page allocator
` [RFC PATCH v1 08/15] mm/sl[auo]b: cleanup kmalloc()
` [RFC PATCH v1 09/15] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
` [RFC PATCH v1 15/15] mm/sl[au]b: check if large object is valid in __ksize()

[RFC PATCH] hugetlbfs: zero partial pages during fallocate hole punch
 2022-03-24 17:06 UTC 

[RFC PATCH] cgroup: introduce proportional protection on memcg
 2022-03-24 16:23 UTC  (3+ messages)

[PATCH] tlb: hugetlb: Add arm64 contiguous hint awareness
 2022-03-24 16:11 UTC  (5+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-24 15:51 UTC  (2+ messages)

[PATCH v3] mm/vmstat: add events for ksm cow
 2022-03-24 12:49 UTC  (3+ messages)

blocking vs. non-blocking mmu notifiers
 2022-03-24 12:42 UTC  (6+ messages)

undefined reference to `node_data'
 2022-03-24 12:40 UTC  (5+ messages)

[linux-next:master 9467/14268] drivers/bus/mhi/host/main.c:794:13: warning: parameter 'event_quota' set but not used
 2022-03-24 11:29 UTC 

[RFC PATCH v1 01/15] mm/slab: cleanup slab_alloc() and slab_alloc_node()
 2022-03-24 11:06 UTC  (2+ messages)

[PATCH v5 1/4] mm: hugetlb_vmemmap: introduce STRUCT_PAGE_SIZE_IS_POWER_OF_2
 2022-03-24 10:47 UTC  (9+ messages)
    ` [kbuild-all] "

[RFC 0/3] Add zero copy feature for tcmu
 2022-03-24  9:16 UTC  (6+ messages)
` [RFC 1/3] mm/memory.c: introduce vm_insert_page(s)_mkspecial
` [RFC 2/3] mm: export zap_page_range()

[PATCH v2] mm/vmstat: add events for ksm cow
 2022-03-24  8:54 UTC  (4+ messages)

[PATCH v2 3/4] arm64: implement stack_trace_save_shadow
 2022-03-24  8:35 UTC  (2+ messages)

[PATCH v9 00/14] Multi-Gen LRU Framework
 2022-03-24  8:13 UTC  (7+ messages)
` [PATCH v9 06/14] mm: multi-gen LRU: minimal implementation

[PATCH 0/8] memblock: introduce memsize showing reserved memory
 2022-03-24  7:01 UTC  (9+ messages)
    ` [PATCH 1/8] "
    ` [PATCH 2/8] memblock: detect hidden memory hole size
    ` [PATCH 3/8] memblock: handle overlapped reserved memory region
    ` [PATCH 4/8] memblock: track memblock changed at early param
    ` [PATCH 5/8] memblock: track kernel size on memsize
    ` [PATCH 6/8] memblock: recognize late free by checking PageReserved
    ` [PATCH 7/8] memblock: print memsize summary information
    ` [PATCH 8/8] memblock: print kernel internal size

[scsi] 6aded12b10: kernel_BUG_at_mm/usercopy.c
 2022-03-24  6:48 UTC  (2+ messages)

BUG_ON() in pfn_swap_entry_to_page()
 2022-03-24  3:51 UTC  (5+ messages)

[v2 PATCH 0/8] Make khugepaged collapse readonly FS THP more consistent
 2022-03-24  2:46 UTC  (3+ messages)

[PATCH -next v2 0/4]mm: page_table_check: add support on arm64 and riscv
 2022-03-24  2:44 UTC  (6+ messages)
` [PATCH -next v2 2/4] mm: page_table_check: add hooks to public helpers

[RFC PATCH 0/5] Split a huge page to any lower order pages
 2022-03-24  2:02 UTC  (7+ messages)
` [RFC PATCH 3/5] mm: thp: split "

[RFC PATCH 00/47] Address Space Isolation for KVM
 2022-03-24  1:54 UTC  (5+ messages)
` [RFC PATCH 10/47] mm: asi: Support for global non-sensitive direct map allocations

[PATCH] mm: Add selftests for migration entries
 2022-03-24  1:43 UTC 

[RFC v1 0/2] Memory poison recovery in khugepaged
 2022-03-23 23:29 UTC  (3+ messages)
` [RFC v1 1/2] mm: khugepaged: recover from poisoned anonymous memory
` [RFC v1 2/2] mm: khugepaged: recover from poisoned file-backed memory

incoming
 2022-03-23 23:07 UTC  (24+ messages)
` [patch 19/41] init/main.c: return 1 from handled __setup() functions
` [patch 20/41] fs/pipe: use kvcalloc to allocate a pipe_buffer array
` [patch 21/41] fs/pipe.c: local vars have to match types of proper pipe_inode_info fields
` [patch 22/41] minix: fix bug when opening a file with O_DIRECT
` [patch 23/41] fat: use pointer to simple type in put_user()
` [patch 24/41] cgroup: use irqsave in cgroup_rstat_flush_locked()
` [patch 25/41] kexec: make crashk_res, crashk_low_res and crash_notes symbols always visible
` [patch 26/41] riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdef
` [patch 27/41] x86/setup: "
` [patch 28/41] arm64: mm: "
` [patch 29/41] docs: kdump: update description about sysfs file system support
` [patch 30/41] docs: kdump: add scp example to write out the dump file
` [patch 31/41] panic: unset panic_on_warn inside panic()
` [patch 32/41] ubsan: no need to unset panic_on_warn in ubsan_epilogue()
` [patch 33/41] kasan: no need to unset panic_on_warn in end_report()
` [patch 34/41] taskstats: remove unneeded dead assignment
` [patch 35/41] docs: sysctl/kernel: add missing bit to panic_print
` [patch 36/41] panic: add option to dump all CPUs backtraces in panic_print
` [patch 37/41] panic: move panic_print before kmsg dumpers
` [patch 38/41] kcov: split ioctl handling into locked and unlocked parts
` [patch 39/41] kcov: properly handle subsequent mmap calls
` [patch 40/41] kernel/resource: fix kfree() of bootmem memory again
` [patch 41/41] Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"


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