linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-10 08:30:06 to 2021-11-11 04:32:43 UTC [more...]

incoming
 2021-11-11  4:32 UTC  (5+ messages)
` [patch 1/7] mm/page_owner.c: modify the type of argument "order" in some functions
` [patch 2/7] mm: allow only SLUB on PREEMPT_RT
` [patch 3/7] mm: migrate: simplify the file-backed pages validation when migrating its mapping
` [patch 4/7] mm/migrate.c: remove MIGRATE_PFN_LOCKED

[PATCH v5 00/10] Multigenerational LRU Framework
 2021-11-11  4:15 UTC  (11+ messages)
` [PATCH v5 01/10] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v5 02/10] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v5 03/10] mm/vmscan.c: refactor shrink_node()
` [PATCH v5 04/10] mm: multigenerational lru: groundwork
` [PATCH v5 05/10] mm: multigenerational lru: mm_struct list
` [PATCH v5 06/10] mm: multigenerational lru: aging
` [PATCH v5 07/10] mm: multigenerational lru: eviction
` [PATCH v5 08/10] mm: multigenerational lru: user interface
` [PATCH v5 09/10] mm: multigenerational lru: Kconfig
` [PATCH v5 10/10] mm: multigenerational lru: documentation

[PATCH v3 00/15] Free user PTE page table pages
 2021-11-11  3:58 UTC  (31+ messages)
` [PATCH v3 01/15] mm: do code cleanups to filemap_map_pmd()
` [PATCH v3 02/15] mm: introduce is_huge_pmd() helper
` [PATCH v3 03/15] mm: move pte_offset_map_lock() to pgtable.h
` [PATCH v3 04/15] mm: rework the parameter of lock_page_or_retry()
` [PATCH v3 05/15] mm: add pmd_installed_type return for __pte_alloc() and other friends
` [PATCH v3 06/15] mm: introduce refcount for user PTE page table page
` [PATCH v3 07/15] mm/pte_ref: add support for user PTE page table page allocation
` [PATCH v3 08/15] mm/pte_ref: initialize the refcount of the withdrawn PTE page table page
` [PATCH v3 09/15] mm/pte_ref: add support for the map/unmap of user "
` [PATCH v3 10/15] mm/pte_ref: add support for page fault path
` [PATCH v3 11/15] mm/pte_ref: take a refcount before accessing the PTE page table page
` [PATCH v3 12/15] mm/pte_ref: update the pmd entry in move_normal_pmd()
` [PATCH v3 13/15] mm/pte_ref: free user PTE page table pages
` [PATCH v3 14/15] Documentation: add document for pte_ref
` [PATCH v3 15/15] mm/pte_ref: use mmu_gather to free PTE page table pages

[PATCH] mm/damon/vaddr: remove swap_ranges() and replace it with swap()
 2021-11-11  3:37 UTC  (2+ messages)

[PATCH v6] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-11  2:59 UTC  (4+ messages)

[PATCH V1 0/2] mm/damon: Do some small changes
 2021-11-11  2:04 UTC  (6+ messages)
` [PATCH V1 1/2] mm/damon: Unified access_check function naming rules
` [PATCH V1 2/2] mm/damon: Add 'age' of region tracepoint support

[PATCH 1/1] mm: prevent a race between process_mrelease and exit_mmap
 2021-11-11  1:49 UTC  (13+ messages)

[PATCH] mm: migrate: Support multiple target nodes demotion
 2021-11-11  0:44 UTC  (4+ messages)

[PATCH v5] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-11  0:30 UTC  (3+ messages)

[PATCH v4] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-10 22:59 UTC  (3+ messages)

[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-10 22:27 UTC  (47+ messages)
` [PATCH v7 01/45] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v7 02/45] x86/sev: "
` [PATCH v7 03/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v7 04/45] x86/sev: Shorten GHCB terminate macro names
` [PATCH v7 05/45] x86/sev: Get rid of excessive use of defines
` [PATCH v7 06/45] x86/head64: Carve out the guest encryption postprocessing into a helper
` [PATCH v7 07/45] x86/sev: Remove do_early_exception() forward declarations
` [PATCH v7 08/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v7 09/45] x86/sev: Save the negotiated GHCB version
` [PATCH v7 10/45] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH v7 11/45] x86/sev: Check SEV-SNP features support
` [PATCH v7 12/45] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v7 13/45] x86/sev: Check the vmpl level
` [PATCH v7 14/45] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v7 15/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v7 16/45] x86/sev: "
` [PATCH v7 17/45] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v7 18/45] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH v7 19/45] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH v7 20/45] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v7 21/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v7 22/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v7 23/45] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v7 24/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v7 25/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v7 26/45] x86/head: re-enable stack protection for 32/64-bit builds
` [PATCH v7 27/45] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH v7 28/45] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH v7 29/45] x86/compressed/acpi: move EFI system table lookup "
` [PATCH v7 30/45] x86/compressed/acpi: move EFI config "
` [PATCH v7 31/45] x86/compressed/acpi: move EFI vendor "
` [PATCH v7 32/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v7 33/45] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v7 34/45] x86/compressed/64: add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v7 35/45] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH v7 36/45] x86/compressed: add SEV-SNP feature detection/setup
` [PATCH v7 37/45] x86/compressed: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v7 38/45] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH v7 39/45] x86/sev: add SEV-SNP feature detection/setup
` [PATCH v7 40/45] x86/sev: use firmware-validated CPUID for SEV-SNP guests
` [PATCH v7 41/45] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v7 42/45] x86/sev: Register SNP guest request platform device
` [PATCH v7 43/45] virt: Add SEV-SNP guest driver
` [PATCH v7 44/45] virt: sevguest: Add support to derive key
` [PATCH v7 45/45] virt: sevguest: Add support to get extended report

[PATCH v5] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-10 22:11 UTC 

[PATCH v2 1/4] mm/shmem: support deterministic charging of tmpfs
 2021-11-10 21:19 UTC  (4+ messages)
` [PATCH v2 2/4] mm/oom: handle remote ooms
` [PATCH v2 3/4] mm, shmem: add tmpfs memcg= option documentation
` [PATCH v2 4/4] mm, shmem, selftests: add tmpfs memcg= mount option tests

