Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-13 17:02:39 to 2022-06-14 12:03:10 UTC [more...]

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-06-14 12:02 UTC  (14+ messages)
` [PATCHv7 01/14] x86/boot: Centralize __pa()/__va() definitions
` [PATCHv7 02/14] mm: Add support for unaccepted memory
` [PATCHv7 03/14] mm: Report unaccepted memory in meminfo
` [PATCHv7 04/14] efi/x86: Get full memory map in allocate_e820()
` [PATCHv7 05/14] x86/boot: Add infrastructure required for unaccepted memory support
` [PATCHv7 06/14] efi/x86: Implement support for unaccepted memory
` [PATCHv7 07/14] x86/boot/compressed: Handle "
` [PATCHv7 08/14] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv7 09/14] x86/mm: Provide helpers for unaccepted memory
` [PATCHv7 10/14] x86/mm: Avoid load_unaligned_zeropad() stepping into "
` [PATCHv7 11/14] x86: Disable kexec if system has "
` [PATCHv7 12/14] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv7 13/14] x86/tdx: Refactor try_accept_one()

[PATCH] mm: check the function kmalloc_slab return value
 2022-06-14 11:47 UTC  (6+ messages)
` [PATCH v2] mm, slab: "

Issue in count_mm_mlocked_page_nr() with commit afcf76df48f9 ("mm/mlock: use vma iterator and maple state instead of vma linked list")
 2022-06-14 11:33 UTC 

Issue in count_mm_mlocked_page_nr() with commit afcf76df48f9 ("mm/mlock: use vma iterator and maple state instead of vma linked list")
 2022-06-14 11:29 UTC 

[PATCH v5 0/5] introduce mirrored memory support for arm64
 2022-06-14 10:50 UTC  (9+ messages)
` [PATCH v5 1/5] efi: arm64: Introduce ability to find mirrored memory ranges
` [PATCH v5 2/5] mm: Ratelimited mirrored memory related warning messages
` [PATCH v5 3/5] mm: Limit warning message in vmemmap_verify() to once
` [PATCH v5 4/5] arm64: mm: Only remove nomap flag for initrd
` [PATCH v5 5/5] memblock: Disable mirror feature if kernelcore is not specified

[PATCH] mm: Remove unwanted initialization in vmemmap_populate_compound_pages()
 2022-06-14 10:33 UTC  (2+ messages)

[PATCH v2] mm/page_alloc: minor clean up for memmap_init_compound()
 2022-06-14 10:33 UTC  (3+ messages)

[PATCH v1] MAINTAINERS: add MEMORY HOT(UN)PLUG section and add myself as reviewer
 2022-06-14 10:26 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 6d0c806803170f120f8cb97b321de7bd89d3a791
 2022-06-14  9:54 UTC  (3+ messages)

[PATCH v3] mm/mprotect: try avoiding write faults for exclusive anonymous pages when changing protection
 2022-06-14  9:36 UTC 

[syzbot] kernel BUG in mcopy_continue
 2022-06-14  8:54 UTC  (4+ messages)

[PATCH v2] mm/slub: Simplify __kmem_cache_alias()
 2022-06-14  8:51 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Read in copy_page_from_iter_atomic (2)
 2022-06-14  8:50 UTC  (5+ messages)

[PATCH v6 00/13] mm/demotion: Memory tiers and demotion
 2022-06-14  8:40 UTC  (12+ messages)
` [PATCH v6 01/13] mm/demotion: Add support for explicit memory tiers
` [PATCH v6 03/13] mm/demotion: Return error on write to numa_demotion sysfs

[PATCH] mm/slub: Move the stackdepot related allocation out of IRQ-off section
 2022-06-14  8:24 UTC  (4+ messages)

[PATCH] mm/slub: add missing TID updates on slab deactivation
 2022-06-14  8:23 UTC  (2+ messages)

[PATCH v4 0/2] mm/memory-failure: don't allow to unpoison hw corrupted page
 2022-06-14  8:19 UTC  (8+ messages)
` [PATCH v4 1/2] mm/memory-failure: introduce "hwpoisoned-pages" entry
      ` [External] "
` [PATCH v4 2/2] mm/memory-failure: disable unpoison once hw error happens

[PATCH -V3 0/3] memory tiering: hot page selection
 2022-06-14  8:16 UTC  (4+ messages)
