linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-05 11:37:33 to 2021-07-07 18:52:58 UTC [more...]

[PATCH Part2 RFC v4 00/40] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-07-07 18:36 UTC  (22+ messages)
` [PATCH Part2 RFC v4 01/40] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 RFC v4 02/40] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 RFC v4 03/40] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH Part2 RFC v4 04/40] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 RFC v4 05/40] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 RFC v4 06/40] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 RFC v4 07/40] x86/sev: Split the physmap when adding the page in RMP table
` [PATCH Part2 RFC v4 09/40] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 RFC v4 10/40] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 RFC v4 11/40] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 RFC v4 12/40] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 RFC v4 13/40] crypto: ccp: Shutdown SNP firmware on kexec
` [PATCH Part2 RFC v4 14/40] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 RFC v4 22/40] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 RFC v4 26/40] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 RFC v4 27/40] KVM: X86: Add kvm_x86_ops to get the max page level for the TDP
` [PATCH Part2 RFC v4 30/40] KVM: X86: Define new RMP check related #NPF error bits
` [PATCH Part2 RFC v4 32/40] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 RFC v4 33/40] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 RFC v4 36/40] KVM: X86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH Part2 RFC v4 40/40] KVM: SVM: Support SEV-SNP AP Creation NAE event

[PATCH v4 0/2] userfaultfd: do not untag user pointers
 2021-07-07 18:43 UTC  (2+ messages)
` [PATCH v4 1/2] "

[PATCH Part1 RFC v4 00/36] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-07-07 18:15 UTC  (33+ messages)
` [PATCH Part1 RFC v4 01/36] x86/sev: shorten GHCB terminate macro names
` [PATCH Part1 RFC v4 02/36] x86/sev: Save the negotiated GHCB version
` [PATCH Part1 RFC v4 03/36] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH Part1 RFC v4 04/36] x86/mm: Add sev_feature_enabled() helper
` [PATCH Part1 RFC v4 05/36] x86/sev: Define the Linux specific guest termination reasons
` [PATCH Part1 RFC v4 06/36] x86/sev: check SEV-SNP features support
` [PATCH Part1 RFC v4 07/36] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH Part1 RFC v4 08/36] x86/sev: check the vmpl level
` [PATCH Part1 RFC v4 09/36] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH Part1 RFC v4 10/36] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH Part1 RFC v4 11/36] x86/sev: "
` [PATCH Part1 RFC v4 13/36] x86/kernel: Make the bss.decrypted section shared in RMP table
` [PATCH Part1 RFC v4 14/36] x86/kernel: Validate rom memory before accessing when SEV-SNP is active
` [PATCH Part1 RFC v4 16/36] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area
` [PATCH Part1 RFC v4 17/36] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH Part1 RFC v4 18/36] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH Part1 RFC v4 19/36] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH Part1 RFC v4 20/36] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH Part1 RFC v4 21/36] x86/head/64: set up a startup %gs for stack protector
` [PATCH Part1 RFC v4 22/36] x86/sev: move MSR-based VMGEXITs for CPUID to helper
` [PATCH Part1 RFC v4 23/36] KVM: x86: move lookup of indexed CPUID leafs "
` [PATCH Part1 RFC v4 24/36] x86/compressed/acpi: move EFI config table access to common code
` [PATCH Part1 RFC v4 25/36] x86/boot: Add Confidential Computing type to setup_data
` [PATCH Part1 RFC v4 26/36] x86/compressed/64: enable SEV-SNP-validated CPUID in #VC handler
` [PATCH Part1 RFC v4 27/36] x86/boot: add a pointer to Confidential Computing blob in bootparams
` [PATCH Part1 RFC v4 28/36] x86/compressed/64: store Confidential Computing blob address "
` [PATCH Part1 RFC v4 29/36] x86/compressed/64: add identity mapping for Confidential Computing blob
` [PATCH Part1 RFC v4 30/36] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 RFC v4 33/36] x86/sev: Register SNP guest request platform device
` [PATCH Part1 RFC v4 34/36] virt: Add SEV-SNP guest driver
` [PATCH Part1 RFC v4 35/36] virt: sevguest: Add support to derive key
` [PATCH Part1 RFC v4 36/36] virt: sevguest: Add support to get extended report

[GIT PULL] percpu fixes for v5.14-rc1
 2021-07-07 18:40 UTC  (2+ messages)

[PATCH v3 1/2] mm/vmalloc: Use batched page requests in bulk-allocator
 2021-07-07 18:26 UTC  (2+ messages)
` [PATCH v3 2/2] mm/vmalloc: Remove gfpflags_allow_blocking() check

[linux-next:master] BUILD REGRESSION ee268dee405b4710e179426a431ffe0cdee14f13
 2021-07-07 17:47 UTC 

[PATCH] mm: try_to_unmap() is now void
 2021-07-07 17:25 UTC  (3+ messages)

[PATCH v3 00/18] Folio conversion of memcg
 2021-07-07 17:08 UTC  (15+ messages)
` [PATCH v3 10/18] mm/memcg: Convert mem_cgroup_uncharge() to take a folio
` [PATCH v3 13/18] mm/memcg: Add folio_memcg_lock() and folio_memcg_unlock()
` [PATCH v3 14/18] mm/memcg: Convert mem_cgroup_move_account() to use a folio

[PATCH v4 0/3] mm: sparse: remove __section_nr() function
 2021-07-07 15:02 UTC  (4+ messages)
    ` [PATCH v4 1/3] mm: sparse: pass section_nr to section_mark_present
    ` [PATCH v4 2/3] mm: sparse: pass section_nr to find_memory_block
    ` [PATCH v4 3/3] mm: sparse: remove __section_nr() function

[PATCH v2 1/2] mm/vmalloc: Use batched page requests in bulk-allocator
 2021-07-07 14:49 UTC  (9+ messages)
` [PATCH v2 2/2] mm/vmalloc: Remove gfpflags_allow_blocking() check

[PATCH v3 0/1] mm: sparse: pass section_nr to section_mark_present
 2021-07-07 14:32 UTC  (3+ messages)
    ` [PATCH v3 1/1] "
      ` ***UNCHECKED*** "

[BUG] arm64: an infinite loop in generic_perform_write()
 2021-07-07 12:50 UTC  (15+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 62c20406acf9b53aaff58b484c67acb8fead3370
 2021-07-07 12:41 UTC 

[PATCH 1/1] mm: introduce process_reap system call
 2021-07-07 12:38 UTC  (10+ messages)

[PATCH] mm/page_alloc: avoid deadlocks for &pagesets.lock
 2021-07-07 12:25 UTC  (2+ messages)

[BUG] ramfs system panic when using dd to create files
 2021-07-07  9:58 UTC 

[f2fs-dev] [PATCH] f2fs: initialize page->private when using for our internal use
 2021-07-07  9:57 UTC  (10+ messages)

[PATCH 0/5] writeback: Fix bandwidth estimates
 2021-07-07  9:51 UTC  (8+ messages)
` [PATCH 1/5] writeback: Track number of inodes under writeback
` [PATCH 2/5] writeback: Reliably update bandwidth estimation
` [PATCH 3/5] writeback: Fix bandwidth estimate for spiky workload
` [PATCH 4/5] writeback: Rename domain_update_bandwidth()
` [PATCH 5/5] writeback: Use READ_ONCE for unlocked reads of writeback stats

page pools, was Re: [PATCH v9 1/5] drm: Add a sharable drm page-pool implementation
 2021-07-07  9:32 UTC  (4+ messages)

[PATCH v2 0/3] mm: sparse: remove __section_nr() function
 2021-07-07  9:12 UTC  (3+ messages)
  ` [PATCH v2 1/3] mm: sparse: pass section_nr to section_mark_present

[syzbot] upstream boot error: possible deadlock in get_page_from_freelist
 2021-07-07  7:39 UTC 

[syzbot] upstream boot error: possible deadlock in fs_reclaim_acquire
 2021-07-07  7:39 UTC 

[syzbot] upstream boot error: possible deadlock in local_lock_acquire
 2021-07-07  7:38 UTC 

[syzbot] linux-next test error: possible deadlock in fs_reclaim_acquire
 2021-07-07  7:38 UTC 

[syzbot] upstream boot error: possible deadlock in __fs_reclaim_acquire
 2021-07-07  7:38 UTC 

[PATCH resend v3 0/2] memory-hotplug.rst: complete admin-guide overhaul
 2021-07-07  7:32 UTC  (3+ messages)
` [PATCH resend v3 1/2] memory-hotplug.rst: remove locking details from admin-guide
` [PATCH resend v3 2/2] memory-hotplug.rst: complete admin-guide overhaul

[PATCH] Shared page tables during fork
 2021-07-07  7:00 UTC  (4+ messages)

[RFC v2 00/34] SLUB: reduce irq disabled scope and make it RT compatible
 2021-07-07  6:33 UTC  (8+ messages)
` [RFC v2 12/34] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [RFC v2 29/34] mm: slub: Move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context

[PATCH v2] mm/sparse: set SECTION_NID_SHIFT to 6
 2021-07-07  4:55 UTC 

[PATCH] mm/sparse: Fix flags overlap in section_mem_map
 2021-07-07  4:54 UTC  (7+ messages)
      ` [PATCH] mm/sparse: set SECTION_NID_SHIFT to 6

[syzbot] net boot error: possible deadlock in get_page_from_freelist
 2021-07-06 23:57 UTC 

[PATCH v3 0/2] memory-hotplug.rst: complete admin-guide overhaul
 2021-07-06 22:18 UTC  (3+ messages)

[PATCH] mm: fix the try_to_unmap prototype for !CONFIG_MMU
 2021-07-06 20:41 UTC  (2+ messages)

[GIT PULL] Hole puch vs page cache filling races fixes for 5.14-rc1
 2021-07-06 20:17 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 079b16c442fd41cb8d731fcd947f4e3e3f4382e0
 2021-07-06 19:08 UTC 

[linux-next:master] BUILD REGRESSION d72e63193059258a81e12af070b859ef6e0c76fb
 2021-07-06 18:49 UTC 

[linux-stable-rc:linux-5.4.y 7045/7049] mipsel-linux-ld: decompress.c:undefined reference to `memmove'
 2021-07-06 17:15 UTC 

