linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2 0/3] A few cleanup and fixup patches for swap
 2022-06-21  8:20 UTC  (24+ messages)
` [PATCH v2 1/3] mm/swapfile: make security_vm_enough_memory_mm() work as expected
` [PATCH v2 2/3] mm/swapfile: fix possible data races of inuse_pages
` [PATCH v2 3/3] mm/swap: remove swap_cache_info statistics

[PATCH v4 00/34] Printbufs - new data structure for building strings
 2022-06-21  8:14 UTC  (31+ messages)
` [PATCH v4 01/34] lib/printbuf: New data structure for printing strings
` [PATCH v4 05/34] vsprintf: %pf(%p)
` [PATCH v4 07/34] lib/printbuf: Heap allocation
` [PATCH v4 08/34] lib/printbuf: Tabstops, indenting
` [PATCH v4 13/34] test_printf: Drop requirement that sprintf not write past nul
` [PATCH v4 24/34] mm/memcontrol.c: Convert to printbuf

[PATCH] mm: fixup validation of buddy pfn
 2022-06-21  8:01 UTC  (2+ messages)

[PATCH v2 0/2] Minor memoryhotplug refactoring
 2022-06-21  7:59 UTC  (5+ messages)
` [PATCH v2 1/2] mm/page_alloc: Do not calculate node's total pages and memmap pages when empty
` [PATCH v2 2/2] mm/memory_hotplug: Reset node's state when empty during offline

[PATCH v5 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory
 2022-06-21  7:39 UTC  (7+ messages)
` [PATCH v5 1/2] mm: memory_hotplug: enumerate all supported section flags
` [PATCH v5 2/2] mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memory

[RFC PATCH 0/1] stackdepot hash table autosizing
 2022-06-21  7:37 UTC  (7+ messages)
` [RFC PATCH 1/1] lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizing
` [PATCH] "

[PATCH -next v6 00/10]arm64: add machine check safe support
 2022-06-21  7:26 UTC  (11+ messages)
` [PATCH -next v6 01/10] arm64: extable: add new extable type EX_TYPE_KACCESS_ERR_ZERO support
` [PATCH -next v6 02/10] arm64: asm-extable: move data fields
` [PATCH -next v6 03/10] arm64: asm-extable: add asm uacess helpers
` [PATCH -next v6 04/10] arm64: extable: make uaaccess helper use extable type EX_TYPE_UACCESS_ERR_ZERO
` [PATCH -next v6 05/10] arm64: extable: move _cond_extable to _cond_uaccess_extable
` [PATCH -next v6 06/10] arm64: extable: cleanup redundant extable type EX_TYPE_FIXUP
` [PATCH -next v6 07/10] Add generic fallback version of copy_mc_to_user()
` [PATCH -next v6 08/10] arm64: add support for machine check error safe
` [PATCH -next v6 09/10] arm64: add uaccess to machine check safe
` [PATCH -next v6 10/10] arm64: add cow "

[PATCH 00/32] kasan: switch tag-based modes to stack ring from per-object metadata
 2022-06-21  7:17 UTC  (23+ messages)
` [PATCH 01/32] kasan: check KASAN_NO_FREE_META in __kasan_metadata_size
` [PATCH 02/32] kasan: rename kasan_set_*_info to kasan_save_*_info
` [PATCH 03/32] kasan: move is_kmalloc check out of save_alloc_info
` [PATCH 04/32] kasan: split save_alloc_info implementations
` [PATCH 05/32] kasan: drop CONFIG_KASAN_TAGS_IDENTIFY
` [PATCH 07/32] kasan: introduce kasan_get_alloc_track
` [PATCH 08/32] kasan: introduce kasan_init_object_meta
` [PATCH 09/32] kasan: clear metadata functions for tag-based modes
` [PATCH 19/32] kasan: pass tagged pointers to kasan_save_alloc/free_info
` [PATCH 21/32] kasan: simplify invalid-free reporting
` [PATCH 31/32] kasan: implement stack ring for tag-based modes

[PATCH] LoongArch: Add sparse memory vmemmap support
 2022-06-21  6:35 UTC  (5+ messages)

[linux-next:master 3429/4317] drivers/soc/qcom/socinfo.c:593: undefined reference to `qcom_smem_get'
 2022-06-21  4:37 UTC 

[RFC PATCH 0/3] Cgroup accounting of memory tier usage
 2022-06-21  4:18 UTC  (3+ messages)
` [RFC PATCH 1/3] mm/memory-tiers Add functions for tier memory usage in a cgroup

[PATCH v4 bpf-next 0/8] bpf_prog_pack followup
 2022-06-21  3:25 UTC  (8+ messages)

[PATCH] mm: cma: sync everything after EBUSY
 2022-06-21  2:38 UTC  (2+ messages)

[PATCH v7 0/4] Implement readahead for squashfs
 2022-06-21  2:36 UTC  (2+ messages)

[PATCH 0/3] Fixes for 5.19b
 2022-06-20 23:42 UTC  (5+ messages)
` [PATCH 2/3] filemap: Handle sibling entries in filemap_get_read_batch()
` [PATCH 3/3] mm: Clear page->private when splitting or migrating a page

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-20 23:15 UTC  (50+ messages)
` [PATCH Part2 v6 01/49] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH Part2 v6 02/49] iommu/amd: Introduce function to check SEV-SNP support
` [PATCH Part2 v6 03/49] x86/sev: Add the host SEV-SNP initialization support
` [PATCH Part2 v6 04/49] x86/sev: set SYSCFG.MFMD
` [PATCH Part2 v6 05/49] x86/sev: Add RMP entry lookup helpers
` [PATCH Part2 v6 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [PATCH Part2 v6 07/49] x86/sev: Invalid pages from direct map when adding it to RMP table
` [PATCH Part2 v6 08/49] x86/traps: Define RMP violation #PF error code
` [PATCH Part2 v6 09/49] x86/fault: Add support to handle the RMP fault for user address
` [PATCH Part2 v6 10/49] x86/fault: Add support to dump RMP entry on fault
` [PATCH Part2 v6 11/49] crypto:ccp: Define the SEV-SNP commands
` [PATCH Part2 v6 12/49] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP
` [PATCH Part2 v6 13/49] crypto:ccp: Provide APIs to issue SEV-SNP commands
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 15/49] crypto: ccp: Handle the legacy SEV command "
` [PATCH Part2 v6 16/49] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 v6 17/49] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v6 18/49] crypto: ccp: Provide APIs to query extended attestation report
` [PATCH Part2 v6 19/49] KVM: SVM: Add support to handle AP reset MSR protocol
` [PATCH Part2 v6 20/49] KVM: SVM: Provide the Hypervisor Feature support VMGEXIT
` [PATCH Part2 v6 21/49] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe
` [PATCH Part2 v6 22/49] KVM: SVM: Add initial SEV-SNP support
` [PATCH Part2 v6 23/49] KVM: SVM: Add KVM_SNP_INIT command
` [PATCH Part2 v6 24/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command
` [PATCH Part2 v6 25/49] KVM: SVM: Disallow registering memory range from HugeTLB for SNP guest
` [PATCH Part2 v6 26/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command
` [PATCH Part2 v6 27/49] KVM: SVM: Mark the private vma unmerable for SEV-SNP guests
` [PATCH Part2 v6 28/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command
` [PATCH Part2 v6 29/49] KVM: X86: Keep the NPT and RMP page level in sync
` [PATCH Part2 v6 30/49] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX and SNP
` [PATCH Part2 v6 31/49] KVM: x86: Introduce kvm_mmu_get_tdp_walk() for SEV-SNP use
` [PATCH Part2 v6 32/49] KVM: x86: Define RMP page fault error bits for #NPF
` [PATCH Part2 v6 33/49] KVM: x86: Update page-fault trace to log full 64-bit error code
` [PATCH Part2 v6 34/49] KVM: SVM: Do not use long-lived GHCB map while setting scratch area
` [PATCH Part2 v6 35/49] KVM: SVM: Remove the long-lived GHCB host map
` [PATCH Part2 v6 36/49] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT
` [PATCH Part2 v6 38/49] KVM: SVM: Add support to handle "
` [PATCH Part2 v6 39/49] KVM: SVM: Introduce ops for the post gfn map and unmap
` [PATCH Part2 v6 40/49] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use
` [PATCH Part2 v6 41/49] KVM: SVM: Add support to handle the RMP nested page fault
` [PATCH Part2 v6 42/49] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH Part2 v6 43/49] KVM: SVM: Use a VMSA physical address variable for populating VMCB
` [PATCH Part2 v6 44/49] KVM: SVM: Support SEV-SNP AP Creation NAE event
` [PATCH Part2 v6 45/49] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH Part2 v6 46/49] ccp: add support to decrypt the page
` [PATCH Part2 v6 47/49] *fix for stale per-cpu pointer due to cond_resched during ghcb mapping
` [PATCH Part2 v6 48/49] *debug: warn and retry failed rmpupdates
` [PATCH Part2 v6 49/49] KVM: SVM: Sync the GHCB scratch buffer using already mapped ghcb

[PATCH v3] Documentation: highmem: Use literal block for code example in highmem.h comment
 2022-06-20 21:44 UTC  (2+ messages)

[PATCH] mm: page_alloc: validate buddy page before using
 2022-06-20 20:31 UTC  (15+ messages)
` [PATCH 5.15] mm: "

mm/madvise.c:1438:6: warning: Redundant assignment of 'ret' to itself. [selfAssignment]
 2022-06-20 19:14 UTC  (5+ messages)
    ` [kbuild-all] "

[PATCH] mm/damon: Use set_huge_pte_at() to make huge pte old
 2022-06-20 17:27 UTC  (2+ messages)

gfs2 is unhappy on pagecache/for-next
 2022-06-20 17:20 UTC  (4+ messages)

[linux-next:master 1542/4317] irq-xilinx-intc.c:undefined reference to `of_iomap'
 2022-06-20 17:15 UTC 

[PATCH 0/6] Simplify hugetlb vmemmap and improve its readability
 2022-06-20 16:57 UTC  (3+ messages)
` [PATCH 1/6] mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()

[GIT PULL] slab fixes for 5.19
 2022-06-20 14:44 UTC  (2+ messages)

[PATCH -next v5 0/8]arm64: add machine check safe support
 2022-06-20 14:26 UTC  (11+ messages)
` [PATCH -next v5 2/8] arm64: extable: make uaaccess helper use extable type EX_TYPE_UACCESS_ERR_ZERO

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-06-20 14:16 UTC  (9+ messages)
` [PATCH v6 4/8] KVM: Extend the memslot to support fd-based "
` [PATCH v6 6/8] KVM: Handle page fault for "

[PATCH] mm: Fix serialization adding transparent huge pages to page cache
 2022-06-20 13:56 UTC  (3+ messages)

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-20 12:23 UTC  (9+ messages)
` [PATCH v5 01/13] mm: add zone device coherent type memory support

[PATCH] filemap: obey mapping->invalidate_lock lock/unlock order
 2022-06-20 12:14 UTC  (7+ messages)

[PATCH 1/3] mm/slub: fix the race between validate_slab and slab_free
 2022-06-20 11:57 UTC  (14+ messages)

[PATCH] mm: rmap: Simplify the hugetlb handling when unmapping or migration
 2022-06-20 11:47 UTC 

[syzbot] BUG: sleeping function called from invalid context in __vmalloc_node_range
 2022-06-20 11:24 UTC  (2+ messages)

[PATCH] mm: fix racing of vb->va when kasan enabled
 2022-06-20 11:23 UTC  (6+ messages)

[PATCH 4.9] mm: page_alloc: validate buddy page before using
 2022-06-20 10:17 UTC  (4+ messages)

[PATCH v6 00/13] mm/demotion: Memory tiers and demotion
 2022-06-20  9:18 UTC  (2+ messages)

[PATCH] mm/filemap.c: Always read one page in do_sync_mmap_readahead()
 2022-06-20  9:06 UTC  (4+ messages)

[PATCH v4 0/2] make hugetlb_optimize_vmemmap compatible with memmap_on_memory
 2022-06-20  9:05 UTC  (11+ messages)
` [PATCH v4 1/2] mm: memory_hotplug: enumerate all supported section flags
` [PATCH v4 2/2] mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_memory

[PATCH v2] mm/smaps: add Pss_Dirty
 2022-06-20  8:15 UTC  (2+ 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