` [PATCH -V3 1/3] memory tiering: hot page selection with hint page fault latency
` [PATCH -V3 2/3] memory tiering: rate limit NUMA migration throughput
` [PATCH -V3 3/3] memory tiering: adjust hot threshold automatically

[PATCH v5 1/9] mm/demotion: Add support for explicit memory tiers
 2022-06-14  8:01 UTC  (13+ messages)

[PATCH v2] mm/mprotect: try avoiding write faults for exclusive anonymous pages when changing protection
 2022-06-14  7:50 UTC  (6+ messages)

[PATCH] memblock: avoid some repeat when add new range
 2022-06-14  7:52 UTC 

[PATCH] mm/oom_kill: break evaluation when a task has been selected
 2022-06-14  7:48 UTC  (4+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-14  7:28 UTC  (16+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "

[PATCH v12 00/14] Multi-Gen LRU Framework
 2022-06-14  7:23 UTC  (16+ messages)
` [PATCH v12 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v12 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v12 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v12 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH v12 05/14] mm: multi-gen LRU: groundwork
` [PATCH v12 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v12 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH v12 08/14] mm: multi-gen LRU: support page table walks
` [PATCH v12 09/14] mm: multi-gen LRU: optimize multiple memcgs
` [PATCH v12 10/14] mm: multi-gen LRU: kill switch
` [PATCH v12 11/14] mm: multi-gen LRU: thrashing prevention
` [PATCH v12 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH v12 13/14] mm: multi-gen LRU: admin guide
` [PATCH v12 14/14] mm: multi-gen LRU: design doc

[RFC 0/2] CPA improvements
 2022-06-14  6:53 UTC  (4+ messages)
` [RFC 1/2] x86/mm/cpa: always fail when user address is passed
` [RFC 2/2] x86/mm/cpa: drop pgprot_clear_protnone_bits()

[PATCH v5 1/6] ARM: mm: kill unused runtime hook arch_iounmap()
 2022-06-14  6:12 UTC  (3+ messages)

[PATCH v3] cred: Propagate security_prepare_creds() error code
 2022-06-14  4:44 UTC  (4+ messages)

[PATCH v3 0/6] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-06-14  4:19 UTC  (9+ messages)
` [PATCH v3 2/6] "
` [PATCH v3 4/6] userfaultfd: update documentation to describe /dev/userfaultfd

[PATCH 0/6] Simplify hugetlb vmemmap and improve its readability
 2022-06-14  4:17 UTC  (19+ messages)
` [PATCH 1/6] mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()
` [PATCH 2/6] mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handling
` [PATCH 3/6] mm: hugetlb_vmemmap: introduce the name HVO
` [PATCH 4/6] mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.c
` [PATCH 5/6] mm: hugetlb_vmemmap: replace early_param() with core_param()
` [PATCH 6/6] mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readability

[PATCH RFC] userfaultfd: introduce UFFDIO_COPY_MODE_YOUNG
 2022-06-13 20:40 UTC 

[RESEND PATCH] mm: page_alloc: validate buddy before check the migratetype
 2022-06-14  3:26 UTC  (11+ messages)

[PATCH v5 0/6] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-06-14  3:21 UTC  (2+ messages)

[PATCH V2 2/2] mm/mmap: Drop generic protection_map[] array
 2022-06-14  3:05 UTC  (5+ messages)

[PATCH 1/3] mm/slub: fix the race between validate_slab and slab_free
 2022-06-14  2:38 UTC  (11+ messages)

[PATCH v3 0/1] mm/memory-failure: don't allow to unpoison hw corrupted page
 2022-06-14  2:16 UTC  (6+ messages)
` [PATCH v3 1/1] "
    `  "

[mm/page_alloc] f26b3fa046: netperf.Throughput_Mbps -18.0% regression
 2022-06-14  2:09 UTC  (3+ messages)

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-06-14  0:46 UTC  (3+ messages)
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-06-14  0:21 UTC  (8+ messages)
` [PATCH Part2 v5 14/45] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command

[RFC PATCH 0/6] User pkey minor bug fixes
 2022-06-13 23:59 UTC  (8+ messages)
` [RFC PATCH 1/6] testing/pkeys: Add command line options
` [RFC PATCH 2/6] testing/pkeys: Don't use uninitialized variable

Linux 5.18-rc4
 2022-06-13 22:48 UTC  (7+ messages)

[PATCH] mm/swapfile: release swap info when swap device is unpluged
 2022-06-13 21:46 UTC  (3+ messages)
` 答复: "

[PATCH V2] selftests/vm: Add protection_keys tests to run_vmtests
 2022-06-13 21:44 UTC  (2+ messages)

[PATCH] hugetlbfs: zero partial pages during fallocate hole punch
 2022-06-13 20:46 UTC  (6+ messages)

[PATCH 00/32] kasan: switch tag-based modes to stack ring from per-object metadata
 2022-06-13 20:14 UTC  (33+ messages)
