linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-03 06:31:35 to 2022-05-04 18:29:12 UTC [more...]

[PATCH v2 00/26] Folio patches for 5.19
 2022-05-04 18:28 UTC  (6+ messages)
` [PATCH v2 01/26] shmem: Convert shmem_alloc_hugepage() to use vma_alloc_folio()
` [PATCH v2 02/26] mm/huge_memory: Convert do_huge_pmd_anonymous_page() "
` [PATCH v2 04/26] mm: Remove alloc_pages_vma()
` [PATCH v2 06/26] vmscan: Convert the writeback handling in shrink_page_list() to folios
` [PATCH v2 07/26] swap: Turn get_swap_page() into folio_alloc_swap()

[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
 2022-05-04 18:17 UTC  (24+ messages)
` [PATCH RFC v6 01/21] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v6 02/21] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v6 03/21] dept: Apply Dept to spinlock
` [PATCH RFC v6 04/21] dept: Apply Dept to mutex families
` [PATCH RFC v6 05/21] dept: Apply Dept to rwlock
` [PATCH RFC v6 06/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH RFC v6 07/21] dept: Apply Dept to seqlock
` [PATCH RFC v6 08/21] dept: Apply Dept to rwsem
` [PATCH RFC v6 09/21] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v6 10/21] dept: Introduce split map concept and new APIs for them
` [PATCH RFC v6 11/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH RFC v6 12/21] dept: Apply SDT to swait
` [PATCH RFC v6 13/21] dept: Apply SDT to wait(waitqueue)
` [PATCH RFC v6 14/21] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH RFC v6 15/21] dept: Distinguish each syscall context from another
` [PATCH RFC v6 16/21] dept: Distinguish each work "
` [PATCH RFC v6 17/21] dept: Disable Dept within the wait_bit layer by default
` [PATCH RFC v6 18/21] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH RFC v6 19/21] dept: Differentiate onstack maps from others of different tasks in class
` [PATCH RFC v6 20/21] dept: Do not add dependencies between events within scheduler and sleeps
` [PATCH RFC v6 21/21] dept: Unstage wait when tagging a normal sleep wait

[PATCH -next v6 0/6]mm: page_table_check: add support on arm64 and riscv
 2022-05-04 17:26 UTC  (5+ messages)
` [PATCH -next v6 5/6] arm64/mm: Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK

[PATCH v8 0/8] x86: Show in sysfs if a memory node is able to do encryption
 2022-05-04 17:18 UTC  (3+ messages)

[PATCH] mm/vmalloc: Use raw_cpu_ptr() for vmap_block_queue access
 2022-05-04 17:03 UTC 

RFC: Memory Tiering Kernel Interfaces
 2022-05-04 17:02 UTC  (16+ messages)

[PATCH] mm,doc: Add new documentation structure
 2022-05-04 17:01 UTC  (5+ messages)

[PATCH] mm: don't be stuck to rmap lock on reclaim path
 2022-05-04 16:55 UTC  (8+ messages)

Memory allocation on speculative fastpaths
 2022-05-04 16:52 UTC  (10+ messages)

[linux-next:master 408/8237] drivers/net/wireless/ath/ath11k/wow.c:712 ath11k_wow_op_resume() warn: inconsistent returns '&ar->conf_mutex'
 2022-05-04 16:23 UTC  (2+ messages)

[PATCH v3 0/2] mm: fix cma allocation fail sometimes
 2022-05-04 15:52 UTC  (8+ messages)
` [PATCH v3 1/2] mm: cma: fix allocation may "

[PATCH 0/1] Prepare for maple tree
 2022-05-04  1:14 UTC  (31+ messages)
` [PATCH 1/1] mips: rename mt_init to mips_mt_init
` [PATCH v9 15/69] damon: Convert __damon_va_three_regions to use the VMA iterator
` [PATCH v9 16/69] proc: remove VMA rbtree use from nommu
  ` [PATCH v9 17/69] mm: remove rb tree
  ` [PATCH v9 20/69] mm: optimize find_exact_vma() to use vma_lookup()
  ` [PATCH v9 23/69] mm: use maple tree operations for find_vma_intersection()
  ` [PATCH v9 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
  ` [PATCH v9 25/69] mm: remove vmacache
  ` [PATCH v9 24/69] mm/mmap: use advanced maple tree API for mmap_region()
  ` [PATCH v9 28/69] mm/mmap: reorganize munmap to use maple states
  ` [PATCH v9 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
  ` [PATCH v9 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
  ` [PATCH v9 33/69] powerpc: remove mmap linked list walks
  ` [PATCH v9 36/69] xtensa: remove vma "
  ` [PATCH v9 39/69] um: remove vma linked list walk
  ` [PATCH v9 37/69] cxl: "
  ` [PATCH v9 42/69] fs/proc/base: use maple tree iterators in place of linked list
  ` [PATCH v9 41/69] exec: use VMA iterator instead "
  ` [PATCH v9 40/69] coredump: remove vma linked list walk
  ` [PATCH v9 44/69] userfaultfd: use maple tree iterator to iterate VMAs
  ` [PATCH v9 45/69] ipc/shm: use VMA iterator instead of linked list
  ` [PATCH v9 46/69] acct: "
  ` [PATCH v9 47/69] perf: use VMA iterator
  ` [PATCH v9 49/69] fork: "
  ` [PATCH v9 57/69] mm/mlock: use vma iterator and maple state instead of vma linked list
  ` [PATCH v9 60/69] mm/msync: use vma_find() "
  ` [PATCH v9 64/69] i915: use the VMA iterator
  ` [PATCH v9 63/69] mm/swapfile: use vma iterator instead of vma linked list
  ` [PATCH v9 66/69] riscv: use vma iterator for vdso
  ` [PATCH v9 69/69] mm/mmap.c: pass in mapping to __vma_link_file()

mm/shmem: turn shmem_alloc_page() into shmem_alloc_folio()
 2022-05-04 13:36 UTC 

[PATCH][next] mm/shmem: Fix check on uninitialized pointer 'folio'
 2022-05-04 13:21 UTC 

[PATCHv5 00/12] mm, x86/cc: Implement support for unaccepted memory
 2022-05-04 11:12 UTC  (12+ messages)
` [PATCHv5 02/12] mm: Add "
` [PATCHv5 06/12] x86/boot/compressed: Handle "
` [PATCHv5 07/12] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv5 08/12] x86/mm: Provide helpers for unaccepted memory

[PATCH -next v4 0/7]arm64: add machine check safe support
 2022-05-04 10:26 UTC  (3+ messages)
` [PATCH -next v4 4/7] arm64: add copy_{to, from}_user to machine check safe

[linux-next:master 5123/8237] mips64el-linux-ld: warning: orphan section `.ctors.65436' from `drivers/cxl/core/suspend.o' being placed in section `.ctors.65436'
 2022-05-04 10:15 UTC 

[RFC PATCH v3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-05-04  9:32 UTC  (3+ messages)

[linux-next:master 3720/8237] mips64el-linux-ld: warning: orphan section `.ctors.65436' from `drivers/pinctrl/meson/pinctrl-meson.o' being placed in section `.ctors.65436'
 2022-05-04  9:01 UTC 

[linux-next:master 6728/8237] drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c:1433 amdgpu_discovery_get_vcn_info() error: buffer overflow 'adev->vcn.vcn_codec_disable_mask' 2 <= 3
 2022-05-04  8:27 UTC 

[PATCH v8 00/70] Introducing the Maple Tree
 2022-05-04  7:37 UTC  (20+ messages)
` [PATCH v8 23/70] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()

[PATCH RFC lsfmm 0/6] mm: proactive reclaim and memory tiering topics
 2022-05-04  7:26 UTC  (7+ messages)
` [PATCH 1/6] drivers/base/node: cleanup register_node()
` [PATCH 2/6] mm/vmscan: use node_is_toptier helper in node_reclaim

[linux-next:master 4629/8237] drivers/video/fbdev/omap/hwa742.c:492:5: warning: no previous prototype for 'hwa742_update_window_async'
 2022-05-04  5:07 UTC 

[PATCH] mm/shmem/shmem_swapin_folio(): Fix uninitialized use of folio
 2022-05-04  4:57 UTC 

[PATCH RESEND] selftests/damon: add damon to selftests root Makefile
 2022-05-04  4:50 UTC  (6+ messages)
` [PATCH v2 1/2] selftests/damon: suppress compiler warnings for huge_count_read_write
  ` [PATCH v2 2/2] selftests/damon: add damon to selftests root Makefile

[syzbot] INFO: task hung in hci_dev_close_sync
 2022-05-04  4:48 UTC 

[PATCH v9 0/4] add hugetlb_optimize_vmemmap sysctl
 2022-05-04  3:37 UTC  (8+ messages)
` [PATCH v9 1/4] mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosses page boundaries
` [PATCH v9 2/4] mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=on
` [PATCH v9 3/4] mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing

[PATCH v2 0/3] Fix cache flush issues considering PMD sharing
 2022-05-04  2:50 UTC  (8+ messages)
` [PATCH v2 2/3] mm: rmap: Move the cache flushing to the correct place for hugetlb "
` [PATCH v2 3/3] mm: rmap: Use flush_cache_range() to flush cache for hugetlb pages

[PATCH 0/3] RISC-V: Add Bitmanip/Scalar Crypto HWCAP
 2022-05-04  2:39 UTC  (4+ messages)
` [PATCH 1/3] RISC-V: add Bitmanip/Scalar Crypto parsing from DT

[PATCH v4 04/13] mm/khugepaged: make hugepage allocation context-specific
 2022-05-04  2:25 UTC  (3+ messages)
` [mm/khugepaged] 0d006aeaf9: BUG:unable_to_handle_page_fault_for_address

[PATCH v9 00/69] Maple Tree v9
 2022-05-04  1:07 UTC  (16+ messages)
` [PATCH v9 02/69] radix tree test suite: add pr_err define
` [PATCH v9 01/69] Maple Tree: add new data structure
` [PATCH v9 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v9 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v9 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v9 06/69] radix tree test suite: add lockdep_is_held to header
` [PATCH v9 07/69] lib/test_maple_tree: add testing for maple tree
` [PATCH v9 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v9 09/69] mm: add VMA iterator
` [PATCH v9 08/69] mm: start tracking VMAs with maple tree
` [PATCH v9 12/69] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v9 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v9 11/69] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v9 14/69] kernel/fork: use maple tree for dup_mmap() during forking

[PATCH 1/2] mm/mlock: not handle NULL vma specially
 2022-05-04  0:39 UTC  (2+ messages)
` [PATCH 2/2] mm/mlock: start is always smaller then vm_end

[PATCH v5 0/4] memcg: introduce per-memcg proactive reclaim
 2022-05-04  0:13 UTC  (3+ messages)
` [PATCH v5 1/4] memcg: introduce per-memcg reclaim interface

[PATCH v8 16/70] damon: Convert __damon_va_three_regions to use the VMA iterator
 2022-05-03 23:40 UTC  (2+ messages)

[next] mm: libhugetlbfs: WARNING: at mm/page_alloc.c:5368 __alloc_pages
 2022-05-03 22:26 UTC  (4+ messages)

[PATCH] mm/damon/sysfs: fix pid leak under fvaddr ops use case
 2022-05-03 22:05 UTC 

[linux-stable-rc:queue/5.4 83/83] fs/hugetlbfs/inode.c:211:40: error: implicit declaration of function 'arch_get_mmap_end'
 2022-05-03 19:15 UTC 

[PATCH] mm/mprotect: reduce Committed_AS if memory protection is changed to PROT_NONE
 2022-05-03 18:35 UTC  (3+ messages)

[linux-next:master 7462/8237] mm/shmem.c:1704:7: warning: variable 'folio' is used uninitialized whenever 'if' condition is true
 2022-05-03 18:13 UTC 

[PATCH] mm: fix is_pinnable_page against on cma page
 2022-05-03 18:12 UTC  (11+ messages)

[PATCH] MAINTAINERS: Add a mailing list for DAMON development
 2022-05-03 18:07 UTC 

[linux-next:master 7457/8237] mm/shmem.c:721:20: error: call to __compiletime_assert_289 declared with 'error' attribute: BUILD_BUG failed
 2022-05-03 17:53 UTC 

[linux-next:master 7462/8237] mm/shmem.c:1761:12: warning: 'folio' is used uninitialized
 2022-05-03 17:53 UTC 

[linux-next:master 7459/8237] mm/shmem.c:2354:8: warning: variable 'page' is uninitialized when used here
 2022-05-03 17:22 UTC 

[PATCH v10 00/13] Convert powerpc to default topdown mmap layout (v10)
 2022-05-03 16:29 UTC  (3+ messages)
` [PATCH v10 01/13] mm, hugetlbfs: Allow for "high" userspace addresses

[PATCH] mm/page_alloc: cache the result of node_dirty_ok()
 2022-05-03 16:19 UTC  (2+ messages)

[linux-next:master 7454/8237] include/linux/compiler_types.h:352:45: error: call to '__compiletime_assert_205' declared with attribute error: BUILD_BUG failed
 2022-05-03 15:27 UTC 

[PATCH] efi: stub: prefer mirrored memory for randomized allocations
 2022-05-03 15:21 UTC 

[PATCH 00/21] Folio patches for 5.19
 2022-05-03 15:14 UTC  (8+ messages)
` [PATCH 16/21] mm/shmem: Convert shmem_add_to_page_cache to take a folio

[next] powerpc: multiple definition of `____cacheline_aligned'; sound/core/oss/pcm_oss.o:(.bss+0x40): first defined here
 2022-05-03 14:03 UTC  (2+ messages)

[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
 2022-05-03 13:33 UTC  (8+ messages)
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping

[PATCH] mmap locking API: Fix missed mmap_sem references in comments
 2022-05-03 11:33 UTC 

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-05-03 11:12 UTC  (11+ messages)

[PATCH v2 0/9] introduce mirrored memory support for arm64
 2022-05-03  9:58 UTC  (3+ messages)
` [PATCH 0/2] Add support to relocate kernel image to mirrored region

[linux-next:master 7267/7959] drivers/firmware/arm_scmi/driver.c:1214 scmi_iterator_run() warn: variable dereferenced before check 'i' (see line 1210)
 2022-05-03  8:30 UTC 

[linux-next:master 1066/8035] arch/arm/mach-omap2/dma.c:82:10-16: Unneeded variable: "errata". Return "0" on line 161
 2022-05-03  8:23 UTC  (6+ messages)
` [PATCH] ARM: dove: fix returnvar.cocci warnings

[next] i386: kunit: ASSERTION FAILED at mm/kfence/kfence_test.c:547
 2022-05-03  7:42 UTC  (7+ messages)

[PATCH v4 08/13] mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
 2022-05-03  7:21 UTC  (2+ messages)


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