linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-24 09:47:02 to 2022-08-25 13:16:59 UTC [more...]

[PATCH v2 0/5] mm/slub: fix validation races and cleanup locking
 2022-08-25 13:16 UTC  (16+ messages)
` [PATCH v2 4/5] mm/slub: convert object_map_lock to non-raw spinlock
` [PATCH v2 5/5] mm/slub: simplify __cmpxchg_double_slab() and slab_[un]lock()
` [PATCH 6/5] slub: Make PREEMPT_RT support less convoluted

[PATCH] mm/slub: fix comments about fastpath limitation on PREEMPT_RT
 2022-08-25 13:11 UTC  (2+ messages)

[PATCH] mm/demotion: Fix kernel error with memory hotplug
 2022-08-25 12:53 UTC  (3+ messages)

[PATCH v7 0/2] fix follow_page related issues
 2022-08-25 12:39 UTC  (4+ messages)
` [PATCH v7 1/2] mm: migration: fix the FOLL_GET failure on following huge page

[PATCH v4] page_ext: introduce boot parameter 'early_page_ext'
 2022-08-25 12:30 UTC  (3+ messages)

[PATCH RFC 0/2] coding-style.rst: document BUG() and WARN() rules
 2022-08-25 12:12 UTC  (11+ messages)
` [PATCH RFC 1/2] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")
` [PATCH RFC 2/2] checkpatch: warn on usage of VM_BUG_ON() and friends

[PATCH] mm: migrate: buffer_migrate_folio_norefs() fallback migrate not uptodate pages
 2022-08-25 11:32 UTC  (3+ messages)

[PATCH v2 00/35] Speculative page faults
 2022-08-25 11:23 UTC  (3+ messages)
` [PATCH v2 10/35] mm: add per-mm mmap sequence counter for speculative page fault handling

[PATCH v2 0/5] Fix some issues when looking up hugetlb page
 2022-08-25 10:54 UTC  (21+ messages)
` [PATCH v2 1/5] mm/hugetlb: fix races when looking up a CONT-PTE size "

