linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH] mm: memcg: Do not count memory.low reclaim if it does not happen
 2022-03-25 10:31 UTC  (5+ messages)

[syzbot] general protection fault in list_lru_add
 2022-03-25  9:51 UTC  (13+ messages)

[PATCH RFC] nfsd: avoid recursive locking through fsnotify
 2022-03-25  9:29 UTC  (14+ messages)

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-25  9:24 UTC  (3+ messages)
` [PATCH v12 40/46] x86/sev: add sev=debug cmdline option to dump SNP CPUID table

[RFC 0/3] Add zero copy feature for tcmu
 2022-03-25  9:06 UTC  (5+ messages)
` [RFC 3/3] scsi: target: tcmu: Support zero copy

[PATCH 0/8] memblock: introduce memsize showing reserved memory
 2022-03-25  8:38 UTC  (3+ messages)

zram corruption due to uninitialized do_swap_page fault
 2022-03-25  8:33 UTC  (10+ messages)

drivers/net/ethernet/smsc/smc91c92_cs.c:447: undefined reference to `ioremap'
 2022-03-25  8:24 UTC 

[PATCH 0/2] mm: madvise: return exact bytes advised with process_madvise under error
 2022-03-25  8:02 UTC  (10+ 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

undefined reference to `node_data'
 2022-03-25  7:46 UTC  (8+ messages)
        ` [kbuild-all] "

[GIT PULL] memblock: test suite and a small cleanup
 2022-03-25  7:22 UTC 

drivers/irqchip/irq-al-fic.c:252: undefined reference to `of_iomap'
 2022-03-25  5:09 UTC 

scalability regressions related to hugetlb_fault() changes
 2022-03-25  4:40 UTC  (4+ messages)

[PATCH] hugetlb: Fix hugepages_setup when deal with pernode
 2022-03-25  3:15 UTC  (3+ messages)

[RFC PATCH] cgroup: introduce proportional protection on memcg
 2022-03-25  3:10 UTC  (6+ messages)

[RFC v1 0/2] Memory poison recovery in khugepaged
 2022-03-25  2:50 UTC  (4+ messages)
` [RFC v1 1/2] mm: khugepaged: recover from poisoned anonymous memory

incoming
 2022-03-25  1:56 UTC  (115+ 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 081/114] kasan: move update_kunit_status to start_report
` [patch 082/114] kasan: move disable_trace_on_warning "
` [patch 083/114] kasan: split out print_report from __kasan_report
` [patch 084/114] kasan: simplify kasan_find_first_bad_addr call sites
` [patch 085/114] kasan: restructure kasan_report
` [patch 086/114] kasan: merge __kasan_report into kasan_report
` [patch 087/114] kasan: call print_report from kasan_report_invalid_free
` [patch 088/114] kasan: move and simplify kasan_report_async
` [patch 089/114] kasan: rename kasan_access_info to kasan_report_info
` [patch 090/114] kasan: add comment about UACCESS regions to kasan_report
` [patch 091/114] kasan: respect KASAN_BIT_REPORTED in all reporting routines
` [patch 092/114] kasan: reorder reporting functions
` [patch 093/114] kasan: move and hide kasan_save_enable/restore_multi_shot
` [patch 094/114] kasan: disable LOCKDEP when printing reports
` [patch 095/114] mm: enable MADV_DONTNEED for hugetlb mappings
` [patch 096/114] selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE test
` [patch 097/114] userfaultfd/selftests: enable hugetlb remap and remove event testing
` [patch 098/114] mm/huge_memory: make is_transparent_hugepage() static
` [patch 099/114] mm: optimize do_wp_page() for exclusive pages in the swapcache
` [patch 100/114] mm: optimize do_wp_page() for fresh pages in local LRU pagevecs
` [patch 101/114] mm: slightly clarify KSM logic in do_swap_page()
` [patch 102/114] mm: streamline COW "
` [patch 103/114] mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()
` [patch 104/114] mm/khugepaged: remove reuse_swap_page() usage
` [patch 105/114] mm/swapfile: remove stale reuse_swap_page()
` [patch 106/114] mm/huge_memory: remove stale page_trans_huge_mapcount()
` [patch 107/114] mm/huge_memory: remove stale locking logic from __split_huge_pmd()
` [patch 108/114] mm: warn on deleting redirtied only if accounted
` [patch 109/114] mm: unmap_mapping_range_tree() with i_mmap_rwsem shared
` [patch 111/114] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
` [patch 112/114] mm: madvise: MADV_DONTNEED_LOCKED
` [patch 113/114] selftests: vm: remove dependecy from internal kernel macros
` [patch 114/114] selftests: kselftest framework: provide "finished" helper

[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

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

[PATCH 0/2] mm/page_alloc: Remote per-cpu lists drain support
 2022-03-24 18:59 UTC  (3+ 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 

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

[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  (8+ messages)
    ` [kbuild-all] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox