linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-08 08:42:34 to 2022-02-09 21:01:29 UTC [more...]

[PATCH 00/13] mm/munlock: rework of mlock+munlock page handling
 2022-02-09 21:01 UTC  (9+ messages)
` [PATCH 01/13] mm/munlock: delete page_mlock() and all its works
` [PATCH 10/13] mm/munlock: mlock_page() munlock_page() batch by pagevec

[PATCH v4] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2022-02-09 20:26 UTC 

[PATCH 00/35] Shadow stacks for userspace
 2022-02-09 19:55 UTC  (42+ messages)
` [PATCH 02/35] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH 04/35] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH 05/35] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH 06/35] x86/cet: Add control-protection fault handler
` [PATCH 07/35] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH 10/35] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH 11/35] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH 12/35] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH 15/35] x86/mm: Check Shadow Stack page fault errors
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate

[PATCH] selftest/vm: Use correct PAGE_SHIFT value for ppc64
 2022-02-09 19:53 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 10207e3a840b47b5eae573486a88fb6e29884f77
 2022-02-09 19:34 UTC  (2+ messages)

[PATCH v4 0/5] Fix some cache flush bugs
 2022-02-09 19:10 UTC  (7+ messages)
` [PATCH v4 3/5] mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
` [PATCH v4 4/5] mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
` [PATCH v4 5/5] mm: replace multiple dcache flush with flush_dcache_folio()

[PATCH v10 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-09 18:10 UTC  (46+ messages)
` [PATCH v10 01/45] KVM: SVM: Define sev_features and vmpl field in the VMSA
` [PATCH v10 02/45] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v10 03/45] KVM: SVM: Create a separate mapping for the GHCB "
` [PATCH v10 04/45] KVM: SVM: Update the SEV-ES save area mapping
` [PATCH v10 05/45] x86/boot: Introduce helpers for MSR reads/writes
` [PATCH v10 06/45] x86/boot: Use MSR read/write helpers instead of inline assembly
` [PATCH v10 07/45] x86/compressed/64: Detect/setup SEV/SME features earlier in boot
` [PATCH v10 08/45] x86/sev: "
` [PATCH v10 09/45] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v10 10/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v10 11/45] x86/sev: Save the negotiated GHCB version
` [PATCH v10 12/45] x86/sev: Check SEV-SNP features support
` [PATCH v10 13/45] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v10 14/45] x86/sev: Check the vmpl level
` [PATCH v10 15/45] x86/compressed: Add helper for validating pages in the decompression stage
` [PATCH v10 16/45] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v10 17/45] x86/sev: "
` [PATCH v10 18/45] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v10 19/45] x86/kernel: Make the .bss..decrypted section shared in RMP table
` [PATCH v10 20/45] x86/kernel: Validate ROM memory before accessing when SEV-SNP is active
` [PATCH v10 21/45] x86/mm: Add support to validate memory when changing C-bit
` [PATCH v10 22/45] x86/sev: Use SEV-SNP AP creation to start secondary CPUs
` [PATCH v10 23/45] x86/head/64: Re-enable stack protection
` [PATCH v10 24/45] x86/compressed/acpi: Move EFI detection to helper
` [PATCH v10 25/45] x86/compressed/acpi: Move EFI system table lookup "
` [PATCH v10 26/45] x86/compressed/acpi: Move EFI config "
` [PATCH v10 27/45] x86/compressed/acpi: Move EFI vendor "
` [PATCH v10 28/45] x86/compressed/acpi: Move EFI kexec handling into common code
` [PATCH v10 29/45] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v10 30/45] KVM: x86: Move lookup of indexed CPUID leafs to helper
` [PATCH v10 31/45] x86/sev: Move MSR-based VMGEXITs for CPUID "
` [PATCH v10 32/45] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers
` [PATCH v10 33/45] x86/boot: Add a pointer to Confidential Computing blob in bootparams
` [PATCH v10 34/45] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v10 35/45] x86/compressed: Use firmware-validated CPUID leaves for SEV-SNP guests
` [PATCH v10 36/45] x86/compressed: Export and rename add_identity_map()
` [PATCH v10 37/45] x86/compressed/64: Add identity mapping for Confidential Computing blob
` [PATCH v10 38/45] x86/sev: Add SEV-SNP feature detection/setup
` [PATCH v10 39/45] x86/sev: Use firmware-validated CPUID for SEV-SNP guests
` [PATCH v10 40/45] x86/sev: Provide support for SNP guest request NAEs
` [PATCH v10 41/45] x86/sev: Register SEV-SNP guest request platform device
` [PATCH v10 42/45] virt: Add SEV-SNP guest driver
` [PATCH v10 43/45] virt: sevguest: Add support to derive key
` [PATCH v10 44/45] virt: sevguest: Add support to get extended report
` [PATCH v10 45/45] virt: sevguest: Add documentation for SEV-SNP CPUID Enforcement

start sorting out the ZONE_DEVICE refcount mess
 2022-02-09 17:48 UTC  (13+ messages)
` [PATCH 6/8] mm: don't include <linux/memremap.h> in <linux/mm.h>
` [PATCH 7/8] mm: remove the extra ZONE_DEVICE struct page refcount

[PATCH for-mm 0/2] Fix trivial build errors on -mm tree
 2022-02-09 16:19 UTC  (5+ messages)
` [PATCH for-mm 1/2] mm/internal: Implement no-op mlock_page_drain() for !CONFIG_MMU
` [PATCH for-mm 2/2] mm/gup: Make migrate_device_page() fails always if !CONFIG_DEVICE_PRIVATE

[PATCH v2 0/5] Allocate module text and data separately
 2022-02-09 15:42 UTC  (2+ messages)

[PATCH 00/75] MM folio patches for 5.18
 2022-02-09 15:27 UTC  (6+ messages)
` [PATCH 51/75] mm/rmap: Convert try_to_unmap() to take a folio
` [PATCH 52/75] mm/rmap: Convert try_to_migrate() to folios

[PATCH v9 00/43] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-02-09 15:02 UTC  (17+ messages)
` [PATCH v9 02/43] KVM: SVM: Create a separate mapping for the SEV-ES save area
` [PATCH v9 30/43] KVM: SEV: Add documentation for SEV-SNP CPUID Enforcement
` [PATCH v9 33/43] x86/compressed: Add SEV-SNP feature detection/setup
` [PATCH v9 42/43] virt: sevguest: Add support to derive key

mmotm 2022-02-08-15-31 uploaded
 2022-02-09 14:29 UTC  (6+ messages)
` mmotm 2022-02-08-15-31 uploaded (drivers/mtd/nand/raw/Kconfig)

[PATCH RFC v1] tmpfs: support for file creation time
 2022-02-09 14:27 UTC  (2+ messages)

[PATCH] hugetlbfs: fix a truncation issue in hugepages parameter
 2022-02-09 13:40 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 301c67a59c13b10302bd6f6f4daf5866bce25fbc
 2022-02-09 13:01 UTC 

[PATCH] vsprintf: Fix %pK with kptr_restrict == 0
 2022-02-09 11:53 UTC  (3+ messages)

[PATCH 0/2] mm/page_alloc: Remote per-cpu lists drain support
 2022-02-09 11:36 UTC  (8+ messages)
` [PATCH 1/2] mm/page_alloc: Access lists in 'struct per_cpu_pages' indirectly
` [PATCH 2/2] mm/page_alloc: Add remote draining support to per-cpu lists

drivers/infiniband/hw/ocrdma/ocrdma.h:499:21: sparse: sparse: cast to restricted __le32
 2022-02-09 11:34 UTC 

[PATCH RESEND] migrate: Wrap CONFIG_DEVICE_PRIVATE dependent function declarations with ifdef
 2022-02-09  9:47 UTC 

[PATCH 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-09  9:17 UTC  (17+ messages)
` [PATCH 3/4] mm/memcg: Add a local_lock_t for IRQ and TASK object
  ` [mm/memcg] 86895e1e85: WARNING:possible_circular_locking_dependency_detected

incoming
 2022-02-09  7:55 UTC  (9+ messages)
` [patch 22/69] fs: move binfmt_misc sysctl to its own file
  ` [PATCH] Fix regression due to "fs: move binfmt_misc sysctl to its own file"
          ` [PATCH v2] "

