linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 0/5] Enhancements to Page Migration with Batch Offloading via DMA
 2024-06-25  8:57 UTC  (4+ messages)

[PATCH v2] vfs: remove redundant smp_mb for thp handling in do_dentry_open
 2024-06-25  8:54 UTC  (3+ messages)

[PATCH v1] memory tier: consolidate the initialization of memory tiers
 2024-06-25  8:46 UTC  (6+ messages)

[linux-next:master] [bpf, x64] f663a03c8e: test-bpf.Tail_call_count_preserved_across_function_calls.fail
 2024-06-25  8:25 UTC  (2+ messages)

[PATCH 00/15] add zpdesc memory descriptor for zswap.zpool
 2024-06-25  8:11 UTC  (3+ messages)

[PATCH v2 0/1] tools/mm: Introduce a tool to assess swap entry allocation for thp_swapout
 2024-06-25  8:11 UTC  (6+ messages)

[RFC PATCH v1 0/5] Alternative mTHP swap allocator improvements
 2024-06-25  8:02 UTC  (2+ messages)

[PATCH 0/7] Split list_lru lock into per-cgroup scope
 2024-06-25  7:47 UTC  (10+ messages)
` [PATCH 1/7] mm/swap, workingset: make anon workingset nodes memcg aware
` [PATCH 2/7] mm/list_lru: don't pass unnecessary key parameters
` [PATCH 3/7] mm/list_lru: don't export list_lru_add
` [PATCH 4/7] mm/list_lru: code clean up for reparenting
` [PATCH 5/7] mm/list_lru: simplify reparenting and initial allocation
` [PATCH 6/7] mm/list_lru: split the lock to per-cgroup scope
` [PATCH 7/7] mm/list_lru: Simplify the list_lru walk callback function

[PATCH mm-unstable] mm: folio_add_new_anon_rmap() careful __folio_set_swapbacked()
 2024-06-25  7:40 UTC  (4+ messages)

[PATCH v6 00/18] Transparent Contiguous PTEs for User Mappings
 2024-06-25  7:23 UTC  (6+ messages)
` [PATCH v6 18/18] arm64/mm: Automatically fold contpte mappings

[PATCH v2 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-06-25  7:19 UTC  (28+ messages)
` [PATCH v2 01/14] mm: memcg: introduce memcontrol-v1.c
` [PATCH v2 02/14] mm: memcg: move soft limit reclaim code to memcontrol-v1.c
` [PATCH v2 03/14] mm: memcg: rename soft limit reclaim-related functions
` [PATCH v2 04/14] mm: memcg: move charge migration code to memcontrol-v1.c
` [PATCH v2 05/14] mm: memcg: rename charge move-related functions
` [PATCH v2 06/14] mm: memcg: move legacy memcg event code into memcontrol-v1.c
` [PATCH v2 07/14] mm: memcg: rename memcg_check_events()
` [PATCH v2 08/14] mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c
` [PATCH v2 09/14] mm: memcg: rename memcg_oom_recover()
` [PATCH v2 10/14] mm: memcg: move cgroup v1 interface files to memcontrol-v1.c
` [PATCH v2 11/14] mm: memcg: make memcg1_update_tree() static
` [PATCH v2 12/14] mm: memcg: group cgroup v1 memcg related declarations
` [PATCH v2 13/14] mm: memcg: put cgroup v1-related members of task_struct under config option
` [PATCH v2 14/14] MAINTAINERS: add mm/memcontrol-v1.c/h to the list of maintained files

[PATCH v5 0/4] Userspace controls soft-offline pages
 2024-06-25  7:16 UTC  (8+ messages)
` [PATCH v5 1/4] mm/memory-failure: refactor log format in soft offline code
` [PATCH v5 2/4] mm/memory-failure: userspace controls soft-offlining pages
` [PATCH v5 3/4] selftest/mm: test enable_soft_offline behaviors
` [PATCH v5 4/4] docs: mm: add enable_soft_offline sysctl

[PATCH RFC] mm/readahead: Fix repeat initial_readahead
 2024-06-25  6:28 UTC  (2+ messages)

[PATCH v6 00/23] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-06-25  5:20 UTC  (26+ messages)
` [PATCH v6 01/23] powerpc/64e: Remove unused IBM HTW code
` [PATCH v6 02/23] powerpc/64e: Split out nohash Book3E 64-bit code
` [PATCH v6 03/23] powerpc/64e: Drop E500 ifdefs in "
` [PATCH v6 04/23] powerpc/64e: Drop MMU_FTR_TYPE_FSL_E checks "
` [PATCH v6 05/23] powerpc/64e: Consolidate TLB miss handler patching
` [PATCH v6 06/23] powerpc/64e: Drop unused TLB miss handlers
` [PATCH v6 07/23] mm: Define __pte_leaf_size() to also take a PMD entry
` [PATCH v6 08/23] mm: Provide mm_struct and address to huge_ptep_get()
` [PATCH v6 09/23] powerpc/mm: Remove _PAGE_PSIZE
` [PATCH v6 10/23] powerpc/mm: Fix __find_linux_pte() on 32 bits with PMD leaf entries
` [PATCH v6 11/23] powerpc/mm: Allow hugepages without hugepd
` [PATCH v6 12/23] powerpc/8xx: Fix size given to set_huge_pte_at()
` [PATCH v6 13/23] powerpc/8xx: Rework support for 8M pages using contiguous PTE entries
` [PATCH v6 14/23] powerpc/8xx: Simplify struct mmu_psize_def
` [PATCH v6 15/23] powerpc/e500: Remove enc and ind fields from "
` [PATCH v6 16/23] powerpc/e500: Switch to 64 bits PGD on 85xx (32 bits)
` [PATCH v6 17/23] powerpc/e500: Encode hugepage size in PTE bits
` [PATCH v6 18/23] powerpc/e500: Don't pre-check write access on data TLB error
` [PATCH v6 19/23] powerpc/e500: Free r10 for FIND_PTE
` [PATCH v6 20/23] powerpc/e500: Use contiguous PMD instead of hugepd
` [PATCH v6 21/23] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD
` [PATCH v6 22/23] powerpc/mm: Remove hugepd leftovers
` [PATCH v6 23/23] mm: Remove CONFIG_ARCH_HAS_HUGEPD

[PATCH mm-unstable] mm: migrate: folio_ref_freeze() under xas_lock_irq()
 2024-06-25  5:04 UTC 

[PATCH v2 0/9] support large folio swap-out and swap-in for shmem
 2024-06-25  4:54 UTC  (6+ messages)

[PATCH v3 0/2] mm/zsmalloc: change back to per-size_class lock
 2024-06-25  4:39 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] mm/zswap: use only one pool in zswap

回复: Re: [PATCH] migrate_pages: modify max number of pages to migrate in batch
 2024-06-25  4:36 UTC  (2+ messages)

[PATCH v2 0/2] mm/zsmalloc: change back to per-size_class lock
 2024-06-25  4:31 UTC  (4+ messages)
` [PATCH v2 2/2] mm/zswap: use only one pool in zswap

PROBLEM: kernel crashes when running xfsdump since ~6.4
 2024-06-25  3:30 UTC  (9+ messages)

[RFC PATCH v1 0/4] Introduce QPW for per-cpu operations
 2024-06-25  2:57 UTC  (5+ messages)

[PATCH net-next v13 05/13] page_pool: convert to use netmem
 2024-06-25  2:47 UTC  (2+ messages)
` [PATCH net-next v13 06/13] page_pool: devmem support

[PATCH v3 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-06-25  2:43 UTC  (10+ messages)
` [PATCH v3 1/2] mm: swap: swap cluster switch to double link list

[PATCH] mm/memory-failure: allow memory allocation from emergency reserves
 2024-06-25  2:23 UTC 

[linux-next:master] [rtnetlink] 5210cbe9a4: hwsim.mesh_sae_failure.fail
 2024-06-25  1:26 UTC 

[syzbot] [kernel?] KASAN: stack-out-of-bounds Read in __show_regs (2)
 2024-06-25  1:22 UTC 

[PATCH] migrate_pages: modify max number of pages to migrate in batch
 2024-06-25  1:17 UTC  (2+ messages)

[linux-next:master 7010/8016] tools/lib/bpf/btf_relocate.c:61:25: sparse: sparse: dubious one-bit signed bitfield
 2024-06-25  0:26 UTC 

[PATCH V2] cgroup/rstat: Avoid thundering herd problem by kswapd across NUMA nodes
 2024-06-25  0:24 UTC  (10+ messages)

[PATCH v2 2/3] mm: use folio_add_new_anon_rmap() if folio_test_anon(folio)==false
 2024-06-24 23:42 UTC  (4+ messages)

[PATCH v6 00/13] Centralize _GNU_SOURCE definition into lib.mk
 2024-06-24 23:26 UTC  (14+ messages)
` [PATCH v6 01/13] selftests/mm: Define _GNU_SOURCE to an empty string
` [PATCH v6 02/13] selftests: Add -D_GNU_SOURCE= to CFLAGS in lib.mk
` [PATCH v6 03/13] selftests/net: Append to lib.mk CFLAGS in Makefile
` [PATCH v6 04/13] selftests/exec: Drop redundant -D_GNU_SOURCE "
` [PATCH v6 05/13] selftests/futex: "
` [PATCH v6 06/13] selftests/intel_pstate: "
` [PATCH v6 07/13] selftests/iommu: "
` [PATCH v6 08/13] selftests/kvm: "
` [PATCH v6 09/13] selftests/proc: "
` [PATCH v6 10/13] selftests/resctrl: "
` [PATCH v6 11/13] selftests/ring-buffer: "
` [PATCH v6 12/13] selftests/riscv: "
` [PATCH v6 13/13] selftests/sgx: Append CFLAGS from lib.mk to HOST_CFLAGS

[PATCH] netfs: Fix netfs_page_mkwrite() to check folio->mapping is valid
 2024-06-24 22:40 UTC  (3+ messages)

[PATCH v5 0/6] ptdump: add intermediate directory support
 2024-06-24 22:16 UTC  (7+ messages)
` [PATCH v5 1/6] mm: add ARCH_SUPPORTS_NON_LEAF_PTDUMP
` [PATCH v5 2/6] arm64: add APTable encoding to pagetable defs
` [PATCH v5 3/6] arm64: table descriptor ptdump support
` [PATCH v5 4/6] arm64: indent ptdump by level, aligning attributes
` [PATCH v5 5/6] arm64: exclusive upper bound for ptdump entries
` [PATCH v5 6/6] arm64: add attrs and format to ptdump document

[PATCH v1 00/14] mm: memcg: separate legacy cgroup v1 code and put under config option
 2024-06-24 22:00 UTC  (4+ messages)

[linux-next:master 7723/8016] arch/arm64/boot/dts/amlogic/meson-g12b-dreambox-one.dtb: sound: Unevaluated properties are not allowed ('assigned-clock-parents', 'assigned-clock-rates', 'assigned-clocks' were unexpected)
 2024-06-24 21:59 UTC 

[PATCH RFC 0/5] mm/gup: Introduce exclusive GUP pinning
 2024-06-24 21:50 UTC  (12+ messages)

MM global locks as core counts quadruple
 2024-06-24 21:44 UTC  (5+ messages)

[PATCH] memcg: use ratelimited stats flush in the reclaim
 2024-06-24 21:41 UTC  (10+ messages)

[linux-next:master] [mm] 0fa2857d23: WARNING:at_mm/page_alloc.c:#__alloc_pages_noprof
 2024-06-24 21:02 UTC  (23+ messages)

[linux-next:master 7720/8016] arch/arm64/boot/dts/amlogic/meson-gxl-s905x-vero4k.dtb: sound: Unevaluated properties are not allowed ('assigned-clock-parents', 'assigned-clock-rates', 'assigned-clocks' were unexpected)
 2024-06-24 20:54 UTC 

[linux-next:master] BUILD REGRESSION f76698bd9a8ca01d3581236082d786e9a6b72bb7
 2024-06-24 19:31 UTC  (2+ messages)

[PATCH] mm/damon/core: merge regions aggressively when max_nr_regions is unmet
 2024-06-24 17:58 UTC 

MGLRU OOM problem
 2024-06-24 17:32 UTC 

[PATCH] memcg: Add a new sysctl parameter for automatically setting memory.high
 2024-06-24 17:05 UTC  (6+ messages)

[PATCH v1] mm/memory-failure: refactor log format in unpoison_memory
 2024-06-24 16:20 UTC  (3+ messages)

[PATCH v4 0/4] Userspace controls soft-offline pages
 2024-06-24 16:18 UTC  (4+ messages)
` [PATCH v4 2/4] mm/memory-failure: userspace controls soft-offlining pages

[PATCH v3 00/16] Introduce a store type enum for the Maple tree
 2024-06-24 15:43 UTC  (2+ messages)

[PATCH v5 00/18] Reimplement huge pages without hugepd on powerpc (8xx, e500, book3s/64)
 2024-06-24 14:24 UTC  (4+ messages)
` [PATCH v5 16/18] powerpc/64s: Use contiguous PMD/PUD instead of HUGEPD

[PATCH v6 0/2] mm: store zero pages to be swapped out in a bitmap
 2024-06-24 14:01 UTC  (3+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] mm: remove code to handle same filled pages

[linux-next:master] [rcutorture] 7a1fcbb52e: WARNING:at_kernel/rcu/rcutorture.c:#rcu_torture_stats_print[rcutorture]
 2024-06-24 12:54 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