linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH v4 00/20] mm/block: add bdi sysfs knobs
 2022-11-19  0:51 UTC  (5+ messages)
` [RFC PATCH v4 01/20] mm: add bdi_set_strict_limit() function
` [RFC PATCH v4 02/20] mm: add knob /sys/class/bdi/<bdi>/strict_limit
` [RFC PATCH v4 03/20] mm: document /sys/class/bdi/<bdi>/strict_limit knob
` [RFC PATCH v4 04/20] mm: use part per 1000000 for bdi ratios

[PATCH v3] mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
 2022-11-19  0:48 UTC  (4+ messages)

[PATCH v5 0/6] Implement writeback for zsmalloc
 2022-11-19  0:37 UTC  (16+ messages)
` [PATCH v5 1/6] zswap: fix writeback lock ordering "
` [PATCH v5 2/6] zpool: clean out dead code
` [PATCH v5 3/6] zsmalloc: Consolidate zs_pool's migrate_lock and size_class's locks
` [PATCH v5 4/6] zsmalloc: Add a LRU to zs_pool to keep track of zspages in LRU order
` [PATCH v5 5/6] zsmalloc: Add zpool_ops field to zs_pool to store evict handlers
` [PATCH v5 6/6] zsmalloc: Implement writeback mechanism for zsmalloc

[PATCH 0/3] mm,huge,rmap: unify and speed up compound mapcounts
 2022-11-19  0:37 UTC  (14+ messages)
` [PATCH 0/3] mm,thp,rmap: rework the use of subpages_mapcount
  ` [PATCH 1/3] mm,thp,rmap: subpages_mapcount of PTE-mapped subpages
  ` [PATCH 2/3] mm,thp,rmap: subpages_mapcount COMPOUND_MAPPED if PMD-mapped
  ` [PATCH 3/3] mm,thp,rmap: clean up the end of __split_huge_pmd_locked()

[RFC PATCH v3 00/14] mm/block: add bdi sysfs knobs
 2022-11-19  0:16 UTC  (15+ 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 07/14] mm: add bdi_set_max_bytes() function

[PATCH v6 0/6] Implement writeback for zsmalloc
 2022-11-19  0:15 UTC  (6+ messages)
` [PATCH v6 1/6] zswap: fix writeback lock ordering "
` [PATCH v6 2/6] zpool: clean out dead code
` [PATCH v6 4/6] zsmalloc: Add a LRU to zs_pool to keep track of zspages in LRU order
` [PATCH v6 5/6] zsmalloc: Add zpool_ops field to zs_pool to store evict handlers
` [PATCH v6 6/6] zsmalloc: Implement writeback mechanism for zsmalloc

[PATCH] mm/cgroup/reclaim: Fix dirty pages throttling on cgroup v1
 2022-11-18 23:43 UTC  (2+ messages)

[PATCH] Documentation: admin-guide: correct "it's" to possessive "its"
 2022-11-18 23:23 UTC 

[PATCH 1/2] mm: multi-gen LRU: retry folios written back while isolated
 2022-11-18 23:21 UTC  (9+ messages)

[PATCH v4 0/3] mm/mprotect: Fix soft-dirty checks
 2022-11-18 23:14 UTC  (4+ messages)
` [PATCH v4 1/3] mm/mprotect: Fix soft-dirty check in can_change_pte_writable()

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-18 22:29 UTC  (14+ messages)
` [PATCH mm-unstable v1 01/20] selftests/vm: anon_cow: prepare for non-anonymous COW tests
` [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 20/20] mm: rename FOLL_FORCE to FOLL_PTRACE

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

[PATCH v7 0/2] Memory poison recovery in khugepaged collapsing
 2022-11-18 22:18 UTC  (6+ messages)
` [PATCH v7 1/2] mm/khugepaged: recover from poisoned anonymous memory
` [PATCH v7 2/2] mm/khugepaged: recover from poisoned file-backed memory

[RFC PATCH] swapfile: fix soft lockup in scan_swap_map_slots
 2022-11-18 21:27 UTC  (2+ messages)

[linux-next:master 8594/8929] htmldocs: Documentation/mm/zblock.rst: WARNING: document isn't included in any toctree
 2022-11-18 20:23 UTC 

[PATCH] mm/gup: Remove the restriction on locked with FOLL_LONGTERM
 2022-11-18 20:00 UTC  (3+ messages)

[PATCH v4 0/5] Implement writeback for zsmalloc
 2022-11-18 19:54 UTC  (13+ messages)