[PATCH v5 0/4] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-10 21:09 UTC  (5+ messages)
` [PATCH v5 1/4] folio: Add a function to change the private data attached to a folio
` [PATCH v5 2/4] folio: Add a function to get the host inode for "
` [PATCH v5 3/4] netfs, 9p, afs, ceph: Use folios
` [PATCH v5 4/4] afs: Use folios in directory handling

[PATCH 0/7] task comm cleanups
 2021-11-10 20:17 UTC  (5+ messages)
` [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string

[PATCH 1/4] mm: Kconfig: move swap and slab config options to the MM section
 2021-11-10 19:11 UTC  (5+ messages)
` [PATCH 4/4] mm: zswap: add basic meminfo and vmstat coverage

lib/test_ubsan.c:71:6: warning: variable 'val1' set but not used
 2021-11-10 19:04 UTC 

[PATCH 0/8] zsmalloc: remove bit_spin_lock
 2021-11-10 18:54 UTC  (9+ messages)
` [PATCH 1/8] zsmalloc: introduce some helper functions
` [PATCH 2/8] zsmalloc: rename zs_stat_type to class_stat_type
` [PATCH 3/8] zsmalloc: decouple class actions from zspage works
` [PATCH 4/8] zsmalloc: introduce obj_allocated
` [PATCH 5/8] zsmalloc: move huge compressed obj from page to zspage
` [PATCH 6/8] zsmalloc: remove zspage isolation for migration
` [PATCH 7/8] zsmalloc: replace per zpage lock with pool->migrate_lock
` [PATCH 8/8] zsmalloc: replace get_cpu_var with local_lock

