linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v1 0/4] Enable >0 order folio memory compaction
 2024-01-02 20:50 UTC  (5+ messages)

[PATCH v5 40/40] 9p: Use netfslib read/write_iter
 2024-01-02 20:37 UTC  (7+ messages)
` [PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib
  ` [PATCH v5 33/40] netfs, cachefiles: Pass upper bound length to allow expansion

[PATCH v5 00/11] mempolicy2, mbind2, and weighted interleave
 2024-01-02 20:30 UTC  (21+ messages)
` [PATCH v5 10/11] mm/mempolicy: add the mbind2 syscall
  ` [PATCH v5 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
  ` [PATCH v5 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
  ` [PATCH v5 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
  ` [PATCH v5 08/11] mm/mempolicy: add set_mempolicy2 syscall
  ` [PATCH v5 09/11] mm/mempolicy: add get_mempolicy2 syscall

[PATCH v3 00/11] Mitigate a vmap lock contention v3
 2024-01-02 18:46 UTC  (12+ messages)
` [PATCH v3 01/11] mm: vmalloc: Add va_alloc() helper
` [PATCH v3 02/11] mm: vmalloc: Rename adjust_va_to_fit_type() function
` [PATCH v3 03/11] mm: vmalloc: Move vmap_init_free_space() down in vmalloc.c
` [PATCH v3 04/11] mm: vmalloc: Remove global vmap_area_root rb-tree
` [PATCH v3 05/11] mm/vmalloc: remove vmap_area_list
` [PATCH v3 06/11] mm: vmalloc: Remove global purge_vmap_area_root rb-tree
` [PATCH v3 07/11] mm: vmalloc: Offload free_vmap_area_lock lock
` [PATCH v3 08/11] mm: vmalloc: Support multiple nodes in vread_iter
` [PATCH v3 09/11] mm: vmalloc: Support multiple nodes in vmallocinfo
` [PATCH v3 10/11] mm: vmalloc: Set nr_nodes based on CPUs in a system
` [PATCH v3 11/11] mm: vmalloc: Add a shrinker to drain vmap pools

[PATCH v1] mm: abstract shadow stack vma behind arch_is_shadow_stack_vma
 2024-01-02 18:45 UTC  (6+ messages)

vmalloc search size larger than the size it is actually needed
 2024-01-02 18:37 UTC 

[PATCH v2 0/9] swapin refactor for optimization and unified readahead
 2024-01-02 17:53 UTC  (10+ messages)
` [PATCH v2 1/9] mm/swapfile.c: add back some comment
` [PATCH v2 2/9] mm/swap: move no readahead swapin code to a stand-alone helper
` [PATCH v2 3/9] mm/swap: avoid doing extra unlock error checks for direct swapin
` [PATCH v2 4/9] mm/swap: always account swapped in page into current memcg
` [PATCH v2 5/9] mm/swap: introduce swapin_entry for unified readahead policy
` [PATCH v2 6/9] mm/swap: handle swapcache lookup in swapin_entry
` [PATCH v2 7/9] mm/swap: avoid a duplicated swap cache lookup for SWP_SYNCHRONOUS_IO
` [PATCH v2 8/9] mm/swap: introduce a helper for swapin without vmfault
` [PATCH v2 9/9] mm/swap, shmem: use new swapin helper to skip readahead conditionally

[PATCH v5 0/2] Add swappiness argument to memory.reclaim
 2024-01-02 17:43 UTC  (6+ messages)
` [PATCH v5 2/2] mm: add swapiness= arg "

[PATCH v3 0/2] kvm: arm64: allow vm to select DEVICE_* and
 2024-01-02 17:26 UTC  (10+ messages)
` [PATCH v3 2/2] kvm: arm64: set io memory s2 pte as normalnc for vfio pci devices

[PATCH 1/1] userfaultfd: fix move_pages_pte() splitting folio under RCU read lock
 2024-01-02 16:58 UTC  (3+ messages)

[linux-next:master] [btrfs] 8d99361835: stress-ng.link.ops_per_sec -18.0% regression
 2024-01-02 16:26 UTC  (2+ messages)

[PATCH] mm: memory: use nth_page() in clear/copy_subpage()
 2024-01-02 16:11 UTC  (5+ messages)

[PATCH v3 00/34] kmsan: Enable on s390
 2024-01-02 16:10 UTC  (21+ messages)
` [PATCH v3 15/34] mm: slub: Unpoison the memchr_inv() return value
` [PATCH v3 24/34] s390/cpumf: Unpoison STCCTM output buffer
` [PATCH v3 25/34] s390/diag: Unpoison diag224() "
` [PATCH v3 26/34] s390/ftrace: Unpoison ftrace_regs in kprobe_ftrace_handler()
` [PATCH v3 28/34] s390/mm: Define KMSAN metadata for vmalloc and modules
` [PATCH v3 29/34] s390/string: Add KMSAN support
` [PATCH v3 32/34] s390/unwind: Disable KMSAN checks
` [PATCH v3 33/34] s390: Implement the architecture-specific kmsan functions
` [PATCH v3 34/34] kmsan: Enable on s390
  ` [PATCH v3 30/34] s390/traps: Unpoison the kernel_stack_overflow()'s pt_regs
  ` [PATCH v3 01/34] ftrace: Unpoison ftrace_regs in ftrace_ops_list_func()

[PATCH 0/4] Remove some lruvec page accounting functions
 2024-01-02 15:58 UTC  (4+ messages)
` [PATCH 2/4] slab: Convert __kmalloc_large_node() and free_large_kmalloc() to use folios

[RFC PATCH v1] tools/mm: Add thpmaps script to dump THP usage info
 2024-01-02 15:38 UTC 

[PATCH v2 00/17] kexec: Allow preservation of ftrace buffers
 2024-01-02 15:20 UTC  (13+ messages)
` [PATCH v2 02/17] memblock: Declare scratch memory as CMA
` [PATCH v2 04/17] kexec: Add KHO parsing support
` [PATCH v2 07/17] kexec: Add documentation for KHO
` [PATCH v2 06/17] kexec: Add config option "
  ` [PATCH v2 17/17] devicetree: Add bindings for ftrace KHO

[linux-next:master 10859/12059] drivers/cxl/core/region.c:556:25: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'resource_size_t' {aka 'unsigned int'}
 2024-01-02 14:56 UTC 

[PATCH] mm: zswap: fix the lack of page lru flag in zswap_writeback_entry
 2024-01-02 14:09 UTC  (4+ messages)
  ` [External] "

[syzbot] [mm?] KMSAN: uninit-value in shrinker_alloc
 2024-01-02 13:55 UTC 

[PATCH v3 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-01-02 13:12 UTC  (8+ messages)
` [PATCH v3 1/7] hugetlb: code clean for hugetlb_hstate_alloc_pages
` [PATCH v3 2/7] hugetlb: split hugetlb_hstate_alloc_pages
` [PATCH v3 3/7] padata: dispatch works on different nodes
` [PATCH v3 4/7] hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
` [PATCH v3 5/7] hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATA
` [PATCH v3 6/7] hugetlb: parallelize 2M hugetlb allocation and initialization
` [PATCH v3 7/7] hugetlb: parallelize 1G hugetlb initialization

[PATCH 00/15] stackdepot: allow evicting stack traces
 2024-01-02 12:59 UTC  (7+ messages)
` [PATCH 11/15] stackdepot: use read/write lock

[PATCH mm 00/21] kasan: save mempool stack traces
 2024-01-02 12:54 UTC  (2+ messages)

[PATCH v3] LoongArch: Fix and simplify fcsr initialization on execve
 2024-01-02 12:37 UTC 

[PATCH v2 0/6] Remove some lruvec page accounting functions
 2024-01-02 11:56 UTC  (13+ messages)
` [PATCH v2 1/6] mm: Remove inc/dec lruvec page state functions
` [PATCH v2 2/6] slub: Use alloc_pages_node() in alloc_slab_page()
` [PATCH v2 3/6] slub: Use folio APIs in free_large_kmalloc()
` [PATCH v2 4/6] slub: Use a folio in __kmalloc_large_node
` [PATCH v2 5/6] mm/khugepaged: Use a folio more in collapse_file()
` [PATCH v2 6/6] mm/memcontrol: Remove __mod_lruvec_page_state()

[PATCH 00/50] big header dependency cleanup targeting sched.h
 2024-01-02 11:39 UTC  (11+ messages)
` [PATCH 33/50] Split out irqflags_types.h
  ` [PATCH 42/50] sem: Split out sem_types.h
` [PATCH 44/50] restart_block: Trim includes
  ` [PATCH 50/50] Kill sched.h dependency on rcupdate.h

[PATCH v2] LoongArch: Fix and simplify fcsr initialization on execve
 2024-01-02 11:20 UTC  (5+ messages)
  ` MIPS: fcsr31 may be dirty after execve when kernel preempt is enabled (was: Re: [PATCH v2] LoongArch: Fix and simplify fcsr initialization on execve)

[syzbot] [mm?] BUG: unable to handle kernel NULL pointer dereference in __kmap_local_page_prot
 2024-01-02 11:09 UTC 

bio_vec, bv_page and folios
 2024-01-02 10:24 UTC  (4+ messages)

[PATCH] kernel: Introduce a write lock/unlock wrapper for tasklist_lock
 2024-01-02  9:14 UTC  (6+ messages)

[PATCH] mm/selftests: hugepage-mremap: conform test to TAP format output
 2024-01-02  8:19 UTC 

[PATCH] LoongArch: Fix and simplify fcsr initialization on execve
 2024-01-02  8:09 UTC  (3+ messages)

[syzbot] [virtualization?] KMSAN: uninit-value in virtqueue_add (4)
 2024-01-02  7:38 UTC 

[PATCH 00/13] mm/gup: Unify hugetlb, part 2
 2024-01-02  6:30 UTC  (8+ messages)
` [PATCH 03/13] mm: Provide generic pmd_thp_or_huge()
` [PATCH 05/13] mm: Introduce vma_pgtable_walk_{begin|end}()

[PATCHv6 1/1] mm: optimization on page allocation when CMA enabled
 2024-01-02  5:50 UTC  (5+ messages)

reply: reply: reply: [RFC PATCH 1/1] mm: mark folio accessed in minor fault
 2024-01-02  5:46 UTC 

[Patch v2] selftests/mm: gup_test: conform test to TAP format output
 2024-01-02  5:38 UTC 

[RFC PATCH 1/1] mm: mark folio accessed in minor fault
 2024-01-02  5:36 UTC  (15+ messages)
                ` reply: "
                      ` reply: "

[PATCH] selftests: mm: hugepage-mmap: conform to TAP format output
 2024-01-02  5:32 UTC 

[PATCH v4 00/11] mempolicy2, mbind2, and weighted interleave
 2024-01-02  4:08 UTC  (6+ messages)

[PATCH 0/4] riscv: support fast gup
 2024-01-02  3:25 UTC  (11+ messages)
` [PATCH 1/4] riscv: tlb: fix __p*d_free_tlb()
` [PATCH 2/4] riscv: tlb: convert __p*d_free_tlb() to inline functions
` [PATCH 3/4] riscv: enable MMU_GATHER_RCU_TABLE_FREE for SMP && MMU
` [PATCH 4/4] riscv: enable HAVE_FAST_GUP if MMU

[PATCH 0/2] riscv: tlb: avoid tlb flushing on exit & execve
 2024-01-02  3:12 UTC  (7+ messages)
` [PATCH 1/2] mm/tlb: fix fullmm semantics
` [PATCH 2/2] riscv: tlb: avoid tlb flushing if fullmm == 1

[PATCH 0/2] hugetlbfs: Adjustments for two function implementations
 2024-01-02  2:57 UTC  (3+ messages)
` [PATCH 1/2] hugetlbfs: Improve a size determination in two functions

[PATCH 1/1] mm: memory-failure: Re-split hw-poisoned huge page on -EAGAIN
 2024-01-02  2:41 UTC  (5+ messages)
` [PATCH v2 1/2] mm: memory-failure: Make memory_failure_queue_delayed() helper
  ` [PATCH v2 2/2] mm: memory-failure: Re-split hw-poisoned huge page on -EAGAIN

[PATCH v2] mm: fix shrink nr.unqueued_dirty counter issue
 2024-01-02  1:19 UTC 

6.6.8 stable: crash in folio_mark_dirty
 2024-01-01 14:11 UTC  (12+ messages)

[PATCH] selftests/mm: conform test to TAP format output
 2024-01-01 12:28 UTC 

[PATCH, REBASED 1/2] mm, treewide: Introduce NR_PAGE_ORDERS
 2024-01-01 11:15 UTC  (3+ messages)

[PATCH 1/2] selftests/mm: conform test to TAP format output
 2024-01-01  8:36 UTC  (2+ messages)
` [PATCH 2/2] selftests/mm: skip test if application doesn't has root privileges

Looking back on DAMON development in 2023
 2023-12-31 22:22 UTC 

[linux-next:master 3789/10295] drivers/media/i2c/st-mipid02.c:396:1-7: WARNING: do_div() does a 64-by-32 division, please consider using div64_s64 instead. (fwd)
 2023-12-31 19:43 UTC 

[syzbot] [mm?] INFO: rcu detected stall in dput (8)
 2023-12-31 19:35 UTC 

[PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support
 2023-12-31 16:44 UTC  (9+ messages)
` [PATCH v1 01/26] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH v1 02/26] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH v1 03/26] iommu/amd: Don't rely on external callers to enable IOMMU SNP support
` [PATCH v1 04/26] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v1 05/26] x86/mtrr: Don't print errors if MtrrFixDramModEn is set when SNP enabled
` [PATCH v1 26/26] crypto: ccp: Add the SNP_SET_CONFIG command

[linux-next:master 3785/10295] thp7312.c:undefined reference to `firmware_upload_unregister'
 2023-12-31 13:32 UTC 

[RFC PATCH v3 00/11] Introduce mseal()
 2023-12-31  6:39 UTC  (3+ messages)
` [RFC PATCH v3 10/11] selftest mm/mseal memory sealing

[linux-next:master 5482/10295] arch/riscv/kvm/../../../virt/kvm/eventfd.c:335:19: error: implicit declaration of function 'eventfd_ctx_fileget'; did you mean 'eventfd_ctx_fdget'?
 2023-12-31  0:33 UTC 

[linux-next:master 9336/10295] ld.lld: error: undefined symbol: devm_led_classdev_register_ext
 2023-12-31  0:02 UTC 

[patch 0/3] lib/percpu_counter, cpu/hotplug: Cure the cpu_dying_mask woes
 2023-12-30 22:39 UTC  (2+ messages)

Wе'rе unablе tο bill yοu
 2023-12-30 18:31 UTC 

[PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-30 17:23 UTC  (36+ messages)
` [PATCH v11 01/35] KVM: Add hugepage support for dedicated guest memory
` [PATCH v11 02/35] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory
` [PATCH v11 03/35] KVM: Use AS_INACCESSIBLE when creating guest_memfd inode
` [PATCH v11 04/35] KVM: x86: Add gmem hook for initializing memory
` [PATCH v11 05/35] KVM: x86: Add gmem hook for invalidating memory
` [PATCH v11 06/35] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults
` [PATCH v11 07/35] KVM: x86: Add KVM_X86_SNP_VM vm_type
` [PATCH v11 08/35] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH v11 09/35] KVM: x86: Determine shared/private faults based on vm_type
` [PATCH v11 10/35] KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
` [PATCH v11 11/35] KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y
` [PATCH v11 12/35] KVM: SEV: Add support to handle AP reset MSR protocol
` [PATCH v11 13/35] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH v11 14/35] KVM: SEV: Add initial SEV-SNP support
` [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command
` [PATCH v11 16/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH v11 17/35] KVM: Add HVA range operator
` [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH v11 19/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH v11 20/35] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT
` [PATCH v11 21/35] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH v11 22/35] KVM: SEV: Add support to handle "
` [PATCH v11 23/35] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH v11 24/35] KVM: SEV: Add support to handle RMP nested page faults
` [PATCH v11 25/35] KVM: SEV: Use a VMSA physical address variable for populating VMCB
` [PATCH v11 26/35] KVM: SEV: Support SEV-SNP AP Creation NAE event
` [PATCH v11 27/35] KVM: SEV: Add support for GHCB-based termination requests
` [PATCH v11 28/35] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH v11 29/35] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH v11 30/35] KVM: x86: Add gmem hook for determining max NPT mapping level
` [PATCH v11 31/35] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v11 32/35] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH v11 33/35] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v11 34/35] crypto: ccp: Add the SNP_SET_CONFIG_{START,END} commands
` [PATCH v11 35/35] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-12-29 21:41 UTC  (4+ messages)
` [PATCH v10 20/50] KVM: SEV: Select CONFIG_KVM_SW_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox