Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-18 14:32:52 to 2022-07-19 18:29:46 UTC [more...]

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-07-19 18:29 UTC  (14+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-19 18:01 UTC  (15+ messages)
                      ` cgroup specific sticky resources (was: Re: [PATCH bpf-next 0/5] bpf: BPF specific memory allocator.)

[PATCH] maple_tree: Fix mas_empty_area() wrapping
 2022-07-19 17:39 UTC  (2+ messages)

[PATCH v4] mm: vmpressure: don't count proactive reclaim in vmpressure
 2022-07-19 17:32 UTC  (2+ messages)

[PATCH] selftests: memcg: uninitialized variable in test_memcg_reclaim()
 2022-07-19 17:27 UTC  (2+ messages)

[PATCH] selftest/vm: uninitialized variable in main()
 2022-07-19 17:23 UTC  (2+ messages)

[PATCH] maple_tree: Drop typedef from header
 2022-07-19 17:10 UTC 

[PATCH] mm/mmap: Drop VM_BUG_ON() until better tested
 2022-07-19 17:09 UTC 

[RFC PATCH 00/26] hugetlb: Introduce HugeTLB high-granularity mapping
 2022-07-19 16:19 UTC  (7+ messages)
` [RFC PATCH 15/26] hugetlb: make unmapping compatible with high-granularity mappings
` [RFC PATCH 17/26] hugetlb: update follow_hugetlb_page to support HGM

[PATCH v2] x86/mm/tlb: ignore f->new_tlb_gen when zero
 2022-07-19 16:13 UTC  (2+ messages)

[PATCH] mm: fix use-after free of page_ext after race with memory-offline
 2022-07-19 15:54 UTC  (10+ messages)

[PATCH v5] locking/rwsem: Make handoff bit handling more consistent
 2022-07-19 15:30 UTC  (2+ messages)

[PATCH v1] mm/slub: enable debugging memory wasting of kmalloc
 2022-07-19 15:03 UTC  (8+ messages)

[PATCH v10 00/69] Introducing the Maple Tree
 2022-07-19 14:54 UTC  (4+ messages)
` [PATCH v10 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}

[mm] 3173346337: stress-ng.numa.ops_per_sec 87.1% improvement
 2022-07-19 14:46 UTC 

[PATCH 1/3] mm/slub: fix the race between validate_slab and slab_free
 2022-07-19 14:43 UTC  (5+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-19 14:23 UTC  (13+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions
` [PATCH v7 13/14] KVM: Enable and expose KVM_MEM_PRIVATE

[PATCH v8 00/12] mm/demotion: Memory tiers and demotion
 2022-07-19 14:00 UTC  (13+ messages)

[bug report] Maple Tree: add new data structure
 2022-07-19 13:37 UTC  (2+ messages)

[bug report] mm/gup: migrate device coherent pages when pinning instead of failing
 2022-07-19 13:00 UTC  (3+ messages)

[PATCH] mm/mempolicy: remove unneeded out label
 2022-07-19 11:52 UTC 

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-19 11:52 UTC  (10+ messages)

[PATCH v2 1/1] mm: kfence: apply kmemleak_ignore_phys on early allocated pool
 2022-07-19 11:50 UTC  (5+ messages)

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

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-07-19 11:34 UTC  (6+ messages)
` [PATCH Part2 v6 03/49] x86/sev: Add the host SEV-SNP initialization support

[PATCH] selftests/vm: silence uninitialized variable warning
 2022-07-19  9:42 UTC 

[RESEND PATCH v3] arm64: enable THP_SWAP for arm64
 2022-07-19  8:44 UTC  (18+ messages)

[PATCH v9 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-19  8:40 UTC  (9+ messages)
` [PATCH v9 02/14] mm: move page zone helpers from mm.h to mmzone.h
` [PATCH v9 06/14] mm/gup: migrate device coherent pages when pinning instead of failing

[PATCH v3] mm/compaction: fix set skip in fast_find_migrateblock
 2022-07-19  8:28 UTC  (5+ messages)

[linux-next:master 8797/11208] reset-simple.c:undefined reference to `devm_ioremap_resource'
 2022-07-19  8:23 UTC  (2+ messages)

[linux-next:master 8922/11208] lib/x86_64/processor.c:636:25: error: 'KVM_X86_XCOMP_GUEST_SUPP' undeclared
 2022-07-19  7:49 UTC  (2+ messages)

[PATCH 00/16] Introduce DEBUG_BITMAP config option and bitmap_check_params()
 2022-07-19  4:25 UTC  (33+ messages)
` [PATCH 01/16] lib/bitmap: add bitmap_check_params()
` [PATCH 02/16] lib/bitmap: don't call bitmap_set() with len == 0
` [PATCH 03/16] lib/test_bitmap: don't test bitmap_set if nbits "
` [PATCH 04/16] lib/test_bitmap: test test_bitmap_arr{32,64} starting from nbits == 1
` [PATCH 05/16] lib/test_bitmap: disable compile-time test if DEBUG_BITMAP() is enabled
` [PATCH 06/16] lib/test_bitmap: delete meaningless test for bitmap_cut
` [PATCH 07/16] smp: optimize smp_call_function_many_cond()
` [PATCH 08/16] smp: optimize smp_call_function_many_cond() for more
` [PATCH 09/16] irq: don't copy cpu affinity mask if source is equal to destination
` [PATCH 10/16] sched: optimize __set_cpus_allowed_ptr_locked()
` [PATCH 11/16] time: optimize tick_check_preferred()
` [PATCH 12/16] time: optimize tick_check_percpu()
` [PATCH 13/16] time: optimize tick_setup_device()
` [PATCH 14/16] mm/percpu: optimize pcpu_alloc_area()
` [PATCH 15/16] sched/topology: optimize topology_span_sane()
` [PATCH 16/16] lib: create CONFIG_DEBUG_BITMAP parameter

[PATCH] maple_tree: Fix sparse reported issues
 2022-07-19  1:39 UTC  (15+ messages)

[linux-next:master] BUILD REGRESSION 036ad6daa8f0fd357af7f50f9da58539eaa6f68c
 2022-07-18 23:37 UTC 

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-07-18 22:56 UTC  (5+ messages)
` [RFC PATCH v6] "

[PATCH 00/32] kasan: switch tag-based modes to stack ring from per-object metadata
 2022-07-18 22:42 UTC  (12+ messages)
` [PATCH 06/32] kasan: introduce kasan_print_aux_stacks
` [PATCH 19/32] kasan: pass tagged pointers to kasan_save_alloc/free_info
` [PATCH 31/32] kasan: implement stack ring for tag-based modes

[PATCH 24/32] kasan: move kasan_addr_to_slab to common.c
 2022-07-18 22:41 UTC  (3+ messages)

[PATCH v2 0/5] userfaultfd: support access/write hints
 2022-07-18 21:27 UTC  (12+ messages)
` [PATCH v2 2/5] userfaultfd: introduce access-likely mode for common operations
` [PATCH v2 3/5] userfaultfd: introduce write-likely mode for uffd operations
` [PATCH v2 4/5] userfaultfd: zero access/write hints
` [PATCH v2 5/5] selftest/userfaultfd: test read/write hints
  ` [PATCH v2 1/5] userfaultfd: introduce uffd_flags

[RFC PATCH 01/14] userfaultfd: set dirty and young on writeprotect
 2022-07-18 12:02 UTC  (11+ messages)
` [RFC PATCH 02/14] userfaultfd: try to map write-unprotected pages
` [RFC PATCH 03/14] mm/mprotect: allow exclusive anon pages to be writable
` [RFC PATCH 04/14] mm/mprotect: preserve write with MM_CP_TRY_CHANGE_WRITABLE
` [RFC PATCH 06/14] mm/rmap: avoid flushing on page_vma_mkclean_one() when possible
` [RFC PATCH 07/14] mm: do fix spurious page-faults for instruction faults
` [RFC PATCH 08/14] x86/mm: introduce flush_tlb_fix_spurious_fault
` [RFC PATCH 10/14] x86/mm: introduce relaxed TLB flushes
` [RFC PATCH 11/14] x86/mm: use relaxed TLB flushes when protection is removed
` [RFC PATCH 12/14] x86/tlb: no flush on PTE change from RW->RO when PTE is clean
` [RFC PATCH 14/14] mm: conditional check of pfn in pte_flush_type

[PATCH v6 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-07-18 18:26 UTC  (6+ messages)
` [PATCH v6 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses

[PATCH] mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
 2022-07-18 18:07 UTC  (6+ messages)

[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
 2022-07-18 17:53 UTC  (11+ messages)

[PATCHv5 00/13] Linear Address Masking enabling
 2022-07-18 17:47 UTC  (4+ messages)
` [PATCHv5 06/13] x86/mm: Provide ARCH_GET_UNTAG_MASK and ARCH_ENABLE_TAGGED_ADDR

[linux-next:master 6765/11208] unix_connect.c:115:55: error: expected identifier before '(' token
 2022-07-18 16:11 UTC  (2+ messages)
` [linux-next:master 6765/11208] unix_connect.c:115:55: error:

[mptcp] d24141fe7b: WARNING:at_mm/page_counter.c:#page_counter_cancel
 2022-07-18 15:01 UTC  (2+ messages)

[RFC PATCH v4] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-07-18 14:58 UTC  (3+ messages)

[PATCH V3] mm: prevent page_frag_alloc() from corrupting the memory
 2022-07-18 14:40 UTC  (3+ messages)
`  "
    ` Re:Re: [PATCH "


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