Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-09 19:57:26 to 2023-06-12 13:59:37 UTC [more...]

[PATCH v2 0/6] Per-vma lock support for swap and userfaults
 2023-06-12 13:59 UTC  (26+ messages)
` [PATCH v2 1/6] swap: remove remnants of polling from read_swap_cache_async
` [PATCH v2 2/6] mm: handle swap page faults under VMA lock if page is uncontended
` [PATCH v2 3/6] mm: add missing VM_FAULT_RESULT_TRACE name for VM_FAULT_COMPLETED
` [PATCH v2 4/6] mm: drop VMA lock before waiting for migration
` [PATCH v2 5/6] mm: implement folio wait under VMA lock

[PATCH v11 00/20] TDX host kernel support
 2023-06-12 13:51 UTC  (42+ messages)
  ` [PATCH v11 08/20] x86/virt/tdx: Get information about TDX module and TDX-capable memory
  ` [PATCH v11 10/20] x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regions
  ` [PATCH v11 11/20] x86/virt/tdx: Fill out "
  ` [PATCH v11 12/20] x86/virt/tdx: Allocate and set up PAMTs for TDMRs
  ` [PATCH v11 18/20] x86: Handle TDX erratum to reset TDX private memory during kexec() and reboot
  ` [PATCH v11 19/20] x86/mce: Improve error log of kernel space TDX #MC due to erratum
  ` [PATCH v11 20/20] Documentation/x86: Add documentation for TDX host support
  ` [PATCH v11 06/20] x86/virt/tdx: Handle SEAMCALL running out of entropy error
  ` [PATCH v11 07/20] x86/virt/tdx: Add skeleton to enable TDX on demand

[PATCH] mm: madvise: fix uneven accounting of psi
 2023-06-12 13:40 UTC  (5+ messages)

[PATCH v3 0/7] mm: zswap: move writeback LRU from zpool to zswap
 2023-06-12 13:38 UTC  (10+ messages)
` [PATCH v3 1/7] mm: zswap: add pool shrinking mechanism
` [PATCH v3 2/7] mm: zswap: remove page reclaim logic from zbud
` [PATCH v3 3/7] mm: zswap: remove page reclaim logic from z3fold
` [PATCH v3 4/7] mm: zswap: remove page reclaim logic from zsmalloc
` [PATCH v3 5/7] mm: zswap: remove shrink from zpool interface
` [PATCH v3 6/7] mm: zswap: simplify writeback function
` [PATCH v3 7/7] mm: zswap: remove zswap_header

[PATCH] memblock: use the helper macro for_each_zone
 2023-06-12 12:51 UTC 

[linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement
 2023-06-12 12:25 UTC  (2+ messages)

[PATCH v5 3/3] mm,page_owner: Filter out stacks by a threshold counter
 2023-06-12 10:53 UTC  (3+ messages)

[PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-06-12 10:49 UTC  (54+ messages)
` [PATCH RFC v9 01/51] KVM: x86: Add gmem hook for initializing private memory
` [PATCH RFC v9 02/51] KVM: x86: Add gmem hook for invalidating "
` [PATCH RFC v9 03/51] KVM: x86: Use full 64-bit error code for kvm_mmu_do_page_fault
` [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask
` [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile
` [PATCH RFC v9 06/51] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH RFC v9 07/51] x86/sev: Add the host SEV-SNP initialization support
` [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH RFC v9 09/51] x86/sev: Add RMP entry lookup helpers
` [PATCH RFC v9 10/51] x86/fault: Add helper for dumping RMP entries
` [PATCH RFC v9 11/51] x86/traps: Define RMP violation #PF error code
` [PATCH RFC v9 12/51] x86/fault: Report RMP page faults for kernel addresses
` [PATCH RFC v9 13/51] x86/fault: Handle RMP page faults for user addresses
` [PATCH RFC v9 14/51] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH RFC v9 15/51] x86/sev: Invalidate pages from the direct map when adding them to the RMP table
` [PATCH RFC v9 16/51] crypto: ccp: Define the SEV-SNP commands
` [PATCH RFC v9 17/51] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH RFC v9 18/51] crypto: ccp: Provide API to issue SEV and SNP commands
` [PATCH RFC v9 19/51] x86/sev: Introduce snp leaked pages list
` [PATCH RFC v9 20/51] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH RFC v9 21/51] crypto: ccp: Handle the legacy SEV command "
` [PATCH RFC v9 22/51] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH RFC v9 23/51] KVM: SEV: Select CONFIG_KVM_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y
` [PATCH RFC v9 24/51] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH RFC v9 25/51] KVM: SVM: Add GHCB handling for Hypervisor Feature Support requests
` [PATCH RFC v9 26/51] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH RFC v9 27/51] KVM: SVM: Add initial SEV-SNP support
` [PATCH RFC v9 28/51] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH RFC v9 29/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH RFC v9 30/51] KVM: Add HVA range operator
` [PATCH RFC v9 31/51] KVM: Split out memory attribute xarray updates to helper function
` [PATCH RFC v9 32/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH RFC v9 33/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH RFC v9 34/51] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH RFC v9 35/51] KVM: SVM: Add KVM_EXIT_VMGEXIT
` [PATCH RFC v9 36/51] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH RFC v9 37/51] KVM: SVM: Add support to handle "
` [PATCH RFC v9 38/51] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH RFC v9 39/51] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH RFC v9 40/51] KVM: SVM: Add support to handle RMP nested page faults
` [PATCH RFC v9 41/51] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH RFC v9 42/51] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH RFC v9 43/51] KVM: SEV: Configure MMU to check for private fault flags
` [PATCH RFC v9 44/51] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH RFC v9 45/51] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH RFC v9 46/51] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH RFC v9 47/51] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
` [PATCH RFC v9 48/51] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH RFC v9 49/51] x86/sev: Add KVM commands for per-instance certs
` [PATCH RFC v9 50/51] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH RFC v9 51/51] crypto: ccp: Add debug support for decrypting pages

[RFC PATCH ] mm/slub: Reducing slub memory wastage
 2023-06-12 10:17 UTC  (2+ messages)

[PATCH] mm: compaction: skip memory hole rapidly when isolating migratable pages
 2023-06-12 10:11 UTC  (8+ messages)

[PATCHv5] mm: skip CMA pages when they are not available
 2023-06-12 10:01 UTC  (6+ messages)

[PATCH 1/2] selftests: mm: remove wrong kernel header inclusion
 2023-06-12  9:56 UTC  (3+ messages)
` [PATCH 2/2] selftests: mm: remove duplicate unneeded defines

[PATCH] mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminit
 2023-06-12  9:50 UTC  (2+ messages)

[PATCH v4 0/3] page_owner: print stacks and their counter
 2023-06-12  9:44 UTC  (5+ messages)

[PATCH] [mm-unstable] mm/folio: Replace set_compound_order with folio_set_order
 2023-06-12  9:35 UTC 

[PATCH] mm: vmscan: mark kswapd_run() and kswapd_stop() __meminit
 2023-06-12  9:32 UTC 

[PATCH v2] mm/vmalloc: Replace the ternary conditional operator with min()
 2023-06-12  9:22 UTC  (2+ messages)

[PATCH] scripts: fix the gfp flags header path in gfp-translate
 2023-06-12  9:21 UTC  (2+ messages)

[PATCH] memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) check
 2023-06-12  9:15 UTC  (2+ messages)

[PATCH -next] mm: Remove unused vma_init_lock()
 2023-06-12  9:14 UTC  (2+ messages)

[PATCH] mm: hugetlb: Add Kconfig option to set default nr_overcommit_hugepages
 2023-06-12  9:12 UTC  (3+ messages)

[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail
 2023-06-12  9:10 UTC  (7+ messages)
` [PATCH v2 28/32] mm/memory: "
` [PATCH v2 31/32] mm/swap: swap_vma_readahead() do the pte_offset_map()

[PATCH] binfmt_elf: dynamically allocate note.data in parse_elf_properties
 2023-06-12  8:08 UTC  (2+ messages)

[PATCH v6 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8
 2023-06-12  7:47 UTC  (6+ messages)

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-12  7:46 UTC  (3+ messages)

[PATCH v1 1/1] selftests: mm: uufd-unit-tests: remove a format warning in printf
 2023-06-12  7:42 UTC  (4+ messages)

[PATCH v2] watchdog/mm: Allow dumping memory info in pretimeout
 2023-06-12  7:26 UTC 

[PATCH v3] mm/migrate_device: Try to handle swapcache pages
 2023-06-12  4:53 UTC  (3+ messages)

[PATCH v1 0/3] Improve hugetlbfs read on HWPOISON hugepages
 2023-06-12  4:19 UTC  (11+ messages)
` [PATCH v1 1/3] mm/hwpoison: find subpage in hugetlb HWPOISON list

[linux-next:master 5458/8413] include/linux/fortify-string.h:529:4: error: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()?
 2023-06-12  3:23 UTC 

[syzbot] [kernel?] possible deadlock in scheduler_tick (2)
 2023-06-12  1:30 UTC  (7+ messages)
  ` [PATCH] lib/stackdepot: stackdepot: don't use __GFP_KSWAPD_RECLAIM from __stack_depot_save() if atomic context
    ` [PATCH] kasan,kmsan: remove __GFP_KSWAPD_RECLAIM usage from kasan/kmsan
              ` [PATCH v3] lib/stackdepot: fix gfp flags manipulation in __stack_depot_save()

[PATCH] mm: kill [add|del]_page_to_lru_list()
 2023-06-12  1:08 UTC  (3+ messages)

[PATCH] mm/khugepaged: fix iteration in collapse_file
 2023-06-11 18:26 UTC  (4+ messages)

[linux-next:master] [kbuild] df8fc4e934: BUG:unable_to_handle_page_fault_for_address
 2023-06-11 13:41 UTC 

[PATCH v6 10/19] s390: mm: Convert to GENERIC_IOREMAP
 2023-06-11 11:10 UTC  (3+ messages)

[PATCH v6 02/19] hexagon: mm: Convert to GENERIC_IOREMAP
 2023-06-11  7:57 UTC  (5+ messages)

[PATCH v6 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-06-11  5:46 UTC  (11+ messages)
` [PATCH v6 03/19] openrisc: mm: remove unneeded early ioremap code
` [PATCH v6 04/19] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap()
` [PATCH v6 09/19] openrisc: mm: Convert to GENERIC_IOREMAP
` [PATCH v6 15/19] mm/ioremap: Consider IOREMAP space in generic ioremap

[PATCH v3] Documentation/mm: Initial page table documentation
 2023-06-11  5:24 UTC  (2+ messages)

[linux-next:master 5479/8413] drivers/scsi/lpfc/lpfc_bsg.c:918:13: sparse: sparse: incorrect type in assignment (different base types)
 2023-06-11  0:32 UTC 

[PATCH] mm/vmalloc: Replace the ternary conditional operator with min()
 2023-06-10 22:35 UTC  (10+ messages)

[PATCH v2] lib: Replace kmap() with kmap_local_page()
 2023-06-10 17:57 UTC 

[linux-next:master] [crypto] bb897c5504: stress-ng.af-alg.ops_per_sec -8.0% regression
 2023-06-10 14:06 UTC  (3+ messages)

[RFC PATCH 00/80] Rust PuzzleFS filesystem driver
 2023-06-10  9:40 UTC  (14+ messages)

[PATCH v3] mm/folio: Avoid special handling for order value 0 in folio_set_order
 2023-06-10  6:50 UTC  (3+ messages)

[PATCH v2] percpu-internal/pcpu_chunk: Re-layout pcpu_chunk structure to reduce false sharing
 2023-06-10  3:07 UTC  (5+ messages)
      ` [PATCH v3] "

[stable:linux-5.15.y 36/9999] drivers/media/dvb-frontends/mb86a16.c:1600:26: warning: stack frame size (1168) exceeds limit (1024) in 'mb86a16_search'
 2023-06-10  1:59 UTC 

[PATCH] mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macro
 2023-06-09 23:44 UTC 

[PATCH v4] mm, compaction: Skip all non-migratable pages during scan
 2023-06-09 23:28 UTC  (15+ messages)

[linux-next:pending-fixes] BUILD SUCCESS c7b658b8488dd2db8992e9ed18afe739c893c6b9
 2023-06-09 20:26 UTC 

[LSF/MM/BPF TOPIC] HGM for hugetlbfs
 2023-06-09 20:20 UTC  (17+ messages)
              ` [Lsf-pc] "

[PATCH 0/2] change ->index to PAGE_SIZE for hugetlb pages
 2023-06-09 20:18 UTC  (6+ messages)
` [PATCH 1/2] mm/filemap: remove hugetlb special casing in filemap.c
` [PATCH 2/2] mm/hugetlb: add wrapper functions for interactions with page cache


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 read-only IMAP folder(s) and NNTP newsgroup(s).