linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-06 14:27:22 to 2022-09-07 08:10:13 UTC [more...]

[linux-next:master 4880/5667] drivers/gpu/drm/vkms/vkms_formats.c:91:35: sparse: sparse: cast to restricted __le16
 2022-09-07  8:09 UTC 

[PATCH] mm/page_owner.c: remove redudant drain_all_pages
 2022-09-07  8:01 UTC 

[syzbot] linux-next boot error: KASAN: slab-out-of-bounds Read in _find_next_bit
 2022-09-07  7:17 UTC  (5+ messages)

[PATCH v2 0/3] page_owner: print stacks and their counter
 2022-09-07  7:14 UTC  (7+ messages)
` [PATCH v2 2/3] mm, page_owner: Add page_owner_stacks file to print out only "

[PATCH v5 0/4] mm/slub: some debug enhancements for kmalloc
 2022-09-07  7:10 UTC  (5+ messages)
` [PATCH v5 1/4] mm/slub: enable debugging memory wasting of kmalloc
` [PATCH v5 2/4] mm/slub: only zero the requested size of buffer for kzalloc
` [PATCH v5 3/4] mm: kasan: Add free_meta size info in struct kasan_cache
` [PATCH v5 4/4] mm/slub: extend redzone check to extra allocated kmalloc space than requested

[linux-next:master 4809/5667] kernel/bpf/hashtab.c:1059:30: sparse: sparse: incorrect type in assignment (different address spaces)
 2022-09-07  6:04 UTC 

[PATCH v2 1/3] mm: reuse pageblock_start/end_pfn() macro
 2022-09-07  6:08 UTC  (3+ messages)
` [PATCH v2 2/3] mm: add pageblock_align() macro
` [PATCH v2 3/3] mm: add pageblock_aligned() macro

[PATCH -next] secretmem: use ATOMIC_INIT() to initialize secretmem_users
 2022-09-07  5:58 UTC  (2+ messages)

Potentially undesirable interactions between vfork() and time namespaces
 2022-09-07  5:33 UTC  (5+ messages)

[PATCH v2 0/6] begin converting hugetlb code to folios
 2022-09-07  5:23 UTC  (9+ messages)
` [PATCH v2 1/6] mm/hugetlb: add folio support to hugetlb specific flag macros
` [PATCH v2 2/6] mm: add private field of first tail to struct page and struct folio
` [PATCH v2 3/6] mm/hugetlb: add hugetlb_folio_subpool() helper
` [PATCH v2 4/6] mm/hugetlb: add hugetlb_set_folio_subpool() helper
` [PATCH v2 5/6] hugetlbfs: convert hugetlb_delete_from_page_cache() to use folios
` [PATCH v2 6/6] mm/hugetlb add folio_hstate()

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-09-07  5:14 UTC  (10+ messages)
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address

[PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-09-07  4:50 UTC  (20+ messages)

[PATCH 0/3] memcg: reduce memory overhead of memory cgroups
 2022-09-07  4:35 UTC  (4+ messages)
` [PATCH 1/3] memcg: extract memcg_vmstats from struct mem_cgroup
` [PATCH 2/3] memcg: rearrange code
` [PATCH 3/3] memcg: reduce size of memcg vmstats structures

[PATCH v2 0/4] mm, hwpoison: improve handling workload related to hugetlb and memory_hotplug
 2022-09-07  4:12 UTC  (10+ messages)
` [PATCH v2 1/4] mm,hwpoison,hugetlb,memory_hotplug: hotremove memory section with hwpoisoned hugepage
` [PATCH v2 2/4] mm/hwpoison: move definitions of num_poisoned_pages_* to memory-failure.c
` [PATCH v2 3/4] mm/hwpoison: pass pfn to num_poisoned_pages_*()

[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
 2022-09-07  3:30 UTC  (10+ messages)
` [PATCH 4/8] hugetlb: handle truncate racing with page faults

[PATCH -next v3 0/2] watermark related improvement on zone movable
 2022-09-07  3:29 UTC  (4+ messages)
` [PATCH -next v3 2/2] mm: sysctl: Introduce per zone watermark_scale_factor

[PATCHv8 00/11] Linear Address Masking enabling
 2022-09-07  3:19 UTC  (3+ messages)
` [PATCHv8 09/11] selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address masking

[lib/find_bit] cbf7464bcc: BUG:KASAN:slab-out-of-bounds_in_find_next_bit
 2022-09-07  3:09 UTC  (2+ messages)

[linux-next:master 4808/5667] kernel/bpf/memalloc.c:139:48: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-09-07  2:23 UTC 

[PATCH -next] mm/hwpoison: add __init/__exit annotations to module init/exit funcs
 2022-09-07  1:59 UTC  (2+ messages)

