linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-07 20:16:45 to 2021-06-08 14:57:02 UTC [more...]

[PATCH v10 00/33] Memory folios
 2021-06-08 14:56 UTC  (4+ messages)

[PATCH v3 resend 00/15] init_mm: cleanup ARCH's text/data/brk setup code
 2021-06-08 14:54 UTC  (19+ messages)
` [PATCH v3 resend 01/15] mm: add setup_initial_init_mm() helper
` [PATCH v3 resend 02/15] arc: convert to setup_initial_init_mm()
` [PATCH v3 resend 03/15] arm: "
` [PATCH v3 resend 04/15] arm64: "
` [PATCH v3 resend 05/15] csky: "
` [PATCH v3 resend 06/15] h8300: "
` [PATCH v3 resend 07/15] m68k: "
` [PATCH v3 resend 08/15] nds32: "
` [PATCH v3 resend 09/15] nios2: "
` [PATCH v3 resend 10/15] openrisc: "
` [PATCH v3 resend 11/15] powerpc: "
` [PATCH v3 resend 12/15] riscv: "
` [PATCH v3 resend 13/15] s390: "
` [PATCH v3 resend 14/15] sh: "
` [PATCH v3 resend 15/15] x86: "

[RFC PATCH v2 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-08 14:33 UTC  (12+ messages)
` [RFC PATCH v2 1/8] ext4/xfs: add page refcount helper
` [RFC PATCH v2 2/8] mm: remove extra ZONE_DEVICE struct page refcount
` [RFC PATCH v2 3/8] kernel: resource: lookup_resource as exported symbol
` [RFC PATCH v2 4/8] drm/amdkfd: add SPM support for SVM
` [RFC PATCH v2 5/8] drm/amdkfd: generic type as sys mem on migration to ram
` [RFC PATCH v2 6/8] include/linux/mm.h: helpers to check zone device generic type
` [RFC PATCH v2 7/8] mm: add generic type support to migrate_vma helpers
` [RFC PATCH v2 8/8] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages

[PATCH v2 0/2] memory-hotplug.rst: complete admin-guide overhaul
 2021-06-08 14:19 UTC  (5+ messages)
` [PATCH v2 1/2] memory-hotplug.rst: remove locking details from admin-guide
` [PATCH v2 2/2] memory-hotplug.rst: complete admin-guide overhaul

[PATCH v1] memory-hotplug.rst: complete admin-guide overhaul
 2021-06-08 14:18 UTC  (7+ messages)

[RFC PATCH] mm/oom_kill: allow oom kill allocating task for non-global case
 2021-06-08 13:58 UTC  (18+ messages)

[PATCH next v2 1/2] dump_stack: move cpu lock to printk.c
 2021-06-08 13:48 UTC  (2+ messages)

[linux-next:master 7125/8019] net/netfilter/nfnetlink_hook.c:76:7: error: implicit declaration of function 'nft_is_active'
 2021-06-08 13:43 UTC 

[PATCH v2] mm, thp: use head page in __migration_entry_wait
 2021-06-08 13:35 UTC  (6+ messages)

[PATCH v11] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-06-08 13:19 UTC  (4+ messages)

[PATCH v3 00/27] userfaultfd-wp: Support shmem and hugetlbfs
 2021-06-08 13:18 UTC  (4+ messages)
` [PATCH v3 04/27] mm/userfaultfd: Introduce special pte for unmapped file-backed mem

[PATCH 0/14 v7] fs: Hole punch vs page cache filling races
 2021-06-08 12:23 UTC  (8+ messages)
` [PATCH 03/14] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 08/14] xfs: Convert to use invalidate_lock

[PATCH v1 00/12] mm/memory_hotplug: "auto-movable" online policy and memory groups
 2021-06-08 12:20 UTC  (13+ messages)
` [PATCH v1 04/12] mm/memory_hotplug: remove nid parameter from arch_remove_memory()
` [PATCH v1 05/12] mm/memory_hotplug: remove nid parameter from remove_memory() and friends
` [PATCH v1 08/12] ACPI: memhotplug: memory resources cannot be enabled yet
` [PATCH v1 09/12] ACPI: memhotplug: use a single static memory group for a single memory device

[RFC 00/26] SLUB: use local_lock for kmem_cache_cpu protection and reduce disabling irqs
 2021-06-08 12:13 UTC  (12+ messages)
` [RFC 02/26] mm, slub: allocate private object map for validate_slab_cache()
` [RFC 07/26] mm, slub: return slab page from get_partial() and set c->page afterwards
` [RFC 10/26] mm, slub: do initial checks in ___slab_alloc() with irqs enabled

[PATCH v7 00/11] Speedup mremap on ppc64
 2021-06-08 12:05 UTC  (10+ messages)
` [PATCH v7 01/11] mm/mremap: Fix race between MOVE_PMD mremap and pageout

[RFC v2 00/14] Introduce DAMON-based Proactive Reclamation
 2021-06-08 11:52 UTC  (15+ messages)
` [RFC v2 01/14] mm/damon/paddr: Support the pageout scheme
` [RFC v2 02/14] mm/damon/damos: Make schemes aggressiveness controllable
` [RFC v2 03/14] damon/core/schemes: Skip already charged targets and regions
` [RFC v2 04/14] mm/damon/dbgfs: Support schemes speed limit
` [RFC v2 05/14] mm/damon/selftests: "
` [RFC v2 06/14] mm/damon/schemes: Prioritize regions within "
` [RFC v2 07/14] mm/damon/vaddr,paddr: Support pageout prioritization
` [RFC v2 08/14] mm/damon/dbgfs: Support prioritization weights
` [RFC v2 09/14] tools/selftests/damon: Update for regions prioritization of schemes
` [RFC v2 10/14] mm/damon/schemes: Activate schemes based on a watermarks mechanism
` [RFC v2 11/14] mm/damon/dbgfs: Support watermarks
` [RFC v2 12/14] selftests/damon: "
` [RFC v2 13/14] mm/damon: Introduce DAMON-based reclamation
` [RFC v2 14/14] Documentation/admin-guide/mm/damon: Add a document for DAMON_RECLAIM

[PATCH v11] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-06-08 11:50 UTC  (3+ messages)

[PATCH v2 0/2] Cleanups for zbud
 2021-06-08 11:45 UTC  (3+ messages)
` [PATCH v2 1/2] mm/zbud: reuse unbuddied[0] as buddied in zbud_pool
` [PATCH v2 2/2] mm/zbud: don't export any zbud API

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-08 11:12 UTC  (4+ messages)
` [PATCH Part1 RFC v3 08/22] x86/compressed: Add helper for validating pages in the decompression stage

[PATCH v2 0/3] Memory hotplug locking cleanup
 2021-06-08 10:42 UTC  (11+ messages)
` [PATCH v2 1/3] mm,page_alloc: Use {get,put}_online_mems() to get stable zone's values

[RFC PATCH V3] zram:calculate available memory when zram is used
 2021-06-08  9:29 UTC  (3+ messages)

[PATCH v3 0/9] Remove DISCONTIGMEM memory model
 2021-06-08  9:13 UTC  (10+ messages)
` [PATCH v3 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v3 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v3 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v3 4/9] m68k: "
` [PATCH v3 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v3 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v3 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v3 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v3 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH] mm: hugetlbfs: add hwcrp_hugepages to record memory failure on hugetlbfs
 2021-06-08  9:13 UTC  (6+ messages)
  `  "

[PATCH v8 0/8] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-08  8:54 UTC  (12+ messages)
` [PATCH v8 1/8] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
` [PATCH v8 2/8] writeback, cgroup: add smp_mb() to cgroup_writeback_umount()
` [PATCH v8 3/8] writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
` [PATCH v8 4/8] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
` [PATCH v8 5/8] writeback, cgroup: keep list of inodes attached to bdi_writeback
` [PATCH v8 6/8] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()
` [PATCH v8 7/8] writeback, cgroup: support switching multiple inodes at once
` [PATCH v8 8/8] writeback, cgroup: release dying cgwbs by switching attached inodes

[PATCH] docs: add documentation for SLUB cache kunit tests
 2021-06-08  8:47 UTC 

[RFC 1/3] mm/slub: aggregate objects in cache by stack trace
 2021-06-08  8:45 UTC  (2+ messages)
