linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-17 01:45:38 to 2021-08-18 05:44:11 UTC [more...]

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-08-18  5:43 UTC  (11+ messages)
` [PATCH RESEND v6 1/9] pagemap: Introduce ->memory_failure()
` [PATCH RESEND v6 2/9] dax: Introduce holder for dax_device
` [PATCH RESEND v6 8/9] md: Implement dax_holder_operations

[PATCH] mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
 2021-08-18  5:32 UTC  (5+ messages)

[PATCH 0/5] Add __alloc_size() for better bounds checking
 2021-08-18  5:31 UTC  (7+ messages)
` [PATCH 1/5] Compiler Attributes: "
` [PATCH 2/5] slab: Add __alloc_size attributes "
` [PATCH 3/5] mm/page_alloc: "
` [PATCH 4/5] percpu: "
` [PATCH 5/5] mm/vmalloc: "

[PATCH 1/2] mm: hwpoison: don't drop slab caches for offlining non-LRU page
 2021-08-18  5:02 UTC  (4+ messages)

[PATCH v1 00/12] Use obj_cgroup APIs to charge the LRU pages
 2021-08-18  4:47 UTC  (7+ messages)
` [PATCH v1 01/12] mm: memcontrol: prepare objcg API for non-kmem usage
` [PATCH v1 03/12] mm: memcontrol: make lruvec lock safe when LRU pages are reparented

[syzbot] kernel BUG in remove_inode_hugepages
 2021-08-18  4:11 UTC  (3+ messages)

[PATCH 5.10.y 00/11] mm: memcontrol: fix nullptr in __mod_lruvec_page_state()
 2021-08-18  2:02 UTC  (8+ messages)
