linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC 0/6] Bootloader based hibernation
 2022-05-19  7:59 UTC  (14+ messages)
` [RFC 1/6] arm64: hibernate: Introduce new entry point to kernel
` [RFC 2/6] PM: Hibernate: Add option to disable disk offset randomization
` [RFC 3/6] block: gendisk: Add a new genhd capability flag
` [RFC 4/6] mm: swap: Add randomization check for swapon/off calls
` [RFC 5/6] Hibernate: Add check for pte_valid in saveable page
` [RFC 6/6] irqchip/gic-v3: Re-init GIC hardware upon hibernation restore

[PATCH] memcg: provide reclaim stats via 'memory.reclaim'
 2022-05-19  7:59 UTC  (4+ messages)

[PATCH v2 0/3] Implement readahead for squashfs
 2022-05-19  7:56 UTC  (4+ messages)
` [PATCH v2 3/3] squashfs: implement readahead

[PATCH] Revert "mm/vmscan: never demote for memcg reclaim"
 2022-05-19  7:42 UTC  (6+ messages)

[PATCH] mm/ksm: introduce ksm_enabled for each process
 2022-05-19  7:39 UTC  (13+ messages)
  ` [PATCH] mm/ksm: introduce ksm_enabled for each processg

[v2 PATCH] mm: pvmw: check possible huge PMD map by transhuge_vma_suitable()
 2022-05-19  7:38 UTC  (4+ messages)

[PATCH 0/9] A few fixup patches for z3fold
 2022-05-19  7:28 UTC  (23+ messages)
` [PATCH 1/9] mm/z3fold: fix sheduling while atomic
` [PATCH 2/9] mm/z3fold: fix possible null pointer dereferencing
` [PATCH 3/9] mm/z3fold: remove buggy use of stale list for allocation
` [PATCH 4/9] mm/z3fold: throw warning on failure of trylock_page in z3fold_alloc
` [PATCH 5/9] revert "mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_alloc"
` [PATCH 6/9] mm/z3fold: put z3fold page back into unbuddied list when reclaim or migration fails
` [PATCH 7/9] mm/z3fold: always clear PAGE_CLAIMED under z3fold page lock
` [PATCH 8/9] mm/z3fold: fix z3fold_reclaim_page races with z3fold_free
` [PATCH 9/9] mm/z3fold: fix z3fold_page_migrate races with z3fold_map

[PATCH -next v4 0/7]arm64: add machine check safe support
 2022-05-19  7:09 UTC  (10+ messages)
` [PATCH -next v4 3/7] arm64: add support for machine check error safe
` [PATCH -next v4 4/7] arm64: add copy_{to, from}_user to machine check safe
` [PATCH -next v4 6/7] arm64: add {get, put}_user "

[PATCH v2 4/5] arm64: mm: Convert to GENERIC_IOREMAP
 2022-05-19  6:31 UTC  (4+ messages)
` [PATCH v2 resend "

[PATCH v2 0/5] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-05-19  6:24 UTC  (8+ messages)
` [PATCH v2 3/5] mm: ioremap: Add arch_ioremap/iounmap()
` [PATCH v2 5/5] arm64: Add HAVE_IOREMAP_PROT support

[RFC] Add swappiness argument to memory.reclaim
 2022-05-19  5:44 UTC  (11+ messages)

[PATCH] x86/sgx: Set active memcg prior to shmem allocation
 2022-05-19  5:43 UTC  (2+ messages)

[syzbot] general protection fault in vma_interval_tree_remove
 2022-05-19  5:18 UTC  (6+ messages)

[RFC PATCH 00/18] Try to free user PTE page table pages
 2022-05-19  4:03 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 736ee37e2e8eed7fe48d0a37ee5a709514d478b3
 2022-05-19  3:41 UTC  (2+ messages)

vma_needs_copy always true for VM_HUGETLB ?
 2022-05-19  3:36 UTC  (3+ messages)

DAMON VA regions don't split on an large Android APP
 2022-05-19  3:09 UTC  (12+ messages)

Question about hwpoison handling of 1GB hugepage
 2022-05-19  2:17 UTC  (4+ messages)

[PATCH 00/15] A few cleanup patches for swap
 2022-05-19  1:54 UTC  (20+ messages)
` [PATCH 01/15] mm/swap: use helper is_swap_pte() in swap_vma_readahead
` [PATCH 02/15] mm/swap: use helper macro __ATTR_RW
` [PATCH 03/15] mm/swap: fold __swap_info_get() into its sole caller
` [PATCH 04/15] mm/swap: remove unneeded return value of free_swap_slot
` [PATCH 05/15] mm/swap: print bad swap offset entry in get_swap_device
` [PATCH 06/15] mm/swap: remove buggy cache->nr check in refill_swap_slots_cache
` [PATCH 07/15] mm/swap: remove unneeded p != NULL check in __swap_duplicate
` [PATCH 08/15] mm/swap: make page_swapcount and __lru_add_drain_all

[PATCH -next] exec: Remove redundant check in do_open_execat/uselib
 2022-05-19  1:51 UTC  (5+ messages)

Warning on isolate tail page in isolate_lru_page
 2022-05-19  0:58 UTC 

[RFC PATCH] page_ext: create page extension for all memblock memory regions
 2022-05-19  0:20 UTC  (8+ messages)

[RFC PATCH v3 00/18] io-uring/xfs: support async buffered writes
 2022-05-18 23:37 UTC  (19+ messages)
` [RFC PATCH v3 01/18] block: Add check for async buffered writes to generic_write_checks
` [RFC PATCH v3 02/18] iomap: Add iomap_page_create_gfp to allocate iomap_pages
` [RFC PATCH v3 03/18] iomap: Use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v3 04/18] iomap: Add async buffered write support
` [RFC PATCH v3 05/18] xfs: Add iomap "
` [RFC PATCH v3 06/18] fs: Split off remove_needs_file_privs() __remove_file_privs()
` [RFC PATCH v3 07/18] fs: Split off file_needs_update_time and __file_update_time
` [RFC PATCH v3 08/18] xfs: Enable async write file modification handling
` [RFC PATCH v3 09/18] fs: Optimization for concurrent file time updates
` [RFC PATCH v3 10/18] xfs: Add async buffered write support
` [RFC PATCH v3 11/18] io_uring: Add support for async buffered writes
` [RFC PATCH v3 12/18] mm: Move starting of background writeback into the main balancing loop
` [RFC PATCH v3 13/18] mm: Move updates of dirty_exceeded into one place
` [RFC PATCH v3 14/18] mm: Prepare balance_dirty_pages() for async buffered writes
` [RFC PATCH v3 15/18] mm: Add balance_dirty_pages_ratelimited_async() function
` [RFC PATCH v3 16/18] iomap: Use balance_dirty_pages_ratelimited_flags in iomap_write_iter
` [RFC PATCH v3 17/18] io_uring: Add tracepoint for short writes
` [RFC PATCH v3 18/18] xfs: Enable async buffered write support

[RFC PATCH v2 00/16] io-uring/xfs: support async buffered writes
 2022-05-18 23:31 UTC  (27+ messages)
` [RFC PATCH v2 01/16] block: add check for async buffered writes to generic_write_checks
` [RFC PATCH v2 03/16] iomap: use iomap_page_create_gfp() in __iomap_write_begin
` [RFC PATCH v2 04/16] iomap: add async buffered write support
` [RFC PATCH v2 06/16] fs: split off need_remove_file_privs() do_remove_file_privs()
` [RFC PATCH v2 07/16] fs: split off need_file_update_time and do_file_update_time
` [RFC PATCH v2 08/16] fs: add pending file update time flag
` [RFC PATCH v2 12/16] mm: factor out _balance_dirty_pages() from balance_dirty_pages()
` [RFC PATCH v2 13/16] mm: add balance_dirty_pages_ratelimited_flags() function

[PATCH v3 1/1] selftests: vm: add process_mrelease tests
 2022-05-18 22:23 UTC  (2+ messages)

[linux-next:master 12535/12574] undefined reference to `blkcg_get_fc_appid'
 2022-05-18 21:52 UTC 

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-05-18 20:35 UTC  (4+ messages)
` [PATCH Part2 v5 27/45] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

[PATCH v8 0/8] x86: Show in sysfs if a memory node is able to do encryption
 2022-05-18 20:23 UTC  (13+ messages)

[PATCH v5 00/12] mm: userspace hugepage collapse
 2022-05-18 20:11 UTC  (6+ messages)
` [PATCH v5 01/13] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds THP
` [PATCH v5 02/13] mm/khugepaged: add struct collapse_control

[PATCH v2] mm: Avoid unnecessary page fault retires on shared memory types
 2022-05-18 20:06 UTC  (2+ messages)

[PATCH v3] tracing: add 'accounted' entry into output of allocation tracepoints
 2022-05-18 20:04 UTC  (4+ messages)

(no subject)
 2022-05-18 19:10 UTC  (7+ messages)
