linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-26 09:25:36 to 2022-10-27 10:27:45 UTC [more...]

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-27 10:27 UTC  (12+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed
` [PATCH v9 7/8] KVM: Handle page fault for private memory

[linux-next:pending-fixes] BUILD SUCCESS d9c5422a13a5b0923a295758e1302cac9a2eacbb
 2022-10-27 10:16 UTC 

[PATCH] mm/vmscan: respect cpuset policy during page demotion
 2022-10-27 10:16 UTC  (27+ messages)

[Resend PATCHv2] mm: use stack_depot for recording kmemleak's backtrace
 2022-10-27  9:50 UTC 

[PATCH v9 0/9] x86: Show in sysfs if a memory node is able to do encryption
 2022-10-27  8:57 UTC  (4+ messages)

/proc/kcore reads 0's for vmap_block
 2022-10-27  8:54 UTC  (2+ messages)

[PATCH v6 00/21] TDX host kernel support
 2022-10-27  8:42 UTC  (26+ messages)
` [PATCH v6 01/21] x86/tdx: Use enum to define page level of TDX supported page sizes
` [PATCH v6 02/21] x86/virt/tdx: Detect TDX during kernel boot
` [PATCH v6 03/21] x86/virt/tdx: Disable TDX if X2APIC is not enabled
` [PATCH v6 04/21] x86/virt/tdx: Use all boot-time system memory as TDX memory
` [PATCH v6 05/21] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v6 06/21] x86/virt/tdx: Implement functions to make SEAMCALL
` [PATCH v6 07/21] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v6 08/21] x86/virt/tdx: Do TDX module global initialization
` [PATCH v6 09/21] x86/virt/tdx: Do logical-cpu scope TDX module initialization
` [PATCH v6 10/21] x86/virt/tdx: Get information about TDX module and TDX-capable memory
` [PATCH v6 11/21] x86/virt/tdx: Sanity check all TDX memory ranges are convertible memory
` [PATCH v6 12/21] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
` [PATCH v6 13/21] x86/virt/tdx: Create "
` [PATCH v6 14/21] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
` [PATCH v6 15/21] x86/virt/tdx: Set up reserved areas for all TDMRs
` [PATCH v6 16/21] x86/virt/tdx: Reserve TDX module global KeyID
` [PATCH v6 17/21] x86/virt/tdx: Configure TDX module with TDMRs and "
` [PATCH v6 18/21] x86/virt/tdx: Configure global KeyID on all packages
` [PATCH v6 19/21] x86/virt/tdx: Initialize all TDMRs
` [PATCH v6 20/21] x86/virt/tdx: Flush cache in kexec() when TDX is enabled
` [PATCH v6 21/21] Documentation/x86: Add documentation for TDX host support

[PATCH] x86/uaccess: instrument copy_from_user_nmi()
 2022-10-27  8:05 UTC  (4+ messages)

[PATCH v3] mempool: Do not use ksize() for poisoning
 2022-10-27  8:03 UTC  (4+ messages)

[linux-next:master 2780/3509] lib/zstd/compress/huf_compress.c:460 HUF_getIndex() warn: the 'RANK_POSITION_LOG_BUCKETS_BEGIN' macro might need parens
 2022-10-27  7:59 UTC 

[PATCH STABLE 5.10] mm/memory: add non-anonymous page check in the copy_present_page()
 2022-10-27  7:54 UTC  (7+ messages)

[linux-next:master 3550/3827] include/asm-generic/div64.h:222:35: warning: comparison of distinct pointer types lacks a cast
 2022-10-27  7:49 UTC 

[PATCH 0/1] Dead stores in maple-tree
 2022-10-27  7:43 UTC  (5+ messages)
` [PATCH 1/1] lib: maple_tree: remove unneeded initialization in mtree_range_walk()

[PATCH] mm/mmap: Fix memory leak in mmap_region()
 2022-10-27  7:30 UTC  (2+ messages)

[PATCH 00/13] Clean up pmd_get_atomic() and i386-PAE
 2022-10-27  7:27 UTC  (12+ messages)
` [PATCH 01/13] mm: Update ptep_get_lockless()s comment

[linux-next:master 2035/3509] ERROR: modpost: "iosapic_serial_irq" [drivers/tty/serial/8250/8250_parisc.ko] undefined!
 2022-10-27  7:19 UTC  (2+ messages)

[PATCH v11 0/9] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-10-27  7:11 UTC  (3+ messages)
` [PATCH v11 3/9] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()

[RFC] memory tiering: use small chunk size and more tiers
 2022-10-27  6:59 UTC 

[PATCHv3 0/9] zsmalloc/zram: configurable zspage size
 2022-10-27  4:26 UTC  (10+ messages)
` [PATCHv3 1/9] zram: add size class equals check into recompression
` [PATCHv3 2/9] zsmalloc: turn zspage order into runtime variable
` [PATCHv3 3/9] zsmalloc: move away from page order defines
` [PATCHv3 4/9] zsmalloc: make huge class watermark zs_pool member
` [PATCHv3 5/9] zram: huge size watermark cannot be global
` [PATCHv3 6/9] zsmalloc: pass limit on pages per-zspage to zs_create_pool()
` [PATCHv3 7/9] zram: add pages_per_pool_page device attribute
` [PATCHv3 8/9] Documentation: document zram pages_per_pool_page attribute
` [PATCHv3 9/9] zsmalloc: break out of loop when found perfect zspage order

[PATCH] maple_tree: Reorganize testing to restore module testing
 2022-10-27  4:06 UTC  (3+ messages)

[PATCH] mm: hugetlb_vmemmap: remove redundant list_del()
 2022-10-27  3:36 UTC 

[PATCH] mm: vmscan: split khugepaged stats from direct reclaim stats
 2022-10-27  2:41 UTC  (7+ messages)

[RFC PATCH] mm: move xa forward when run across zombie page
 2022-10-27  1:57 UTC  (18+ messages)

[PATCH -next 1/1] mm: hugetlb_vmemmap: Fix WARN_ON in vmemmap_remap_pte
 2022-10-27  1:42 UTC  (4+ messages)

[PATCH v2] hugetlb: don't delete vma_lock in hugetlb MADV_DONTNEED processing
 2022-10-27  1:12 UTC  (4+ messages)

[PATCH 0/2] riscv: Rewrite percpu operations and support cmpxchg-local feature
 2022-10-27  1:05 UTC  (6+ messages)
` [PATCH 1/2] riscv: percpu:Add riscv percpu operations
` [PATCH 2/2] riscv:kconfig:select HAVE_CMPXCHG_LOCAL

[PATCH v3] hugetlb: simplify hugetlb handling in follow_page_mask
 2022-10-27  0:34 UTC  (3+ messages)

[PATCH v2 00/12] mm/damon: cleanup and refactoring code
 2022-10-26 23:08 UTC  (14+ messages)
` [PATCH v2 01/12] mm/damon/core: split out DAMOS-charged region skip logic into a new function
` [PATCH v2 02/12] mm/damon/core: split damos application "
` [PATCH v2 03/12] mm/damon/core: split out scheme stat update "
` [PATCH v2 04/12] mm/damon/core: split out scheme quota adjustment "
` [PATCH v2 05/12] mm/damon/sysfs: use damon_addr_range for regions' start and end values
` [PATCH v2 06/12] mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()
` [PATCH v2 07/12] mm/damon/sysfs: move sysfs_lock to common module
` [PATCH v2 08/12] mm/damon/sysfs: move unsigned long range directory "
` [PATCH v2 09/12] mm/damon/sysfs: split out kdamond-independent schemes stats update logic into a new function
` [PATCH v2 10/12] mm/damon/sysfs: split out schemes directory implementation to separate file
` [PATCH v2 11/12] mm/damon/modules: deduplicate init steps for DAMON context setup
` [PATCH v2 12/12] mm/damon/{reclaim,lru_sort}: remove unnecessarily included headers

[PATCH v4 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-10-26 22:52 UTC  (8+ messages)
` [PATCH v4 2/4] kvm: Add KVM_PFN_ERR_SIGPENDING
` [PATCH v4 3/4] kvm: Add interruptible flag to __gfn_to_pfn_memslot()
` [PATCH v4 4/4] kvm: x86: Allow to respond to generic signals during slow PF

[linux-next:master 2780/3509] arch/x86/boot/compressed/../../../../lib/zstd/decompress/zstd_decompress_block.c:1577 ZSTD_decompressSequences_body() warn: inconsistent indenting
 2022-10-26 22:02 UTC 

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-26 21:59 UTC  (7+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description

[PATCH 0/5] Implement writeback for zsmalloc
 2022-10-26 20:06 UTC  (6+ messages)
` [PATCH 1/5] zswap: fix writeback lock ordering "
` [PATCH 2/5] zsmalloc: Consolidate zs_pool's migrate_lock and size_class's locks
` [PATCH 3/5] zsmalloc: Add a LRU to zs_pool to keep track of zspages in LRU order
` [PATCH 4/5] zsmalloc: Add ops fields to zs_pool to store evict handlers
` [PATCH 5/5] zsmalloc: Implement writeback mechanism for zsmalloc

[PATCH v4 0/3] THP Shrinker
 2022-10-26 19:43 UTC  (6+ messages)
` [PATCH v4 2/3] mm: changes to split_huge_page() to free zero filled tail pages

[BUG] hugetlbfs_no_page vs MADV_DONTNEED race leading to SIGBUS
 2022-10-26 19:38 UTC  (2+ messages)

[RFC PATCH] fs/hugetlb: Fix UBSAN warning reported on hugetlb
 2022-10-26 18:11 UTC  (5+ messages)

[PATCH] mm/khugepaged: Refactor mm_khugepaged_scan_file tracepoint to remove filename from function call
 2022-10-26 18:10 UTC  (2+ messages)

[PATCH] mm: multi-gen LRU: Move lru_gen_add_mm() out of IRQ-off region
 2022-10-26 18:08 UTC  (2+ messages)

[PATCH v2] mm: vmscan: split khugepaged stats from direct reclaim stats
 2022-10-26 18:01 UTC 

[PATCH v2 0/2] mm: Allow kmalloc() allocations below ARCH_KMALLOC_MINALIGN
 2022-10-26 17:46 UTC  (13+ messages)
` [PATCH v2 1/2] mm: slab: Introduce __GFP_PACKED for smaller kmalloc() alignments
` [PATCH v2 2/2] treewide: Add the __GFP_PACKED flag to several non-DMA kmalloc() allocations

[linux-next:pending-fixes] BUILD SUCCESS c1dbfef21dfb3632d4843f5fe2ec3c688c56c85c
 2022-10-26 16:59 UTC 

[linux-next:master] BUILD SUCCESS WITH WARNING 60eac8672b5b6061ec07499c0f1b79f6d94311ce
 2022-10-26 16:59 UTC 

[PATCH] mm/khugepaged: Initialize index and nr in collapse_file()
 2022-10-26 16:39 UTC  (3+ messages)

[syzbot] WARNING in __split_huge_page_tail
 2022-10-26 16:17 UTC  (5+ messages)

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-10-26 15:43 UTC  (15+ messages)
` [PATCH v14 08/14] mm: multi-gen LRU: support page table walks

[PATCH 0/2] Configurable order free page reporting in hyper-v
 2022-10-26 15:33 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] mm/page_reporting: Add checks for page_reporting_order param

[PATCH] maple_tree: mas_anode_descend() clang-analyzer clean up
 2022-10-26 15:14 UTC 

[PATCH] maple_tree: Remove pointer to pointer use in mas_alloc_nodes()
 2022-10-26 15:13 UTC 

[PATCH v1 0/2] mm: In-kernel support for memory-deny-write-execute (MDWE)
 2022-10-26 15:04 UTC  (3+ messages)
` [PATCH v1 1/2] mm: Implement memory-deny-write-execute as a prctl
` [PATCH v1 2/2] kselftest: vm: add tests for memory-deny-write-execute

[PATCH v12 7/7] x86/crash: Add x86 crash hotplug support
 2022-10-26 14:54 UTC  (11+ messages)

[PATCH V13 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-26 13:44 UTC  (5+ messages)
` [PATCH V13 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

[PATCH] selftests: vm: use 1 MB hugepage size for s390
 2022-10-26 12:44 UTC  (3+ messages)

[PATCH] maple_tree: Update copyright dates for test code
 2022-10-26 12:43 UTC  (6+ messages)

amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
 2022-10-26 12:29 UTC  (14+ messages)

[PATCH v3 0/9] mm: introduce Designated Movable Blocks
 2022-10-26 12:02 UTC  (4+ messages)

[PATCHv2 0/9] zsmalloc/zram: configurable zspage size
 2022-10-26 11:29 UTC  (10+ messages)
` [PATCHv2 1/9] zram: add size class equals check into recompression
` [PATCHv2 2/9] zsmalloc: turn zspage order into runtime variable
` [PATCHv2 3/9] zsmalloc: move away from page order defines
` [PATCHv2 4/9] zsmalloc: make huge class watermark zs_pool member
` [PATCHv2 5/9] zram: huge size watermark cannot be global
` [PATCHv2 6/9] zsmalloc: pass limit on pages per-zspage to zs_create_pool()
` [PATCHv2 7/9] zram: add pages_per_pool_page device attribute
` [PATCHv2 8/9] Documentation: document zram pages_per_pool_page attribute
` [PATCHv2 9/9] zsmalloc: break out of loop when found perfect zspage order

[linux-next:master 2767/3509] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:5230:16: warning: no previous prototype for function 'wake_up_aux_channel'
 2022-10-26  9:38 UTC 

mm/huge_memory: do not clobber swp_entry_t during THP split
 2022-10-26  9:25 UTC  (6+ 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).