linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-15 23:38:38 to 2022-11-17 09:37:48 UTC [more...]

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-11-17  9:37 UTC  (25+ messages)

[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-17  8:26 UTC  (3+ messages)
` [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v7 2/2] arm64: support batched/deferred tlb shootdown during page reclamation

[linux-next:master 5613/8327] drivers/gpu/drm/nouveau/nouveau_dp.c:237 nouveau_dp_irq() warn: variable dereferenced before check 'outp' (see line 232)
 2022-11-17  7:47 UTC 

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

[PATCH v2] mm: add new syscall pidfd_set_mempolicy()
 2022-11-17  7:19 UTC  (14+ messages)
  ` [External] "

[PATCH bpf-next v3 0/6] execmem_alloc for BPF programs
 2022-11-17  6:48 UTC  (13+ messages)
` [PATCH bpf-next v3 1/6] vmalloc: introduce execmem_alloc, execmem_free, and execmem_fill
` [PATCH bpf-next v3 2/6] x86/alternative: support execmem_alloc() and execmem_free()
` [PATCH bpf-next v3 3/6] selftests/vm: extend test_vmalloc to test execmem_* APIs
` [PATCH bpf-next v3 4/6] bpf: use execmem_alloc for bpf program and bpf dispatcher
` [PATCH bpf-next v3 5/6] vmalloc: introduce register_text_tail_vm()
` [PATCH bpf-next v3 6/6] x86: use register_text_tail_vm

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

[PATCH linux-next] selftests/vm: calculate variables in correct order
 2022-11-17  6:30 UTC  (4+ messages)

[PATCH 0/4] Removing the try_to_release_page() wrapper
 2022-11-17  5:49 UTC  (8+ 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] kbuild: Fix -Wimplicit-function-declaration in license_is_gpl_compatible
 2022-11-17  5:25 UTC 

[PATCH] proc/meminfo: fix spacing in SecPageTables
 2022-11-17  4:32 UTC 

[PATCH] maple_tree: not necessary to filter MAPLE_PARENT_ROOT since it is not a root
 2022-11-17  3:45 UTC  (3+ messages)

Test case for "mm/thp: carry over dirty bit when thp splits on pmd"
 2022-11-17  2:29 UTC  (4+ messages)

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-11-17  1:39 UTC  (24+ 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
` [RFC PATCH v2 10/47] hugetlb: add hugetlb_pte to track HugeTLB page table entries
` [RFC PATCH v2 12/47] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
` [RFC PATCH v2 33/47] userfaultfd: add UFFD_FEATURE_MINOR_HUGETLBFS_HGM
` [RFC PATCH v2 37/47] hugetlb: remove huge_pte_lock and huge_pte_lockptr

[PATCH v2 0/9] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-17  1:06 UTC  (18+ 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 mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-17  0:46 UTC  (31+ 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

[PATCH v3 3/5] zsmalloc: Add a LRU to zs_pool to keep track of zspages in LRU order
 2022-11-17  0:37 UTC  (6+ messages)

Deprecating and removing SLOB
 2022-11-17  0:22 UTC  (15+ messages)

[PATCH mm-everything] selftests/vm: remove extraneous echo
 2022-11-17  0:06 UTC 

[linux-next:master 5070/8327] drivers/mmc/host/sdhci-brcmstb.c:181:34: warning: unused variable 'sdhci_brcm_of_match'
 2022-11-16 23:42 UTC 

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

[RFC][PATCH 0/4] cachestat: a new syscall for page cache state of files
 2022-11-16 23:18 UTC  (2+ messages)

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-16 22:38 UTC  (12+ messages)
` [PATCH v3 15/37] x86/mm: Check Shadow Stack page fault errors
` [PATCH v3 27/37] x86/shstk: Introduce routines modifying shstk

[PATCH] mm/khugepaged: Refactor mm_khugepaged_scan_file tracepoint to remove filename from function call
 2022-11-16 22:35 UTC  (2+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-16 22:24 UTC  (12+ messages)
` [PATCH v9 3/8] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions

[PATCH v9 7/8] KVM: Handle page fault for private memory
 2022-11-16 22:13 UTC  (3+ messages)

[PATCH] mm/gup: Remove the restriction on locked with FOLL_LONGTERM
 2022-11-16 22:11 UTC  (2+ messages)

[PATCH v6 0/2] Memory poison recovery in khugepaged collapsing
 2022-11-16 21:52 UTC  (4+ messages)

[RFC PATCH v3 00/14] mm/block: add bdi sysfs knobs
 2022-11-16 21:29 UTC  (14+ messages)
` [RFC PATCH v3 01/14] mm: add bdi_set_strict_limit() function
` [RFC PATCH v3 04/14] mm: use part per 1000 for bdi ratios
` [RFC PATCH v3 05/14] mm: add bdi_get_max_bytes() function
` [RFC PATCH v3 06/14] mm: split off __bdi_set_max_ratio() function
` [RFC PATCH v3 07/14] mm: add bdi_set_max_bytes() function
` [RFC PATCH v3 10/14] mm: add bdi_get_min_bytes() function

[linux-next:master] BUILD REGRESSION 15f3bff12cf6a888ec2ad39652828c60e6836b3d
 2022-11-16 20:22 UTC 

KMSAN broken with lockdep again?
 2022-11-16 20:12 UTC 

[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

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

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

[PATCH 3/4] cachestat: implement cachestat syscall
 2022-11-16 11:55 UTC  (4+ messages)

[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 

[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 2/4] workingset: refactor LRU refault to expose refault recency check
 2022-11-16  7:02 UTC  (2+ messages)

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

[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 

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


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