linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
KMSAN broken with lockdep again?
 2022-11-16 20:12 UTC 

[PATCH] mm/gup: Remove the restriction on locked with FOLL_LONGTERM
 2022-11-16 20:07 UTC 

[PATCH 0/4] Removing the try_to_release_page() wrapper
 2022-11-16 19:49 UTC  (7+ messages)
` [PATCH 1/4] ext4: Convert move_extent_per_page() to use folios
` [PATCH 2/4] khugepage: Replace try_to_release_page() with filemap_release_folio()
` [PATCH 3/4] memory-failure: Convert truncate_error_page() to use folio
` [PATCH 4/4] folio-compat: Remove try_to_release_page()

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-11-16 19:23 UTC  (27+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-16 19:03 UTC  (10+ messages)
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-16 18:53 UTC  (28+ messages)
` [PATCH mm-unstable v1 01/20] selftests/vm: anon_cow: prepare for non-anonymous COW tests
` [PATCH mm-unstable v1 02/20] selftests/vm: cow: basic COW tests for non-anonymous pages
` [PATCH mm-unstable v1 03/20] selftests/vm: cow: R/O long-term pinning reliability tests for non-anon pages
` [PATCH mm-unstable v1 04/20] mm: add early FAULT_FLAG_UNSHARE consistency checks
` [PATCH mm-unstable v1 05/20] mm: add early FAULT_FLAG_WRITE "
` [PATCH mm-unstable v1 06/20] mm: rework handling in do_wp_page() based on private vs. shared mappings
` [PATCH mm-unstable v1 07/20] mm: don't call vm_ops->huge_fault() in wp_huge_pmd()/wp_huge_pud() for private mappings
` [PATCH mm-unstable v1 08/20] mm: extend FAULT_FLAG_UNSHARE support to anything in a COW mapping
` [PATCH mm-unstable v1 09/20] mm/gup: reliable R/O long-term pinning in COW mappings
` [PATCH mm-unstable v1 10/20] RDMA/umem: remove FOLL_FORCE usage
` [PATCH mm-unstable v1 11/20] RDMA/usnic: "
` [PATCH mm-unstable v1 12/20] RDMA/siw: "
` [PATCH mm-unstable v1 13/20] media: videobuf-dma-sg: "
` [PATCH mm-unstable v1 14/20] drm/etnaviv: "
` [PATCH mm-unstable v1 15/20] media: pci/ivtv: "
` [PATCH mm-unstable v1 16/20] mm/frame-vector: "
` [PATCH mm-unstable v1 17/20] drm/exynos: "
` [PATCH mm-unstable v1 18/20] RDMA/hw/qib/qib_user_pages: "
` [PATCH mm-unstable v1 19/20] habanalabs: "
` [PATCH mm-unstable v1 20/20] mm: rename FOLL_FORCE to FOLL_PTRACE

start removing writepage instances
 2022-11-16 18:39 UTC  (6+ messages)
` [PATCH 2/9] ext2: remove ->writepage
      ` [PATCH 2/9] ext2: remove ->writepageo

[PATCH v6 0/2] Memory poison recovery in khugepaged collapsing
 2022-11-16 17:58 UTC  (3+ messages)

[PATCH 1/4] mm: introduce 'encoded' page pointers with embedded extra bits
 2022-11-16 17:52 UTC  (15+ messages)
` [PATCH 2/4] mm: teach release_pages() to take an array of encoded page pointers too
` [PATCH 4/4] mm: delay page_remove_rmap() until after the TLB has been flushed
        ` mm: mmu_gather: do not expose delayed_rmap flag
        ` mm: mmu_gather: do not define delayed_rmap if not used
        ` [PATCH 3/4] mm: mmu_gather: turn delayed rmap macros into inlines
        ` [PATCH 4/4] mm: mmu_gather: rename tlb_delay_rmap() function

Deprecating and removing SLOB
 2022-11-16 17:51 UTC  (14+ messages)

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-11-16 17:19 UTC  (13+ messages)
` [RFC PATCH v2 01/47] hugetlb: don't set PageUptodate for UFFDIO_CONTINUE
` [RFC PATCH v2 02/47] hugetlb: remove mk_huge_pte; it is unused
` [RFC PATCH v2 03/47] hugetlb: remove redundant pte_mkhuge in migration path
` [RFC PATCH v2 04/47] hugetlb: only adjust address ranges when VMAs want PMD sharing
` [RFC PATCH v2 05/47] hugetlb: make hugetlb_vma_lock_alloc return its failure reason
` [RFC PATCH v2 08/47] hugetlb: add HGM enablement functions

Test case for "mm/thp: carry over dirty bit when thp splits on pmd"
 2022-11-16 16:25 UTC  (3+ messages)

generic_writepages & jbd2 and ext4
 2022-11-16 15:36 UTC  (2+ messages)

[PATCH v2] mm: add new syscall pidfd_set_mempolicy()
 2022-11-16 14:57 UTC  (12+ messages)
  ` [External] "

[syzbot] BUG: unable to handle kernel NULL pointer dereference in shmem_evict_inode
 2022-11-16 14:54 UTC 

[PATCH] mm/vmalloc: allow mem_dump_obj() to be called in interrupt context
 2022-11-16 14:05 UTC  (4+ messages)

[PATCH v2 0/9] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-16 13:57 UTC  (17+ messages)
` [PATCH 3/9] xfs: punching delalloc extents on write failure is racy
` [PATCH 4/9] xfs: use byte ranges for write cleanup ranges
` [PATCH 5/9] xfs: buffered write failure should not truncate the page cache
` [PATCH 6/9] xfs: xfs_bmap_punch_delalloc_range() should take a byte range
` [PATCH 8/9] xfs: use iomap_valid method to detect stale cached iomaps

[PATCH RESEND] mm: Kconfig: make config SECRETMEM visible with EXPERT
 2022-11-16 13:19 UTC 

[PATCH v4 0/3] Refactor __kmem_cache_create() and fix memory leak
 2022-11-16 12:59 UTC  (3+ messages)
` [PATCH v4 3/3] mm/slub: Fix memory leak of kobj->name in sysfs_slab_add()

[linux-next:master 5002/7443] include/linux/compiler_types.h:357:45: error: call to '__compiletime_assert_474' declared with attribute error: BUILD_BUG_ON failed: PERCPU_DYNAMIC_EARLY_SIZE < NR_KMALLOC_TYPES * KMALLOC_SHIFT_HIGH * sizeof(struct kmem_cache_cpu)
 2022-11-16 12:49 UTC  (8+ messages)

[PATCH] mm/migrate_device: Return number of migrating pages in args->cpages
 2022-11-16 11:59 UTC  (3+ messages)

[RFC][PATCH 0/4] cachestat: a new syscall for page cache state of files
 2022-11-16 11:55 UTC  (9+ messages)
` [PATCH 1/4] workingset: fix confusion around eviction vs refault container
` [PATCH 2/4] workingset: refactor LRU refault to expose refault recency check
` [PATCH 3/4] cachestat: implement cachestat syscall
` [PATCH 4/4] selftests: Add selftests for cachestat

[linux-next:master 7713/8327] drivers/gpu/drm/amd/amdgpu/../display/dc/irq/dcn201/irq_service_dcn201.c:40:20: warning: no previous prototype for 'to_dal_irq_source_dcn201'
 2022-11-16 10:34 UTC 

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-16 10:18 UTC  (42+ messages)
` [PATCH v3 13/37] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v3 15/37] x86/mm: Check Shadow Stack page fault errors
` [PATCH v3 18/37] mm: Add guard pages around a shadow stack
` [PATCH v3 20/37] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v3 24/37] x86: Introduce userspace API for CET enabling
` [PATCH v3 25/37] x86/shstk: Add user-mode shadow stack support
` [PATCH v3 27/37] x86/shstk: Introduce routines modifying shstk
` [PATCH v3 35/37] x86/cet: Add PTRACE interface for CET
` [PATCH v3 36/37] x86/cet/shstk: Add ARCH_CET_UNLOCK

[linux-next:pending-fixes] BUILD SUCCESS b36f34e79a295da6f23b34cb5cf5f3eebf2033c4
 2022-11-16 10:11 UTC 

[syzbot] INFO: task hung in rfkill_global_led_trigger_worker (2)
 2022-11-16  9:27 UTC 

[PATCH] fs/binfmt_elf: Fix memsz > filesz handling
 2022-11-16  4:34 UTC  (3+ messages)

[PATCH 1/2] mm: multi-gen LRU: retry folios written back while isolated
 2022-11-16  3:55 UTC  (4+ messages)
` [PATCH 2/2] mm: multi-gen LRU: remove NULL checks on NODE_DATA()

[PATCH v6 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-16  2:51 UTC  (6+ messages)
` [PATCH v6 2/2] "

[linux-next:master] [ipc/shm] da74b30c77: BUG:kernel_NULL_pointer_dereference,address
 2022-11-16  1:37 UTC  (2+ messages)

[PATCH -next] migrate: stop using 0 as NULL pointer
 2022-11-16  1:23 UTC 

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-11-16  1:20 UTC  (26+ messages)
` [PATCH bpf-next v2 5/5] x86: use register_text_tail_vm

[PATCHv4 0/9] zsmalloc/zram: configurable zspage size
 2022-11-16  0:52 UTC  (8+ messages)

[PATCH mm-unstable 00/10] convert core hugetlb functions to folios
 2022-11-15 21:22 UTC  (11+ messages)
` [PATCH mm-unstable 01/10] mm: add folio dtor and order setter functions
` [PATCH mm-unstable 02/10] mm/hugetlb: convert destroy_compound_gigantic_page() to folios
` [PATCH mm-unstable 03/10] mm/hugetlb: convert dissolve_free_huge_page() "
` [PATCH mm-unstable 04/10] mm/hugetlb: convert remove_hugetlb_page() "
` [PATCH mm-unstable 05/10] mm/hugetlb: convert update_and_free_page() "
` [PATCH mm-unstable 06/10] mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()
` [PATCH mm-unstable 07/10] mm/hugetlb: convert enqueue_huge_page() to folios
` [PATCH mm-unstable 08/10] mm/hugetlb: convert free_gigantic_page() "
` [PATCH mm-unstable 09/10] mm/hugetlb: convert hugetlb prep functions "
` [PATCH mm-unstable 10/10] mm/hugetlb: change hugetlb allocation functions to return a folio

[linux-next:master] BUILD REGRESSION 3c1f24109dfc4fb1a3730ed237e50183c6bb26b3
 2022-11-15 20:30 UTC 

[syzbot] kernel BUG in workingset_activation (2)
 2022-11-15 20:07 UTC  (3+ messages)

[PATCH v1 0/2] mm: In-kernel support for memory-deny-write-execute (MDWE)
 2022-11-15 19:31 UTC  (8+ messages)
` [PATCH v1 1/2] mm: Implement memory-deny-write-execute as a prctl

[PATCH v3 0/2] mm/migrate: Fix writable pte for read migration entry
 2022-11-15 18:17 UTC  (3+ messages)
` [PATCH v3 1/2] mm/migrate: Fix read-only page got writable when recover pte

[PATCH v2 0/2] mm/migrate: Fix writable pte for read migration entry
 2022-11-15 18:16 UTC  (12+ messages)
` [PATCH v2 1/2] mm/migrate: Fix read-only page got writable when recover pte

[PATCH] mm: Make drop_caches keep reclaiming on all nodes
 2022-11-15 16:39 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