Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [PATCH 4/7] mm/hugetlb: Prepare hugetlb_follow_page_mask() for FOLL_PIN, (continued)
- [linux-next:master 8191/9385] htmldocs: Documentation/networking/device_drivers/ethernet/mellanox/mlx5/switchdev.rst:57: WARNING: Unexpected indentation., kernel test robot
- [linux-next:master] BUILD REGRESSION 1f6ce8392d6ff486af5ca96df9ded5882c4b6977, kernel test robot
- [PATCH 0/5] Replace is_longterm_pinnable_page(),
Vishal Moola (Oracle)
- [linux-next:master 8718/9385] xtensa-linux-ld: section .Level2InterruptVector.text VMA [00000180,00000193] overlaps section .data VMA [00000000,0008e797], kernel test robot
- [linux-next:master 9057/9385] arch/microblaze/include/asm/page.h:34: warning: "ARCH_DMA_MINALIGN" redefined,
kernel test robot
- [PATCH] rust: allocator: Prevents mis-aligned allocation,
Boqun Feng
- [PATCH v1 0/2] Report on physically contiguous memory in smaps,
Ryan Roberts
- [linux-next:master 2238/9385] drivers/gpu/drm/i915/display/intel_display_power.h:256:70: error: declaration of 'struct seq_file' will not be visible outside of this function,
kernel test robot
- [linux-next:master 8226/9385] csky-linux-ld: drivers/net/ethernet/sfc/ef100_netdev.c:114: undefined reference to `efx_tc_netevent_event', kernel test robot
- [linux-next:pending-fixes] BUILD SUCCESS f82f3835a7c046d0ef582d2594d266c205a07182, kernel test robot
- [PATCH 1/3] mm/lru_gen: Move some code around so that next patch is simpler,
Aneesh Kumar K.V
- [akpm-mm:mm-unstable 44/158] xtensa-linux-ld: section .Level2InterruptVector.text VMA [00000180,00000193] overlaps section .data VMA [00000000,0008e497], kernel test robot
- [PATCH v18 0/5] Implement IOCTL to get and optionally clear info about PTEs,
Muhammad Usama Anjum
- [PATCH] mm/slab_common: use SLAB_NO_MERGE instead of negative refcount,
Vlastimil Babka
- [PATCH 4/5] mm: Fix a dangling Documentation/arm64 reference,
Jonathan Corbet
- [PATCH] mm/page_owner/cma: show pfn in cma/page_onwer with hex format, Kassey Li
- [PATCH v2] mm: compaction: skip memory hole rapidly when isolating migratable pages,
Baolin Wang
- [PATCH v4] Documentation/mm: Initial page table documentation,
Linus Walleij
- [linux-next:master 8408/8413] xtensa-linux-ld: section .Level2InterruptVector.text VMA [00000180,00000193] overlaps section .data VMA [00000000,0008e757], kernel test robot
- Re: [PATCH] selftests: lib.mk: fix out-of-tree builds,
Muhammad Usama Anjum
- DAMON testing and benchmarking,
Piyush Sachdeva
- [PATCH RESEND v10 0/5] ksm: support tracking KSM-placed zero-pages, yang.yang29
- [Invitation] Linux MM Alignment Session on HugeTLB Core MM Convergence on Wednesday,
David Rientjes
- inconsistence in mprotect_fixup mlock_fixup madvise_update_vma,
Jeff Xu
- [PATCH v9 00/42] Shadow stacks for userspace,
Rick Edgecombe
- [PATCH v9 03/42] mm: Make pte_mkwrite() take a VMA, Rick Edgecombe
- [PATCH v9 01/42] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma(), Rick Edgecombe
- [PATCH v9 04/42] mm: Re-introduce vm_flags to do_mmap(), Rick Edgecombe
- [PATCH v9 06/42] x86/shstk: Add Kconfig option for shadow stack, Rick Edgecombe
- [PATCH v9 11/42] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY, Rick Edgecombe
- [PATCH v9 09/42] x86/mm: Move pmd_write(), pud_write() up in the file, Rick Edgecombe
- [PATCH v9 08/42] x86/cpufeatures: Add CPU feature flags for shadow stacks, Rick Edgecombe
- [PATCH v9 10/42] x86/mm: Introduce _PAGE_SAVED_DIRTY, Rick Edgecombe
- [PATCH v9 02/42] mm: Move pte/pmd_mkwrite() callers with no VMA to _novma(), Rick Edgecombe
- [PATCH v9 05/42] mm: Move VM_UFFD_MINOR_BIT from 37 to 38, Rick Edgecombe
- [PATCH v9 07/42] x86/traps: Move control protection handler to separate file, Rick Edgecombe
- [PATCH v9 12/42] x86/mm: Start actually marking _PAGE_SAVED_DIRTY, Rick Edgecombe
- [PATCH v9 13/42] x86/mm: Remove _PAGE_DIRTY from kernel RO pages, Rick Edgecombe
- [PATCH v9 14/42] mm: Introduce VM_SHADOW_STACK for shadow stack memory, Rick Edgecombe
- [PATCH v9 15/42] x86/mm: Check shadow stack page fault errors, Rick Edgecombe
- [PATCH v9 16/42] mm: Add guard pages around a shadow stack., Rick Edgecombe
- [PATCH v9 17/42] mm: Warn on shadow stack memory in wrong vma, Rick Edgecombe
- [PATCH v9 18/42] x86/mm: Warn if create Write=0,Dirty=1 with raw prot, Rick Edgecombe
- [PATCH v9 19/42] mm/mmap: Add shadow stack pages to memory accounting, Rick Edgecombe
- [PATCH v9 20/42] x86/mm: Introduce MAP_ABOVE4G, Rick Edgecombe
- [PATCH v9 21/42] x86/mm: Teach pte_mkwrite() about stack memory, Rick Edgecombe
- [PATCH v9 22/42] mm: Don't allow write GUPs to shadow stack memory, Rick Edgecombe
- [PATCH v9 23/42] Documentation/x86: Add CET shadow stack description, Rick Edgecombe
- [PATCH v9 24/42] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states, Rick Edgecombe
- [PATCH v9 25/42] x86/fpu: Add helper for modifying xstate, Rick Edgecombe
- [PATCH v9 27/42] x86/shstk: Add user control-protection fault handler, Rick Edgecombe
- [PATCH v9 26/42] x86: Introduce userspace API for shadow stack, Rick Edgecombe
- [PATCH v9 28/42] x86/shstk: Add user-mode shadow stack support, Rick Edgecombe
- [PATCH v9 30/42] x86/shstk: Introduce routines modifying shstk, Rick Edgecombe
- [PATCH v9 29/42] x86/shstk: Handle thread shadow stack, Rick Edgecombe
- [PATCH v9 31/42] x86/shstk: Handle signals for shadow stack, Rick Edgecombe
- [PATCH v9 32/42] x86/shstk: Check that SSP is aligned on sigreturn, Rick Edgecombe
- [PATCH v9 33/42] x86/shstk: Check that signal frame is shadow stack mem, Rick Edgecombe
- [PATCH v9 34/42] x86/shstk: Introduce map_shadow_stack syscall, Rick Edgecombe
- [PATCH v9 35/42] x86/shstk: Support WRSS for userspace, Rick Edgecombe
- [PATCH v9 36/42] x86: Expose thread features in /proc/$PID/status, Rick Edgecombe
- [PATCH v9 37/42] x86/shstk: Wire in shadow stack interface, Rick Edgecombe
- [PATCH v9 38/42] x86/cpufeatures: Enable CET CR4 bit for shadow stack, Rick Edgecombe
- [PATCH v9 39/42] selftests/x86: Add shadow stack test, Rick Edgecombe
- [PATCH v9 40/42] x86: Add PTRACE interface for shadow stack, Rick Edgecombe
- [PATCH v9 41/42] x86/shstk: Add ARCH_SHSTK_UNLOCK, Rick Edgecombe
- [PATCH v9 42/42] x86/shstk: Add ARCH_SHSTK_STATUS, Rick Edgecombe
- Re: [PATCH v9 00/42] Shadow stacks for userspace, Linus Torvalds
- Re: [PATCH v9 00/42] Shadow stacks for userspace, Mark Brown
- [PATCH v23 0/8] crash: Kernel handling of CPU and memory hot un/plug,
Eric DeVolder
- [PATCH v4 00/34] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH v4 01/34] mm: Add PAGE_TYPE_OP folio functions, Vishal Moola (Oracle)
- [PATCH v4 02/34] s390: Use _pt_s390_gaddr for gmap address tracking, Vishal Moola (Oracle)
- [PATCH v4 03/34] s390: Use pt_frag_refcount for pagetables, Vishal Moola (Oracle)
- [PATCH v4 04/34] pgtable: Create struct ptdesc, Vishal Moola (Oracle)
- [PATCH v4 05/34] mm: add utility functions for ptdesc, Vishal Moola (Oracle)
- [PATCH v4 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc(), Vishal Moola (Oracle)
- [PATCH v4 07/34] mm: Convert ptlock_alloc() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 08/34] mm: Convert ptlock_ptr() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 09/34] mm: Convert pmd_ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 10/34] mm: Convert ptlock_init() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 11/34] mm: Convert pmd_ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 12/34] mm: Convert ptlock_free() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}, Vishal Moola (Oracle)
- [PATCH v4 14/34] powerpc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 15/34] x86: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 16/34] s390: Convert various gmap functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 17/34] s390: Convert various pgalloc functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 18/34] mm: Remove page table members from struct page, Vishal Moola (Oracle)
- [PATCH v4 19/34] pgalloc: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 20/34] arm: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 21/34] arm64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 22/34] csky: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 24/34] loongarch: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 23/34] hexagon: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 25/34] m68k: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 26/34] mips: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 27/34] nios2: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 28/34] openrisc: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 30/34] sh: Convert pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents, Vishal Moola (Oracle)
- [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers, Vishal Moola (Oracle)
- [PATCH v4 31/34] sparc64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 00/16] Reduce preallocations for maple tree,
Liam R. Howlett
- [PATCH v2 03/16] mm: Move unmap_vmas() declaration to internal header, Liam R. Howlett
- [PATCH v2 01/16] maple_tree: Add benchmarking for mas_for_each, Liam R. Howlett
- [PATCH v2 02/16] maple_tree: Add benchmarking for mas_prev(), Liam R. Howlett
- [PATCH v2 04/16] mm: Change do_vmi_align_munmap() side tree index, Liam R. Howlett
- [PATCH v2 06/16] maple_tree: Introduce __mas_set_range(), Liam R. Howlett
- [PATCH v2 08/16] maple_tree: Adjust node allocation on mas_rebalance(), Liam R. Howlett
- [PATCH v2 07/16] mm: Remove re-walk from mmap_region(), Liam R. Howlett
- [PATCH v2 09/16] maple_tree: Re-introduce entry to mas_preallocate() arguments, Liam R. Howlett
- [PATCH v2 12/16] maple_tree: Move mas_wr_end_piv() below mas_wr_extend_null(), Liam R. Howlett
- [PATCH v2 11/16] mm: Set up vma iterator for vma_iter_prealloc() calls, Liam R. Howlett
- [PATCH v2 14/16] maple_tree: Refine mas_preallocate() node calculations, Liam R. Howlett
- [PATCH v2 13/16] maple_tree: Update mas_preallocate() testing, Liam R. Howlett
- [PATCH v2 10/16] mm: Use vma_iter_clear_gfp() in nommu, Liam R. Howlett
- [PATCH v2 16/16] mm/mmap: Change vma iteration order in do_vmi_align_munmap(), Liam R. Howlett
- [PATCH v2 15/16] maple_tree: Reduce resets during store setup, Liam R. Howlett
- [PATCH v2 05/16] mm: Remove prev check from do_vmi_align_munmap(), Liam R. Howlett
- Re: [PATCH v2 00/16] Reduce preallocations for maple tree, Yin, Fengwei
- [PATCH v2] block: Fix dio_bio_alloc() to set BIO_PAGE_PINNED,
David Howells
- [linux-next:master 7837/8413] drivers/remoteproc/stm32_rproc.c:121:50: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long'), kernel test robot
- [GIT PULL] hotfixes for 6.4-rc7,
Andrew Morton
- [linux-next:master 1288/8413] xtensa-linux-ld: section .Level2InterruptVector.text VMA [00000180,00000193] overlaps section .data VMA [00000000,0008e717], kernel test robot
- Re: [PATCH v2 5/9] mm/hugetlb: convert isolate_or_dissolve_huge_page to folios,
Matthew Wilcox
- [linux-next:master 4218/8413] lib/kunit/test.c:764:38: warning: cast from 'void (*)(const void *)' to 'kunit_action_t *' (aka 'void (*)(void *)') converts to incompatible function type, kernel test robot
- [PATCH] block: Fix dio_bio_alloc() to set BIO_PAGE_PINNED,
David Howells
- [PATCH] mm: remove set_compound_page_dtor(),
Sidhartha Kumar
- [PATCH] mm/hugetlb: Fix pgtable lock on pmd sharing,
Peter Xu
- [PATCH v7 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8,
Catalin Marinas
- [PATCH v7 02/17] dma: Allow dma_get_cache_alignment() to be overridden by the arch code, Catalin Marinas
- [PATCH v7 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN, Catalin Marinas
- [PATCH v7 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static, Catalin Marinas
- [PATCH v7 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment(), Catalin Marinas
- [PATCH v7 05/17] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 06/17] drivers/gpu: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 07/17] drivers/usb: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 08/17] drivers/spi: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 09/17] dm-crypt: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 10/17] iio: core: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 11/17] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size(), Catalin Marinas
- [PATCH v7 12/17] scatterlist: Add dedicated config for DMA flags, Catalin Marinas
- [PATCH v7 13/17] dma-mapping: Name SG DMA flag helpers consistently, Catalin Marinas
- [PATCH v7 14/17] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned, Catalin Marinas
- [PATCH v7 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned, Catalin Marinas
- [PATCH v7 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible, Catalin Marinas
- [PATCH v7 17/17] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64, Catalin Marinas
- Re: [PATCH v7 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8, Amit Pundir
- [linux-next:master 4217/8413] lib/kunit/executor_test.c:138:4: warning: cast from 'void (*)(const void *)' to 'kunit_action_t *' (aka 'void (*)(void *)') converts to incompatible function type, kernel test robot
- [PATCH v3 0/3] Encapsulate PTE contents from non-arch code,
Ryan Roberts
- [linux-next:master 2350/8413] arch/parisc/kernel/pdt.c:65:6: warning: no previous prototype for 'arch_report_meminfo', kernel test robot
- [PATCH -next 1/2] mm: compaction: convert to use a folio in isolate_migratepages_block(),
Kefeng Wang
- [PATCH] memblock: use the helper macro for_each_zone,
Peng Zhang
- [PATCH 1/2] selftests: mm: remove wrong kernel header inclusion,
Muhammad Usama Anjum
- [PATCH v3 0/7] mm: zswap: move writeback LRU from zpool to zswap,
Domenico Cerasuolo
- [PATCH] [mm-unstable] mm/folio: Replace set_compound_order with folio_set_order,
Tarun Sahu
- [RFC PATCH ] mm/slub: Reducing slub memory wastage,
Jay Patel
- [linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement,
kernel test robot
- [PATCH v2] watchdog/mm: Allow dumping memory info in pretimeout,
Vincent Whitchurch
- [PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support,
Michael Roth
- [PATCH RFC v9 09/51] x86/sev: Add RMP entry lookup helpers, Michael Roth
- [PATCH RFC v9 10/51] x86/fault: Add helper for dumping RMP entries, Michael Roth
- [PATCH RFC v9 11/51] x86/traps: Define RMP violation #PF error code, Michael Roth
- [PATCH RFC v9 12/51] x86/fault: Report RMP page faults for kernel addresses, Michael Roth
- [PATCH RFC v9 13/51] x86/fault: Handle RMP page faults for user addresses, Michael Roth
- [PATCH RFC v9 14/51] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction, Michael Roth
- [PATCH RFC v9 15/51] x86/sev: Invalidate pages from the direct map when adding them to the RMP table, Michael Roth
- [PATCH RFC v9 16/51] crypto: ccp: Define the SEV-SNP commands, Michael Roth
- [PATCH RFC v9 17/51] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP, Michael Roth
- [PATCH RFC v9 18/51] crypto: ccp: Provide API to issue SEV and SNP commands, Michael Roth
- [PATCH RFC v9 19/51] x86/sev: Introduce snp leaked pages list, Michael Roth
- [PATCH RFC v9 20/51] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled, Michael Roth
- [PATCH RFC v9 01/51] KVM: x86: Add gmem hook for initializing private memory, Michael Roth
- [PATCH RFC v9 21/51] crypto: ccp: Handle the legacy SEV command when SNP is enabled, Michael Roth
- [PATCH RFC v9 22/51] crypto: ccp: Add the SNP_PLATFORM_STATUS command, Michael Roth
- [PATCH RFC v9 23/51] KVM: SEV: Select CONFIG_KVM_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y, Michael Roth
- [PATCH RFC v9 24/51] KVM: SVM: Add support to handle AP reset MSR protocol, Michael Roth
- [PATCH RFC v9 25/51] KVM: SVM: Add GHCB handling for Hypervisor Feature Support requests, Michael Roth
- [PATCH RFC v9 26/51] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe, Michael Roth
- [PATCH RFC v9 27/51] KVM: SVM: Add initial SEV-SNP support, Michael Roth
- [PATCH RFC v9 28/51] KVM: SVM: Add KVM_SNP_INIT command, Michael Roth
- [PATCH RFC v9 29/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command, Michael Roth
- [PATCH RFC v9 30/51] KVM: Add HVA range operator, Michael Roth
- [PATCH RFC v9 02/51] KVM: x86: Add gmem hook for invalidating private memory, Michael Roth
- [PATCH RFC v9 31/51] KVM: Split out memory attribute xarray updates to helper function, Michael Roth
- [PATCH RFC v9 32/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command, Michael Roth
- [PATCH RFC v9 33/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command, Michael Roth
- [PATCH RFC v9 34/51] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT, Michael Roth
- [PATCH RFC v9 35/51] KVM: SVM: Add KVM_EXIT_VMGEXIT, Michael Roth
- [PATCH RFC v9 36/51] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT, Michael Roth
- [PATCH RFC v9 37/51] KVM: SVM: Add support to handle Page State Change VMGEXIT, Michael Roth
- [PATCH RFC v9 38/51] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use, Michael Roth
- [PATCH RFC v9 39/51] KVM: x86: Define RMP page fault error bits for #NPF, Michael Roth
- [PATCH RFC v9 40/51] KVM: SVM: Add support to handle RMP nested page faults, Michael Roth
- [PATCH RFC v9 03/51] KVM: x86: Use full 64-bit error code for kvm_mmu_do_page_fault, Michael Roth
- [PATCH RFC v9 41/51] KVM: SVM: Use a VMSA physical address variable for populating VMCB, Michael Roth
- [PATCH RFC v9 42/51] KVM: SVM: Support SEV-SNP AP Creation NAE event, Michael Roth
- [PATCH RFC v9 43/51] KVM: SEV: Configure MMU to check for private fault flags, Michael Roth
- [PATCH RFC v9 44/51] KVM: SEV: Implement gmem hook for initializing private pages, Michael Roth
- [PATCH RFC v9 45/51] KVM: SEV: Implement gmem hook for invalidating private pages, Michael Roth
- [PATCH RFC v9 46/51] KVM: SVM: Add module parameter to enable the SEV-SNP, Michael Roth
- [PATCH RFC v9 47/51] iommu/amd: Add IOMMU_SNP_SHUTDOWN support, Michael Roth
- [PATCH RFC v9 48/51] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command, Michael Roth
- [PATCH RFC v9 49/51] x86/sev: Add KVM commands for per-instance certs, Michael Roth
- [PATCH RFC v9 50/51] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event, Michael Roth
- [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask, Michael Roth
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]