linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-18 01:35:09 to 2022-11-20 10:41:50 UTC [more...]

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-11-20 10:41 UTC  (10+ messages)

[PATCH] hugetlb: Fix __prep_compound_gigantic_page page flag setting
 2022-11-20  4:03 UTC  (4+ messages)

[PATCH v7] mm: add zblock - new allocator for use via zpool API
 2022-11-20  1:45 UTC  (4+ messages)

[PATCH] device-dax: Fix duplicate 'hmem' device registration
 2022-11-20  1:37 UTC 

[RFC PATCH] mm/shmem: Fix undo range for failed fallocate
 2022-11-19 20:20 UTC  (5+ messages)

[linux-next:master 5499/8929] drivers/gpu/drm/nouveau/include/nvkm/core/layout.h:2 nvkm_device_ctor() warn: inconsistent indenting
 2022-11-19 20:16 UTC 

[PATCH mm-unstable v3 00/10] convert core hugetlb functions to folios
 2022-11-19 18:59 UTC  (3+ messages)
` [PATCH mm-unstable v3 06/10] mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()

[PATCH v6 0/6] Implement writeback for zsmalloc
 2022-11-19 17:35 UTC  (11+ 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

Test case for "mm/thp: carry over dirty bit when thp splits on pmd"
 2022-11-19 14:06 UTC  (5+ messages)

[PATCH v3 1/3] kunit: Provide a static key to check if KUnit is actively running tests
 2022-11-19  8:12 UTC  (3+ messages)
` [PATCH v3 2/3] kunit: Use the static key when retrieving the current test
` [PATCH v3 3/3] mm: slub: test: Use the kunit_get_current_test() function

[PATCH] maple_tree: allow TEST_MAPLE_TREE only when DEBUG_KERNEL is set
 2022-11-19  5:51 UTC 

[PATCH] binfmt_misc: fix shift-out-of-bounds in check_special_flags
 2022-11-19  5:29 UTC  (2+ messages)

Cannot parse struct or union error on mm-everything
 2022-11-19  5:26 UTC  (2+ messages)

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

[RFC PATCH v4 00/20] mm/block: add bdi sysfs knobs
 2022-11-19  0:52 UTC  (21+ 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
` [RFC PATCH v4 05/20] mm: add bdi_get_max_bytes() function
` [RFC PATCH v4 06/20] mm: split off __bdi_set_max_ratio() function
` [RFC PATCH v4 07/20] mm: add bdi_set_max_bytes() function
` [RFC PATCH v4 08/20] mm: add knob /sys/class/bdi/<bdi>/max_bytes
` [RFC PATCH v4 09/20] mm: document /sys/class/bdi/<bdi>/max_bytes knob
` [RFC PATCH v4 10/20] mm: add bdi_get_min_bytes() function
` [RFC PATCH v4 11/20] mm: split off __bdi_set_min_ratio() function
` [RFC PATCH v4 12/20] mm: add bdi_set_min_bytes() function
` [RFC PATCH v4 13/20] mm: add /sys/class/bdi/<bdi>/min_bytes knob
` [RFC PATCH v4 14/20] mm: document "
` [RFC PATCH v4 15/20] mm: add bdi_set_max_ratio_no_scale() function
` [RFC PATCH v4 16/20] mm: add /sys/class/bdi/<bdi>/max_ratio_fine knob
` [RFC PATCH v4 17/20] mm: document "
` [RFC PATCH v4 18/20] mm: add bdi_set_min_ratio_no_scale() function
` [RFC PATCH v4 19/20] mm: add /sys/class/bdi/<bdi>/min_ratio_fine knob
` [RFC PATCH v4 20/20] mm: document "

kismet: WARNING: unmet direct dependencies detected for DEBUG_MAPLE_TREE when selected by TEST_MAPLE_TREE
 2022-11-19  1:36 UTC 

[PATCH 0/3] mm,huge,rmap: unify and speed up compound mapcounts
 2022-11-19  1:35 UTC  (15+ 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 1/3 fix] mm,thp,rmap: subpages_mapcount of PTE-mapped subpages: fix
  ` [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()

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

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

[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] 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  (11+ 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 v7 0/2] Memory poison recovery in khugepaged collapsing
 2022-11-18 22:18 UTC  (5+ messages)
` [PATCH v7 1/2] mm/khugepaged: recover from poisoned anonymous 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 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

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

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

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 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  (3+ messages)
` [PATCH v3 4/6] panic: Consolidate open-coded panic_on_warn checks

[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  (3+ messages)
` [PATCH RFC v2 02/12] mm/hugetlb: Move swap entry handling into vma lock for fault


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