linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
 2023-02-21  7:02 UTC  (13+ messages)
` [PATCH v10 1/6] userfaultfd: Add UFFD WP Async support
` [PATCH v10 3/6] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs

[PATCH v3] docs/mm: Physical Memory: add example of interleaving nodes
 2023-02-21  6:52 UTC  (2+ messages)

[PATCH] mm: change memcg->oom_group access with atomic operations
 2023-02-21  6:52 UTC  (5+ messages)

[RFC PATCH 0/2] arch/*/io.h: remove ioremap_uc in some architectures
 2023-02-21  6:07 UTC  (3+ messages)
` [RFC PATCH 1/2] mips: add <asm-generic/io.h> including
` [RFC PATCH 2/2] arch/*/io.h: remove ioremap_uc in some architectures

[PATCH -v5 0/9] migrate_pages(): batch TLB flushing
 2023-02-21  4:38 UTC  (7+ messages)

[LSF/MM/BPF TOPIC] Virtual Machine Memory Passthrough
 2023-02-21  4:38 UTC  (3+ messages)

[PATCH v6 00/41] Shadow stacks for userspace
 2023-02-21  2:38 UTC  (44+ messages)
` [PATCH v6 11/41] mm: Introduce pte_mkwrite_kernel()
` [PATCH v6 12/41] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
` [PATCH v6 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v6 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v6 19/41] x86/mm: Check shadow stack page fault errors
` [PATCH v6 20/41] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v6 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v6 25/41] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v6 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v6 37/41] selftests/x86: Add shadow stack test
` [PATCH v6 38/41] x86/fpu: Add helper for initing features

[PATCH v10 0/3] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2023-02-21  1:57 UTC  (9+ messages)
` [PATCH v10 2/3] fs: introduce super_drop_pagecache()

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-02-21  1:41 UTC 

[RFC PATCH V1 1/1] sched/numa: Enhance vma scanning logic
 2023-02-21  0:38 UTC  (4+ messages)

[GIT PULL] Non MM updates for 6.3-rc1
 2023-02-20 23:35 UTC 

[PATCH] mm: slub: make kobj_type structure constant
 2023-02-20 23:25 UTC 

[PATCH] mm: cma: make kobj_type structure constant
 2023-02-20 23:23 UTC 

[GIT PULL] MM updates for 6.3-rc1
 2023-02-20 21:52 UTC 

[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-20 21:37 UTC  (62+ messages)
` [PATCH RFC v8 01/56] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v8 02/56] KVM: x86: Add 'update_mem_attr' "
` [PATCH RFC v8 03/56] KVM: x86: Add platform hooks for private memory invalidations
` [PATCH RFC v8 04/56] KVM: Add HVA range operator
` [PATCH RFC v8 05/56] KVM: SEV: Require KVM_PROTECTED_VM when AMD_MEM_ENCRYPT is enabled
` [PATCH RFC v8 06/56] KVM: Split out memory attribute xarray updates to helper function
` [PATCH RFC v8 07/56] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v8 08/56] KVM: SEV: Rename sev_{pin,unpin}_memory
` [PATCH RFC v8 09/56] KVM: SEV: Handle memory backed by restricted memfd
` [PATCH RFC v8 10/56] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v8 11/56] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v8 12/56] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v8 13/56] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v8 14/56] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v8 15/56] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v8 16/56] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v8 17/56] x86/fault: Add support to handle the RMP fault for user address
` [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
` [PATCH RFC v8 19/56] x86/fault: Return pfn from dump_pagetable() for SEV-specific fault handling
` [PATCH RFC v8 20/56] crypto:ccp: Define the SEV-SNP commands
` [PATCH RFC v8 21/56] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v8 22/56] crypto:ccp: Provide API to issue SEV and SNP commands
` [PATCH RFC v8 23/56] crypto: ccp: Introduce snp leaked pages list
` [PATCH RFC v8 24/56] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH RFC v8 25/56] crypto: ccp: Handle the legacy SEV command "
` [PATCH RFC v8 26/56] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH RFC v8 27/56] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v8 28/56] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH RFC v8 29/56] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v8 30/56] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH RFC v8 31/56] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v8 32/56] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v8 33/56] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v8 34/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v8 35/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v8 36/56] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v8 37/56] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH RFC v8 38/56] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v8 39/56] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v8 40/56] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v8 41/56] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v8 42/56] KVM: SVM: Add support to handle "
` [PATCH RFC v8 43/56] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v8 44/56] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH RFC v8 45/56] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v8 46/56] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v8 47/56] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v8 48/56] KVM: SVM: Add SNP-specific handling for memory attribute updates
` [PATCH RFC v8 49/56] KVM: SVM: Implement .fault_is_private callback for SNP
` [PATCH RFC v8 50/56] KVM: SEV: Handle restricted memory invalidations "
` [PATCH RFC v8 51/56] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v8 52/56] ccp: Add support to decrypt the page
` [PATCH RFC v8 53/56] KVM: SVM: Make VMSAVE target area memory allocation SNP safe
` [PATCH RFC v8 54/56] x86/sev: Add KVM commands for instance certs
` [PATCH RFC v8 55/56] x86/sev: Document KVM_SEV_SNP_{G,S}ET_CERTS
` [PATCH RFC v8 56/56] iommu/amd: Add IOMMU_SNP_SHUTDOWN support

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-20 20:33 UTC  (12+ messages)
` [PATCH drm-next v2 03/16] maple_tree: split up MA_STATE() macro
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE

[linux-next:master] BUILD REGRESSION d2af0fa4bfa4ec29d03b449ccd43fee39501112d
 2023-02-20 20:11 UTC 

[linux-next:master 12057/13681] include/asm-generic/div64.h:238:36: error: passing argument 1 of '__div64_32' from incompatible pointer type
 2023-02-20 19:23 UTC 

[LSF/MM/BPF TOPIC] Single Owner Memory
 2023-02-20 19:10 UTC 

[PATCH RFC v7 00/64] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-02-20 18:36 UTC  (23+ messages)
` [PATCH RFC v7 03/64] KVM: SVM: Advertise private memory support to KVM
` [PATCH RFC v7 04/64] KVM: x86: Add 'fault_is_private' x86 op
` [PATCH RFC v7 10/64] KVM: SEV: Populate private memory fd during LAUNCH_UPDATE_DATA
` [PATCH RFC v7 13/64] x86/cpufeatures: Add SEV-SNP CPU feature

[linux-next:master 13293/13681] drivers/pwm/pwm-dwc.c:314:1: error: type defaults to 'int' in declaration of 'module_pci_driver'
 2023-02-20 16:39 UTC 

[PATCH v2] kasan: call clear_page with a match-all tag instead of changing page tag
 2023-02-20 15:54 UTC  (2+ messages)

[QUESTION] about the maple tree and current status of mmap_lock scalability
 2023-02-20 14:43 UTC  (8+ messages)

[LSF/MM/BPF TOPIC] reducing direct map fragmentation
 2023-02-20 14:43 UTC  (4+ messages)

[PATCH 0/5] make slab shrink lockless
 2023-02-20 13:22 UTC  (7+ messages)