` [RFC 4/4] docs: add description of debugfs files for SLUB cache

[linux-next:master 7012/7430] include/linux/compiler_types.h:328:38: error: call to '__compiletime_assert_183' declared with attribute error: unexpected size in kmalloc_index()
 2021-06-08  7:57 UTC  (7+ messages)

[PATCH] mm/thp: Define default pmd_pgtable()
 2021-06-08  7:48 UTC  (3+ messages)

[PATCH] mm: zram: amend SLAB_RECLAIM_ACCOUNT on zspage_cachep
 2021-06-08  7:28 UTC 

[PATCH 1/1] mm: remove leading spaces before tabs
 2021-06-08  7:21 UTC 

[PATCH 1/1] mm: remove trailing spaces and tabs
 2021-06-08  7:18 UTC 

Arm64 crash while reading memory sysfs
 2021-06-08  7:06 UTC  (12+ messages)

[PATCH] mm, thp: relax migration wait when failed to get tail page
 2021-06-08  6:53 UTC  (8+ messages)

[PATCH] mm: mempolicy: don't have to split pmd for huge zero page
 2021-06-08  6:41 UTC  (6+ messages)

[linux-next:master 6218/7700] arch/arm/kernel/module-plts.c:26:2: error: 'FTRACE_ADDR' undeclared here (not in a function)
 2021-06-08  6:29 UTC 

[PATCH v2 0/9] Remove DISCINTIGMEM memory model
 2021-06-08  5:45 UTC  (4+ messages)
` [PATCH v2 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA

[PATCH v4 0/4] shoot lazy tlbs
 2021-06-08  4:11 UTC  (13+ messages)
` [PATCH v4 1/4] lazy tlb: introduce lazy mm refcount helper functions
` [PATCH v4 2/4] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [PATCH v4 3/4] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [PATCH v4 4/4] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

[PATCH net-next v8 3/5] page_pool: Allow drivers to hint on SKB recycling
 2021-06-08  3:19 UTC  (2+ messages)

[PATCH 0/1] lib: Fix spelling mistakes in header files
 2021-06-08  2:19 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v2 1/3] mm: add __ prefix to page_cpupid_reset_last because it is non-atomic
 2021-06-08  2:18 UTC  (4+ messages)

[PATCH 0/2] Cleanups for zbud
 2021-06-08  1:41 UTC  (4+ messages)
` [PATCH 1/2] mm/zbud: reuse unbuddied[0] as buddied in zbud_pool

[PATCH v2 00/15] init_mm: cleanup ARCH's text/data/brk setup code
 2021-06-08  1:39 UTC  (4+ messages)
` [PATCH v2 15/15] x86: convert to setup_initial_init_mm()

mmotm 2021-06-07-18-33 uploaded
 2021-06-08  1:34 UTC 

[PATCH] swap: Check mapping_empty() for swap cache before being freed
 2021-06-08  0:51 UTC 

[PATCH v7 0/6] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-08  0:20 UTC  (4+ messages)
` [PATCH v7 6/6] writeback, cgroup: release dying cgwbs by switching attached inodes

[PATCH v2] mm/memory-failure: make sure wait for page writeback in memory_failure
 2021-06-08  0:02 UTC  (2+ messages)

[linux-next:master 5516/7700] imx_rproc.c:undefined reference to `__arm_smccc_smc'
 2021-06-07 23:55 UTC 

[linux-next:master] BUILD REGRESSION 7f09e895a7f3e0af63bf9ec6c7c22893ec7e6c8e
 2021-06-07 23:39 UTC 

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-06-07 21:57 UTC  (19+ messages)
` [PATCH v1 04/11] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v1 09/11] mm/page_alloc: reuse tail struct pages for compound pagemaps
` [PATCH v1 11/11] mm/gup: grab head page refcount once for group of subpages

[PATCH net-next v8 0/5] page_pool: recycle buffers
 2021-06-07 21:40 UTC  (5+ messages)
` [PATCH net-next v8 2/5] skbuff: add a parameter to __skb_frag_unref
` [PATCH net-next v8 4/5] mvpp2: recycle buffers
` [PATCH net-next v8 5/5] mvneta: "

split_huge_page_to_list() races with page_mapcount() on migration entry in smaps code? [was: Re: [syzbot] kernel BUG in __page_mapcount]
 2021-06-07 20:49 UTC  (5+ messages)

[Patch v3] mm/hugetlb: expand restore_reserve_on_error functionality
 2021-06-07 20:45 UTC 

[Patch v2] mm/hugetlb: expand restore_reserve_on_error functionality
 2021-06-07 20:38 UTC  (2+ messages)

[PATCH v4] mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY
 2021-06-07 20:32 UTC  (3+ messages)
` [PATCH] mm, hugetlb: fix allocation error check and copy func name


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