[linux-next:master 4066/5667] drivers/crypto/hisilicon/qm.c:5469:9: error: implicit declaration of function 'pci_aer_clear_nonfatal_status'; did you mean 'pci_aer_clear_uncorrect_error_status'?
 2022-09-07  1:52 UTC 

[PATCH v2] mm: use mem_map_offset instead of mem_map_next
 2022-09-07  1:26 UTC  (4+ messages)

[RFC PATCH RESEND 00/28] per-VMA locks proposal
 2022-09-07  0:58 UTC  (30+ messages)
` [RFC PATCH RESEND 05/28] mm: add per-VMA lock and helper functions to control it
` [RFC PATCH RESEND 06/28] mm: mark VMA as locked whenever vma->vm_flags are modified
` [RFC PATCH RESEND 07/28] kernel/fork: mark VMAs as locked before copying pages during fork
` [RFC PATCH RESEND 08/28] mm/khugepaged: mark VMA as locked while collapsing a hugepage
` [RFC PATCH RESEND 09/28] mm/mempolicy: mark VMA as locked when changing protection policy
` [RFC PATCH RESEND 10/28] mm/mmap: mark VMAs as locked in vma_adjust
` [RFC PATCH RESEND 11/28] mm/mmap: mark VMAs as locked before merging or splitting them
` [RFC PATCH RESEND 12/28] mm/mremap: mark VMA as locked while remapping it to a new address range
` [RFC PATCH RESEND 19/28] mm: disallow do_swap_page to handle page faults under VMA lock

[PATCH 00/13] Fix the DAX-gup mistake
 2022-09-07  0:54 UTC  (8+ messages)

[PATCH v14 00/70] Introducing the Maple Tree
 2022-09-07  0:24 UTC  (73+ messages)
` [PATCH v14 02/70] radix tree test suite: add pr_err define
` [PATCH v14 01/70] Maple Tree: add new data structure
` [PATCH v14 04/70] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v14 03/70] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v14 05/70] radix tree test suite: add support for slab bulk APIs
` [PATCH v14 06/70] radix tree test suite: add lockdep_is_held to header
` [PATCH v14 07/70] lib/test_maple_tree: add testing for maple tree
` [PATCH v14 08/70] mm: start tracking VMAs with "
` [PATCH v14 11/70] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v14 10/70] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v14 09/70] mm: add VMA iterator
` [PATCH v14 14/70] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v14 12/70] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v14 13/70] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v14 17/70] mm: remove rb tree
` [PATCH v14 16/70] proc: remove VMA rbtree use from nommu
` [PATCH v14 15/70] damon: convert __damon_va_three_regions to use the VMA iterator
` [PATCH v14 20/70] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v14 18/70] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v14 19/70] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v14 22/70] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v14 21/70] mm/khugepaged: optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v14 23/70] mm: use maple tree operations for find_vma_intersection()
` [PATCH v14 24/70] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v14 25/70] mm: remove vmacache
` [PATCH v14 26/70] mm: convert vma_lookup() to use mtree_load()
` [PATCH v14 28/70] mm/mmap: reorganize munmap to use maple states
` [PATCH v14 27/70] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v14 29/70] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v14 30/70] arm64: remove mmap linked list from vdso
` [PATCH v14 31/70] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v14 32/70] parisc: remove mmap linked list from cache handling
` [PATCH v14 33/70] powerpc: remove mmap linked list walks
` [PATCH v14 34/70] s390: remove vma "
` [PATCH v14 35/70] x86: "
` [PATCH v14 38/70] optee: remove vma linked list walk
` [PATCH v14 36/70] xtensa: remove vma linked list walks
` [PATCH v14 37/70] cxl: remove vma linked list walk
` [PATCH v14 39/70] um: "
` [PATCH v14 41/70] exec: use VMA iterator instead of linked list
` [PATCH v14 40/70] coredump: remove vma linked list walk
` [PATCH v14 42/70] fs/proc/base: use the vma iterators in place of linked list
` [PATCH v14 43/70] fs/proc/task_mmu: stop using linked list and highest_vm_end
` [PATCH v14 44/70] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v14 45/70] ipc/shm: use VMA iterator instead of linked list
` [PATCH v14 46/70] acct: "
` [PATCH v14 47/70] perf: use VMA iterator
` [PATCH v14 50/70] bpf: remove VMA linked list
` [PATCH v14 49/70] fork: use VMA iterator
` [PATCH v14 48/70] sched: use maple tree iterator to walk VMAs
` [PATCH v14 52/70] mm/khugepaged: stop using vma linked list
` [PATCH v14 51/70] mm/gup: use maple tree navigation instead of "
` [PATCH v14 55/70] mm/memcontrol: stop using mm->highest_vm_end
` [PATCH v14 54/70] mm/madvise: use vma_find() instead of vma linked list
` [PATCH v14 53/70] mm/ksm: use vma iterators "
` [PATCH v14 57/70] mm/mlock: use vma iterator and maple state "
` [PATCH v14 56/70] mm/mempolicy: use vma iterator & "
` [PATCH v14 58/70] mm/mprotect: use maple tree navigation instead of VMA "
` [PATCH v14 59/70] mm/mremap: use vma_find_intersection() instead of vma "
` [PATCH v14 60/70] mm/msync: use vma_find() "
` [PATCH v14 61/70] mm/oom_kill: use vma iterators "
` [PATCH v14 64/70] i915: use the VMA iterator
` [PATCH v14 63/70] mm/swapfile: use vma iterator instead of vma linked list
` [PATCH v14 62/70] mm/pagewalk: use vma_find() "
` [PATCH v14 65/70] nommu: remove uses of VMA "
` [PATCH v14 67/70] mm/vmscan: Use vma iterator instead of vm_next
` [PATCH v14 66/70] riscv: use vma iterator for vdso
` [PATCH v14 70/70] mm/mmap.c: pass in mapping to __vma_link_file()
` [PATCH v14 68/70] mm: remove the vma linked list
` [PATCH v14 69/70] mm/mmap: drop range_has_overlap() function

[syzbot] usb-testing boot error: BUG: unable to handle kernel paging request in follow_page_mask
 2022-09-07  0:22 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 840126e36e8ff272cb63158646433fa1324533d9
 2022-09-07  0:10 UTC 

BUG: HANG_DETECT waiting for migration_cpu_stop() complete
 2022-09-07  0:07 UTC 

[PATCH v4 0/4] memblock tests: add NUMA tests for memblock_alloc_try_nid*
 2022-09-06 23:43 UTC  (4+ messages)
` [PATCH v4 1/4] memblock tests: add simulation of physical memory with multiple NUMA nodes

[linux-next:master 4364/5667] include/linux/string.h:303:42: warning: 'strnlen' specified bound 4 exceeds source size 3
 2022-09-06 23:19 UTC 

[PATCH v8] mm/hmm/test: use char dev with struct device to get device node
 2022-09-06 23:13 UTC  (2+ messages)

[PATCH v2] mm/slub: fix to return errno if kmalloc() fails
 2022-09-06 21:34 UTC  (2+ messages)

[PATCH] mm/slub: fix to return errno if kmalloc() fails
 2022-09-06 21:33 UTC  (2+ messages)

[linux-next:master 4752/5667] sound/soc/codecs/tas2562.c:442:13: warning: variable 'ret' set but not used
 2022-09-06 21:32 UTC 

[linux-next:master 3731/5667] kismet: WARNING: unmet direct dependencies detected for PINCTRL_IMX when selected by PINCTRL_IMX8MM
 2022-09-06 21:09 UTC 

[PATCH mm-unstable] mm/khugepaged: fix struct collapse_control load_node definition
 2022-09-06 20:27 UTC  (5+ messages)

[PATCH] mm/huge_memory: don't clear active swapcache entry from page->private
 2022-09-06 19:06 UTC 

[PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
 2022-09-06 18:44 UTC  (3+ messages)

[PATCH v2] mm/vmalloc: Extend find_vmap_lowest_match_check with extra arguments
 2022-09-06 18:27 UTC  (3+ messages)

[PATCH v13 00/70] Introducing the Maple Tree
 2022-09-06 18:04 UTC  (11+ messages)
` [PATCH v13 51/70] mm/gup: use maple tree navigation instead of linked list
` [PATCH v13 52/70] mm/khugepaged: stop using vma "
` [PATCH v13 54/70] mm/madvise: use vma_find() instead of "
` [PATCH v13 53/70] mm/ksm: use vma iterators "
` [PATCH v13 59/70] mm/mremap: use vma_find_intersection() "

[RFC PATCH 00/30] Code tagging framework and applications
 2022-09-06 18:20 UTC  (18+ messages)

[PATCH] mm/damon/core: iterate the regions list from current point in damon_set_regions()
 2022-09-06 18:20 UTC  (2+ messages)

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-09-06 17:50 UTC  (9+ messages)
` [PATCHv7 02/14] mm: Add "

[PATCH v2] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-09-06 17:13 UTC  (3+ messages)

[PATCH] mm: use mem_map_offset instead of mem_map_next
 2022-09-06 17:04 UTC  (3+ messages)

[PATCH v9 0/8] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-09-06 16:52 UTC  (4+ messages)
` [PATCH v9 2/8] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()

[PATCH] mm: Check writable zero page in page table check
 2022-09-06 16:42 UTC  (4+ messages)

[mm/sl[au]b] 3c4cafa313: canonical_address#:#[##]
 2022-09-06 15:11 UTC  (4+ messages)

[PATCH v2 0/3] Add tests trying to memblock_add() or memblock_reserve() 129th region
 2022-09-06 14:49 UTC  (4+ messages)
` [PATCH v2 1/3] memblock test: Add test to memblock_add() "


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