` [PATCH 1/5] mm: vmscan: make global "
` [PATCH 2/5] mm: vmscan: make memcg "
` [PATCH 3/5] mm: shrinkers: make count and scan in shrinker debugfs lockless
` [PATCH 4/5] mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()
` [PATCH 5/5] mm: shrinkers: convert shrinker_rwsem to mutex

[RFC PATCH 00/25] mm/zsmalloc: Split zsdesc from struct page
 2023-02-20 13:22 UTC  (26+ messages)
` [RFC PATCH 01/25] mm/zsmalloc: create new struct zsdesc
` [RFC PATCH 02/25] mm/zsmalloc: add utility functions for zsdesc
` [RFC PATCH 03/25] mm/zsmalloc: replace first_page to first_zsdesc in struct zspage
` [RFC PATCH 04/25] mm/zsmalloc: add alternatives of frequently used helper functions
` [RFC PATCH 05/25] mm/zsmalloc: convert {try,}lock_zspage() to use zsdesc
` [RFC PATCH 06/25] mm/zsmalloc: convert __zs_{map,unmap}_object() "
` [RFC PATCH 07/25] mm/zsmalloc: convert obj_to_location() and its users "
` [RFC PATCH 08/25] mm/zsmalloc: convert obj_malloc() "
` [RFC PATCH 09/25] mm/zsmalloc: convert create_page_chain() and its users "
` [RFC PATCH 10/25] mm/zsmalloc: convert obj_tagged() and related helpers "
` [RFC PATCH 11/25] mm/zsmalloc: convert init_zspage() "
` [RFC PATCH 12/25] mm/zsmalloc: convert obj_to_page() and zs_free() "
` [RFC PATCH 13/25] mm/zsmalloc: convert reset_page() to reset_zsdesc()
` [RFC PATCH 14/25] mm/zsmalloc: convert zs_page_{isolate,migrate,putback} to use zsdesc
` [RFC PATCH 15/25] mm/zsmalloc: convert __free_zspage() "
` [RFC PATCH 16/25] mm/zsmalloc: convert unlock_zspage() "
` [RFC PATCH 17/25] mm/zsmalloc: convert location_to_obj() "
` [RFC PATCH 18/25] mm/zsmalloc: convert free_handles() "
` [RFC PATCH 19/25] mm/zsmalloc: convert zs_compact_control and its users "
` [RFC PATCH 20/25] mm/zsmalloc: convert get_zspage() to take zsdesc
` [RFC PATCH 21/25] mm/zsmalloc: convert SetZsPageMovable() to use zsdesc
` [RFC PATCH 22/25] mm/zsmalloc: convert restore_freelist() "
` [RFC PATCH 23/25] mm/zsmalloc: convert zs_reclaim_page() "
` [RFC PATCH 24/25] mm/zsmalloc: remove now unused helper functions
` [RFC PATCH 25/25] mm/zsmalloc: convert {get,set}_first_obj_offset() to use zsdesc

[PATCH] sysctl: fix proc_dobool() usability
 2023-02-20 12:52 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] CXL Fabric Manager (FM) architecture
 2023-02-20 11:59 UTC  (11+ messages)
  ` [External] "

[PATCH 0/6] hwpoison, shmem, hugetlb: fix data loss issue 5.10.y
 2023-02-20 11:38 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 05def2d212c671f11f8ee67e05b5081637fc8f07
 2023-02-20 10:38 UTC 

API for setting multiple PTEs at once
 2023-02-20  8:29 UTC  (4+ messages)

[linux-next:master 1627/13681] FAILED: load BTF from vmlinux: No data available
 2023-02-20  7:54 UTC 

[PATCH] dax/kmem: Fix leak of memory-hotplug resources
 2023-02-20  7:53 UTC  (2+ messages)

[PATCH] mm/uffd: UFFD_FEATURE_WP_ZEROPAGE
 2023-02-20  7:15 UTC  (10+ messages)

[PATCH RFC 0/5] Writeback handling of pinned pages
 2023-02-20  6:22 UTC  (8+ messages)
` [PATCH 4/5] block: Add support for bouncing "

[LSF/MM/BPF BoF] Session for CXL memory
 2023-02-20  4:55 UTC  (5+ messages)

[RFC PATCH 0/2] Add flag as THP allocation hint for memfd_restricted() syscall
 2023-02-20  3:04 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Using hardware counters to determine hot/cold pages
 2023-02-19 20:31 UTC  (2+ messages)

BUG: kernel NULL pointer dereference, address: 0000000000000042
 2023-02-19 19:10 UTC  (3+ messages)

[PATCH v2] Add tests for memblock_alloc_node()
 2023-02-19 16:28 UTC 

[linux-next:master 4479/13499] fsl-edma.c:undefined reference to `devm_platform_ioremap_resource'
 2023-02-19 15:02 UTC 

[LSF/MM/BPF TOPIC] Using hardware counters to determine hot/cold pages
 2023-02-19 14:45 UTC  (5+ messages)

page:  |  | latest

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