` [PATCH v2 1/5] selftests: memcg: Fix compilation
` [PATCH v2 2/5] selftests: memcg: Expect no low events in unprotected sibling
` [PATCH v2 3/5] selftests: memcg: Adjust expected reclaim values of protected cgroups
` [PATCH v2 4/5] selftests: memcg: Remove protection from top level memcg

[PATCH 0/6] Drain remote per-cpu directly v3
 2022-05-18 18:01 UTC  (8+ messages)

[PATCH -next 2/2] arm64/mm: fix page table check compile error for CONFIG_PGTABLE_LEVELS=2
 2022-05-18 17:13 UTC  (2+ messages)

[RFCv2 00/10] Linear Address Masking enabling
 2022-05-18 17:08 UTC  (4+ messages)
` [RFCv2 08/10] x86/mm: Make LAM_U48 and mappings above 47-bits mutually exclusive

[linux-next:pending-fixes] BUILD SUCCESS 2424086909d2986049c49936822527ee8271f573
 2022-05-18 16:50 UTC 

[PATCH 0/4] memcontrol selftests fixups
 2022-05-18 16:27 UTC  (6+ messages)
` [PATCH 1/4] selftests: memcg: Fix compilation
` [PATCH 2/4] selftests: memcg: Expect no low events in unprotected sibling
` [PATCH 3/4] selftests: memcg: Adjust expected reclaim values of protected cgroups
` [PATCH 4/4] selftests: memcg: Remove protection from top level memcg

[PATCH v2 0/5] Fix bugs in memcontroller cgroup tests
 2022-05-18 15:54 UTC  (10+ messages)
` [PATCH 0/4] memcontrol selftests fixups
  ` [PATCH 2/4] selftests: memcg: Expect no low events in unprotected sibling
  ` [PATCH 4/4] selftests: memcg: Remove protection from top level memcg

[xfs] 1eb70f54c4: xfstests.xfs.348.fail
 2022-05-18 14:45 UTC 

RFC: Memory Tiering Kernel Interfaces (v2)
 2022-05-18 12:00 UTC  (4+ messages)

[PATCH -next v2 0/3] RISC-V: Add Bitmanip/Scalar Crypto HWCAP
 2022-05-18 11:04 UTC  (8+ messages)
` [PATCH -next v2 1/3] RISC-V: add Bitmanip/Scalar Crypto parsing from DT
` [PATCH -next v2 2/3] RISC-V: uapi: add HWCAP for Bitmanip/Scalar Crypto
` [PATCH -next v2 3/3] RISC-V: HWCAP: parse Bitmanip/Scalar Crypto HWCAP from DT

[xfs] 5349b2afc1: xfstests.xfs.050.fail
 2022-05-18  9:41 UTC 

[PATCH v2] tracing: add ACCOUNT flag for allocations from marked slab caches
 2022-05-18  9:38 UTC  (6+ messages)

[PATCH v4] mm/kfence: print disabling or re-enabling message
 2022-05-18  9:12 UTC  (2+ messages)

[PATCH] mm/mempolicy: fix uninit-value in mpol_rebind_policy()
 2022-05-18  8:52 UTC  (4+ messages)

[PATCH v2 0/6] zswap: accounting & cgroup control
 2022-05-18  8:23 UTC  (10+ messages)
` [PATCH v2 6/6] zswap: memcg accounting

[PATCH] mm/memcg: support control THP behaviour in cgroup
 2022-05-18  8:14 UTC  (17+ messages)

[PATCH v3] mm/kfence: print disabling or re-enabling message
 2022-05-18  7:26 UTC  (3+ messages)

[syzbot] WARNING in follow_hugetlb_page
 2022-05-18  7:12 UTC  (12+ messages)

[PATCH v2] arm64: Expand the static memblock memory table
 2022-05-18  4:39 UTC  (2+ messages)

[PATCH] MAINTAINERS: add myself as a memcg reviewer
 2022-05-18  2:45 UTC  (2+ messages)

[PATCH v11 00/14] Multi-Gen LRU Framework
 2022-05-18  2:05 UTC  (9+ messages)
` [PATCH v11 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH v11 09/14] mm: multi-gen LRU: optimize multiple memcgs
` [PATCH v11 10/14] mm: multi-gen LRU: kill switch
` [PATCH v11 11/14] mm: multi-gen LRU: thrashing prevention
` [PATCH v11 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH v11 13/14] mm: multi-gen LRU: admin guide
` [PATCH v11 14/14] mm: multi-gen LRU: design doc

page:  |  | latest

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