` [PATCH 5.10.y 01/11] mm: memcontrol: Use helpers to read page's memcg data

[linux-next:master 7954/8516] include/linux/trace_events.h:695:81: warning: unused parameter 'bpf_cookie'
 2021-08-18  0:37 UTC  (3+ messages)

[PATCH v6 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-08-18  0:35 UTC  (17+ messages)
` [PATCH v6 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v6 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v6 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v6 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages

[PATCH v2 0/3] More machine check recovery fixes
 2021-08-18  0:29 UTC  (4+ messages)
  ` [PATCH v2 1/3] x86/mce: Avoid infinite loop for copy from user recovery
  ` [PATCH v2 2/3] x86/mce: Change to not send SIGBUS error during copy from user
  ` [PATCH v2 3/3] x86/mce: Drop copyin special case for #MC

[PATCH v5] memblock: make memblock_find_in_range method private
 2021-08-18  0:13 UTC  (2+ messages)

[PATCH 0/4] Cleanups and fixup for memcontrol
 2021-08-17 23:37 UTC  (11+ messages)
` [PATCH 1/4] mm/hwpoison: remove unneeded variable unmap_success
` [PATCH 2/4] mm/hwpoison: fix potential pte_unmap_unlock pte error
` [PATCH 3/4] mm/hwpoison: change argument struct page **hpagep to *hpage
` [PATCH 4/4] mm/hwpoison: fix some obsolete comments

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-08-17 22:13 UTC  (15+ messages)
` [PATCH Part1 RFC v4 15/36] x86/mm: Add support to validate memory when changing C-bit
` [PATCH Part1 RFC v4 16/36] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part1 RFC v4 20/36] x86/sev: Use SEV-SNP AP creation to start secondary CPUs

[linux-next:master 7812/8516] drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:4482:31: sparse: sparse: incompatible types in comparison expression (different address spaces):
 2021-08-17 21:43 UTC 

[PATCH v2] madvise.2: Document MADV_POPULATE_READ and MADV_POPULATE_WRITE
 2021-08-17 21:42 UTC  (2+ messages)

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-17 21:01 UTC  (18+ messages)
` [PATCH v28 09/32] x86/mm: Introduce _PAGE_COW
` [PATCH v28 12/32] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v28 14/32] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v28 16/32] x86/mm: Update maybe_mkwrite() for shadow stack

[PATCH] mm: Changed leading spaces to tabs
 2021-08-17 20:38 UTC 

[PATCH RFC 0/4] mm: Enable PM_SWAP for shmem with PTE_MARKER
 2021-08-17 20:24 UTC  (5+ messages)

[RFC PATCH] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
 2021-08-17 20:21 UTC 

[PATCH 0/9] huge tmpfs: shmem_is_huge() fixes and cleanups
 2021-08-17 20:16 UTC  (12+ messages)
` [PATCH 1/9] huge tmpfs: fix fallocate(vanilla) advance over huge pages
` [PATCH 2/9] huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
` [PATCH 3/9] huge tmpfs: remove shrinklist addition from shmem_setattr()
` [PATCH 4/9] huge tmpfs: revert shmem's use of transhuge_vma_enabled()
` [PATCH 5/9] huge tmpfs: move shmem_huge_enabled() upwards
` [PATCH 6/9] huge tmpfs: SGP_NOALLOC to stop collapse_file() on race
` [PATCH 7/9] huge tmpfs: shmem_is_huge(vma, inode, index)
` [PATCH 8/9] huge tmpfs: decide stat.st_blksize by shmem_is_huge()
` [PATCH 9/9] shmem: shmem_writepage() split unlikely i915 THP

[PATCH v4 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-17 19:53 UTC  (12+ messages)
` [PATCH v4 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock

[PATCH] mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
 2021-08-17 19:45 UTC  (5+ messages)

[linux-next:master 285/8516] drivers/gpu/drm/i915/gem/i915_gem_ttm.c:360:55: warning: unused parameter 'bdev'
 2021-08-17 19:43 UTC 

[PATCH net-next] net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
 2021-08-17 19:40 UTC 

[linux-next:master 3921/8516] include/linux/seq_file.h:247:9: warning: 'strncpy' output may be truncated copying 4 bytes from a string of length 4
 2021-08-17 18:59 UTC 

[PATCH RESEND 0/8] hugetlb: add demote/split page functionality
 2021-08-17 18:49 UTC  (7+ messages)

[PATCH v4] mm: Enable suspend-only swap spaces
 2021-08-17 18:32 UTC  (7+ messages)

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-17 16:50 UTC  (13+ messages)
                    ` Removing Mandatory Locks

[PATCH RESEND 00/17] Resend bitmap patches
 2021-08-17 16:35 UTC  (4+ messages)
` [PATCH 17/17] vsprintf: rework bitmap_list_string

[PATCH v2 00/61] Introducing the Maple Tree
 2021-08-17 15:47 UTC  (62+ messages)
` [PATCH v2 01/61] radix tree test suite: Add pr_err define
` [PATCH v2 04/61] radix tree test suite: Add support for slab bulk APIs
` [PATCH v2 02/61] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v2 03/61] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v2 05/61] Maple Tree: Add new data structure
` [PATCH v2 06/61] mm: Start tracking VMAs with maple tree
` [PATCH v2 07/61] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [PATCH v2 09/61] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v2 08/61] mm/mmap: Use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v2 10/61] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v2 12/61] xen/privcmd: Optimized privcmd_ioctl_mmap() by using vma_lookup()
` [PATCH v2 13/61] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v2 11/61] mm: Remove rb tree
` [PATCH v2 16/61] mm: Use maple tree operations for find_vma_intersection() and find_vma()
` [PATCH v2 15/61] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v2 17/61] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v2 14/61] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v2 18/61] mm: Remove vmacache
` [PATCH v2 19/61] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v2 21/61] mm/mmap: Reorganize munmap to use maple states
` [PATCH v2 20/61] mm/mmap: Convert count_vma_pages_range() to use ma_state
` [PATCH v2 22/61] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v2 24/61] arch/arm64: Remove mmap linked list from vdso
` [PATCH v2 23/61] mm: Introduce vma_next() and vma_prev()
` [PATCH v2 26/61] arch/powerpc: Remove mmap linked list from mm/book3s32/tlb
` [PATCH v2 25/61] arch/parisc: Remove mmap linked list from kernel/cache
` [PATCH v2 28/61] arch/s390: Use maple tree iterators instead of linked list
` [PATCH v2 27/61] arch/powerpc: Remove mmap linked list from mm/book3s64/subpage_prot
` [PATCH v2 31/61] drivers/misc/cxl: Use maple tree iterators for cxl_prefault_vma()
` [PATCH v2 30/61] arch/xtensa: Use maple tree iterators for unmapped area
` [PATCH v2 29/61] arch/x86: Use maple tree iterators for vdso/vma
` [PATCH v2 33/61] fs/binfmt_elf: Use maple tree iterators for fill_files_note()
` [PATCH v2 32/61] drivers/tee/optee: Use maple tree iterators for __check_mem_type()
` [PATCH v2 34/61] fs/coredump: Use maple tree iterators in place of linked list
` [PATCH v2 38/61] fs/userfaultfd: Stop using vma "
` [PATCH v2 37/61] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v2 36/61] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v2 35/61] fs/exec: Use vma_next() instead "
` [PATCH v2 39/61] ipc/shm: Stop using the vma "
` [PATCH v2 41/61] kernel/events/core: Use maple tree iterators instead of "
` [PATCH v2 40/61] kernel/acct: "
` [PATCH v2 45/61] arch/um/kernel/tlb: Stop using "
` [PATCH v2 42/61] kernel/events/uprobes: Use maple tree iterators instead of "
` [PATCH v2 44/61] kernel/sys: "
` [PATCH v2 43/61] kernel/sched/fair: "
` [PATCH v2 46/61] bpf: Remove VMA "
` [PATCH v2 48/61] mm/khugepaged: Use maple tree iterators instead of vma "
` [PATCH v2 47/61] mm/gup: Use maple tree navigation instead of "
` [PATCH v2 51/61] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v2 49/61] mm/ksm: Use maple tree iterators instead of vma linked list
` [PATCH v2 52/61] mm/mempolicy: "
` [PATCH v2 50/61] mm/madvise: Use vma_next "
` [PATCH v2 54/61] mm/mprotect: Use maple tree navigation "
` [PATCH v2 56/61] mm/msync: Use vma_next() "
` [PATCH v2 53/61] mm/mlock: Use maple tree iterators "
` [PATCH v2 55/61] mm/mremap: Use vma_next() "
` [PATCH v2 57/61] mm/oom_kill: Use maple tree iterators "
` [PATCH v2 59/61] mm/swapfile: Use maple tree iterator "
` [PATCH v2 58/61] mm/pagewalk: Use vma_next() "
` [PATCH v2 60/61] mm: Remove the "
` [PATCH v2 61/61] mm/mmap: Drop range_has_overlap() function

[PATCH v11 5/9] Reimplement RLIMIT_MSGQUEUE on top of ucounts
 2021-08-17 15:47 UTC  (2+ messages)

[PATCH 0/5] x86: Impplement support for unaccepted memory
 2021-08-17 15:00 UTC  (12+ messages)
` [PATCH 1/5] mm: Add "

[PATCH] remap_file_pages: Use vma_lookup() instead of find_vma()
 2021-08-17 14:03 UTC  (2+ messages)

[linux-next:master 3640/8516] WARNING: modpost: vmlinux.o(.text.unlikely+0x5a40): Section mismatch in reference from the function init_bounce_bioset() to the variable .init.data:initcall_level_names
 2021-08-17 13:38 UTC 

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-08-17 11:01 UTC  (2+ messages)

[PATCH v4 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock
 2021-08-17  9:34 UTC  (8+ messages)

[linux-next:master 282/8423] drivers/gpu/drm/i915/gem/i915_gem_ttm.c:137:60: warning: unused parameter 'bo'
 2021-08-17  9:07 UTC 

[PATCH] mm, slub: add cpus_read_lock/unlock() for slab_mem_going_offline_callback()
 2021-08-17  7:57 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION b9011c7e671dbbf59bb753283ddfd03f0c9eb865
 2021-08-17  7:44 UTC 

[PATCH] mm: bootmem_info: mark __init on register_page_bootmem_info_section
 2021-08-17  7:17 UTC  (2+ messages)

[PATCH v6 0/2] hwpoison: fix race with hugetlb page allocation
 2021-08-17  5:40 UTC  (10+ messages)
` [PATCH v6 1/2] mm,hwpoison: "

[PATCH v1] mm/hwpoison: Retry with shake_page() for unhandlable pages
 2021-08-17  5:37 UTC 

mmotm 2021-08-16-22-16 uploaded
 2021-08-17  5:16 UTC 

[PATCH v2 00/19] ARC mm updates: support 3/4 levels and asm-generic/pgalloc
 2021-08-17  5:04 UTC  (8+ messages)
` [PATCH v2 16/19] ARC: mm: support 3 levels of page tables

[PATCH] mmflags.h: add missing __GFP_ZEROTAGS and __GFP_SKIP_KASAN_POISON names
 2021-08-17  4:59 UTC  (3+ messages)

[linux-next:master 5608/8423] drivers/cxl/core/bus.c:516:1: warning: stack frame size (1032) exceeds limit (1024) in function 'devm_cxl_add_decoder'
 2021-08-17  4:57 UTC 

[linux-next:master 7690/8423] igc_main.c:undefined reference to `ptp_clock_event'
 2021-08-17  3:29 UTC 

[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
 2021-08-17  3:21 UTC  (7+ messages)
` [PATCH V7 12/18] x86/pks: Add PKS fault callbacks
` [PATCH V7 14/18] memremap_pages: Add memremap.pks_fault_mode


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