linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-17 04:10:48 to 2022-07-19 02:49:05 UTC [more...]

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-07-19  2:48 UTC  (17+ messages)
` [PATCHv7 05/14] x86/boot: Add infrastructure required for unaccepted memory support

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

[linux-next:master 8922/11208] lib/x86_64/processor.c:636:25: error: 'KVM_X86_XCOMP_GUEST_SUPP' undeclared
 2022-07-19  1:28 UTC 

[RESEND PATCH v3] arm64: enable THP_SWAP for arm64
 2022-07-19  1:23 UTC  (5+ messages)

[PATCH mm v2 00/33] kasan: switch tag-based modes to stack ring from per-object metadata
 2022-07-19  0:10 UTC  (34+ 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

[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 00/16] Introduce DEBUG_BITMAP config option and bitmap_check_params()
 2022-07-18 21:39 UTC  (32+ 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 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

[PATCH v9 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-18 20:32 UTC  (10+ messages)
` [PATCH v9 02/14] mm: move page zone helpers from mm.h to mmzone.h
` [PATCH v9 04/14] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v9 06/14] mm/gup: migrate device coherent pages when pinning instead of failing

[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 bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-18 17:55 UTC  (17+ 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 8797/11208] reset-simple.c:undefined reference to `devm_ioremap_resource'
 2022-07-18 17:31 UTC 

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

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-07-18 15:26 UTC  (5+ messages)
` [PATCH v7 07/14] KVM: Use gfn instead of hva for mmu_notifier_retry

[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] mm: fix use-after free of page_ext after race with memory-offline
 2022-07-18 14:54 UTC  (6+ messages)

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

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

[RESEND PATCH for v10] maple_tree: Fix stale data copy in mas_wr_node_store()
 2022-07-18 14:18 UTC 

[linux-next:master] BUILD REGRESSION 4662b7adea50bb62e993a67f611f3be625d3df0d
 2022-07-18 13:55 UTC  (3+ messages)

[PATCH v2 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-07-18 13:28 UTC  (4+ messages)

[PATCH 1/4] of: add struct page support to rmem
 2022-07-18 13:21 UTC  (2+ messages)

[PATCH RESEND v4] arm64: mm: fix linear mem mapping access performance degradation
 2022-07-18 13:10 UTC  (4+ messages)
` [PATCH v5] "

[PATCH] mm: remove unneeded PageAnon check in restore_exclusive_pte()
 2022-07-18 13:03 UTC  (2+ messages)

[PATCH v2 0/9] Add support for shared PTEs across processes
 2022-07-18 12:59 UTC  (7+ messages)

[PATCH] mm/page_alloc: Correct the wrong cpuset file path in comment
 2022-07-18 12:03 UTC 

[PATCH v2 0/5] mm, oom: Introduce per numa node oom for CONSTRAINT_{MEMORY_POLICY,CPUSET}
 2022-07-18 12:11 UTC  (5+ messages)

[linux-next:pending-fixes] BUILD SUCCESS ce48e754c364d77514b9b98b11c4ea0158b5e96d
 2022-07-18 12:10 UTC 

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

[linux-next:master 7026/10906] drivers/gpu/drm/amd/amdgpu/../display/dc/dc_dmub_srv.c:565:64: sparse: sparse: cast truncates bits from constant value (44 becomes 4)
 2022-07-18  9:26 UTC 

[PATCH v9 0/8] mm/demotion: Memory tiers and demotion
 2022-07-18  8:55 UTC  (21+ messages)
` [PATCH v9 1/8] mm/demotion: Add support for explicit memory tiers
` [PATCH v9 5/8] mm/demotion: Build demotion targets based on "
` [PATCH v9 6/8] mm/demotion: Add pg_data_t member to track node memory tier details

[PATCH] mm/huge_memory: Return from zap_huge_pmd after WARN_ONCE
 2022-07-18  6:49 UTC  (3+ messages)

[PATCH v2] mm/dmapool.c: avoid duplicate memset within dma_pool_alloc
 2022-07-18  6:28 UTC 

[PATCH] mm/damon/reclaim: fix 'enabled' is incorrectly set because 'system_wq' is not initialized
 2022-07-18  4:48 UTC  (2+ messages)

[PATCH] maple: change the pointer name from maple_enode to maple_enode_p
 2022-07-18  4:27 UTC  (3+ messages)

[PATCH] mm/dmapool.c: avoid duplicate memset within dma_pool_alloc
 2022-07-18  2:07 UTC  (4+ messages)

[linux-next:master 10391/10906] drivers/scsi/mpi3mr/mpi3mr_os.c:389:40: warning: cast from pointer to integer of different size
 2022-07-17 19:06 UTC 

[PATCH v11 00/69] Introducing the Maple Tree
 2022-07-17 18:55 UTC  (14+ messages)
` [PATCH v11 36/69] xtensa: remove vma linked list walks
` [PATCH v11 39/69] um: remove vma linked list walk
` [PATCH v11 44/69] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v11 48/69] sched: use maple tree iterator to walk VMAs
` [PATCH v11 53/69] mm/ksm: use vma iterators instead of vma linked list
` [PATCH v11 59/69] mm/mremap: use vma_find_intersection() "
` [PATCH v11 68/69] mm/mmap: drop range_has_overlap() function

[linux-next:master 7381/10906] drivers/nvme/target/configfs.c:1762:2-7: WARNING: NULL check before some freeing functions is not needed
 2022-07-17 14:31 UTC 

[linux-next:master 10391/10906] drivers/scsi/mpi3mr/mpi3mr_os.c:389:41: sparse: sparse: cast to restricted __le64
 2022-07-17 11:27 UTC 

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

[linux-next:master 9226/10906] ld.lld: error: undefined symbol: kunit_kmalloc_array
 2022-07-17  6:02 UTC 

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-07-17  5:08 UTC  (5+ messages)
` [PATCH v12 29/46] x86/boot: Add Confidential Computing type to setup_data

[linux-next:master 7976/10906] htmldocs: Documentation/ABI/testing/sysfs-driver-qat:24: WARNING: Unexpected indentation
 2022-07-17  5:11 UTC 

[linux-next:master 10391/10906] drivers/scsi/mpi3mr/mpi3mr_os.c:389:41: sparse: sparse: cast to restricted __le64
 2022-07-17  4:50 UTC 


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