linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/34] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-10 17:48 UTC  (3+ messages)
` [PATCH v2 08/34] kasan: only apply __GFP_ZEROTAGS when memory is zeroed

[PATCH v4 00/10] Convert powerpc to default topdown mmap layout
 2021-12-10 17:47 UTC  (16+ messages)
` [PATCH v4 03/10] powerpc/mm: Move vma_mmu_pagesize()
` [PATCH v4 06/10] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v4 07/10] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v4 09/10] powerpc/mm: Convert to default topdown mmap layout
  ` [PATCH v4 02/10] mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions

[PATCH 00/12] selftests: Remove ARRAY_SIZE duplicate defines
 2021-12-10 17:33 UTC  (13+ messages)
` [PATCH 01/12] tools: fix ARRAY_SIZE defines in tools and selftests hdrs
` [PATCH 02/12] selftests/arm64: remove ARRAY_SIZE define from vec-syscfg.c
` [PATCH 03/12] selftests/cgroup: remove ARRAY_SIZE define from cgroup_util.h
` [PATCH 04/12] selftests/core: remove ARRAY_SIZE define from close_range_test.c
` [PATCH 05/12] selftests/ir: remove ARRAY_SIZE define from ir_loopback.c
` [PATCH 06/12] selftests/landlock: remove ARRAY_SIZE define from common.h
` [PATCH 07/12] selftests/net: remove ARRAY_SIZE define from individual tests
` [PATCH 08/12] selftests/rseq: "
` [PATCH 09/12] selftests/seccomp: remove ARRAY_SIZE define from seccomp_benchmark
` [PATCH 10/12] selftests/sparc64: remove ARRAY_SIZE define from adi-test
` [PATCH 11/12] selftests/timens: remove ARRAY_SIZE define from individual tests
` [PATCH 12/12] selftests/vm: "

[PATCH] mm: delete unsafe BUG from page_cache_add_speculative()
 2021-12-10 17:20 UTC  (4+ messages)

[PATCH-next v2] mm/memcg: Properly handle memcg_stock access for PREEMPT_RT
 2021-12-10 16:37 UTC  (5+ messages)

[PATCH v5 1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-12-10 15:54 UTC  (5+ messages)
` [PATCH v5 2/3] mm: document locking restrictions for vm_operations_struct::close
` [PATCH v5 3/3] mm/oom_kill: allow process_mrelease to run under mmap_lock protection

[RFC PATCH v2 0/7] Use pageblock_order for cma and alloc_contig_range alignment
 2021-12-10 15:48 UTC  (15+ messages)
` [RFC PATCH v2 1/7] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [RFC PATCH v2 2/7] mm: compaction: handle non-lru compound pages properly in isolate_migratepages_block()
` [RFC PATCH v2 3/7] mm: migrate: allocate the right size of non hugetlb or THP compound pages
` [RFC PATCH v2 4/7] mm: make alloc_contig_range work at pageblock granularity
` [RFC PATCH v2 5/7] mm: cma: use pageblock_order as the single alignment
` [RFC PATCH v2 6/7] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
` [RFC PATCH v2 7/7] arch: powerpc: adjust fadump alignment to be pageblock aligned

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

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-10 15:29 UTC  (5+ messages)
` [PATCH v2 24/33] mm/slob: Convert SLOB to use struct slab

[PATCH] mm/memcontrol: Disable on PREEMPT_RT
 2021-12-10 15:22 UTC  (3+ messages)

[PATCH v4 00/66] Introducing the Maple Tree
 2021-12-10 15:08 UTC  (8+ messages)
` [PATCH v4 07/66] mm: Add VMA iterator
` [PATCH v4 08/66] mmap: Use the VMA iterator in count_vma_pages_range()

[PATCH 0/6] mm/damon/schemes: Extend stats for better online analysis and tuning
 2021-12-10 15:00 UTC  (7+ messages)
` [PATCH 1/6] mm/damon/schemes: Account scheme actions that successfully applied
` [PATCH 2/6] mm/damon/schemes: Account how many times quota limit has exceeded
` [PATCH 3/6] mm/damon/reclaim: Provide reclamation statistics
` [PATCH 4/6] Docs/admin-guide/mm/damon/reclaim: Document statistics parameters
` [PATCH 5/6] mm/damon/dbgfs: Support all DAMOS stats
` [PATCH 6/6] Docs/admin-guide/mm/damon/usage: Update for schemes statistics

[PATCH v2 00/14] Use uncached stores while clearing huge pages
 2021-12-10 14:26 UTC  (6+ messages)
` [PATCH v2 07/14] x86/clear_page: add clear_page_uncached()

[security] d3b04a4398: WARNING:at_crypto/kdf_sp800108.c:#crypto_kdf108_init
 2021-12-10 14:16 UTC  (4+ messages)

[RFC net-next 0/2] IOAM queue depth and buffer occupancy
 2021-12-10 12:57 UTC  (11+ messages)
` [RFC net-next 2/2] ipv6: ioam: Support for Buffer occupancy data field

[RFC] More deterministic SLOB for real time embedded systems
 2021-12-10 12:06 UTC  (9+ messages)
` segregated list + slab merging is much better than original SLOB
  ` Do we really need SLOB nowdays?

[PATCH v1] mm, hwpoison: fix condition in free hugetlb page path
 2021-12-10 11:02 UTC 

[PATCH v2 0/3] mm/page_alloc: Remote per-cpu page list drain support
 2021-12-10 10:55 UTC  (6+ messages)
` [PATCH v2 3/3] mm/page_alloc: Remotely drain per-cpu lists

[RFC] mm: introduce page pinner
 2021-12-10  9:54 UTC  (3+ messages)

[PATCH] mm: mempolicy: fix THP allocations escaping mempolicy restrictions
 2021-12-10  9:52 UTC  (2+ messages)

[PATCH v4 1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-12-10  9:20 UTC  (13+ messages)
` [PATCH v4 2/3] mm: document locking restrictions for vm_operations_struct::close
` [PATCH v4 3/3] mm/oom_kill: allow process_mrelease to run under mmap_lock protection
` [PATCH 4/3] mm: drop MMF_OOM_SKIP from exit_mmap

[PATCH v3] mm: fix panic in __alloc_pages
 2021-12-10  9:11 UTC  (20+ messages)

[PATCH V1 0/2] mm/damon: Do little changes
 2021-12-10  8:18 UTC  (6+ messages)
` [PATCH V1 1/2] mm/damon/dbgfs: Avoid target_ids display wrong pid value
` [PATCH V1 2/2] mm/damon: Modify the display form of damon tracepoint

[PATCH] mm/madvise: pageout under plugging
 2021-12-10  3:25 UTC  (3+ messages)

[PATCH] mm/memcg: Properly handle memcg_stock access for PREEMPT_RT
 2021-12-10  2:47 UTC  (2+ messages)

[PATCH v2 00/11] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2021-12-10  1:31 UTC  (11+ messages)
` [PATCH v2 03/11] mm/gup: migrate PIN_LONGTERM dev coherent pages to system

[syzbot] INFO: task can't die in reclaim_throttle
 2021-12-09 22:00 UTC  (3+ messages)

[PATCH v1 1/1] percpu_ref: Replace kernel.h with the necessary inclusions
 2021-12-09 20:40 UTC  (2+ messages)

[PATCH 00/10] Hardening page _refcount
 2021-12-09 15:15 UTC  (8+ messages)
` [PATCH 01/10] mm: page_ref_add_unless() does not trace 'u' argument

[PATCH -V2] numa balancing: move some document to make it consistent with the code
 2021-12-09 13:49 UTC  (3+ messages)

[PATCH RESEND v2 0/5] Avoid requesting page from DMA zone when no managed pages
 2021-12-09 13:23 UTC  (9+ messages)
` [PATCH RESEND v2 3/5] mm_zone: add function to check if managed dma zone exists

[PATCH 0/6] mm/damon: Misc cleanups
 2021-12-09 13:18 UTC  (7+ messages)
` [PATCH 1/6] mm/damon: Convert macro functions to static inline functions
` [PATCH 2/6] Docs/admin-guide/mm/damon/usage: Update for scheme quotas and watermarks
` [PATCH 3/6] Docs/admin-guide/mm/damon/usage: Remove redundant information
` [PATCH 4/6] Docs/admin-guide/mm/damon/usage: Mention tracepoint at the beginning
` [PATCH 5/6] Docs/admin-guide/mm/damon/usage: Update for kdamond_pid and (mk|rm)_contexts
` [PATCH 6/6] mm/damon: Remove a mistakenly added comment for a future feature

[PATCH v1 0/2] virtio-mem: prepare for granularity smaller than MAX_ORDER - 1
 2021-12-09 11:52 UTC  (6+ messages)
` [PATCH v1 1/2] virtio-mem: prepare page onlining code "
` [PATCH v1 2/2] virtio-mem: prepare fake "

[PATCH] mm/vmalloc: allocate small pages for area->pages
 2021-12-09 10:59 UTC  (4+ messages)

[PATCH] kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR
 2021-12-09 10:00 UTC  (2+ messages)

[PATCH] mm: vmscan: reduce throttling due to a failure to make progress -fix
 2021-12-09  9:54 UTC 

[PATCH v4 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
 2021-12-09  9:53 UTC  (3+ messages)

Huge percpu memory usage on multi NUMA node system
 2021-12-09  9:51 UTC  (2+ messages)

[PATCH] mm/oom_kill: wake futex waiters before annihilating victim shared mutex
 2021-12-09  7:51 UTC  (6+ messages)

[PATCH v5 00/10] Multigenerational LRU Framework
 2021-12-09  7:24 UTC  (2+ messages)

[PATCH -mm 0/5] Phase 2 of task comm cleanups
 2021-12-09  2:42 UTC  (4+ messages)
` [PATCH -mm 4/5] tools/perf: replace hard-coded 16 with TASK_COMM_LEN

[PATCH] mm/gup.c: stricter check on THP migration entry during follow_pmd_mask
 2021-12-09  1:40 UTC  (3+ 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