linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-08 17:17:40 to 2022-02-10 07:28:50 UTC [more...]

start sorting out the ZONE_DEVICE refcount mess v2
 2022-02-10  7:28 UTC  (2+ messages)
` [PATCH 01/27] mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages

[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  (15+ 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

[syzbot] WARNING: kmalloc bug in xdp_umem_create (2)
 2022-02-10  6:08 UTC 

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

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-02-10  5:37 UTC  (12+ 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

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

[PATCH for-mm 0/2] Fix trivial build errors on -mm tree
 2022-02-10  4:44 UTC  (7+ 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

[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  (57+ messages)
` [PATCH 02/35] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH 03/35] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH 04/35] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH 05/35] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH 06/35] x86/cet: Add control-protection fault handler
` [PATCH 07/35] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [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 00/13] mm/munlock: rework of mlock+munlock page handling
 2022-02-09 22:59 UTC  (11+ 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 v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2022-02-09 22:48 UTC  (9+ messages)

[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 

[PATCH 0/4] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-09  9:17 UTC  (17+ messages)
` [PATCH 3/4] mm/memcg: Add a local_lock_t for IRQ and TASK object
  ` [mm/memcg] 86895e1e85: WARNING:possible_circular_locking_dependency_detected

incoming
 2022-02-09  7:55 UTC  (9+ messages)
` [patch 22/69] fs: move binfmt_misc sysctl to its own file
  ` [PATCH] Fix regression due to "fs: move binfmt_misc sysctl to its own file"
          ` [PATCH v2] "

[PATCH v2 00/16] Introduce memblock simulator
 2022-02-09  7:30 UTC  (2+ messages)

[PATCH] filemap: remove find_get_pages()
 2022-02-09  7:02 UTC  (2+ messages)

[PATCH -V11 0/3] NUMA balancing: optimize memory placement for memory tiering system
 2022-02-09  5:24 UTC  (4+ messages)
` [PATCH -V11 2/3] NUMA balancing: optimize page "

[RFC V1 00/31] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-09  3:23 UTC  (4+ messages)
` [RFC V1 02/31] mm/mmap: Clarify protection_map[] indices

[PATCH 1/2] mm: Add pvmw_set_page()
 2022-02-09  3:11 UTC  (4+ messages)

[linux-next:master 1752/4439] Error: arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts:223.1-15 Label or path disp_blk_ctrl not found
 2022-02-08 23:00 UTC 

[PATCH v6 0/6] x86: Show in sysfs if a memory node is able to do encryption
 2022-02-08 21:09 UTC  (7+ messages)
` [PATCH v6 3/6] x86/e820: Refactor range_update and range_remove

[linux-next:master] BUILD REGRESSION 554f92dbda161fa073844ae6c62db257b8860a0a
 2022-02-08 20:31 UTC 

[PATCH v5 0/4] mm/page_owner: Extend page_owner to show memcg information
 2022-02-08 19:11 UTC  (5+ messages)
` [PATCH v5 3/4] mm/page_owner: Print "

[PATCH] mm: Outline copy_overflow()
 2022-02-08 19:04 UTC  (3+ messages)

[PATCH v2] kasan: test: prevent cache merging in kmem_cache_double_destroy
 2022-02-08 18:48 UTC 

[PATCH] kasan: test: prevent cache merging in kmem_cache_double_destroy
 2022-02-08 18:42 UTC  (2+ messages)

[PATCH v3 0/6] Allocate module text and data separately
 2022-02-08 18:40 UTC  (6+ messages)
` [PATCH v3 4/6] modules: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-02-08 18:33 UTC  (8+ messages)
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v4 04/12] mm/shmem: Support memfile_notifier


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