linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH RFC v2 00/12] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-11-18  1:10 UTC  (3+ messages)
` [PATCH RFC v2 01/12] mm/hugetlb: Let vma_offset_start() to return start
` [PATCH RFC v2 02/12] mm/hugetlb: Move swap entry handling into vma lock for fault

[PATCH] exec: Remove FOLL_FORCE for stack setup
 2022-11-18  0:34 UTC 

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-18  0:31 UTC  (13+ messages)
` [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 20/20] mm: rename FOLL_FORCE to FOLL_PTRACE

[PATCH v3 0/6] exit: Put an upper limit on how often we can oops
 2022-11-18  0:27 UTC  (7+ messages)
` [PATCH v3 1/6] panic: Separate sysctl logic from CONFIG_SMP
` [PATCH v3 2/6] exit: Put an upper limit on how often we can oops
` [PATCH v3 3/6] exit: Expose "oops_count" to sysfs
` [PATCH v3 4/6] panic: Consolidate open-coded panic_on_warn checks
` [PATCH v3 6/6] panic: Expose "warn_count" to sysfs
  ` [PATCH v3 5/6] panic: Introduce warn_limit

Coverity: zblock_reclaim_block(): Control flow issues
 2022-11-18  0:05 UTC  (2+ messages)

WARNING: CPU: 0 PID: 0 at arch/x86/include/asm/kfence.h:46 kfence_protect
 2022-11-17 23:54 UTC  (5+ messages)

[PATCH next v2 0/6] exit: Put an upper limit on how often we can oops
 2022-11-17 23:28 UTC  (6+ messages)
` [PATCH v2 4/6] panic: Consolidate open-coded panic_on_warn checks
  ` [PATCH v2 5/6] panic: Introduce warn_limit

[RFC PATCH 0/4] iov_iter: Add extraction helpers
 2022-11-17 23:15 UTC  (4+ messages)
` [RFC PATCH 1/4] mm: Move FOLL_* defs to mm_types.h
` [RFC PATCH 2/4] iov_iter: Add a function to extract a page list from an iterator

[PATCH] binfmt_elf: replace IS_ERR() with IS_ERR_VALUE()
 2022-11-17 23:12 UTC  (2+ messages)

[PATCH v4 0/5] Implement writeback for zsmalloc
 2022-11-17 22:48 UTC  (10+ messages)
` [PATCH v4 1/5] zswap: fix writeback lock ordering "
` [PATCH v4 2/5] zsmalloc: Consolidate zs_pool's migrate_lock and size_class's locks
` [PATCH v4 3/5] zsmalloc: Add a LRU to zs_pool to keep track of zspages in LRU order
` [PATCH v4 4/5] zsmalloc: Add ops fields to zs_pool to store evict handlers
` [PATCH v4 5/5] zsmalloc: Implement writeback mechanism for zsmalloc

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

[PATCH 1/2] mm: multi-gen LRU: retry folios written back while isolated
 2022-11-17 22:22 UTC  (5+ messages)

Coverity: zblock_alloc(): Memory - illegal accesses
 2022-11-17 22:20 UTC 

[PATCH] fs/binfmt_elf: Fix memsz > filesz handling
 2022-11-17 22:06 UTC  (4+ messages)
    ` Attaching userspace VM to kernel thread (was Re: [PATCH] fs/binfmt_elf: Fix memsz > filesz handling)

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

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-11-17 21:36 UTC  (31+ messages)
` [PATCH Part2 v6 14/49] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled
` [PATCH Part2 v6 39/49] KVM: SVM: Introduce ops for the post gfn map and unmap

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

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

[vbabka:slub-tiny-v1r1 5/8] mm/slub.c:1656:61: warning: omitting the parameter name in a function definition is a C2x extension
 2022-11-17 20:39 UTC 

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

[PATCH bpf-next v3 0/6] execmem_alloc for BPF programs
 2022-11-17 20:04 UTC  (16+ 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

[PATCH v3 00/37] Shadow stacks for userspace
 2022-11-17 19:57 UTC  (13+ messages)
` [PATCH v3 27/37] x86/shstk: Introduce routines modifying shstk
` [PATCH v3 35/37] x86/cet: Add PTRACE interface for CET

[linux-next:master 7767/8605] include/linux/build_bug.h:16:51: error: negative width in bit-field '<anonymous>'
 2022-11-17 19:52 UTC  (2+ messages)

[PATCH] kbuild: Fix -Wimplicit-function-declaration in license_is_gpl_compatible
 2022-11-17 19:49 UTC  (2+ messages)

[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-17 19:23 UTC  (8+ messages)

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-11-17 18:36 UTC  (26+ messages)

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

[PATCH v2 0/9] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-17 18:28 UTC  (7+ messages)
` [PATCH 5/9] xfs: buffered write failure should not truncate the page cache

[PATCH v1] mm/vmscan: simplify the nr assignment logic for pages to scan
 2022-11-17 18:07 UTC  (2+ messages)

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-11-17 16:58 UTC  (15+ messages)
` [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 34/47] hugetlb: userfaultfd: add support for high-granularity UFFDIO_CONTINUE
` [RFC PATCH v2 37/47] hugetlb: remove huge_pte_lock and huge_pte_lockptr

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

[RFC PATCH v3] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-11-17 14:22 UTC 

KMSAN broken with lockdep again?
 2022-11-17 13:46 UTC  (2+ messages)

[PATCH] proc/meminfo: fix spacing in SecPageTables
 2022-11-17 13:27 UTC  (2+ messages)

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

[linux-next:pending-fixes] BUILD SUCCESS d66d752269c399bd8cbc8dd649ad7ec729f72031
 2022-11-17 13:02 UTC 

[linux-next:master 6169/8605] kismet: WARNING: unmet direct dependencies detected for IOMMU_IO_PGTABLE_LPAE when selected by IPMMU_VMSA
 2022-11-17 12:44 UTC 

[PATCH -next] migrate: stop using 0 as NULL pointer
 2022-11-17 11:48 UTC  (2+ messages)

[PATCH linux-next] selftests/vm: add CATEGORY for ksm_functional_tests
 2022-11-17 11:03 UTC  (2+ 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 v2] mm: add new syscall pidfd_set_mempolicy()
 2022-11-17  7:19 UTC  (14+ messages)
  ` [External] "

[PATCH 0/4] Removing the try_to_release_page() wrapper
 2022-11-17  5:49 UTC  (6+ messages)
` [PATCH 1/4] ext4: Convert move_extent_per_page() to use folios
` [PATCH 3/4] memory-failure: Convert truncate_error_page() to use folio

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

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

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

[PATCH] mm/khugepaged: Refactor mm_khugepaged_scan_file tracepoint to remove filename from function call
 2022-11-16 22:35 UTC  (2+ 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 

page:  |  | latest

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