linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-09 09:42:21 to 2022-02-10 10:46:23 UTC [more...]

start sorting out the ZONE_DEVICE refcount mess v2
 2022-02-10 10:46 UTC  (32+ messages)
` [PATCH 01/27] mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
` [PATCH 02/27] mm: remove the __KERNEL__ guard from <linux/mm.h>
` [PATCH 03/27] mm: remove pointless includes from <linux/hmm.h>
` [PATCH 04/27] mm: move free_devmap_managed_page to memremap.c
` [PATCH 05/27] mm: simplify freeing of devmap managed pages
` [PATCH 06/27] mm: don't include <linux/memremap.h> in <linux/mm.h>
` [PATCH 07/27] mm: remove the extra ZONE_DEVICE struct page refcount
` [PATCH 08/27] fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITED
` [PATCH 09/27] mm: generalize the pgmap based page_free infrastructure
` [PATCH 10/27] mm: refactor check_and_migrate_movable_pages
` [PATCH 11/27] mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_page
` [PATCH 12/27] mm: refactor the ZONE_DEVICE handling in migrate_vma_pages
` [PATCH 13/27] mm: move the migrate_vma_* device migration code into it's own file
` [PATCH 14/27] mm: build migrate_vma_* for all configs with ZONE_DEVICE support
` [PATCH 15/27] mm: add zone device coherent type memory support
` [PATCH 16/27] mm: add device coherent vma selection for memory migration
` [PATCH 17/27] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH 18/27] drm/amdkfd: add SPM support for SVM
` [PATCH 19/27] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH 20/27] lib: test_hmm add ioctl to get zone device type
` [PATCH 21/27] lib: test_hmm add module param for "
` [PATCH 22/27] lib: add support for device coherent type in test_hmm
` [PATCH 23/27] tools: update hmm-test to support device coherent type
` [PATCH 24/27] tools: update test_hmm script to support SP config
` [PATCH 25/27] mm: remove the vma check in migrate_vma_setup()
` [PATCH 26/27] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH 27/27] tools: add hmm gup test for long term pinned device pages

[linux-next:master 4550/4901] drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c:325:17: error: 'gc_parent' undeclared; did you mean 'xa_parent'?
 2022-02-10 10:43 UTC 

[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
 2022-02-10 10:30 UTC  (3+ messages)
` [PATCH v3 08/12] asm-generic: Refactor dereference_[kernel]_function_descriptor()

[linux-next:master 2750/4901] ld.lld: error: undefined symbol: ptp_clock_index
 2022-02-10 10:22 UTC 

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-10 10:02 UTC  (13+ messages)
` [PATCH 07/11] Remove inode_congested()
` [PATCH 10/11] block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
` [PATCH 02/11] MM: document and polish read-ahead code
` [PATCH 05/11] nfs: remove reliance on bdi congestion
` [PATCH 08/11] Remove bdi_congested() and wb_congested() and related functions
` [PATCH 06/11] ceph: remove reliance on bdi congestion
` [PATCH 04/11] fuse: "
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 01/11] DOC: convert 'subsection' to 'section' in gfp.h
` [PATCH 09/11] f2fs: replace congestion_wait() calls with io_schedule_timeout()
` [PATCH 11/11] Remove congestion tracking framework

[RFC PATCH] mm: record context on page->mapping
 2022-02-10 10:00 UTC  (2+ messages)

[PATCH 00/13] mm/munlock: rework of mlock+munlock page handling
 2022-02-10  9:52 UTC  (13+ 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] mm/hwpoison: In-use hugepage need filter judgement and filter return value should be consistent
 2022-02-10  8:58 UTC 

[linux-next:pending-fixes 265/356] arch/riscv/kernel/cpu-hotplug.c:43:2: error: implicit declaration of function 'numa_remove_cpu'
 2022-02-10  8:51 UTC 

[PATCH] tracing: uninline trace_trigger_soft_disabled()
 2022-02-10  8:47 UTC 

[PATCH 0/4] memcg: robust enforcement of memory.high
 2022-02-10  8:14 UTC  (5+ messages)
` [PATCH 1/4] memcg: refactor mem_cgroup_oom
` [PATCH 2/4] memcg: unify force charging conditions
` [PATCH 3/4] selftests: memcg: test high limit for single entry allocation
` [PATCH 4/4] memcg: synchronously enforce memory.high

[syzbot] WARNING: kmalloc bug in xdp_umem_create (2)
 2022-02-10  8:11 UTC  (2+ messages)

[PATCH for-mm 0/2] Fix trivial build errors on -mm tree
 2022-02-10  7:58 UTC  (8+ messages)
` [PATCH for-mm 1/2] mm/internal: Implement no-op mlock_page_drain() for !CONFIG_MMU
      ` [PATCH for-mm 1/2 v2] "
` [PATCH for-mm 2/2] mm/gup: Make migrate_device_page() fails always if !CONFIG_DEVICE_PRIVATE

userfaultfd: usability issue due to lack of UFFD events ordering
 2022-02-10  7:48 UTC  (10+ messages)

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

[PATCH] mm/hugetlb: Fix kernel crash with hugetlb mremap
 2022-02-10  7:31 UTC 

[fortify] 4cfbda15d6: kernel_BUG_at_lib/string_helpers.c
 2022-02-10  7:28 UTC 

[PATCH v4 0/5] Fix some cache flush bugs
 2022-02-10  7:19 UTC  (8+ 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] psi: Treat ksm swapping in copy as memstall
 2022-02-10  6:52 UTC  (8+ messages)

start sorting out the ZONE_DEVICE refcount mess
 2022-02-10  6:45 UTC  (12+ 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 bpf-next 0/2] flexible size for bpf_prog_pack
 2022-02-10  6:41 UTC  (3+ messages)
` [PATCH bpf-next 1/2] vmalloc: expose vmap_allow_huge via get_vmap_allow_huge()
` [PATCH bpf-next 2/2] bpf: flexible size for bpf_prog_pack

[linux-next:master] BUILD REGRESSION 10207e3a840b47b5eae573486a88fb6e29884f77
 2022-02-10  6:00 UTC  (6+ messages)

[PATCH] selftest/vm: Use correct PAGE_SHIFT value for ppc64
 2022-02-10  5:35 UTC  (4+ messages)

[PATCH 1/1] mm: Fix UAF when anon vma name is used after vma is freed
 2022-02-10  4:34 UTC  (5+ messages)

[PATCH v2 1/1] mm: fix use-after-free when anon vma name is used after vma is freed
 2022-02-10  4:32 UTC 

[linux-next:master 2955/4656] drivers/net/dsa/qca8k.c:422:37-43: ERROR: application of sizeof to pointer
 2022-02-10  3:30 UTC  (3+ messages)
` [PATCH] net: dsa: qca8k: fix noderef.cocci warnings

[PATCH 00/21 V4] Repair SWAP-over_NFS
 2022-02-10  3:24 UTC  (3+ messages)
` [PATCH 01/21] MM: create new mm/swap.h header file
  ` [PATCH 01/21 - revised] "

[PATCH] hugetlbfs: fix a truncation issue in hugepages parameter
 2022-02-10  3:22 UTC  (3+ messages)

[PATCH v2 0/3] Add hugetlb MADV_DONTNEED support
 2022-02-10  3:21 UTC  (3+ messages)
` [PATCH v2 1/3] mm: enable MADV_DONTNEED for hugetlb mappings

[PATCH 00/35] Shadow stacks for userspace
 2022-02-10  2:53 UTC  (36+ messages)
` [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 14/35] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH 15/35] x86/mm: Check Shadow Stack page fault errors
` [PATCH 16/35] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH 17/35] mm: Fixup places that call pte_mkwrite() directly
` [PATCH 18/35] mm: Add guard pages around a shadow stack
` [PATCH 19/35] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH 20/35] mm: Update can_follow_write_pte() for shadow stack
` [PATCH 23/35] x86/fpu: Add helpers for modifying supervisor xstate

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-02-10  2:53 UTC  (4+ messages)
` [PATCH v7 05/12] mm: multigenerational LRU: minimal implementation

[PATCH -next] mm/munlock: Fix kernel-doc formatting issues
 2022-02-10  2:20 UTC  (2+ messages)

[linux-next:master 2746/4656] ld.lld: error: undefined symbol: ptp_clock_register
 2022-02-09 22:59 UTC 

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

[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

[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  (3+ messages)
` [PATCH v9 02/43] KVM: SVM: Create a separate mapping for the SEV-ES save area

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)

[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  (5+ messages)

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 


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