linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-08 18:32:26 to 2020-05-11 12:42:50 UTC [more...]

[PATCH v11 00/16] Introduce Data Access MONitor (DAMON)
 2020-05-11 12:33 UTC  (17+ messages)
` [PATCH v11 01/16] scripts/spelling: Add a few more typos
` [PATCH v11 02/16] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v11 03/16] mm: Introduce Data Access MONitor (DAMON)
` [PATCH v11 04/16] mm/damon: Implement region based sampling
` [PATCH v11 05/16] mm/damon: Adaptively adjust regions
` [PATCH v11 06/16] mm/damon: Split regions into 3 subregions if necessary
` [PATCH v11 07/16] mm/damon: Apply dynamic memory mapping changes
` [PATCH v11 08/16] mm/damon: Implement callbacks
` [PATCH v11 09/16] mm/damon: Implement access pattern recording
` [PATCH v11 10/16] mm/damon: Add debugfs interface
` [PATCH v11 11/16] mm/damon: Add tracepoints
` [PATCH v11 12/16] tools: Add a minimal user-space tool for DAMON
` [PATCH v11 13/16] Documentation/admin-guide/mm: Add a document "
` [PATCH v11 14/16] mm/damon: Add kunit tests
` [PATCH v11 15/16] mm/damon: Add user space selftests
` [PATCH v11 16/16] MAINTAINERS: Update for DAMON

[PATCH v2 0/6] arm64: tlb: add support for TTL feature
 2020-05-11 12:41 UTC  (2+ messages)

[PATCH v2 1/3] rcu/kasan: record and print call_rcu() call stack
 2020-05-11 12:31 UTC  (6+ messages)

[RFC PATCH v3 0/2] arm64: tlb: add support for TLBI RANGE instructions
 2020-05-11 12:25 UTC  (4+ messages)
` [RFC PATCH v3 1/2] arm64: tlb: Detect the ARMv8.4 TLBI RANGE feature

[PATCH] kexec: Discard loaded image on memory hotplug
 2020-05-11 11:55 UTC  (7+ messages)

[PATCH] mm, compaction: Indicate when compaction is manually triggered by sysctl
 2020-05-11 11:26 UTC  (7+ messages)

[PATCH v3 0/3] Offline memoryless cpuless node 0
 2020-05-11 11:27 UTC  (5+ messages)
` [PATCH v3 1/3] powerpc/numa: Set numa_node for all possible cpus

[PATCH v2] mm: Reset numa stats for boot pagesets
 2020-05-11 11:13 UTC  (2+ messages)

[PATCH v3 0/5] support setting sysctl parameters from kernel command line
 2020-05-11 11:05 UTC  (4+ messages)
` [PATCH v3 5/5] lib/test_sysctl: support testing of sysctl. boot parameter

sort out the flush_icache_range mess
 2020-05-11 11:00 UTC  (38+ messages)
` [PATCH 01/31] arm: fix the flush_icache_range arguments in set_fiq_handler
` [PATCH 02/31] arm64: fix the flush_icache_range arguments in machine_kexec
` [PATCH 03/31] MIPS: unexport __flush_icache_user_range
` [PATCH 04/31] nds32: unexport flush_icache_page
` [PATCH 05/31] powerpc: unexport flush_icache_user_range
` [PATCH 06/31] unicore32: remove flush_cache_user_range
` [PATCH 07/31] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 08/31] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [PATCH 09/31] asm-generic: improve the flush_dcache_page stub
` [PATCH 10/31] alpha: use asm-generic/cacheflush.h
` [PATCH 11/31] arm64: "
` [PATCH 12/31] c6x: "
` [PATCH 13/31] hexagon: "
` [PATCH 14/31] ia64: "
` [PATCH 15/31] microblaze: "
` [PATCH 16/31] m68knommu: "
` [PATCH 17/31] openrisc: "
` [PATCH 18/31] powerpc: "
` [PATCH 19/31] riscv: "
` [PATCH 20/31] arm,sparc,unicore32: remove flush_icache_user_range
` [PATCH 21/31] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 22/31] asm-generic: add a flush_icache_user_range stub
` [PATCH 23/31] sh: implement flush_icache_user_range
` [PATCH 24/31] xtensa: "
` [PATCH 25/31] arm: rename flush_cache_user_range to flush_icache_user_range
` [PATCH 26/31] m68k: implement flush_icache_user_range
` [PATCH 27/31] exec: only build read_code when needed
` [PATCH 28/31] exec: use flush_icache_user_range in read_code
` [PATCH 29/31] binfmt_flat: use flush_icache_user_range
` [PATCH 30/31] nommu: use flush_icache_user_range in brk and mmap
` [PATCH 31/31] module: move the set_fs hack for flush_icache_range to m68k

[PATCH v2 3/3] kasan: update documentation for generic kasan
 2020-05-11 10:52 UTC  (2+ messages)

[PATCH 0/2] Bugs fix up for DEBUG_WX
 2020-05-11 10:45 UTC  (4+ messages)
` [PATCH 1/2] mm: remove the specific name of arm64
` [PATCH 2/2] mm: add MMU dependency for DEBUG_WX

[PATCH v2 0/3] kasan: memorize and print call_rcu stack
 2020-05-11 10:38 UTC  (4+ messages)

[PATCH] doc: cgroup: update note about conditions when oom killer is invoked
 2020-05-11 10:13 UTC  (4+ messages)

[PATCH] memcg: effective memory.high reclaim for remote charging
 2020-05-11 10:07 UTC  (2+ messages)

[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
 2020-05-11  8:35 UTC  (4+ messages)
` [PATCH 2/3] mm/memory_hotplug: Allow arch override of non boot memory resource names

[RFC PATCH 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-05-11  7:42 UTC  (22+ messages)
` [RFC PATCH 2/7] mm/vmalloc: Track which page-table levels were modified
` [RFC PATCH 6/7] mm: Remove vmalloc_sync_(un)mappings()

[PATCH 00/18] mm: memcontrol: charge swapin pages on instantiation
 2020-05-11  7:38 UTC  (8+ messages)
` [PATCH 05/18] mm: memcontrol: convert page cache to a new mem_cgroup_charge() API

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-05-11  6:36 UTC  (7+ messages)
` [PATCH v4 02/14] arm: add support for folded p4d page tables

[linux-next:pending-fixes] BUILD SUCCESS 1e823790a7f114948e20f9bcd3576bb90d3727e2
 2020-05-11  6:35 UTC 

INFO: task hung in do_read_cache_page (3)
 2020-05-11  5:58 UTC  (2+ messages)

clean up and streamline probe_kernel_* and friends
 2020-05-11  5:34 UTC  (6+ messages)
` [PATCH 11/15] maccess: remove strncpy_from_unsafe
` [PATCH 12/15] maccess: always use strict semantics for probe_kernel_read

[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-11  4:02 UTC  (7+ messages)
` [PATCH V3 1/3] arm64/mm: Drop __HAVE_ARCH_HUGE_PTEP_GET
` [PATCH V3 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()

[PATCH v2 2/3] kasan: record and print the free track
 2020-05-11  2:31 UTC 

compaction: VM_BUG_ON_PAGE(!zone_spans_pfn(page_zone(page), pfn))
 2020-05-11  1:21 UTC  (6+ messages)

Kmemleak infrastructure improvement for task_struct leaks and call_rcu()
 2020-05-10 21:27 UTC  (4+ messages)

[PATCH v4 0/5] block: fix blktrace debugfs use after free
 2020-05-10  6:26 UTC  (11+ messages)
` [PATCH v4 1/5] block: revert back to synchronous request_queue removal
` [PATCH v4 2/5] block: move main block debugfs initialization to its own file
` [PATCH v4 3/5] blktrace: fix debugfs use after free
` [PATCH v4 4/5] blktrace: break out of blktrace setup on concurrent calls
` [PATCH v4 5/5] loop: be paranoid on exit and prevent new additions / removals

[PATCH hmm v2 0/5] Adjust hmm_range_fault() API
 2020-05-10  0:16 UTC  (3+ messages)
` [PATCH hmm v2 1/5] mm/hmm: make CONFIG_DEVICE_PRIVATE into a select

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-05-09 23:14 UTC  (14+ messages)
` [PATCH v7 2/7] mm: introduce external memory hinting API
` [PATCH v7 5/7] mm: support both pid and pidfd for process_madvise

[linux-next:master] BUILD REGRESSION 30e2206e11ce27ae910cc0dab21472429e400a87
 2020-05-09 22:31 UTC  (2+ messages)

[PATCH] mm: memblock: fix minor typo and unclear comment
 2020-05-09 16:01 UTC  (2+ messages)

[PATCH] memcg: expose root cgroup's memory.stat
 2020-05-09 14:43 UTC  (4+ messages)

[PATCH] mm: fix LRU balancing effect of new transparent huge pages
 2020-05-09 14:19 UTC 

[PATCH 1/3] mm: swap: fix vmstats for huge pages
 2020-05-09 14:06 UTC  (7+ messages)
` [PATCH 2/3] mm: swap: memcg: fix memcg stats "
` [PATCH 3/3] mm: swap: fix update_page_reclaim_stat "

[linux-next:master 7592/7905] arch/riscv/mm/ptdump.c:57:3: error: 'FIXADDR_START' undeclared here (not in a function); did you mean 'XAS_RESTART'?
 2020-05-09 10:46 UTC 

[hnaz-linux-mm:master 231/464] arch/x86/include/asm/highmem.h:71:21: error: static declaration of 'kmap_atomic_high' follows non-static declaration
 2020-05-09  9:24 UTC 

[PATCH] mm: vmscan: consistent update to pgsteal and pgscan
 2020-05-09  6:53 UTC  (5+ messages)

[PATCH v4 0/4] mm/memory_hotplug: Interface to add driver-managed system ram
 2020-05-09  5:40 UTC  (4+ messages)
` [PATCH v4 1/4] device-dax: Don't leak kernel memory to user space after unloading kmem

[PATCH 0/6] nouveau/hmm: add support for mapping large pages
 2020-05-09  3:17 UTC  (12+ messages)
` [PATCH 1/6] nouveau/hmm: map pages after migration
` [PATCH 2/6] nouveau: make nvkm_vmm_ctor() and nvkm_mmu_ptp_get() static
` [PATCH 3/6] nouveau/hmm: fault one page at a time
` [PATCH 4/6] mm/hmm: add output flag for compound page mapping
` [PATCH 5/6] nouveau/hmm: support mapping large sysmem pages
` [PATCH 6/6] hmm: add tests for HMM_PFN_COMPOUND flag

[PATCH -next] mm/hmm/test: fix error return code in hmm_dmirror_init()
 2020-05-09  3:02 UTC 

[PATCH -next] mm/hmm/test: fix missing unlock on error in dmirror_migrate_finalize_and_map()
 2020-05-09  3:02 UTC 

[PATCH v3 04/19] mm: slub: implement SLUB version of obj_to_index()
 2020-05-08 21:35 UTC  (12+ messages)

[PATCH 1/3] mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
 2020-05-08 21:19 UTC  (8+ messages)
` [PATCH 3/3] mm/swapfile.c: count won't be bigger than SWAP_MAP_MAX

[PATCH RFC 0/8] dcache: increase poison resistance
 2020-05-08 21:07 UTC  (12+ messages)
` [PATCH RFC 1/8] dcache: show count of hash buckets in sysctl fs.dentry-state
` [PATCH RFC 3/8] dcache: sweep cached negative dentries to the end of list of siblings
` [PATCH RFC 8/8] dcache: prevent flooding with negative dentries

[PATCH 0/2] selftests: vm: pkeys: Some powerpc fixes
 2020-05-08 20:03 UTC  (5+ messages)
` [PATCH 2/2] selftests: vm: pkeys: Fix powerpc access right updates

[PATCH 00/19 V2] mm: memcontrol: charge swapin pages on instantiation
 2020-05-08 18:31 UTC  (16+ messages)
` [PATCH 05/19] mm: memcontrol: convert page cache to a new mem_cgroup_charge() API
` [PATCH 06/19] mm: memcontrol: prepare uncharging for removal of private page type counters
` [PATCH 07/19] mm: memcontrol: prepare move_account "
` [PATCH 08/19] mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters
` [PATCH 09/19] mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters
` [PATCH 10/19] mm: memcontrol: switch to native NR_ANON_MAPPED counter
` [PATCH 11/19] mm: memcontrol: switch to native NR_ANON_THPS counter
` [PATCH 12/19] mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
` [PATCH 13/19] mm: memcontrol: drop unused try/commit/cancel charge API
` [PATCH 14/19] mm: memcontrol: prepare swap controller setup for integration
` [PATCH 15/19] mm: memcontrol: make swap tracking an integral part of memory control
` [PATCH 16/19] mm: memcontrol: charge swapin pages on instantiation
` [PATCH 17/19] mm: memcontrol: document the new swap control behavior
` [PATCH 18/19] mm: memcontrol: delete unused lrucare handling
` [PATCH 19/19] mm: memcontrol: update page->mem_cgroup stability rules


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