linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-13 14:54:56 to 2022-01-14 22:07:59 UTC [more...]

incoming
 2022-01-14 22:07 UTC  (91+ messages)
` [patch 001/146] kthread: add the helper function kthread_run_on_cpu()
` [patch 002/146] RDMA/siw: make use of "
` [patch 003/146] ring-buffer: "
` [patch 004/146] rcutorture: "
` [patch 005/146] trace/osnoise: "
` [patch 006/146] trace/hwlat: "
` [patch 007/146] ia64: module: use swap() to make code cleaner
` [patch 008/146] arch/ia64/kernel/setup.c: "
` [patch 009/146] ia64: fix typo in a comment
` [patch 010/146] ia64: topology: use default_groups in kobj_type
` [patch 011/146] scripts/spelling.txt: add "oveflow"
` [patch 012/146] fs/ntfs/attrib.c: fix one kernel-doc comment
` [patch 013/146] squashfs: provide backing_dev_info in order to disable read-ahead
` [patch 014/146] ocfs2: use BUG_ON instead of if condition followed by BUG
` [patch 015/146] ocfs2: clearly handle ocfs2_grab_pages_for_write() return value
` [patch 016/146] ocfs2: use default_groups in kobj_type
` [patch 017/146] ocfs2: remove redundant assignment to pointer root_bh
` [patch 018/146] ocfs2: cluster: use default_groups in kobj_type
` [patch 019/146] ocfs2: remove redundant assignment to variable free_space
` [patch 020/146] fs/ioctl: remove unnecessary __user annotation
` [patch 021/146] mm/slab_common: use WARN() if cache still has objects on destroy
` [patch 022/146] mm: slab: make slab iterator functions static
` [patch 023/146] kmemleak: fix kmemleak false positive report with HW tag-based kasan enable
` [patch 024/146] mm: kmemleak: alloc gray object for reserved region with direct map
` [patch 025/146] mm: defer kmemleak object creation of module_alloc()
` [patch 026/146] mm/page_alloc: split prep_compound_page into head and tail subparts
` [patch 027/146] mm/page_alloc: refactor memmap_init_zone_device() page init
` [patch 028/146] mm/memremap: add ZONE_DEVICE support for compound pages
` [patch 029/146] device-dax: use ALIGN() for determining pgoff
` [patch 030/146] device-dax: use struct_size()
` [patch 031/146] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [patch 032/146] device-dax: factor out page mapping initialization
` [patch 033/146] device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()
` [patch 034/146] device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()
` [patch 035/146] device-dax: compound devmap support
` [patch 036/146] kasan: test: add globals left-out-of-bounds test
` [patch 037/146] kasan: add ability to detect double-kmem_cache_destroy()
` [patch 038/146] kasan: test: add test case for double-kmem_cache_destroy()
` [patch 039/146] kasan: fix quarantine conflicting with init_on_free
` [patch 040/146] mm,fs: split dump_mapping() out from dump_page()
` [patch 041/146] mm/debug_vm_pgtable: update comments regarding migration swap entries
` [patch 042/146] mm/truncate.c: remove unneeded variable
` [patch 043/146] gup: avoid multiple user access locking/unlocking in fault_in_{read/write}able
` [patch 044/146] mm/gup.c: stricter check on THP migration entry during follow_pmd_mask
` [patch 045/146] mm: shmem: don't truncate page if memory failure happens
` [patch 046/146] shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode
` [patch 047/146] mm/frontswap.c: use non-atomic '__set_bit()' when possible
` [patch 048/146] mm: memcontrol: make cgroup_memory_nokmem static
` [patch 049/146] mm/page_counter: remove an incorrect call to propagate_protected_usage()
` [patch 050/146] mm/memcg: add oom_group_kill memory event
` [patch 051/146] memcg: better bounds on the memcg stats updates
` [patch 052/146] mm/memcg: use struct_size() helper in kzalloc()
` [patch 053/146] memcg: add per-memcg vmalloc stat
` [patch 054/146] tools/testing/selftests/vm/userfaultfd.c: use swap() to make code cleaner
` [patch 055/146] mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
` [patch 056/146] mm: rearrange madvise code to allow for reuse
` [patch 057/146] mm: add a field to store names for private anonymous memory
` [patch 058/146] mm: add anonymous vma name refcounting
` [patch 059/146] mm: move anon_vma declarations to linux/mm_inline.h
` [patch 060/146] mm: move tlb_flush_pending inline helpers to mm_inline.h
` [patch 061/146] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
` [patch 062/146] mm: document locking restrictions for vm_operations_struct::close
` [patch 063/146] mm/oom_kill: allow process_mrelease to run under mmap_lock protection
` [patch 064/146] docs/vm: add vmalloced-kernel-stacks document
` [patch 065/146] mm: change page type prior to adding page table entry
` [patch 066/146] mm: ptep_clear() page table helper
` [patch 067/146] mm: page table check
` [patch 068/146] x86: mm: add x86_64 support for "
` [patch 069/146] mm: remove last argument of reuse_swap_page()
` [patch 070/146] mm: remove the total_mapcount argument from page_trans_huge_map_swapcount()
` [patch 071/146] mm: remove the total_mapcount argument from page_trans_huge_mapcount()
` [patch 072/146] mm/dmapool.c: revert "make dma pool to use kmalloc_node"
` [patch 073/146] mm/vmalloc: alloc GFP_NO{FS,IO} for vmalloc
` [patch 074/146] mm/vmalloc: add support for __GFP_NOFAIL
` [patch 075/146] mm/vmalloc: be more explicit about supported gfp flags
` [patch 076/146] mm: allow !GFP_KERNEL allocations for kvmalloc
` [patch 077/146] mm: make slab and vmalloc allocators __GFP_NOLOCKDEP aware
` [patch 078/146] mm: introduce memalloc_retry_wait()
` [patch 079/146] mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%
` [patch 080/146] mm: fix boolreturn.cocci warning
` [patch 081/146] mm: page_alloc: fix building error on -Werror=array-compare
` [patch 082/146] mm: drop node from alloc_pages_vma
` [patch 083/146] include/linux/gfp.h: further document GFP_DMA32
` [patch 084/146] mm/page_alloc.c: modify the comment section for alloc_contig_pages()
` [patch 085/146] mm_zone: add function to check if managed dma zone exists
` [patch 086/146] dma/pool: create dma atomic pool only if dma zone has managed pages
` [patch 087/146] mm/page_alloc.c: do not warn allocation failure on zone DMA if no "
` [patch 088/146] hugetlb: add hugetlb.*.numa_stat file
` [patch 089/146] mm, hugepages: make memory size variable in hugepage-mremap selftest
` [patch 090/146] mm/vmstat: add events for THP max_ptes_* exceeds

[PATCH] mm: use compare-exchange operation to set KASAN page tag
 2022-01-14 21:58 UTC  (2+ messages)

[PATCH] mm/page_isolation: unset migratetype directly for non Buddy page
 2022-01-14 20:50 UTC  (2+ messages)

[PATCH 0/2] shmem: Notify user space when file system is full
 2022-01-14 20:17 UTC  (7+ messages)

[RFC v2] mm: introduce page pin owner
 2022-01-14 18:57 UTC  (11+ messages)

[linux-next:pending-fixes] BUILD SUCCESS e7a3a88568d5ac68f7f8a3eb78ca627fc54c4edc
 2022-01-14 18:51 UTC 

[PATCH v5 1/5] mm/memblock: Tag memblocks with crypto capabilities
 2022-01-14 18:17 UTC  (3+ messages)
  ` [PATCH v5 3/5] x86/e820: Tag e820_entry "

[linux-next:master] BUILD REGRESSION 468c1d50222ce9439c9835e00ab55ae9ced389fb
 2022-01-14 18:12 UTC 

[PATCH v3] mm/oom: do not oom reap task with an unresolved robust futex
 2022-01-14 18:01 UTC 

[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
 2022-01-14 17:15 UTC  (6+ messages)
` [RFC][PATCH 3/3] sched: User Mode Concurency Groups

[RFC 00/16] padata, vfio, sched: Multithreaded VFIO page pinning
 2022-01-14 16:38 UTC  (11+ messages)
` [RFC 15/16] sched/fair: Account kthread runtime debt for CFS bandwidth

[RFC PATCH v3 0/8] Use pageblock_order for cma and alloc_contig_range alignment
 2022-01-14 15:15 UTC  (15+ messages)
` [RFC PATCH v3 2/8] mm: compaction: handle non-lru compound pages properly in isolate_migratepages_block()
` [RFC PATCH v3 3/8] mm: migrate: allocate the right size of non hugetlb or THP compound pages
` [RFC PATCH v3 5/8] mm: page_isolation: check specified range for unmovable pages during isolation
` [RFC PATCH v3 7/8] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size

[PATCH] mm/oom_kill: wake futex waiters before annihilating victim shared mutex
 2022-01-14 14:58 UTC  (9+ messages)

[PATCH] mm: slub: fix a deadlock warning in kmem_cache_destroy
 2022-01-14 14:23 UTC 

[PATCH v3 1/3] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall
 2022-01-14 13:36 UTC  (12+ messages)
` [PATCH v3 2/3] selftests/x86/Makefile: Support per-target $(LIBS) configuration
  ` [PATCH v3 3/3] x86: Add test for arch_prctl(ARCH_VSYSCALL_CONTROL)

[PATCHv2 0/7] Implement support for unaccepted memory
 2022-01-14 13:22 UTC  (6+ messages)
` [PATCHv2 1/7] mm: Add "

[linux-next:master 10745/12279] nfs4file.c:undefined reference to `__get_user_bad'
 2022-01-14 12:57 UTC 

[PATCH] mm: reuse the unshared swapcache page in do_wp_page
 2022-01-14 11:23 UTC  (17+ messages)

[PATCH 1/4] mm/memcg: use NUMA_NO_NODE to indicate allocation from unspecified node
 2022-01-14 11:08 UTC  (9+ messages)
` [PATCH 2/4] mm/memcg: mem_cgroup_per_node is already set to 0 on allocation

[PATCH v3 0/2] Add support for getting page info of ZONE_DEVICE by /proc/kpage*
 2022-01-14 10:18 UTC  (5+ messages)
` [PATCH v3 2/2] proc: Add getting pages info of ZONE_DEVICE support

[PATCH v3] mm: fix panic in __alloc_pages
 2022-01-14 10:01 UTC  (5+ messages)
    ` [PATCH v2 2/4] mm: handle uninitialized numa nodes gracefully

[GIT PULL] memblock: Remove #ifdef __KERNEL__ from memblock.h
 2022-01-14  9:25 UTC 

[RFC PATCH 0/3] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-01-14  9:09 UTC  (13+ messages)
` [RFC PATCH 1/3] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT
` [RFC PATCH 3/3] mm/memcg: Allow the task_obj optimization only on non-PREEMPTIBLE kernels

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-14  6:50 UTC  (6+ messages)
` [PATCH v6 8/9] mm: multigenerational lru: user interface

[PATCH v3 kvm/queue 00/16] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-14  5:53 UTC  (13+ messages)
` [PATCH v3 kvm/queue 01/16] mm/shmem: Introduce F_SEAL_INACCESSIBLE
` [PATCH v3 kvm/queue 14/16] KVM: Handle page fault for private memory

[PATCH -V10 RESEND 0/6] NUMA balancing: optimize memory placement for memory tiering system
 2022-01-14  5:24 UTC  (7+ messages)

[linux-next:pending-fixes] BUILD SUCCESS beebf0a292053779ef65716002cd5e4045f6b366
 2022-01-14  1:03 UTC 

[PATCH v2] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2022-01-14  0:35 UTC  (11+ messages)

linux-next: Tree for Jan 13 (UBSAN: invalid-load in ../mm/swap.c:996:11)
 2022-01-14  0:30 UTC  (4+ messages)

[PATCH 0/3] usable memory range fixes (arm64/fdt/efi)
 2022-01-14  0:22 UTC  (7+ messages)
` [PATCH 1/3] memblock: define functions to set the usable memory range

[RFC PATCH v2 0/5] User Managed Concurrency Groups
 2022-01-13 23:39 UTC  (6+ messages)
` [RFC PATCH v2 1/5] sched/umcg: add WF_CURRENT_CPU and externise ttwu
` [RFC PATCH v2 2/5] x86/uaccess: Implement unsafe_try_cmpxchg_user()
` [RFC PATCH v2 3/5] sched: User Mode Concurency Groups
` [RFC PATCH v2 4/5] sched: UMCG: add a blocked worker list
` [RFC PATCH v2 5/5] sched: UMCG: allow to sys_umcg_kick UMCG servers

[PATCH v2] mm/hwpoison: Fix error page recovered but reported "not recovered"
 2022-01-13 23:11 UTC 

[PATCH 0/2] A small folio API enhancement for 5.17
 2022-01-13 22:08 UTC  (3+ messages)
` [PATCH 1/2] mm: Add folio_put_refs()
` [PATCH 2/2] filemap: Use folio_put_refs() in filemap_free_folio()

[PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2022-01-13 19:02 UTC  (3+ messages)

[RFC PATCH 0/3] Add hugetlb MADV_DONTNEED support
 2022-01-13 18:03 UTC  (4+ messages)
` [RFC PATCH 1/3] mm: enable MADV_DONTNEED for hugetlb mappings
` [RFC PATCH 2/3] selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE test
` [RFC PATCH 3/3] userfaultfd/selftests: enable huegtlb remap and remove event testing

[linux-next:master] BUILD REGRESSION 27c9d5b3c24af29de643533984f1ba3e650c7c78
 2022-01-13 17:41 UTC 

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-13 16:39 UTC  (3+ messages)
` [PATCH v8 29/40] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-13 15:53 UTC  (9+ messages)
` [PATCH v4 09/66] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [PATCH v4 21/66] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v4 22/66] mm: Use maple tree operations for find_vma_intersection() and find_vma()


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