linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-17 10:57:01 to 2020-08-18 14:50:05 UTC [more...]

[PATCH] kprobes: Use module_name() macro
 2020-08-18 14:49 UTC  (2+ messages)

PROBLEM: Long Workqueue delays
 2020-08-18 14:48 UTC  (7+ messages)

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

[PATCH v3 0/6] ACPI: Only create NUMA nodes from entries in SRAT or SRAT emulation
 2020-08-18 14:24 UTC  (7+ messages)
` [PATCH v3 1/6] ACPI: Add out of bounds and numa_off protections to pxm_to_node
` [PATCH v3 2/6] ACPI: Do not create new NUMA domains from ACPI static tables that are not SRAT
` [PATCH v3 3/6] ACPI: Remove side effect of partly creating a node in acpi_map_pxm_to_online_node
` [PATCH v3 4/6] ACPI: Rename acpi_map_pxm_to_online_node to pxm_to_online_node
` [PATCH v3 5/6] ACPI: Remove side effect of partly creating a node in acpi_get_node
` [PATCH v3 6/6] irq-chip/gic-v3-its: Fix crash if ITS is in a proximity domain without processor or memory

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-18 14:15 UTC  (7+ messages)
` [PATCH v4 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v4 2/6] mmap: make mlock_future_check() global
` [PATCH v4 3/6] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v4 4/6] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v4 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v4 6/6] mm: secretmem: add ability to reserve memory at boot

[RFC PATCH] mm: silence soft lockups from unlock_page
 2020-08-18 13:50 UTC  (11+ messages)

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-08-18 13:49 UTC  (31+ 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

[PATCH v3 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_lock properly in there
 2020-08-18 13:40 UTC  (9+ 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 v6] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-08-18 12:31 UTC 

[PATCH 0/2] arm64/mm: Enable THP migration
 2020-08-18 12:26 UTC  (5+ messages)
` [PATCH 1/2] arm64/mm: Change THP helpers to comply with generic MM semantics

[PATCH STABLE 4.9] mm: Avoid calling build_all_zonelists_init under hotplug context
 2020-08-18 12:26 UTC  (3+ messages)

[PATCH] mm/memory.c: Replace vmf->vma with variable vma
 2020-08-18 12:01 UTC  (2+ messages)

PROBLEM: Long Workqueue delays V2
 2020-08-18 11:58 UTC 

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

[PATCH -next] mm/madvise: Remove duplicate include
 2020-08-18 11:44 UTC 

[PATCH -next] mm: slab: Remove duplicate include
 2020-08-18 11:43 UTC 

[PATCH 0/3] Chunk Heap Support on DMA-HEAP
 2020-08-18 10:55 UTC  (7+ 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

[PATCH v2] mm/memory: Fix typo in __do_fault() comment
 2020-08-18 10:43 UTC 

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

[PATCH] mm/memory-failure: do pgoff calculation before for_each_process()
 2020-08-18  8:46 UTC  (2+ messages)

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

[Patch v2] mm/page_reporting: drop stale list head check in page_reporting_cycle
 2020-08-18  9:09 UTC  (2+ messages)

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

[PATCH] mm: sort freelist by rank number
 2020-08-18  8:54 UTC  (5+ messages)

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

[PATCH v6 0/3] Offline memoryless cpuless node 0
 2020-08-18  8:11 UTC  (4+ messages)
` [PATCH v6 1/3] powerpc/numa: Set numa_node for all possible cpus
` [PATCH v6 2/3] powerpc/numa: Prefer node id queried from vphn
` [PATCH v6 3/3] powerpc/numa: Offline memoryless cpuless node 0

[PATCH v5 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline
 2020-08-18  7:49 UTC  (14+ 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 1/2] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-08-18  7:15 UTC  (8+ 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] 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 8/8] mm/vmalloc: Hugepage vmalloc mappings
 2020-08-18  0:30 UTC  (2+ messages)
` [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] 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)

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  (4+ messages)
` [patch 17/39] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH v4 0/8] huge vmalloc mappings
 2020-08-17 13:23 UTC  (3+ messages)
` [PATCH v4 6/8] mm: Move vmap_range from lib/ioremap.c to mm/vmalloc.c

[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  (4+ messages)
` [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


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