` [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] hugetlb: Fix __prep_compound_gigantic_page page flag setting
 2022-11-18 19:52 UTC 

VM_BUG_ON in __prep_compound_gigantic_page
 2022-11-18 19:27 UTC  (3+ 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-18 19:08 UTC  (11+ messages)

KMSAN broken with lockdep again?
 2022-11-18 18:19 UTC  (5+ messages)

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

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

drivers/net/ethernet/freescale/ucc_geth.c:1838:50: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-11-18 17:15 UTC  (2+ messages)

[PATCH v2] mm: Make ksize() a reporting-only function
 2022-11-18 17:11 UTC  (3+ messages)

[RFC] Kernel Support of Memory Error Detection
 2022-11-18 17:10 UTC  (9+ messages)

[PATCH] kfence: fix stack trace pruning
 2022-11-18 17:09 UTC  (2+ messages)

[PATCH v2 0/2] slab: Provide full coverage for __alloc_size attribute
 2022-11-18 17:06 UTC  (7+ messages)
` [PATCH v2 1/2] slab: Clean up SLOB vs kmalloc() definition
` [PATCH v2 2/2] slab: Remove special-casing of const 0 size allocations

[PATCH v3 0/9] mm: introduce Designated Movable Blocks
 2022-11-18 17:05 UTC  (4+ messages)

Coverity: zblock_alloc(): Memory - illegal accesses
 2022-11-18 16:43 UTC  (2+ messages)

[PATCH] proc/meminfo: fix spacing in SecPageTables
 2022-11-18 16:30 UTC  (2+ messages)

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

[PATCH v3 0/2] Leave IRQs enabled for per-cpu page allocations
 2022-11-18 14:30 UTC  (5+ messages)
` [PATCH 1/2] mm/page_alloc: Always remove pages from temporary list
` [PATCH 2/2] mm/page_alloc: Leave IRQs enabled for per-cpu page allocations

[bug report] mm: add zblock - new allocator for use via zpool API
 2022-11-18 12:20 UTC 

[linux-next:master 7544/8929] ERROR: modpost: "input_ff_create_memless" [drivers/hid/hid-wiimote.ko] undefined!
 2022-11-18 10:42 UTC  (2+ messages)

WARNING: CPU: 0 PID: 0 at arch/x86/include/asm/kfence.h:46 kfence_protect
 2022-11-18 10:32 UTC  (7+ messages)

[PATCH] exec: Remove FOLL_FORCE for stack setup
 2022-11-18  8:57 UTC  (2+ messages)

[PATCH v3 0/6] exit: Put an upper limit on how often we can oops
 2022-11-18  8:33 UTC  (8+ 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

[linux-next:master 7551/8605] corsair-cpro.c:undefined reference to `hid_hw_close'
 2022-11-18  8:30 UTC  (2+ messages)

[PATCH RFC 0/3] mm/vmalloc.c: allow vread() to read out vm_map_ram areas
 2022-11-18  8:01 UTC  (3+ messages)
` [PATCH RFC 3/3] "

[PATCH -next] kselftest/cgroup: fix unexcepted testing failure on test_memcontrol
 2022-11-18  7:57 UTC 

possible deadlock in ext4_file_read_iter
 2022-11-18  7:43 UTC 

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

[PATCH] fs/binfmt_elf: Fix memsz > filesz handling
 2022-11-18  7:29 UTC  (5+ messages)
    ` Attaching userspace VM to kernel thread (was Re: [PATCH] fs/binfmt_elf: Fix memsz > filesz handling)

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

[PATCH RFC v2 00/12] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-11-18  1:35 UTC  (15+ 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 RFC v2 03/12] mm/hugetlb: Don't wait for migration entry during follow page
` [PATCH RFC v2 04/12] mm/hugetlb: Add pgtable walker lock
` [PATCH RFC v2 05/12] mm/hugetlb: Make userfaultfd_huge_must_wait() safe to pmd unshare
` [PATCH RFC v2 06/12] mm/hugetlb: Protect huge_pmd_share() with walker lock
` [PATCH RFC v2 07/12] mm/hugetlb: Use hugetlb walker lock in hugetlb_follow_page_mask()
` [PATCH RFC v2 08/12] mm/hugetlb: Use hugetlb walker lock in follow_hugetlb_page()
` [PATCH RFC v2 09/12] mm/hugetlb: Use hugetlb walker lock in hugetlb_vma_maps_page()
` [PATCH RFC v2 10/12] mm/hugetlb: Use hugetlb walker lock in walk_hugetlb_range()
` [PATCH RFC v2 11/12] mm/hugetlb: Use hugetlb walker lock in page_vma_mapped_walk()
` [PATCH RFC v2 12/12] mm/hugetlb: Introduce hugetlb_walk()

[PATCH v6 0/2] Memory poison recovery in khugepaged collapsing
 2022-11-18  1:34 UTC  (5+ messages)

[PATCH v6 2/3] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
 2022-11-18  1:32 UTC  (2+ messages)

Coverity: zblock_reclaim_block(): Control flow issues
 2022-11-18  0:05 UTC  (2+ 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  (3+ messages)
` [RFC PATCH 1/4] mm: Move FOLL_* defs to mm_types.h

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

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

[PATCH mm-unstable v3 00/10] convert core hugetlb functions to folios
 2022-11-17 21:14 UTC  (2+ messages)
` [PATCH mm-unstable v3 04/10] mm/hugetlb: convert remove_hugetlb_page() "

page:  |  | latest

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