[PATCH v2 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-08-25 10:49 UTC  (8+ messages)
` [PATCH v2 1/4] fs/proc/task_mmu: update functions to clear the soft-dirty bit
` [PATCH v2 2/4] fs/proc/task_mmu: Implement IOCTL to get and clear soft dirty PTE bit
` [PATCH v2 3/4] selftests: vm: add pagemap ioctl tests
` [PATCH v2 4/4] mm: add documentation of the new ioctl on pagemap

[next] x86: fs/hugetlbfs/inode.c:673:16: error: variable 'm_index' is uninitialized when used here [-Werror,-Wuninitialized]
 2022-08-25 10:43 UTC 

[PATCH 5.19-stable] mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
 2022-08-25 10:41 UTC  (2+ messages)
` Patch "mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW" has been added to the 5.19-stable tree

[PATCH v3] page_ext: introduce boot parameter 'early_page_ext'
 2022-08-25 10:17 UTC  (5+ messages)
  ` [PATCH v3] page_ext: introduce boot parameter early_page_ext

[RFC PATCH 0/7] Try to free empty and zero user PTE page table pages
 2022-08-25 10:10 UTC  (8+ messages)
` [RFC PATCH 1/7] mm: use ptep_clear() in non-present cases
` [RFC PATCH 2/7] mm: introduce CONFIG_FREE_USER_PTE
` [RFC PATCH 3/7] mm: add pte_to_page() helper
` [RFC PATCH 4/7] mm: introduce pte_refcount for user PTE page table page
` [RFC PATCH 5/7] pte_ref: add track_pte_{set, clear}() helper
` [RFC PATCH 6/7] x86/mm: add x86_64 support for pte_ref
` [RFC PATCH 7/7] mm: add proc interface to free user PTE page table pages

[RFC PATCH] memcg: use root_mem_cgroup when css is inherited
 2022-08-25 10:11 UTC  (19+ messages)

[RFC PATCH] mm: reduce noise in show_mem for lowmem allocations
 2022-08-25  9:59 UTC  (3+ messages)

[PATCH 1/2] mm: fix null-ptr-deref in kswapd_is_running()
 2022-08-25  9:48 UTC  (7+ messages)
` [PATCH 2/2] mm: slince possible data races about pgdat->kswapd

[RFC PATCH 1/2] mm/demotion: Expose memory type details via sysfs
 2022-08-25  9:23 UTC  (2+ messages)
` [RFC PATCH 2/2] mm/demotion: Expose memory tier "

[PATCH 1/1] mm/page_alloc: Leave IRQs enabled for per-cpu page allocations
 2022-08-25  9:11 UTC  (3+ messages)

[PATCH v2 0/3] memcg: optimize charge codepath
 2022-08-25  8:30 UTC  (11+ messages)
` [PATCH v2 1/3] mm: page_counter: remove unneeded atomic ops for low/min
` [PATCH v2 2/3] mm: page_counter: rearrange struct page_counter fields
` [PATCH v2 3/3] memcg: increase MEMCG_CHARGE_BATCH to 64

[PATCH v2] zram: don't retry compress incompressible page
 2022-08-25  7:58 UTC  (2+ messages)

[bug report] mm/gup.c: Fix return value for __gup_longterm_locked()
 2022-08-25  7:49 UTC 

[PATCH 0/5] arm64/mm: remap crash kernel with base pages even if rodata_full disabled
 2022-08-25  7:48 UTC  (3+ messages)

[PATCH v2] page_ext: introduce boot parameter 'early_page_ext'
 2022-08-25  6:27 UTC  (3+ messages)

[ammarfaizi2-block:akpm/mm/mm-nonmm-unstable 50/50] kernel/smpboot.c:435:6: warning: variable 'oldstate' is used uninitialized whenever 'if' condition is true
 2022-08-25  6:20 UTC 

[PATCH 1/9] slub: Make PREEMPT_RT support less convoluted
 2022-08-25  5:15 UTC  (12+ messages)
` [PATCH 7/9] mm/compaction: Get rid of RT ifdeffery

[vbabka-slab:for-6.1/common_kmalloc 12/17] mm/slab_common.c:1023:7: warning: no previous prototype for '__kmalloc_large_node'
 2022-08-25  5:06 UTC  (6+ messages)

[PATCHSETS v2] v14 fsdax-rmap + v11 fsdax-reflink
 2022-08-25  5:05 UTC  (6+ messages)
` [PATCH v2 05/14] mm: Introduce mf_dax_kill_procs() for fsdax case

[mm] d88f8edb09: dmesg.Kernel_panic-not_syncing:Fatal_exception
 2022-08-25  4:18 UTC  (2+ messages)

[ammarfaizi2-block:akpm/mm/mm-unstable 272/276] fs/hugetlbfs/inode.c:562:16: warning: variable 'm_index' is uninitialized when used here
 2022-08-25  2:26 UTC 

[PATCH] mm/migrate_device.c: Fix a misleading and out-dated comment
 2022-08-25  1:49 UTC 

[PATCH v3 1/3] mm/migrate_device.c: Flush TLB while holding PTL
 2022-08-25  1:36 UTC  (7+ messages)
` [PATCH v3 2/3] mm/migrate_device.c: Copy pte dirty bit to page

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-25  1:30 UTC  (7+ messages)
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support

[PATCH v2 1/2] mm/migrate_device.c: Copy pte dirty bit to page
 2022-08-25  1:24 UTC  (14+ messages)

[PATCH v3 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-08-25  0:49 UTC  (15+ messages)
` [PATCH v3 bpf-next 09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v3 bpf-next 13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs

[PATCH v2 0/2] watermark related improvement on zone movable
 2022-08-25  0:49 UTC  (4+ messages)
` [PATCH v2 1/2] mm: Cap zone movable's min wmark to small value

[PATCH v13 00/70] Introducing the Maple Tree
 2022-08-25  0:34 UTC  (3+ messages)
` [PATCH v13 57/70] mm/mlock: use vma iterator and maple state instead of vma linked list

[PATCH v7 0/3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-08-24 20:20 UTC  (5+ messages)
` [PATCH v7 1/3] mm/vmstat: Use per cpu variable to track a vmstat discrepancy
` [PATCH v7 2/3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-08-24 19:28 UTC  (4+ messages)
` [PATCH v12 43/46] virt: Add SEV-SNP guest driver

[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
 2022-08-24 19:02 UTC  (15+ messages)
          ` [RFD RESEND] cgroup: Persistent memory usage tracking

[PATCH v2 0/6] A few fixup patches for hugetlb
 2022-08-24 18:21 UTC  (3+ messages)
` [PATCH v2 3/6] mm/hugetlb: fix missing call to restore_reserve_on_error()

[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
 2022-08-24 17:57 UTC  (9+ messages)
` [PATCH 1/8] hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
` [PATCH 2/8] hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
` [PATCH 3/8] hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
` [PATCH 4/8] hugetlb: handle truncate racing with page faults
` [PATCH 5/8] hugetlb: rename vma_shareable() and refactor code
` [PATCH 6/8] hugetlb: add vma based lock for pmd sharing
` [PATCH 7/8] hugetlb: create hugetlb_unmap_file_folio to unmap single file folio
` [PATCH 8/8] hugetlb: use new vma_lock for pmd sharing synchronization

[PATCH v7 0/4] KVM: mm: count KVM mmu usage in memory stats
 2022-08-24 17:40 UTC  (9+ messages)
` [PATCH v7 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
` [PATCH v7 4/4] KVM: arm64/mmu: count KVM s2 mmu usage in secondary pagetable stats

[RFC 0/5] vmalloc_exec for modules and BPF programs
 2022-08-24 17:06 UTC  (5+ messages)

[PATCH 5/9] KVM: x86/mmu: Separate TDP and non-paging fault handling
 2022-08-24 17:06 UTC 

BUG: Bad page map in process/Bad Swap file entry, RPI CM4 on clone syscall
 2022-08-24 15:30 UTC  (2+ messages)

[PATCH v13 42/70] fs/proc/base: use maple tree iterators in place of linked list
 2022-08-24 15:12 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/6] Minor improvements for pagewalk code
 2022-08-24 15:08 UTC  (3+ messages)
` [PATCH 7/6] mm: pagewalk: add back missing variable initializations

[PATCH -next] Maple Tree: remove not used entry in mas_preallocate()
 2022-08-24 15:03 UTC  (2+ messages)

[PATCH -next] mm/nommu: fix error handling in split_vma()
 2022-08-24 14:47 UTC  (2+ messages)

[PATCH 2/9] KVM: x86/mmu: Drop kvm->arch.tdp_mmu_enabled
 2022-08-24 14:21 UTC 

[PATCH v4 0/2] ksm: count allocated rmap_items and update documentation
 2022-08-24 13:02 UTC  (6+ messages)
` [PATCH v4 1/2] ksm: count allocated ksm rmap_items for each process
` [PATCH v4 2/2] ksm: add profit monitoring documentation

[RFC] s390: kernel BUG at include/linux/mm.h:1529!
 2022-08-24 12:57 UTC  (3+ messages)

[PATCH v3 0/2] ksm: count allocated rmap_items and update documentation
 2022-08-24 12:52 UTC  (4+ messages)
` [PATCH v3 2/2] ksm: add profit monitoring documentation

[PATCH v2] mm/page_alloc: Fix race condition between build_all_zonelists and page allocation
 2022-08-24 11:14 UTC 

[PATCH] mm/page_alloc: Fix race condition between build_all_zonelists and page allocation
 2022-08-24 11:07 UTC  (3+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-24 10:37 UTC  (15+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH -next] mm, proc: collect percpu free pages into the free pages
 2022-08-24 10:12 UTC  (8+ messages)
` [PATCH -next v2] "

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-08-24  9:46 UTC  (3+ messages)
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation


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