linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v11 00/14] Multi-Gen LRU Framework
 2022-05-18  1:46 UTC  (12+ messages)
` [PATCH v11 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v11 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v11 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v11 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH v11 05/14] mm: multi-gen LRU: groundwork
` [PATCH v11 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v11 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH v11 08/14] mm: multi-gen LRU: support page table walks
` [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 v3] mm/kfence: print disabling or re-enabling message
 2022-05-18  1:03 UTC 

[PATCH v2 0/5] Fix bugs in memcontroller cgroup tests
 2022-05-18  0:52 UTC  (6+ messages)
` [PATCH 0/4] memcontrol selftests fixups
  ` [PATCH 4/4] selftests: memcg: Remove protection from top level memcg

[PATCH v2] mm/kfence: print disabling or re-enabling message
 2022-05-18  0:52 UTC 

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

[PATCH] mm/mempolicy: fix uninit-value in mpol_rebind_policy()
 2022-05-18  0:08 UTC  (3+ messages)

[v2 PATCH] mm: pvmw: check possible huge PMD map by transhuge_vma_suitable()
 2022-05-18  0:05 UTC  (2+ messages)

[PATCH] mm: don't be stuck to rmap lock on reclaim path
 2022-05-17 23:58 UTC  (10+ messages)

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

[PATCH 0/9] A few fixup patches for z3fold
 2022-05-17 23:45 UTC  (2+ messages)

[PATCH 00/15] A few cleanup patches for swap
 2022-05-17 23:42 UTC  (18+ messages)
` [PATCH 06/15] mm/swap: remove buggy cache->nr check in refill_swap_slots_cache
` [PATCH 09/15] mm/swap: avoid calling swp_swap_info when try to check SWP_STABLE_WRITES
` [PATCH 11/15] mm/swap: add helper swap_offset_available()
` [PATCH 14/15] mm/swap: fix the comment of get_kernel_pages

[PATCH 0/6] Drain remote per-cpu directly v3
 2022-05-17 23:35 UTC  (8+ messages)
` [PATCH 6/6] mm/page_alloc: Remotely drain per-cpu lists

[linux-next:master] BUILD REGRESSION 47c1c54d1bcd0a69a56b49473bc20f17b70e5242
 2022-05-17 23:06 UTC 

[PATCH v5 00/12] mm: userspace hugepage collapse
 2022-05-17 22:35 UTC  (8+ messages)
` [PATCH v5 04/13] mm/khugepaged: make hugepage allocation context-specific

[RFC] Add swappiness argument to memory.reclaim
 2022-05-17 20:45 UTC  (9+ messages)

[PATCH] mapletree-vs-khugepaged
 2022-05-17 20:38 UTC  (17+ messages)

[PATCH v4] mm: fix is_pinnable_page against on cma page
 2022-05-17 20:21 UTC  (15+ messages)

[RFC PATCH v2 00/16] io-uring/xfs: support async buffered writes
 2022-05-17 20:12 UTC  (17+ 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 13/16] mm: add balance_dirty_pages_ratelimited_flags() function

[PATCH 0/3] kasan: Fix ordering between MTE tag colouring and page->flags
 2022-05-17 18:09 UTC  (4+ messages)
` [PATCH 1/3] mm: kasan: Ensure the tags are visible before the tag in page->flags
` [PATCH 2/3] mm: kasan: Reset the tag on pages intended for user
` [PATCH 3/3] arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"

[PATCHv6 00/15] mm, x86/cc: Implement support for unaccepted memory
 2022-05-17 18:04 UTC  (18+ messages)
` [PATCHv6 01/15] x86/boot: Centralize __pa()/__va() definitions
` [PATCHv6 02/15] mm: Add support for unaccepted memory
` [PATCHv6 03/15] efi/x86: Get full memory map in allocate_e820()
` [PATCHv6 04/15] x86/boot: Add infrastructure required for unaccepted memory support
` [PATCHv6 05/15] efi/x86: Implement support for unaccepted memory
` [PATCHv6 06/15] x86/boot/compressed: Handle "
` [PATCHv6 07/15] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv6 08/15] x86/mm: Provide helpers for unaccepted memory
` [PATCHv6 09/15] x86/mm: Avoid load_unaligned_zeropad() stepping into "
` [PATCHv6 10/15] x86/mm: Report unaccepted memory in /proc/meminfo
` [PATCHv6 11/15] x86: Disable kexec if system has unaccepted memory
` [PATCHv6 12/15] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv6 13/15] x86/tdx: Refactor try_accept_one()
` [PATCHv6 14/15] x86/tdx: Add unaccepted memory support
` [PATCHv6 15/15] mm/vmstat: Add counter for memory accepting

[PATCH] x86/sgx: Set active memcg prior to shmem allocation
 2022-05-17 17:57 UTC 

[linux-next:master 7923/12343] drivers/gpu/drm/rockchip/rockchip_drm_vop2.c:1476:2-3: Unneeded semicolon
 2022-05-17 17:41 UTC  (2+ messages)

[RFC PATCH v3 0/6] Removing limitations of merging anonymous VMAs
 2022-05-17 16:44 UTC  (2+ messages)

[PATCH v2] tracing: add ACCOUNT flag for allocations from marked slab caches
 2022-05-17 16:34 UTC  (5+ messages)

[PATCH v3] selftests/damon: suppress compiler warnings for huge_count_read_write
 2022-05-17 16:04 UTC  (5+ messages)

[PATCH] MAINTAINERS: add myself as a memcg reviewer
 2022-05-17 15:53 UTC  (5+ messages)

[PATCH] mm: damon: Use HPAGE_PMD_SIZE
 2022-05-17 15:44 UTC  (2+ messages)

[linux-next:master 12304/12343] csky-linux-ld: drivers/nvme/host/fc.c:1915: undefined reference to `blkcg_get_fc_appid'
 2022-05-17 15:39 UTC 

[PATCH] maple_tree: Fix mas_next() when already on the last node entry
 2022-05-17 15:34 UTC  (2+ messages)

BUG: kernel NULL pointer dereference, address: 00000004 - mas_update_gap
 2022-05-17 15:27 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 77424ddeb70dc950f598d3828ac81857e002700b
 2022-05-17 15:26 UTC 

[PATCH] maple_tree: Fix 32b parent pointers
 2022-05-17 15:22 UTC 

[linux-next:master 12304/12343] drivers/nvme/host/fc.c:1914: undefined reference to `blkcg_get_fc_appid'
 2022-05-17 15:19 UTC 

[PATCH -next v7 0/6]mm: page_table_check: add support on arm64 and riscv
 2022-05-17 14:33 UTC  (5+ messages)
` [PATCH -next v7 5/6] arm64/mm: Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK

[PATCH] mm/ksm: introduce ksm_enabled for each process
 2022-05-17 14:04 UTC  (2+ messages)

[RFC PATCH] page_ext: create page extension for all memblock memory regions
 2022-05-17 13:10 UTC  (8+ messages)

[RFC PATCH] x86/sgx: Set active memcg prior to shmem allocation
 2022-05-17 12:38 UTC 

[PATCH v2] arm64: Expand the static memblock memory table
 2022-05-17 12:38 UTC  (2+ messages)

Question about hwpoison handling of 1GB hugepage
 2022-05-17 12:03 UTC  (3+ messages)

[PATCH] tracing: add ACCOUNT flag for allocations from marked slab caches
 2022-05-17 11:53 UTC  (8+ messages)

DAMON VA regions don't split on an large Android APP
 2022-05-17 11:14 UTC  (9+ messages)

[PATCH v2 0/3] Implement readahead for squashfs
 2022-05-17  9:16 UTC  (6+ messages)
` [PATCH v2 1/3] Revert "squashfs: provide backing_dev_info in order to disable read-ahead"
` [PATCH v2 2/3] squashfs: always build "file direct" version of page actor
` [PATCH v2 3/3] squashfs: implement readahead

[PATCH v12 0/7] add hugetlb_optimize_vmemmap sysctl
 2022-05-17  9:16 UTC  (18+ messages)
` [PATCH v12 1/7] mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosses page boundaries
` [PATCH v12 2/7] mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing
` [PATCH v12 3/7] mm: memory_hotplug: enumerate all supported section flags
` [PATCH v12 4/7] mm: hotplug: introduce SECTION_CANNOT_OPTIMIZE_VMEMMAP
` [PATCH v12 7/7] mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctl

[RFC PATCH 00/18] Try to free user PTE page table pages
 2022-05-17  8:30 UTC  (2+ messages)