[PATCH 4.14 03/22] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
 2021-11-10 18:43 UTC 

[PATCH 4.9 02/22] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
 2021-11-10 18:43 UTC 

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-10 18:43 UTC  (5+ messages)
` [PATCH v6 19/42] x86/mm: Add support to validate memory when changing C-bit

[RFC] psi: Add additional PSI counters for each type of memory pressure
 2021-11-10 17:48 UTC  (7+ messages)

[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-10 17:50 UTC  (9+ messages)

[linux-next:master] BUILD REGRESSION 73e5c18006f5e1f7d35d1e996609eaff6536ae5e
 2021-11-10 17:07 UTC 

[PATCH v4 0/3] mm: add new syscall set_mempolicy_home_node
 2021-11-10 15:55 UTC  (4+ messages)
` [PATCH v4 2/3] mm/mempolicy: add set_mempolicy_home_node syscall

[linux-next:master 5501/13596] drivers/gpu/drm/tegra/nvdec.c:240:12: error: 'nvdec_runtime_resume' defined but not used
 2021-11-10 15:38 UTC 

[RFC PATCH] mm/damon: remove damon_lock
 2021-11-10 15:35 UTC  (6+ messages)

[PATCH v4 0/5] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-10 15:18 UTC  (3+ messages)

WARNING in __folio_mark_dirty
 2021-11-10 14:07 UTC  (3+ messages)

[linux-next:master 13424/13596] drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:121:22: error: 'DP_SINK_DEVICE_STR_ID_2' defined but not used
 2021-11-10 15:02 UTC 

[PATCH 0/2] DAMON fixes
 2021-11-10 14:57 UTC  (3+ messages)
` [PATCH 1/2] mm/damon/dbgfs: Use '__GFP_NOWARN' for user-specified size buffer allocation
` [PATCH 2/2] mm/damon/dbgfs: Fix missed use of damon_dbgfs_lock

incoming
 2021-11-10 13:11 UTC  (9+ messages)
` [patch 08/87] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks

[PATCH v3 00/15] Free user PTE page table pages
 2021-11-10 12:59 UTC  (14+ messages)
` [PATCH v3 01/15] mm: do code cleanups to filemap_map_pmd()
` [PATCH v3 02/15] mm: introduce is_huge_pmd() helper
` [PATCH v3 03/15] mm: move pte_offset_map_lock() to pgtable.h
` [PATCH v3 04/15] mm: rework the parameter of lock_page_or_retry()
` [PATCH v3 05/15] mm: add pmd_installed_type return for __pte_alloc() and other friends
` [PATCH v3 06/15] mm: introduce refcount for user PTE page table page
` [PATCH v3 07/15] mm/pte_ref: add support for user PTE page table page allocation
` [PATCH v3 08/15] mm/pte_ref: initialize the refcount of the withdrawn PTE page table page
` [PATCH v3 09/15] mm/pte_ref: add support for the map/unmap of user "

[PATCH] mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
 2021-11-10 12:33 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 6f9f2ed9499cee0dd377f4e8a175fae123529d81
 2021-11-10 12:38 UTC 

[PATCH] lib/bch:using swap() instead of tmp variable
 2021-11-10 11:32 UTC 

mm: unnecessary COW phenomenon
 2021-11-10 10:47 UTC  (3+ messages)

[Resend PATCH] psi : calc cfs task memstall time more precisely
 2021-11-10  9:04 UTC  (8+ messages)

[PATCH RFC 0/2] mm: Rework zap ptes on swap entries
 2021-11-10  8:29 UTC  (3+ messages)
` [PATCH RFC 1/2] mm: Don't skip swap entry even if zap_details specified
` [PATCH RFC 2/2] mm: Rework swap handling of zap_pte_range


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