[PATCH] mm/oom_kill: break evaluation when a task has been selected
2022-06-01 7:45 UTC (2+ messages)
[RFC PATCH 0/3] hugetlb: speed up linear address scanning
2022-06-01 6:58 UTC (15+ messages)
` [RFC PATCH 1/3] hugetlb: skip to end of PT page mapping when pte not present
` [RFC PATCH 2/3] hugetlb: do not update address in huge_pmd_unshare
` [RFC PATCH 3/3] hugetlb: Lazy page table copies in fork()
[PATCH 0/6] Allocate and free frozen pages
2022-06-01 6:58 UTC (16+ messages)
` [PATCH 1/6] mm/page_alloc: Remove zone parameter from free_one_page()
` [PATCH 2/6] mm/page_alloc: Rename free_the_page() to free_frozen_pages()
` [PATCH 3/6] mm/page_alloc: Export free_frozen_pages() instead of free_unref_page()
` [PATCH 4/6] mm/page_alloc: Add alloc_frozen_pages()
` [PATCH 5/6] slab: Allocate frozen pages
` [PATCH 6/6] slub: "
[PATCH v4 0/4] A few cleanup and fixup patches for migration
2022-06-01 6:33 UTC (12+ messages)
` [PATCH v4 1/4] mm: reduce the rcu lock duration
` [PATCH v4 2/4] mm/migration: remove unneeded lock page and PageMovable check
RFC: Memory Tiering Kernel Interfaces (v3)
2022-06-01 6:29 UTC (4+ messages)
` [RFC PATCH v4 0/7] mm/demotion: Memory tiers and demotion
` [RFC PATCH v4 4/7] mm/demotion/dax/kmem: Set node's memory tier to MEMORY_TIER_PMEM
[PATCH RFC lsfmm 0/6] mm: proactive reclaim and memory tiering topics
2022-06-01 6:12 UTC (4+ messages)
` [PATCH 2/6] mm/vmscan: use node_is_toptier helper in node_reclaim
[PATCH v6 00/16] io-uring/xfs: support async buffered writes
2022-06-01 5:26 UTC (34+ messages)
` [PATCH v6 03/16] mm: Add balance_dirty_pages_ratelimited_flags() function
` [PATCH v6 04/16] iomap: Add flags parameter to iomap_page_create()
` [PATCH v6 05/16] iomap: Add async buffered write support
` [PATCH v6 06/16] fs: Add check for async buffered writes to generic_write_checks
` [PATCH v6 07/16] fs: add __remove_file_privs() with flags parameter
` [PATCH v6 08/16] fs: Split off inode_needs_update_time and __file_update_time
` [PATCH v6 09/16] fs: Add async write file modification handling
` [PATCH v6 13/16] xfs: Specify lockmode when calling xfs_ilock_for_iomap()
` [PATCH v6 14/16] xfs: Change function signature of xfs_ilock_iocb()
` [PATCH v6 15/16] xfs: Add async buffered write support
` [PATCH v6 16/16] xfs: Enable "
mm/khugepaged: collapse file/shmem compound pages
2022-06-01 5:19 UTC (11+ messages)
[PATCH mm v2 0/9] memcg: accounting for objects allocated by mkdir cgroup
2022-06-01 3:43 UTC (8+ messages)
` [PATCH mm v3 "
[PATCH v5 0/6] mm: introduce shrinker debugfs interface
2022-06-01 3:22 UTC (7+ messages)
` [PATCH v5 1/6] mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()
` [PATCH v5 2/6] mm: shrinkers: introduce debugfs interface for memory shrinkers
` [PATCH v5 3/6] mm: shrinkers: provide shrinkers with names
` [PATCH v5 4/6] mm: docs: document shrinker debugfs
` [PATCH v5 5/6] tools: add memcg_shrinker.py
` [PATCH v5 6/6] mm: shrinkers: add scan interface for shrinker debugfs
[PATCH 0/3] recover hardware corrupted page by virtio balloon
2022-06-01 2:17 UTC (8+ messages)
` "
` "
[PATCH 0/3] A few fixup patches for swap
2022-06-01 2:11 UTC (8+ messages)
` [PATCH 2/3] mm/swapfile: avoid confusing swap cache statistics
` [PATCH 3/3] mm/swapfile: fix possible data races of inuse_pages
[PATCH] mm/migrate: skip unsupported ZONE_DEVICE page in migrate_vma_collect_pmd()
2022-06-01 1:54 UTC (3+ messages)
[PATCH v3 0/3] Implement readahead for squashfs
2022-06-01 1:08 UTC (7+ messages)
` [PATCH v3 3/3] squashfs: implement readahead
[PATCH v3 0/6] arm64: Cleanup ioremap() and support ioremap_prot()
2022-06-01 1:05 UTC (8+ messages)
` [PATCH v3 4/6] mm: ioremap: Add arch_ioremap/iounmap()
[PATCH 0/3] cleanup hugetlb_vmemmap
2022-06-01 0:20 UTC (8+ messages)
` [PATCH 1/3] mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functions
` [PATCH 2/3] mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*
` [PATCH 3/3] mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*
[RFC] mm: MADV_COLLAPSE semantics
2022-05-31 23:52 UTC (11+ messages)
[PATCHv5 00/12] mm, x86/cc: Implement support for unaccepted memory
2022-05-31 22:40 UTC (11+ messages)
` [PATCHv5 06/12] x86/boot/compressed: Handle "
[PATCH RESEND v2 1/2] mm: drop oom code from exit_mmap
2022-05-31 22:31 UTC (2+ messages)
` [PATCH RESEND v2 2/2] mm: delete unused MMF_OOM_VICTIM flag
[PATCH 00/10] mpt3sas and dmapool scalability
2022-05-31 22:10 UTC (19+ messages)
` [PATCH 01/10] dmapool: remove checks for dev == NULL
` [PATCH 02/10] dmapool: cleanup integer types
` [PATCH 03/10] dmapool: fix boundary comparison
` [PATCH 04/10] dmapool: improve accuracy of debug statistics
` [PATCH 05/10] dmapool: debug: prevent endless loop in case of corruption
` [PATCH 06/10] dmapool: ignore init_on_free when DMAPOOL_DEBUG enabled
` [PATCH 07/10] dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
` [PATCH 08/10] dmapool: cleanup dma_pool_destroy
` [PATCH 09/10] dmapool: improve scalability of dma_pool_alloc
` [PATCH 10/10] dmapool: improve scalability of dma_pool_free
Per file OOM badness
2022-05-31 22:00 UTC (15+ messages)
` [PATCH 01/13] fs: add OOM badness callback to file_operatrations struct
` [PATCH 02/13] oom: take per file badness into account
` [PATCH 03/13] mm: shmem: provide oom badness for shmem files
` [PATCH 04/13] dma-buf: provide oom badness for DMA-buf files
` [PATCH 05/13] drm/gem: adjust per file OOM badness on handling buffers
` [PATCH 06/13] drm/gma500: use drm_oom_badness
` [PATCH 07/13] drm/amdgpu: Use drm_oom_badness for amdgpu
` [PATCH 08/13] drm/radeon: use drm_oom_badness
` [PATCH 09/13] drm/i915: "
` [PATCH 10/13] drm/nouveau: "
` [PATCH 11/13] drm/omap: "
` [PATCH 12/13] drm/vmwgfx: "
` [PATCH 13/13] drm/tegra: "
[PATCH RESEND V5,0/2]mm: shmem: support POSIX_FADV_[WILL|DONT]NEED for shmem files
2022-05-31 21:21 UTC (3+ messages)
` [PATCH RESEND V5,2/2] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2022-05-31 20:00 UTC (14+ messages)
` [PATCH v5 01/13] mm: add zone device coherent type memory support
` [PATCH v5 02/13] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v5 03/13] mm: add device coherent vma selection for memory migration
` [PATCH v5 04/13] mm: remove the vma check in migrate_vma_setup()
` [PATCH v5 05/13] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v5 06/13] drm/amdkfd: add SPM support for SVM
` [PATCH v5 07/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v5 08/13] lib: test_hmm add module param for "
` [PATCH v5 09/13] lib: add support for device coherent type in test_hmm
` [PATCH v5 10/13] tools: update hmm-test to support device coherent type
` [PATCH v5 11/13] tools: update test_hmm script to support SP config
` [PATCH v5 12/13] tools: add hmm gup tests for device coherent type
` [PATCH v5 13/13] tools: add selftests to hmm for COW in device memory
[PATCH 1/3] mm: rename kernel_init_free_pages to kernel_init_pages
2022-05-31 19:24 UTC (5+ messages)
` [PATCH 2/3] mm: introduce clear_highpage_tagged
` [PATCH 3/3] kasan: fix zeroing vmalloc memory with HW_TAGS
[PATCH v4 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
2022-05-31 19:19 UTC (16+ messages)
` [PATCH v4 01/13] mm: add zone device coherent type memory support
` [PATCH v4 02/13] mm: handling Non-LRU pages returned by vm_normal_pages
` [PATCH v4 03/13] mm: add device coherent vma selection for memory migration
` [PATCH v4 04/13] mm: remove the vma check in migrate_vma_setup()
` [PATCH v4 05/13] mm/gup: migrate device coherent pages when pinning instead of failing
` [PATCH v4 06/13] drm/amdkfd: add SPM support for SVM
` [PATCH v4 07/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v4 08/13] lib: test_hmm add module param for "
` [PATCH v4 09/13] lib: add support for device coherent type in test_hmm
` [PATCH v4 10/13] tools: update hmm-test to support device coherent type
` [PATCH v4 11/13] tools: update test_hmm script to support SP config
` [PATCH v4 12/13] tools: add hmm gup tests for device coherent type
` [PATCH v4 13/13] tools: add selftests to hmm for COW in device memory
[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-05-31 19:15 UTC (3+ messages)
` [PATCH v6 3/8] mm/memfd: Introduce MFD_INACCESSIBLE flag
[PATCH] mapletree-vs-khugepaged
2022-05-31 18:56 UTC (10+ messages)
[PATCH] selftests/vm: Add protection_keys tests to run_vmtests
2022-05-31 18:40 UTC (2+ messages)
[PATCH v2] mm: page_frag: Warn_on when frag_alloc size is bigger than PAGE_SIZE
2022-05-31 18:28 UTC (6+ messages)
` "
[PATCH] mm: throttle LRU pages skipping on rmap_lock contention
2022-05-31 18:26 UTC (2+ messages)
[PATCH 00/35] Shadow stacks for userspace
2022-05-31 18:00 UTC (15+ messages)
[PATCH 0/3] kasan: Fix ordering between MTE tag colouring and page->flags
2022-05-31 17:16 UTC (8+ messages)
[stable:linux-5.15.y 5773/6856] <instantiation>:3:19: error: too many positional arguments
2022-05-31 17:07 UTC
[PATCH v4] tracing: add 'accounted' entry into output of allocation tracepoints
2022-05-31 16:58 UTC (4+ messages)
` [PATCH v5] "
ZSWAP still considered experimental?
2022-05-31 16:39 UTC (2+ messages)
[PATCH] mm: kmemleak: check boundary of objects allocated with physical address when scan
2022-05-31 16:29 UTC (2+ messages)
[PATCH -next v7 0/6]mm: page_table_check: add support on arm64 and riscv
2022-05-31 16:05 UTC (7+ messages)
` [PATCH -next v7 5/6] arm64/mm: Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
[PATCH] mm/memremap: fix missing call to untrack_pfn() in pagemap_range()
2022-05-31 15:30 UTC (3+ messages)
[PATCH] mm: kmemleak: Skip check in kmemleak_*_phys when pfn bound is not ready
2022-05-31 15:07 UTC (6+ messages)
[linux-next:pending-fixes] BUILD SUCCESS ceccc06b624edcb4c1ddb2427d482d9c1eb6fd5f
2022-05-31 12:37 UTC
[PATCH v2 0/4] A few cleanup and fixup patches for migration
2022-05-31 12:37 UTC (12+ messages)
` [PATCH v2 2/4] mm/migration: remove unneeded lock page and PageMovable check
[PATCH] mm/slub: Simplify __kmem_cache_alias()
2022-05-31 11:22 UTC (3+ messages)
[PATCH v3 00/46] Add KernelMemorySanitizer infrastructure
2022-05-31 11:08 UTC (4+ messages)
` [PATCH v3 12/46] kmsan: add KMSAN runtime core
[PATCH v2] madvise.2: Clarify addr/length and update hugetlb support
2022-05-31 9:10 UTC (2+ messages)
[PATCH] mm: page_isolation: use compound_nr() correctly in isolate_single_pageblock()
2022-05-31 9:05 UTC (4+ messages)
[PATCH V3] mm/memory_hotplug: Drop 'reason' argument from check_pfn_span()
2022-05-31 9:04 UTC
[PATCH 1/3] mm/slub: fix the race between validate_slab and slab_free
2022-05-31 8:50 UTC (3+ messages)
[PATCH v5] mm: Avoid unnecessary page fault retires on shared memory types
2022-05-31 7:59 UTC (2+ messages)
[PATCH v5 00/11] Use obj_cgroup APIs to charge the LRU pages
2022-05-31 7:29 UTC (3+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox