linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-24 18:07:01 to 2021-11-26 07:51:32 UTC [more...]

unusual behavior of loop dev with backing file in tmpfs
 2021-11-26  7:51 UTC 

[PATCH] mm: reduce spinlock contention in release_pages()
 2021-11-26  6:54 UTC  (13+ messages)

[PATCH 4.9] hugetlbfs: flush TLBs correctly after huge_pmd_unshare
 2021-11-26  6:08 UTC 

[linux-next:master 802/3632] drivers/gpu/drm/tidss/tidss_drv.c:91:32: warning: unused variable 'tidss_pm_ops'
 2021-11-26  6:02 UTC 

[PATCH][next] hugetlb: Fix spelling mistake "hierarichal" -> "hierarchical"
 2021-11-26  5:28 UTC  (2+ messages)

[PATCH 1/8] powerpc/mm: Make slice specific to book3s/64
 2021-11-26  5:15 UTC  (5+ messages)
      ` [kbuild-all] "

[next] kasan: shadow.c:528:33: error: 'VM_DELAY_KMEMLEAK' undeclared
 2021-11-26  5:06 UTC  (5+ messages)

[PATCH] mm: split thp synchronously on MADV_DONTNEED
 2021-11-26  4:12 UTC  (19+ messages)

[PATCH] mm: memcg/percpu: account extra objcg space to memory cgroups
 2021-11-26  4:06 UTC 

[PATCH V1 1/2] mm/damon/dbgfs: Modify Damon dbfs interface dependency in Kconfig
 2021-11-26  3:51 UTC  (2+ messages)

[PATCH v2] mm: split thp synchronously on MADV_DONTNEED and munmap
 2021-11-26  3:31 UTC  (3+ messages)

[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
 2021-11-26  3:11 UTC  (15+ messages)
` [PATCH V7 02/18] x86/fpu: Refactor arch_set_user_pkey_access()
` [PATCH V7 03/18] x86/pks: Add additional PKEY helper macros
` [PATCH V7 05/18] x86/pks: Add PKS setup code
` [PATCH V7 07/18] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH V7 08/18] x86/entry: Preserve PKRS MSR across exceptions

[PATCH] mm: kmemleak: Ignore kmemleak scanning on CMA regions
 2021-11-26  2:47 UTC 

[PATCH] mm: kmemleak: alloc gray object for reserved region with direct map
 2021-11-26  1:35 UTC  (3+ messages)

[linux-next:master 2984/3632] drivers/iommu/intel/iommu.c:1344:7: warning: variable 'level_pfn' is used uninitialized whenever 'if' condition is true
 2021-11-26  1:34 UTC 

[PATCH v2 0/9] Convert powerpc to default topdown mmap layout
 2021-11-26  0:36 UTC  (12+ messages)
` [PATCH v2 1/9] powerpc/mm: Make slice specific to book3s/64
` [PATCH v2 2/9] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH v2 3/9] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v2 4/9] powerpc/mm: Remove asm/slice.h
` [PATCH v2 5/9] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH v2 6/9] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v2 7/9] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v2 8/9] powerpc/mm: Properly randomise mmap with slices
` [PATCH v2 9/9] powerpc: Simplify and move arch_randomize_brk()

[PATCH v1] shmem: change shrinklist_lock form spinlock to mutex and move iput into it
 2021-11-25 23:14 UTC  (2+ messages)

[RFC PATCH 0/1] mm/slub: endless "No data" printing for alloc/free_traces attribute
 2021-11-25 22:00 UTC  (11+ messages)
` [RFC PATCH 1/1] mm/slub: fix "

WARNING: modpost: vmlinux.o(.text+0x5b811): Section mismatch in reference from the function test_bit() to the variable .init.data:numa_nodes_parsed
 2021-11-25 21:41 UTC 

[PATCH v2 0/4] extend vmalloc support for constrained allocations
 2021-11-25 21:30 UTC  (26+ messages)
` [PATCH v2 2/4] mm/vmalloc: add support for __GFP_NOFAIL

iomap folio conversion for 5.17
 2021-11-25 21:08 UTC 

[PATCH] mm: fix the type of a parameter
 2021-11-25 20:28 UTC  (2+ messages)

[linux-next:master 2032/3632] sound/soc/sof/mediatek/mt8195/mt8195.c:51:3: warning: format specifies type 'unsigned long long' but the argument has type 'phys_addr_t' (aka 'unsigned int')
 2021-11-25 20:19 UTC 

[GIT PULL] Folio fixes for 5.16
 2021-11-25 18:43 UTC  (2+ messages)

[PATCH v2 0/5] x86: Show in sysfs if a memory node is able to do encryption
 2021-11-25 18:12 UTC  (8+ messages)
` [PATCH v2 1/5] mm/memblock: Tag memblocks with crypto capabilities
` [PATCH v2 2/5] mm/mmzone: Tag pg_data_t "
` [PATCH v2 3/5] x86/e820: Tag e820_entry "
` [PATCH v2 4/5] x86/efi: Tag e820_entries as crypto capable from EFI memmap
` [PATCH v2 5/5] drivers/node: Show in sysfs node's crypto capabilities

[PATCH v2 rebased 0/9] Convert powerpc to default topdown mmap layout
 2021-11-25 17:52 UTC  (10+ messages)
` [PATCH v2 rebased 1/9] powerpc/mm: Make slice specific to book3s/64
` [PATCH v2 rebased 2/9] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH v2 rebased 3/9] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v2 rebased 4/9] powerpc/mm: Remove asm/slice.h
` [PATCH v2 rebased 5/9] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH v2 rebased 6/9] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v2 rebased 7/9] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v2 rebased 8/9] powerpc/mm: Properly randomise mmap with slices
` [PATCH v2 rebased 9/9] powerpc: Simplify and move arch_randomize_brk()

[PATCH v0.9.1 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-11-25 17:28 UTC  (10+ messages)
` [PATCH v0.9.1 3/6] sched/umcg: implement UMCG syscalls

[RFC v2 PATCH 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-11-25 16:55 UTC  (3+ messages)
` [RFC v2 PATCH 06/13] KVM: Register/unregister memfd backed memslot

[PATCH] kmemleak: fix kmemleak false positive report with HW tag-based kasan enable
 2021-11-25 16:13 UTC  (3+ messages)

[PATCH v2 0/2] mm/damon: Fix fake /proc/loadavg reports
 2021-11-25 16:08 UTC  (3+ messages)
` [PATCH v2 1/2] timers: Implement usleep_idle_range()
` [PATCH v2 2/2] mm/damon/core: Fix fake load reports due to uninterruptible sleeps

[PATCH v4] mm: Defer kmemleak object creation of module_alloc()
 2021-11-25 16:07 UTC  (2+ messages)

[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-11-25 15:18 UTC 

[PATCH] filemap: Remove PageHWPoison check from next_uptodate_page()
 2021-11-25 14:51 UTC  (3+ messages)

[PATCH v2] kthread: dynamically allocate memory to store kthread's full name
 2021-11-25 14:47 UTC  (5+ messages)

[PATCH] mm: page_alloc: Fix building error on -Werror=array-compare
 2021-11-25 13:09 UTC 

[PATCH v6 00/10] mm, device-dax: Introduce compound pages in devmap
 2021-11-25 11:42 UTC  (16+ messages)
` [PATCH v6 01/10] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v6 02/10] mm/page_alloc: split prep_compound_page into head and tail subparts
` [PATCH v6 03/10] mm/page_alloc: refactor memmap_init_zone_device() page init
` [PATCH v6 04/10] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v6 05/10] device-dax: use ALIGN() for determining pgoff
` [PATCH v6 06/10] device-dax: use struct_size()
` [PATCH v6 07/10] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v6 08/10] device-dax: factor out page mapping initialization
` [PATCH v6 09/10] device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()
` [PATCH v6 10/10] device-dax: compound devmap support

Question about virtio_mm: why plug/unplug with 4MB granularity?
 2021-11-25 11:37 UTC  (2+ messages)

[PATCH resend] kmap_local: don't assume kmap PTEs are linear arrays in memory
 2021-11-25 11:00 UTC  (2+ messages)

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-11-25 10:05 UTC  (12+ messages)

[PATCH -V2] mm/rmap: fix potential batched TLB flush race
 2021-11-25  8:39 UTC  (2+ messages)

[PATCH] mm/damon/core: Avoid fake load reports due to uninterruptible sleeps
 2021-11-25  7:49 UTC  (3+ messages)

[BUG] use-after-free in ksm_might_need_to_copy with KSM and swap
 2021-11-25  7:32 UTC  (2+ messages)

arch/powerpc/include/asm/kvm_ppc.h:978:1: sparse: sparse: incorrect type in assignment (different base types)
 2021-11-25  7:16 UTC 

[PATCH] kasan: distinguish kasan report from generic BUG()
 2021-11-25  7:15 UTC  (3+ messages)

[PATCH v5] shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
 2021-11-25  6:45 UTC 

[PATCH] mm/rmap: fix potential batched TLB flush race
 2021-11-25  6:36 UTC  (7+ messages)

[PATCH 0/3] Improve the migration stats
 2021-11-25  5:50 UTC  (12+ messages)
` [PATCH 1/3] mm: migrate: Fix the return value of migrate_pages()
` [PATCH 2/3] mm: migrate: Correct the hugetlb migration stats

[PATCH] mm: Use BUG_ON instead of if condition followed by BUG
 2021-11-25  5:29 UTC  (7+ messages)

[PATCH v4] shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
 2021-11-25  4:07 UTC  (2+ messages)

[PATCH v3] shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
 2021-11-25  2:43 UTC  (3+ messages)

arch/powerpc/include/asm/kvm_ppc.h:978:1: sparse: sparse: incorrect type in assignment (different base types)
 2021-11-25  2:36 UTC 

[PATCH v1 0/9] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2021-11-25  2:12 UTC  (3+ messages)
` [PATCH v1 7/9] lib: add support for device coherent type in test_hmm

mmotm 2021-11-24-15-49 uploaded
 2021-11-25  1:39 UTC  (2+ messages)
` mmotm 2021-11-24-15-49 uploaded (drivers/usb/host/xhci-hub.c)

[PATCH 0/5] Transparent Page Placement for Tiered-Memory
 2021-11-25  1:23 UTC  (7+ messages)
` [PATCH 1/5] Promotion and demotion related statistics
` [PATCH 2/5] NUMA balancing for tiered-memory system
` [PATCH 3/5] Decouple reclaim and allocation for toptier nodes
` [PATCH 4/5] Reclaim to satisfy WMARK_DEMOTE on "
` [PATCH 5/5] active LRU-based promotion to avoid ping-pong

[PATCH v3] mm: Defer kmemleak object creation of module_alloc()
 2021-11-25  1:08 UTC  (3+ messages)

[PATCH 1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-11-25  0:01 UTC  (6+ messages)

[PATCH v2 1/2] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-11-24 23:59 UTC  (2+ messages)
` [PATCH v2 2/2] mm/oom_kill: allow process_mrelease to run under mmap_lock protection

[PATCH] Increase default MLOCK_LIMIT to 8 MiB
 2021-11-24 23:11 UTC  (16+ messages)

arch/powerpc/include/asm/kvm_ppc.h:978:1: sparse: sparse: incorrect type in assignment (different base types)
 2021-11-24 22:52 UTC 

[PATCH v2] mm: thp: update split_queue_len correctly
 2021-11-24 21:19 UTC  (5+ messages)

[PATCH] mm, hugepages: fix size in hugetlb mremap() test
 2021-11-24 21:03 UTC  (6+ messages)
` [PATCH] mm, hugepages: make memory size variable in hugepage-mremap selftest

[PATCH] tsnep: fix platform_no_drv_owner.cocci warnings
 2021-11-24 20:36 UTC  (2+ messages)

[PATCH] mm: migrate: Add more comments for selecting target node randomly
 2021-11-24 19:25 UTC  (2+ messages)

[linux-next:master 3051/3376] drivers/net/dsa/qca8k.c:2231:44: warning: overlapping comparisons always evaluate to true
 2021-11-24 19:17 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).