linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v10 00/69] Introducing the Maple Tree
 2022-06-21 20:47 UTC  (29+ messages)
` [PATCH v10 01/69] Maple Tree: add new data structure
` [PATCH v10 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v10 02/69] radix tree test suite: add pr_err define
` [PATCH v10 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v10 06/69] radix tree test suite: add lockdep_is_held to header
` [PATCH v10 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v10 08/69] mm: start tracking VMAs with maple tree
` [PATCH v10 09/69] mm: add VMA iterator
` [PATCH v10 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v10 14/69] kernel/fork: use maple tree for dup_mmap() during forking
` [PATCH v10 12/69] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v10 17/69] mm: remove rb tree
` [PATCH v10 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v10 15/69] damon: convert __damon_va_three_regions to use the VMA iterator
` [PATCH v10 18/69] mmap: change zeroing of maple tree in __vma_adjust()
` [PATCH v10 19/69] xen: use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v10 20/69] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v10 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v10 26/69] mm: convert vma_lookup() to use mtree_load()
` [PATCH v10 25/69] mm: remove vmacache
` [PATCH v10 27/69] mm/mmap: move mmap_region() below do_munmap()
` [PATCH v10 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v10 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v10 30/69] arm64: remove mmap linked list from vdso
` [PATCH v10 32/69] parisc: remove mmap linked list from cache handling
` [PATCH v10 35/69] x86: remove vma linked list walks
` [PATCH v10 34/69] s390: "
` [PATCH v10 33/69] powerpc: remove mmap "

[PATCH] maple_tree: Make mas_prealloc() error checking more generic
 2022-06-21 20:38 UTC  (4+ messages)

Linux 5.18-rc4
 2022-06-21 20:27 UTC  (8+ messages)

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-06-21 20:17 UTC  (55+ 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 06/49] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction
` [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

[mm-unstable v5 PATCH 0/7] Cleanup transhuge_xxx helpers
 2022-06-21 18:58 UTC  (3+ messages)
` [v5 PATCH 4/7] mm: thp: kill transparent_hugepage_active()

[RFC PATCH v2 0/5] userfaultfd: support access/write hints
 2022-06-21 18:43 UTC  (21+ messages)
` [RFC PATCH v2 1/5] userfaultfd: introduce uffd_flags
` [RFC PATCH v2 2/5] userfaultfd: introduce access-likely mode for copy/wp operations
` [RFC PATCH v2 3/5] userfaultfd: introduce write-likely "
` [RFC PATCH v2 4/5] userfaultfd: zero access/write hints

[linux-next:pending-fixes] BUILD SUCCESS 3bc66a8a3bd54f5336b7494c4072fab4fc00d0ab
 2022-06-21 18:04 UTC 

[RFC PATCH v4] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-06-21 17:22 UTC 

[PATCH RFC 0/4] kvm/mm: Allow GUP to respond to non fatal signals
 2022-06-21 17:09 UTC  (4+ messages)
` [PATCH RFC 1/4] mm/gup: Add FOLL_INTERRUPTIBLE

[linux-next:master 4284/4834] microblaze-linux-ld: drivers/ntb/test/ntb_perf.c:1095: undefined reference to `__umoddi3'
 2022-06-21 16:51 UTC 

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

[linux-next:master 2947/4834] ERROR: modpost: "acpi_dev_for_each_child" [drivers/mfd/mfd-core.ko] undefined!
 2022-06-21 15:37 UTC 

[linux-next:master 4284/4834] drivers/ntb/test/ntb_perf.c:1067: undefined reference to `__umoddi3'
 2022-06-21 15:21 UTC 

[syzbot] KASAN: null-ptr-deref Read in hugepage_vma_check
 2022-06-21 15:10 UTC  (2+ messages)

Private Invitation for NEC Co
 2022-06-21 15:06 UTC 

[PATCH] mm: fix racing of vb->va when kasan enabled
 2022-06-21 14:29 UTC  (9+ messages)

[PATCH v6 00/11] Use obj_cgroup APIs to charge the LRU pages
 2022-06-21 12:56 UTC  (12+ messages)
` [PATCH v6 01/11] mm: memcontrol: remove dead code and comments
` [PATCH v6 02/11] mm: rename unlock_page_lruvec{_irq, _irqrestore} to lruvec_unlock{_irq, _irqrestore}
` [PATCH v6 03/11] mm: memcontrol: prepare objcg API for non-kmem usage
` [PATCH v6 04/11] mm: memcontrol: make lruvec lock safe when LRU pages are reparented
` [PATCH v6 05/11] mm: vmscan: rework move_pages_to_lru()
` [PATCH v6 06/11] mm: thp: make split queue lock safe when LRU pages are reparented
` [PATCH v6 07/11] mm: memcontrol: make all the callers of {folio,page}_memcg() safe
` [PATCH v6 08/11] mm: memcontrol: introduce memcg_reparent_ops
` [PATCH v6 09/11] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
` [PATCH v6 10/11] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance function
` [PATCH v6 11/11] mm: lru: use lruvec lock to serialize memcg changes

[linux-next:master 3790/4834] net/ipv6/raw.c:338:33: warning: variable 'daddr' set but not used
 2022-06-21 12:42 UTC 

[linux-next:master 3790/4834] net/ipv6/raw.c:338:40: warning: variable 'daddr' set but not used
 2022-06-21 12:31 UTC 

[linux-next:master 3182/4834] s390-linux-ld: kernel/trace/trace_uprobe.o:(__jump_table+0x8): undefined reference to `bpf_stats_enabled_key'
 2022-06-21 12:21 UTC 

[Question] vmalloc latency in RT-Linux
 2022-06-21 12:15 UTC 

[PATCH v4 00/34] Printbufs - new data structure for building strings
 2022-06-21 11:11 UTC  (25+ messages)
` [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 11/34] vsprintf: Improve number()
` [PATCH v4 13/34] test_printf: Drop requirement that sprintf not write past nul

[PATCH V3 0/2] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-21  9:44 UTC  (6+ messages)
` [PATCH V3 1/2] mm/mmap: Restrict generic protection_map[] array visibility

[PATCH v4 00/7] Drain remote per-cpu directly
 2022-06-21  9:31 UTC  (13+ messages)
` [PATCH 7/7] mm/page_alloc: Replace local_lock with normal spinlock

Make zswap same filled pages copy on write
 2022-06-21  9:08 UTC  (2+ messages)

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

[PATCH] mm/damon: Use set_huge_pte_at() to make huge pte old
 2022-06-21  8:45 UTC  (2+ messages)

[PATCH v5 1/9] mm/demotion: Add support for explicit memory tiers
 2022-06-21  8:27 UTC  (13+ messages)

[PATCH v2 0/3] A few cleanup and fixup patches for swap
 2022-06-21  8:20 UTC  (20+ 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 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  (5+ 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  (3+ messages)
` [PATCH] lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizing

[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  (3+ messages)
` [PATCH 21/32] kasan: simplify invalid-free reporting

[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  (3+ messages)
` [PATCH 3/3] mm: Clear page->private when splitting or migrating a page

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox