linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-21 00:04:30 to 2022-12-23 15:56:30 UTC [more...]

[PATCH v1 0/2] mm: uffd-wp + change_protection() cleanups
 2022-12-23 15:56 UTC  (2+ messages)
` [PATCH v1 1/2] mm/userfaultfd: rely on vma->vm_page_prot in uffd_wp_range()

revert dma-mapping and vmap API abuse in qcom_q6v5_mss
 2022-12-23 15:51 UTC  (10+ messages)
` [PATCH 1/2] Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use"
` [PATCH 2/2] vmalloc: reject vmap with VM_FLUSH_RESET_PERMS

[PATCH v5 0/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-12-23 15:31 UTC  (5+ messages)
` [PATCH v5 1/3] mm: Merge folio_has_private()/filemap_release_folio() call pairs
` [PATCH v5 2/3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
` [PATCH v5 3/3] mm: Make filemap_release_folio() better inform shrink_folio_list()

[PATCH v11 0/6] Ensure quiet_vmstat() is called when returning to userpace and when idle tick is stopped
 2022-12-23 14:41 UTC  (8+ messages)
` [PATCH v11 1/6] mm/vmstat: Add CPU-specific variable to track a vmstat discrepancy
` [PATCH v11 2/6] mm/vmstat: Use vmstat_dirty to track CPU-specific vmstat discrepancies
` [PATCH v11 3/6] mm/vmstat: manage per-CPU stats from CPU context when NOHZ full
` [PATCH v11 4/6] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick is stopped
` [PATCH v11 5/6] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
` [PATCH v11 6/6] mm/vmstat: avoid queueing work item if cpu stats are clean

[RFC PATCH] mm/thp: check and bail out if page in deferred queue already
 2022-12-23 13:52 UTC 

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-12-23 11:57 UTC  (10+ messages)
` [PATCH RFC v7 01/64] KVM: Fix memslot boundary condition for large page
` [PATCH RFC v7 02/64] KVM: x86: Add KVM_CAP_UNMAPPED_PRIVATE_MEMORY
` [PATCH RFC v7 11/64] KVM: SEV: Support private pages in LAUNCH_UPDATE_DATA
` [PATCH RFC v7 62/64] x86/sev: Add KVM commands for instance certs

[PATCH linux-next] selftests/vm: ksm_functional_tests: fix a typo in comment
 2022-12-23 11:36 UTC  (2+ messages)

[stable:linux-5.15.y 3221/9999] arch/s390/kernel/vtime.c:132:2: error: expected absolute expression
 2022-12-23 10:38 UTC 

[PATCH] virtio_balloon: high order allocation
 2022-12-23  9:40 UTC  (2+ messages)

[syzbot] kernel BUG in collapse_file (2)
 2022-12-23  9:18 UTC 

[linux-next:master 5565/8605] drivers/gpu/drm/nouveau/nvkm/engine/fifo/chan.c:258:2-8: preceding lock on line 251 (fwd)
 2022-12-23  8:47 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 137/175] mm/khugepaged.c:2038:27-31: ERROR: invalid reference to the index variable of the iterator on line 2026 (fwd)
 2022-12-23  8:45 UTC 

[linux-next:master 448/6614] drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c:116:6-9: WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays) (fwd)
 2022-12-23  8:39 UTC 

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-23  8:24 UTC  (18+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH v3 1/3] mm: vmalloc: Avoid calling __find_vmap_area() twice in __vunmap()
 2022-12-23  8:21 UTC  (7+ messages)
` [PATCH v3 2/3] mm: vmalloc: Switch to find_unlink_vmap_area() in vm_unmap_ram()
` [PATCH v3 3/3] mm: vmalloc: Replace BUG_ON() by WARN_ON_ONCE()

[PATCH for v6.1 regression] mm, mremap: fix mremap() expanding vma with addr inside vma
 2022-12-23  8:08 UTC  (2+ messages)
` [PATCH for v6.1 regression] mm, mremap: fix mremap() expanding vma with addr inside vma #forregzbot

[f2fs-dev] [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
 2022-12-23  8:07 UTC  (6+ messages)
` [RFC PATCH] "

[PATCH] string.c: test *cmp for all possible 1-character strings
 2022-12-23  7:56 UTC 

[linus:master] [mm] 0ba09b1733: will-it-scale.per_thread_ops -21.1% regression in mmap1 benchmark
 2022-12-23  6:27 UTC  (9+ messages)