[PATCH] lib/test_hmm: Remove set but unused page variable
 2021-07-06 16:00 UTC  (2+ messages)

[PATCH v3 00/27] userfaultfd-wp: Support shmem and hugetlbfs
 2021-07-06 15:35 UTC  (5+ messages)
` [PATCH v3 11/27] shmem/userfaultfd: Persist uffd-wp bit across zapping for file-backed

[syzbot] upstream boot error: BUG: sleeping function called from invalid context in stack_depot_save
 2021-07-06 10:33 UTC 

[PATCH V2] mm: add GFP_ATOMIC flag after local_lock_irqsave
 2021-07-06  9:56 UTC  (2+ messages)

[PATCH] kasan: fix build by including kernel.h
 2021-07-06  9:49 UTC  (5+ messages)

[PATCH v2] mm/page_alloc: Fix sleeping function called in case of irqsdisable
 2021-07-06  8:55 UTC  (3+ messages)

[PATCH] lib: fix bugon.cocci warnings
 2021-07-06  8:51 UTC 

[PATCH] mm/page_alloc: Fix sleeping function called in case of irqsdisable
 2021-07-06  8:19 UTC  (4+ messages)
` [External] "

[PATCH 00/12] mm/debug_vm_pgtable: Enhancements
 2021-07-06  6:17 UTC  (13+ messages)
` [PATCH 01/12] mm/debug_vm_pgtable: Introduce struct vm_pgtable_debug
` [PATCH 02/12] mm/debug_vm_pgtable: Use struct vm_pgtable_debug in basic tests
` [PATCH 03/12] mm/debug_vm_pgtable: Use struct vm_pgtable_debug in leaf and savewrite tests
` [PATCH 04/12] mm/debug_vm_pgtable: Use struct vm_pgtable_debug in protnone and devmap tests
` [PATCH 05/12] mm/vm_debug_pgtable: Use struct vm_pgtable_debug in soft_dirty and swap tests
` [PATCH 06/12] mm/debug_vm_pgtable: Use struct vm_pgtable_debug in migration and thp tests
` [PATCH 07/12] mm/debug_vm_pgtable: Use struct vm_pgtable_debug in PTE modifying tests
` [PATCH 08/12] mm/debug_vm_pgtable: Use struct vm_pgtable_debug in PMD "
` [PATCH 09/12] mm/vm_debug_pgtable: Use struct vm_pgtable_debug in PUD "
` [PATCH 10/12] mm/debug_vm_pgtable: Use struct vm_pgtable_debug in PGD and P4D "
` [PATCH 11/12] mm/debug_vm_pgtable: Remove unused code
` [PATCH 12/12] mm/debug_vm_pgtable: Fix corrupted page flag

[PATCH v2] mm/sparse: clarify pgdat_to_phys
 2021-07-06  5:51 UTC 

[PATCH] mm/debug_vm_pgtable: Fix corrupted PG_arch_1 by set_pmd_at()
 2021-07-06  5:09 UTC  (3+ messages)

[PATCH -next 0/3] arm64: support page mapping percpu first chunk allocator
 2021-07-06  4:12 UTC  (9+ messages)
` [PATCH -next 3/3] kasan: arm64: Fix pcpu_page_first_chunk crash with KASAN_VMALLOC

[PATCH] mm: add GFP_ATOMIC flag after local_lock_irqsave
 2021-07-06  3:13 UTC  (5+ messages)
` [Phishing Risk] [External] "
  `  "
    `  "
      `  "

incoming
 2021-07-06  1:24 UTC  (11+ messages)
` [patch 128/192] mm: improve mprotect(R|W) efficiency on pages referenced once

[syzbot] net boot error: possible deadlock in fs_reclaim_acquire
 2021-07-06  0:20 UTC 

[PATCH v4 1/2] kfence: move the size check to the beginning of __kfence_alloc()
 2021-07-05 18:38 UTC  (4+ messages)
` [PATCH v4 2/2] kfence: skip all GFP_ZONEMASK allocations

[linux-next:master 5384/13831] drivers/scsi/mpi3mr/mpi3mr_os.c:873 mpi3mr_update_tgtdev() error: we previously assumed 'mrioc->shost' could be null (see line 870)
 2021-07-05 18:34 UTC  (2+ messages)

[PATCH] mm/vmalloc: Use batched page requests in bulk-allocator
 2021-07-05 15:43 UTC  (3+ messages)

[PATCH v3 0/4] memblock, arm: fixes for freeing of the memory map
 2021-07-05 14:55 UTC  (5+ messages)
` [PATCH v3 4/4] arm: extend pfn_valid to take into account freed memory map alignment

[PATCH v6 2/2] kasan: Add memzero int for unaligned size at DEBUG
 2021-07-05 13:53 UTC  (5+ messages)

[PATCH] Revert "mm/page_alloc: make should_fail_alloc_page() static"
 2021-07-05 11:55 UTC  (4+ 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).