[linux-next:master 10956/12195] ERROR: modpost: "__udivdi3" [drivers/mtd/parsers/scpart.ko] undefined!
 2022-05-17  8:21 UTC  (2+ messages)

[PATCH] mm: fix align-error when get_addr in unmapped_area_topdown
 2022-05-17  8:04 UTC  (8+ messages)
  `  "

[PATCH 0/2] Implement readahead for squashfs
 2022-05-17  7:51 UTC  (3+ messages)
` [PATCH 3/2] squashfs: always build "file direct" version of page actor

[linux-next:master 10829/12195] kismet: WARNING: unmet direct dependencies detected for RISCV_ALTERNATIVE when selected by ERRATA_THEAD
 2022-05-17  7:13 UTC 

[PATCH mm-stable] cleanup for "percpu: improve percpu_alloc_percpu event trace"
 2022-05-17  6:55 UTC 

[PATCH] x86: removed P*D_PAGE_MASK and P*D_PAGE_SIZE
 2022-05-17  4:56 UTC  (2+ messages)

[linux-next:master 9995/11651] fs/buffer.c:2254:5: warning: stack frame size (2144) exceeds limit (1024) in 'block_read_full_folio'
 2022-05-17  4:48 UTC  (5+ messages)

[PATCH 2/2] squashfs: implement readahead
 2022-05-17  3:41 UTC  (5+ messages)

[syzbot] WARNING in follow_hugetlb_page
 2022-05-17  3:37 UTC  (11+ messages)

[PATCH v2 1/2] mm: drop oom code from exit_mmap
 2022-05-17  3:13 UTC  (4+ messages)
` [PATCH v2 2/2] mm: delete unused MMF_OOM_VICTIM flag

[PATCH 4/5 v1] mm: enable per numa node rss_stat count
 2022-05-17  2:28 UTC  (2+ messages)
` [mm] c9dc81ef10: BUG:Bad_rss-counter_state_mm:#node:#val

[linux-next:master] BUILD REGRESSION 3f7bdc402fb06f897ff1f492a2d42e1f7c2efedb
 2022-05-17  0:56 UTC 

Freeing page flags
 2022-05-17  0:34 UTC  (6+ messages)

[PATCH v2 1/1] selftests: vm: add process_mrelease tests
 2022-05-16 23:51 UTC  (7+ messages)

[PATCH v2 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-05-16 23:14 UTC  (14+ messages)
` [PATCH v2 01/13] mm: add zone device coherent type memory support
` [PATCH v2 02/13] mm: add device coherent vma selection for memory migration
` [PATCH v2 03/13] mm: remove the vma check in migrate_vma_setup()
` [PATCH v2 04/13] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v2 05/13] drm/amdkfd: add SPM support for SVM
` [PATCH v2 06/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v2 07/13] lib: test_hmm add module param for "
` [PATCH v2 08/13] lib: add support for device coherent type in test_hmm
` [PATCH v2 09/13] tools: update hmm-test to support device coherent type
` [PATCH v2 10/13] tools: update test_hmm script to support SP config
` [PATCH v2 11/13] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v2 12/13] tools: add hmm gup tests for device coherent type
` [PATCH v2 13/13] tools: add selftests to hmm for COW in device memory

[PATCH v3 0/2] Implement arm64 specific huge_ptep_get()
 2022-05-16 22:53 UTC  (2+ messages)

[PATCH v2 0/5] arm64: Cleanup ioremap() and support ioremap_prot()
 2022-05-16 22:51 UTC  (4+ messages)
` [PATCH v2 5/5] arm64: Add HAVE_IOREMAP_PROT support

[PATCH v2 4/5] arm64: mm: Convert to GENERIC_IOREMAP
 2022-05-16 22:47 UTC  (3+ messages)
` [PATCH v2 resend "

[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-05-16 22:35 UTC  (3+ messages)

[PATCH] random: move randomize_page() into mm where it belongs
 2022-05-16 22:07 UTC  (3+ messages)

[PATCH mm] tracing: incorrect gfp_t conversion
 2022-05-16 20:55 UTC  (3+ messages)
` [PATCH mm v2] "

[linux-next:master 10823/12195] arch/riscv/include/asm/tlbflush.h:23:2: error: expected assembly-time absolute expression
 2022-05-16 20:24 UTC 

page:  |  | latest

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