linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-16 01:48:59 to 2020-08-18 07:49:31 UTC [more...]

[PATCH v5 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline
 2020-08-18  7:49 UTC  (14+ messages)

[PATCH 0/3] Chunk Heap Support on DMA-HEAP
 2020-08-18  8:04 UTC  (4+ messages)
    ` [PATCH 1/3] dma-buf: add missing EXPORT_SYMBOL_GPL() for dma heaps
    ` [PATCH 2/3] dma-buf: heaps: add chunk heap to dmabuf heaps
    ` [PATCH 3/3] dma-heap: Devicetree binding for chunk heap

[RFC-PATCH 1/2] mm: Add __GFP_NO_LOCKS flag
 2020-08-18  7:43 UTC  (15+ messages)

[RFC 0/7] Support high-order page bulk allocation
 2020-08-18  7:42 UTC  (14+ messages)
` [RFC 5/7] mm: introduce alloc_pages_bulk API

[PATCH] mm/memory.c: Correct the function name in comment
 2020-08-18  7:34 UTC  (2+ messages)

[RFC v7 00/10] DAMON: Support Physical Memory Address Space Monitoring
 2020-08-18  7:25 UTC  (11+ messages)
` [RFC v7 01/10] mm/damon/debugfs: Allow users to set initial monitoring target regions
` [RFC v7 02/10] tools/damon: Support init target regions specification
` [RFC v7 03/10] mm/damon-test: Add more unit tests for 'init_regions'
` [RFC v7 04/10] selftests/damon/_chk_record: Do not check number of gaps
` [RFC v7 05/10] Docs/admin-guide/mm/damon: Document 'init_regions' feature
` [RFC v7 06/10] mm/damon: Implement callbacks for physical memory monitoring
` [RFC v7 07/10] mm/damon/debugfs: Support "
` [RFC v7 08/10] tools/damon/record: "
` [RFC v7 09/10] tools/damon/record: Support NUMA specific recording
` [RFC v7 10/10] Docs/DAMON: Document physical memory monitoring support

[PATCH] mm/page_reporting: the "page" must not be the list head
 2020-08-18  7:23 UTC  (8+ messages)

[PATCH 1/2] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-08-18  7:15 UTC  (12+ messages)
` [PATCH 2/2] mm/pageblock: remove false sharing in pageblock_flags

Regarding HMM
 2020-08-18  7:15 UTC 

[PATCH] mm/hotplug: Enumerate memory range offlining failure reasons
 2020-08-18  7:08 UTC  (5+ messages)

[RFC PATCH 0/3] Re: [PATCH v17 14/21] mm/compaction: do page isolation first in compaction
 2020-08-18  6:50 UTC  (8+ messages)
` [RFC PATCH 2/3] mm: Drop use of test_and_set_skip in favor of just setting skip

[PATCH] hugetlb_cgroup: convert comma to semicolon
 2020-08-18  6:43 UTC 

[PATCH v3 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_lock properly in there
 2020-08-18  6:12 UTC  (6+ messages)
` [PATCH v3 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH v3 2/5] coredump: Let dump_emit() bail out on short writes
` [PATCH v3 3/5] coredump: Refactor page range dumping into common helper
` [PATCH v3 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH v3 5/5] mm/gup: Take mmap_lock in get_dump_page()

[PATCH v5 0/6] arch/x86: kprobes: Remove MODULES dependency
 2020-08-18  5:30 UTC  (12+ messages)
` [PATCH v5 1/6] kprobes: Remove dependency to the module_mutex
` [PATCH v5 5/6] kprobes: Use text_alloc() and text_free()

[PATCH] kprobes: Use module_name() macro
 2020-08-18  5:08 UTC 

[PATCH v3] mm: introduce reference pages
 2020-08-18  3:42 UTC  (4+ messages)

[RFC PATCH 1/2] sparc64: remove mm_cpumask clearing to fix kthread_use_mm race
 2020-08-18  3:34 UTC  (2+ messages)
` [RFC PATCH 2/2] powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm

[PATCH] mm/migrate: Avoid possible unnecessary ptrace_may_access() call in kernel_move_pages()
 2020-08-18  2:25 UTC 

[PATCH v4 0/8] huge vmalloc mappings
 2020-08-18  0:30 UTC  (11+ messages)
` [PATCH v4 1/8] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v4 2/8] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v4 3/8] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v4 4/8] lib/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v4 5/8] mm: HUGE_VMAP arch support cleanup
` [PATCH v4 6/8] mm: Move vmap_range from lib/ioremap.c to mm/vmalloc.c
` [PATCH v4 7/8] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v4 8/8] mm/vmalloc: Hugepage vmalloc mappings
  ` [mm/vmalloc] a1a514f208: WARNING:at_kernel/locking/lockdep.c:#__lock_acquire

[PATCH v17 00/21] per memcg lru lock
 2020-08-17 22:58 UTC  (3+ messages)
` [PATCH v17 14/21] mm/compaction: do page isolation first in compaction

[v3 PATCH] mm/memory.c: skip spurious TLB flush for retried page fault
 2020-08-15  4:30 UTC 

[PATCH RFC 0/2] Break heap spraying needed for exploiting use-after-free
 2020-08-17 21:03 UTC  (14+ messages)
` [PATCH RFC 1/2] mm: Extract SLAB_QUARANTINE from KASAN
` [PATCH RFC 2/2] lkdtm: Add heap spraying test

[PATCH] khugepaged: collapse_pte_mapped_thp() flush the right range
 2020-08-17 20:50 UTC  (4+ messages)
` [PATCH] khugepaged: khugepaged_test_exit() check mmget_still_valid()
  ` [PATCH] khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()

[PATCH 1/3] mm: don't call activate_page() on new ksm pages
 2020-08-17 20:48 UTC  (4+ messages)

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-08-17 19:26 UTC  (17+ messages)
` [RFC PATCH 1/8] memcg: Enable fine-grained control of over memory.high action
` [RFC PATCH 2/8] memcg, mm: Return ENOMEM or delay if memcg_over_limit
` [RFC PATCH 3/8] memcg: Allow the use of task RSS memory as over-high action trigger
` [RFC PATCH 4/8] fs/proc: Support a new procfs memctl file
` [RFC PATCH 5/8] memcg: Allow direct per-task memory limit checking
` [RFC PATCH 6/8] memcg: Introduce additional memory control slowdown if needed
` [RFC PATCH 7/8] memcg: Enable logging of memory control mitigation action
` [RFC PATCH 8/8] memcg: Add over-high action prctl() documentation

PROBLEM: Long Workqueue delays
 2020-08-17 18:47 UTC  (5+ messages)

Odd-sized kmem_cache_alloc and slub_debug=Z
 2020-08-17 18:31 UTC  (5+ messages)

[RESEND PATCH] mm: util: update the kerneldoc for kstrdup_const()
 2020-08-17 17:39 UTC 

[PATCH RESEND v9 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-08-17 17:15 UTC  (14+ messages)
` [PATCH RESEND v9 01/13] mm: Define pasid in mm
` [PATCH RESEND v9 02/13] iommu/ioasid: Add ioasid references
` [PATCH RESEND v9 03/13] iommu/sva: Add PASID helpers
` [PATCH RESEND v9 04/13] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH RESEND v9 05/13] iommu/io-pgtable-arm: Move some definitions to a header
` [PATCH RESEND v9 06/13] arm64: cpufeature: Export symbol read_sanitised_ftr_reg()
` [PATCH RESEND v9 07/13] iommu/arm-smmu-v3: Move definitions to a header
` [PATCH RESEND v9 08/13] iommu/arm-smmu-v3: Share process page tables
` [PATCH RESEND v9 09/13] iommu/arm-smmu-v3: Seize private ASID
` [PATCH RESEND v9 10/13] iommu/arm-smmu-v3: Check for SVA features
` [PATCH RESEND v9 11/13] iommu/arm-smmu-v3: Add SVA device feature
` [PATCH RESEND v9 12/13] iommu/arm-smmu-v3: Implement iommu_sva_bind/unbind()
` [PATCH RESEND v9 13/13] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops

[PATCH 4.19 042/168] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
 2020-08-17 15:16 UTC 

[PATCH] uprobes: __replace_page() avoid BUG in munlock_vma_page()
 2020-08-17 16:06 UTC  (6+ messages)

[PATCH v5] arch/ia64: Restore arch-specific pgd_offset_k implementation
 2020-08-17 16:05 UTC  (3+ messages)

[PATCH 5.4 071/270] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
 2020-08-17 15:14 UTC 

[PATCH 5.7 093/393] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
 2020-08-17 15:12 UTC 

[PATCH 5.8 109/464] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
 2020-08-17 15:11 UTC 

[PATCH] mm: change prev_offset type to unsigned long
 2020-08-17 15:18 UTC  (2+ messages)

incoming
 2020-08-17 15:10 UTC  (11+ messages)
` [patch 17/39] mm/madvise: introduce process_madvise() syscall: an external memory hinting API
` [patch 18/39] mm/madvise: check fatal signal pending of target process

[PATCH] mm/migrate: Avoid possible unnecessary ptrace_may_access() call in kernel_move_pages()
 2020-08-17 12:32 UTC  (2+ messages)

Auto Relay Market Research Report 2020
 2020-08-17  8:48 UTC 

[PATCH] mm : sync ra->ra_pages with bdi->ra_pages
 2020-08-17 10:59 UTC  (4+ messages)

[PATCH v20 00/15] Introduce Data Access MONitor (DAMON)
 2020-08-17 10:51 UTC  (16+ messages)
` [PATCH v20 01/15] mm: "
` [PATCH v20 02/15] mm/damon: Implement region based sampling
` [PATCH v20 03/15] mm/damon: Adaptively adjust regions
` [PATCH v20 04/15] mm/damon: Track dynamic monitoring target regions update
` [PATCH v20 05/15] mm/idle_page_tracking: Make PG_(idle|young) reusable
` [PATCH v20 06/15] mm/damon: Implement callbacks for the virtual memory address spaces
` [PATCH v20 07/15] mm/damon: Implement access pattern recording
` [PATCH v20 08/15] mm/damon: Add a tracepoint
` [PATCH v20 09/15] mm/damon: Implement a debugfs interface
` [PATCH v20 10/15] damon/debugfs: Support pidfd target id
` [PATCH v20 11/15] tools: Introduce a minimal user-space tool for DAMON
` [PATCH v20 12/15] Documentation: Add documents "
` [PATCH v20 13/15] mm/damon: Add kunit tests
` [PATCH v20 14/15] mm/damon: Add user space selftests
` [PATCH v20 15/15] MAINTAINERS: Update for DAMON

[PATCH 0/2] arm64/mm: Enable THP migration
 2020-08-17  9:19 UTC  (3+ messages)
` [PATCH 1/2] arm64/mm: Change THP helpers to comply with generic MM semantics
` [PATCH 2/2] arm64/mm: Enable THP migration

[PATCH] mm/slub: make add_full() condition more explicit
 2020-08-17  9:19 UTC  (2+ messages)

[PATCH] mm/mempolicy: Remove the useless newline in policy_node()
 2020-08-17  9:02 UTC 

[RFC-PATCH 1/2] mm: Add __GFP_NO_LOCKS flag
 2020-08-17  8:47 UTC  (3+ messages)

[RFC V2 0/2] arm64/mm: Enable THP migration
 2020-08-17  5:43 UTC  (6+ messages)
` [RFC V2 1/2] arm64/mm: Change THP helpers per generic memory semantics

[PATCH 00/10] mm/hugetlb: code refine and simplification
 2020-08-17  3:04 UTC  (9+ messages)
` [PATCH 10/10] mm/hugetlb: not necessary to abuse temporary page to workaround the nasty free_huge_page

[RFC PATCH 1/3] sched: fix exit_mm vs membarrier (v2)
 2020-08-16 15:23 UTC  (2+ messages)

[PATCH v5 0/6] mm / virtio-mem: support ZONE_MOVABLE
 2020-08-16 12:53 UTC  (7+ messages)
` [PATCH v5 1/6] mm/page_alloc: tweak comments in has_unmovable_pages()
` [PATCH v5 2/6] mm/page_isolation: exit early when pageblock is isolated in set_migratetype_isolate()
` [PATCH v5 3/6] mm/page_isolation: drop WARN_ON_ONCE() "
` [PATCH v5 4/6] mm/page_isolation: cleanup set_migratetype_isolate()
` [PATCH v5 5/6] virtio-mem: don't special-case ZONE_MOVABLE
` [PATCH v5 6/6] mm: document semantics of ZONE_MOVABLE

[PATCH 2/2] net: socket: implement SO_DESCRIPTION
 2020-08-16  9:00 UTC  (4+ messages)
` [RFC PATCH] net: socket: sock_set_description() can be static

[PATCH v2] lib/string.c: implement stpcpy
 2020-08-16  7:44 UTC 

[PATCH] mm/gup_benchmark: use pin_user_pages for FOLL_LONGTERM flag
 2020-08-16  2:05 UTC  (2+ messages)

[PATCH 0/4] Remove nrexceptional tracking
 2020-08-16  1:48 UTC  (4+ messages)
` [PATCH 1/4] mm: Introduce and use page_cache_empty


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