[PATCH v2 0/7] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2022-12-23  4:14 UTC  (4+ messages)
` [PATCH v2 2/7] mm/vmalloc.c: add flags to mark vm_map_ram area

[PATCH] mm/MADV_COLLAPSE: don't expand collapse when vm_end is past requested end
 2022-12-23  1:33 UTC  (4+ messages)

[PATCH v4 0/4] Convert deactivate_page() to folio_deactivate()
 2022-12-23  1:04 UTC  (6+ messages)
` [PATCH v4 1/4] mm/memory: Add vm_normal_folio()
` [PATCH v4 2/4] madvise: Convert madvise_cold_or_pageout_pte_range() to use folios
` [PATCH v4 3/4] mm/damon: Convert damon_pa_mark_accessed_or_deactivate() "
` [PATCH v4 4/4] mm/swap: Convert deactivate_page() to folio_deactivate()

[PATCH] mm/shmem: restore SHMEM_HUGE_DENY precedence over MADV_COLLAPSE
 2022-12-23  0:38 UTC 

[PATCH v1 0/2] mm/hugetlb: uffd-wp fixes for hugetlb_change_protection()
 2022-12-22 23:20 UTC  (7+ messages)
` [PATCH v1 1/2] mm/hugetlb: fix PTE marker handling in hugetlb_change_protection()
` [PATCH v1 2/2] mm/hugetlb: fix uffd-wp handling for migration entries "

[GIT PULL] hotfixes for 6.2-rc1
 2022-12-22 22:46 UTC 

[linux-next:master 15112/15174] drivers/rtc/rtc-ds1307.c:1717:35: error: call to undeclared function 'i2c_client_get_device_id'; ISO C99 and later do not support implicit function declarations
 2022-12-22 22:18 UTC  (4+ messages)

[PATCH v4 0/4] cachestat: a new syscall for page cache state of files
 2022-12-22 21:50 UTC  (6+ messages)
` [PATCH v4 3/4] cachestat: implement cachestat syscall

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-12-22 21:47 UTC  (15+ messages)
` [RFC PATCH v2 33/47] userfaultfd: add UFFD_FEATURE_MINOR_HUGETLBFS_HGM
` [RFC PATCH v2 35/47] userfaultfd: require UFFD_FEATURE_EXACT_ADDRESS when using HugeTLB HGM

[PATCH 1/2] mm: add vma_has_locality()
 2022-12-22 21:37 UTC  (8+ messages)
` [PATCH 2/2] mm: support POSIX_FADV_NOREUSE for generic fadvise handler

[PATCH] mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
 2022-12-22 20:41 UTC 

[PATCH 0/4] update mlock to use folios
 2022-12-22 19:48 UTC  (5+ messages)
` [PATCH 1/4] mm: pagevec: add folio_batch_reinit()
` [PATCH 2/4] mm: mlock: use folios and a folio batch internally
` [PATCH 3/4] mm: mlock: update the interface to use folios
` [PATCH 4/4] Documentation/mm: Update references to __m[un]lock_page() to *_folio()

[PATCH 0/3] arm64: mte: Coredump fixes
 2022-12-22 18:12 UTC  (4+ messages)
` [PATCH 1/3] arm64: mte: Fix double-freeing of the temporary tag storage during coredump
` [PATCH 2/3] elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}
` [PATCH 3/3] arm64: mte: Avoid the racy walk of the vma list during core dump

[PATCH RFC] ipc/mqueue: introduce msg cache
 2022-12-22 17:54 UTC  (5+ messages)

[PATCH v2 1/3] mm: vmalloc: Avoid of calling __find_vmap_area() twise in __vunmap()
 2022-12-22 17:02 UTC  (13+ messages)
` [PATCH v2 2/3] mm: vmalloc: Switch to find_unlink_vmap_area() in vm_unmap_ram()
` [PATCH v2 3/3] mm: vmalloc: Replace BUG_ON() by WARN_ON_ONCE()

[PATCH RFC 0/2] mm: kmem: optimize obj_cgroup pointer retrieval
 2022-12-22 16:21 UTC  (4+ messages)
` [PATCH RFC 2/2] mm: kmem: add direct objcg pointer to task_struct

[RFC][PATCH 00/12] Introduce cmpxchg128() -- aka. the demise of cmpxchg_double()
 2022-12-22 13:16 UTC  (5+ messages)
` [RFC][PATCH 05/12] arch: Introduce arch_{,try_}_cmpxchg128{,_local}()

[PATCH] mm: remove unused alloc_pages_bulk_list()
 2022-12-22 12:44 UTC  (8+ messages)

mainline build failure due to e240e53ae0ab ("mm, slub: add CONFIG_SLUB_TINY")
 2022-12-22 12:06 UTC  (2+ messages)
` mainline build failure due to e240e53ae0ab ("mm, slub: add CONFIG_SLUB_TINY") #forregzbot

[PATCH mm-unstable v3 0/8] mm: multi-gen LRU: memcg LRU
 2022-12-22  4:19 UTC  (9+ messages)
` [PATCH mm-unstable v3 1/8] mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folio
` [PATCH mm-unstable v3 2/8] mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]
` [PATCH mm-unstable v3 3/8] mm: multi-gen LRU: remove eviction fairness safeguard
` [PATCH mm-unstable v3 4/8] mm: multi-gen LRU: remove aging "
` [PATCH mm-unstable v3 5/8] mm: multi-gen LRU: shuffle should_run_aging()
` [PATCH mm-unstable v3 6/8] mm: multi-gen LRU: per-node lru_gen_folio lists
` [PATCH mm-unstable v3 7/8] mm: multi-gen LRU: clarify scan_control flags
` [PATCH mm-unstable v3 8/8] mm: multi-gen LRU: simplify arch_has_hw_pte_young() check

[syzbot] [f2fs?] [tmpfs?] kernel BUG in f2fs_evict_inode
 2022-12-22  2:57 UTC 

[PATCH mm-unstable v2 0/8] mm: multi-gen LRU: memcg LRU
 2022-12-22  0:17 UTC  (10+ messages)
` [PATCH mm-unstable v2 1/8] mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folio
` [PATCH mm-unstable v2 2/8] mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]
` [PATCH mm-unstable v2 3/8] mm: multi-gen LRU: remove eviction fairness safeguard
` [PATCH mm-unstable v2 4/8] mm: multi-gen LRU: remove aging "
` [PATCH mm-unstable v2 5/8] mm: multi-gen LRU: shuffle should_run_aging()
` [PATCH mm-unstable v2 6/8] mm: multi-gen LRU: per-node lru_gen_folio lists
` [PATCH mm-unstable v2 7/8] mm: multi-gen LRU: clarify scan_control flags
` [PATCH mm-unstable v2 8/8] mm: multi-gen LRU: simplify arch_has_hw_pte_young() check

Additional Huge Pages
 2022-12-21 23:43 UTC  (6+ messages)

[PATCH] mm: Move FOLL_* defs to mm_types.h
 2022-12-21 21:57 UTC  (2+ messages)

[PATCH v4 00/39] Shadow stacks for userspace
 2022-12-21 21:42 UTC  (18+ messages)
` [PATCH v4 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v4 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v4 07/39] x86: Add user control-protection fault handler
` [PATCH v4 10/39] x86/mm: Introduce _PAGE_COW

[PATCH v2 0/7] Clean up and refinement for maple tree
 2022-12-21 18:53 UTC  (9+ messages)
` [PATCH v2 1/7] maple_tree: remove extra space and blank line
` [PATCH v2 2/7] maple_tree: remove extra return statement
` [PATCH v2 3/7] maple_tree: use mt_node_max() instead of direct operations mt_max[]
` [PATCH v2 4/7] maple_tree: use macro MA_ROOT_PARENT instead of number
` [PATCH v2 5/7] maple_tree: remove the redundant code
` [PATCH v2 6/7] maple_tree: refine ma_state init from mas_start()
` [PATCH v2 7/7] maple_tree: refine mab_calc_split function

[RFC v3 0/4] move PG_slab flag to page_type
 2022-12-21 17:00 UTC  (4+ messages)
` [RFC v3 1/4] mm/hwpoison: remove MF_MSG_SLAB from action_page_types

[PATCH v2] mm: new primitive kvmemdup()
 2022-12-21 14:42 UTC 

[PATCH v13 2/7] mm: add VM_DROPPABLE for designating always lazily freeable mappings
 2022-12-21 14:23 UTC  (2+ messages)
` [PATCH v13 3/7] x86: mm: Skip faulting instruction for VM_DROPPABLE faults

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-12-21 13:54 UTC  (3+ messages)
` [PATCH 03/13] sh/mm: Make pmd_t similar to pte_t

[PATCH 1/2] mm: vmalloc: Avoid a double lookup of freed VA in a tree
 2022-12-21 11:39 UTC  (5+ messages)
` [PATCH 2/2] mm: vmalloc: Replace BUG_ON() by WARN_ON_ONCE()

[RFC PATCH v2 0/1] ACPI: APEI: Make synchronization errors call
 2022-12-21 11:15 UTC  (7+ messages)
` [RFC PATCH v2 1/1] ACPI: APEI: Make memory_failure() triggered by synchronization errors execute in the current context

[PATCH RFC] mm: implement granular soft-dirty vma support
 2022-12-21  9:01 UTC  (2+ messages)

[PATCH v4 0/3] mm/mprotect: Fix soft-dirty checks
 2022-12-21  8:17 UTC  (11+ messages)
` [PATCH v4 1/3] mm/mprotect: Fix soft-dirty check in can_change_pte_writable()

[syzbot] possible deadlock in page_cache_ra_unbounded
 2022-12-21  8:15 UTC 

[PATCH 1/8] maple_tree: remove extra space and blank line
 2022-12-21  5:18 UTC  (7+ messages)
` [PATCH 6/8] maple_tree: change return type of mas_commit_b_node()
` [PATCH 8/8] maple_tree: refine mab_calc_split function

[PATCH 0/8] Clean up and refinement for maple tree
 2022-12-21  5:03 UTC  (3+ messages)

[syzbot] memory leak in prctl
 2022-12-21  4:46 UTC 

[linux-next:master 14909/15568] fs/pstore/pmsg.c:32: undefined reference to `rt_mutex_lock_nested'
 2022-12-21  4:42 UTC 

[RFC PATCH] mm: remove zap_page_range and change callers to use zap_vma_page_range
 2022-12-21  3:15 UTC  (2+ messages)

[syzbot] INFO: task hung in gfs2_jhead_process_page
 2022-12-21  2:23 UTC 

Travel inquiry
 2022-12-21  1:59 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).