` [PATCH 01/32] kasan: check KASAN_NO_FREE_META in __kasan_metadata_size
` [PATCH 02/32] kasan: rename kasan_set_*_info to kasan_save_*_info
` [PATCH 03/32] kasan: move is_kmalloc check out of save_alloc_info
` [PATCH 04/32] kasan: split save_alloc_info implementations
` [PATCH 05/32] kasan: drop CONFIG_KASAN_TAGS_IDENTIFY
` [PATCH 06/32] kasan: introduce kasan_print_aux_stacks
` [PATCH 07/32] kasan: introduce kasan_get_alloc_track
` [PATCH 08/32] kasan: introduce kasan_init_object_meta
` [PATCH 09/32] kasan: clear metadata functions for tag-based modes
` [PATCH 10/32] kasan: move kasan_get_*_meta to generic.c
` [PATCH 11/32] kasan: introduce kasan_requires_meta
` [PATCH 12/32] kasan: introduce kasan_init_cache_meta
` [PATCH 13/32] kasan: drop CONFIG_KASAN_GENERIC check from kasan_init_cache_meta
` [PATCH 14/32] kasan: only define kasan_metadata_size for Generic mode
` [PATCH 15/32] kasan: only define kasan_never_merge "
` [PATCH 16/32] kasan: only define metadata offsets "
` [PATCH 17/32] kasan: only define metadata structs "
` [PATCH 18/32] kasan: only define kasan_cache_create "
` [PATCH 19/32] kasan: pass tagged pointers to kasan_save_alloc/free_info
` [PATCH 20/32] kasan: move kasan_get_alloc/free_track definitions
` [PATCH 21/32] kasan: simplify invalid-free reporting
` [PATCH 22/32] kasan: cosmetic changes in report.c
` [PATCH 23/32] kasan: use kasan_addr_to_slab in print_address_description
` [PATCH 24/32] kasan: move kasan_addr_to_slab to common.c
` [PATCH 25/32] kasan: make kasan_addr_to_page static
` [PATCH 26/32] kasan: simplify print_report
` [PATCH 27/32] kasan: introduce complete_report_info
` [PATCH 28/32] kasan: fill in cache and object in complete_report_info
` [PATCH 29/32] kasan: rework function arguments in report.c
` [PATCH 30/32] kasan: introduce kasan_complete_mode_report_info
` [PATCH 31/32] kasan: implement stack ring for tag-based modes
` [PATCH 32/32] kasan: better identify bug types "

[PATCH 0/8] Extend DAMOS for Proactive LRU-lists Sorting
 2022-06-13 19:23 UTC  (10+ messages)
` [PATCH 1/8] mm/damon/dbgfs: add and use mappings between 'schemes' action inputs and 'damos_action' values
` [PATCH 1/8] mm/damon/dbgfs: add mappings between 'schemes' file's "
` [PATCH 2/8] mm/damon/paddr: use a separate function for 'DAMOS_PAGEOUT' handling
` [PATCH 3/8] mm/damon/schemes: add 'LRU_PRIO' DAMOS action
` [PATCH 4/8] Docs/admin-guide/damon/sysfs: document 'LRU_PRIO' scheme action
` [PATCH 5/8] mm/damon/schemes: add 'LRU_DEPRIO' action
` [PATCH 6/8] Docs/admin-guide/damon/sysfs: document 'LRU_DEPRIO' scheme action
` [PATCH 7/8] mm/damon: introduce DAMON-based LRU-lists Sorting
` [PATCH 8/8] Docs/admin-guide/damon: add a document for DAMON_LRU_SORT

[PATCH 00/12] Clang -Wformat warning fixes
 2022-06-13 18:47 UTC  (7+ messages)
` [PATCH 07/12] driver/char: use correct format characters
` [PATCH 08/12] cdrom: "

[RFC PATCH] mm: create security context for memfd_secret inodes
 2022-06-13 18:17 UTC  (7+ messages)

[PATCH 0/7] A few cleanup patches for khugepaged
 2022-06-13 18:02 UTC  (5+ messages)
` [PATCH 1/7] mm/khugepaged: remove unneeded shmem_huge_enabled() check

[PATCHv3 0/8] Linear Address Masking enabling
 2022-06-13 17:36 UTC  (3+ messages)
` [PATCHv3 5/8] x86/uaccess: Provide untagged_addr() and remove tags before address check

[PATCH v5 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-06-13 17:11 UTC  (4+ messages)
` [PATCH v5 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH 0/3] Fixes for usercopy
 2022-06-13 17:04 UTC  (6+ messages)
` [PATCH 1/3] usercopy: Handle vm_map_ram() areas


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