[PATCH v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2022-02-09  7:44 UTC  (8+ messages)

[PATCH v2 00/16] Introduce memblock simulator
 2022-02-09  7:30 UTC  (2+ messages)

[PATCH] filemap: remove find_get_pages()
 2022-02-09  7:02 UTC  (2+ messages)

[PATCH] psi: Treat ksm swapping in copy as memstall
 2022-02-09  5:55 UTC  (7+ messages)

[PATCH -V11 0/3] NUMA balancing: optimize memory placement for memory tiering system
 2022-02-09  5:24 UTC  (4+ messages)
` [PATCH -V11 2/3] NUMA balancing: optimize page "

[RFC V1 00/31] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-09  3:23 UTC  (4+ messages)
` [RFC V1 02/31] mm/mmap: Clarify protection_map[] indices

[PATCH 1/2] mm: Add pvmw_set_page()
 2022-02-09  3:11 UTC  (4+ messages)

[linux-next:master 1752/4439] Error: arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts:223.1-15 Label or path disp_blk_ctrl not found
 2022-02-08 23:00 UTC 

[PATCH v6 0/6] x86: Show in sysfs if a memory node is able to do encryption
 2022-02-08 21:09 UTC  (13+ messages)
` [PATCH v6 1/6] mm/memblock: Tag memblocks with crypto capabilities
` [PATCH v6 3/6] x86/e820: Refactor range_update and range_remove
` [PATCH v6 4/6] x86/e820: Tag e820_entry with crypto capabilities

[linux-next:master] BUILD REGRESSION 554f92dbda161fa073844ae6c62db257b8860a0a
 2022-02-08 20:31 UTC 

[PATCH v5 0/4] mm/page_owner: Extend page_owner to show memcg information
 2022-02-08 19:11 UTC  (6+ messages)
` [PATCH v5 3/4] mm/page_owner: Print "

[PATCH] mm: Outline copy_overflow()
 2022-02-08 19:04 UTC  (3+ messages)

[PATCH v2] kasan: test: prevent cache merging in kmem_cache_double_destroy
 2022-02-08 18:48 UTC 

[PATCH] kasan: test: prevent cache merging in kmem_cache_double_destroy
 2022-02-08 18:42 UTC  (2+ messages)

[PATCH v3 0/6] Allocate module text and data separately
 2022-02-08 18:40 UTC  (6+ messages)
` [PATCH v3 4/6] modules: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-08 18:33 UTC  (8+ messages)
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v4 04/12] mm/shmem: Support memfile_notifier

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-02-08 16:50 UTC  (14+ messages)
` [PATCH v7 01/12] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v7 05/12] mm: multigenerational LRU: minimal implementation
` [PATCH v7 09/12] mm: multigenerational LRU: runtime switch
` [PATCH v7 10/12] mm: multigenerational LRU: thrashing prevention
` [PATCH v7 12/12] mm: multigenerational LRU: documentation

[PATCH 00/35] Shadow stacks for userspace
 2022-02-08 16:15 UTC  (8+ messages)

[linux-next:master 4438/4439] include/linux/mmzone.h:1431:23: warning: array subscript 32 is outside array bounds of 'struct mem_section[32][1]'
 2022-02-08 16:10 UTC 

[PATCH v2 0/5] Update doc and fix some issues about kdump
 2022-02-08 13:39 UTC  (9+ messages)
` [PATCH v2 1/5] docs: kdump: update description about sysfs file system support
` [PATCH v2 2/5] docs: kdump: add scp example to write out the dump file
` [PATCH v2 3/5] panic: unset panic_on_warn inside panic()
` [PATCH v2 4/5] ubsan: no need to unset panic_on_warn in ubsan_epilogue()
` [PATCH v2 5/5] kasan: no need to unset panic_on_warn in end_report()

[PATCH] mm/damon: Add option to monitor only writes
 2022-02-08 13:18 UTC  (4+ messages)

[PATCH] mm/memory_hotplug: fix kfree() of bootmem memory
 2022-02-08 11:20 UTC  (5+ messages)

[PATCH 00/23 V3] Repair SWAP-over_NFS
 2022-02-08 11:07 UTC  (3+ messages)
` [PATCH 09/23] MM: submit multipage reads for SWP_FS_OPS swap-space

[PATCH 0/4] A few cleanup patches around memory_hotplug
 2022-02-08 10:56 UTC  (10+ messages)
` [PATCH 1/4] mm/memory_hotplug: remove obsolete comment of __add_pages
` [PATCH 2/4] mm/memory_hotplug: avoid calling zone_intersects() for ZONE_NORMAL
` [PATCH 3/4] mm/memory_hotplug: clean up try_offline_node
` [PATCH 4/4] mm/memory_hotplug: fix misplaced comment in offline_pages

[linux-next:master 4290/4439] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_chardev.c:1863:10: warning: no previous prototype for 'get_process_num_bos'
 2022-02-08 10:55 UTC 

[PATCH v3 4/4] mm/page_owner: Record task command name
 2022-02-08 10:51 UTC  (7+ messages)
` [PATCH v4 1/4] lib/vsprintf: Avoid redundant work with 0 size
` [PATCH v4 2/4] mm/page_owner: Use scnprintf() to avoid excessive buffer overrun check

[linux-next:pending-fixes] BUILD SUCCESS 8b6f2853101de7543e0baf31011e787df5e1c381
 2022-02-08 10:44 UTC 

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-02-08  9:16 UTC  (5+ messages)

[PATCH v2 00/35] Speculative page faults
 2022-02-08  9:07 UTC  (7+ messages)
` [PATCH v2 33/35] arm64/mm: attempt speculative mm faults first


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