linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-18 08:46:33 to 2020-08-19 09:55:06 UTC [more...]

[PATCH v7 29/29] arm64: mte: Add Memory Tagging Extension documentation
 2020-08-19  9:54 UTC  (11+ messages)

[PATCH] mm: Fix missing function declaration
 2020-08-19  9:39 UTC  (3+ messages)

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

[PATCH] mm/slub: sysfs cleanup on cpu partial when !SLUB_CPU_PARTIAL
 2020-08-19  8:41 UTC  (3+ messages)

[PATCH v2 1/2] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-08-19  8:36 UTC  (8+ messages)
` [PATCH v2 2/2] mm/pageblock: remove false sharing in pageblock_flags

[PATCH v2] mm/migrate: Avoid possible unnecessary process right check in kernel_move_pages()
 2020-08-19  8:33 UTC 

[v3 PATCH] mm/memory.c: skip spurious TLB flush for retried page fault
 2020-08-19  8:27 UTC  (3+ messages)

[PATCH] hugetlb_cgroup: convert comma to semicolon
 2020-08-19  8:14 UTC  (3+ messages)

[RFC PATCH v2 0/5] Minor cleanups and performance optimizations for LRU rework
 2020-08-19  7:56 UTC  (11+ messages)
` [RFC PATCH v2 1/5] mm: Identify compound pages sooner in isolate_migratepages_block
` [RFC PATCH v2 2/5] mm: Drop use of test_and_set_skip in favor of just setting skip
` [RFC PATCH v2 3/5] mm: Add explicit page decrement in exception path for isolate_lru_pages
` [RFC PATCH v2 4/5] mm: Split release_pages work into 3 passes
` [RFC PATCH v2 5/5] mm: Split move_pages_to_lru into 3 separate passes

a saner API for allocating DMA addressable pages
 2020-08-19  6:55 UTC  (29+ messages)
` [PATCH 01/28] mm: turn alloc_pages into an inline function
` [PATCH 02/28] drm/exynos: stop setting DMA_ATTR_NON_CONSISTENT
` [PATCH 03/28] drm/nouveau/gk20a: "
` [PATCH 04/28] net/au1000-eth: stop using DMA_ATTR_NON_CONSISTENT
` [PATCH 05/28] media/v4l2: remove V4L2-FLAG-MEMORY-NON-CONSISTENT
` [PATCH 06/28] lib82596: move DMA allocation into the callers of i82596_probe
` [PATCH 07/28] 53c700: improve non-coherent DMA handling
` [PATCH 08/28] MIPS: make dma_sync_*_for_cpu a little less overzealous
` [PATCH 09/28] MIPS/jazzdma: remove the unused vdma_remap function
` [PATCH 10/28] MIPS/jazzdma: decouple from dma-direct
` [PATCH 11/28] dma-mapping: add (back) arch_dma_mark_clean for ia64
` [PATCH 12/28] dma-direct: remove dma_direct_{alloc,free}_pages
` [PATCH 13/28] dma-direct: lift gfp_t manipulation out of__dma_direct_alloc_pages
` [PATCH 14/28] dma-direct: use phys_to_dma_direct in dma_direct_alloc
` [PATCH 15/28] dma-direct: remove __dma_to_phys
` [PATCH 16/28] dma-direct: rename and cleanup __phys_to_dma
` [PATCH 17/28] dma-mapping: move dma_common_{mmap,get_sgtable} out of mapping.c
` [PATCH 18/28] dma-mapping: move the dma_declare_coherent_memory documentation
` [PATCH 19/28] dma-mapping: replace DMA_ATTR_NON_CONSISTENT with dma_{alloc,free}_pages
` [PATCH 20/28] sgiwd93: convert from dma_cache_sync to dma_sync_single_for_device
` [PATCH 21/28] hal2: "
` [PATCH 22/28] sgiseeq: "
` [PATCH 23/28] lib82596: "
` [PATCH 24/28] 53c700: "
` [PATCH 25/28] dma-mapping: remove dma_cache_sync
` [PATCH 26/28] dmapool: add dma_alloc_pages support
` [PATCH 27/28] nvme-pci: fix PRP pool size
` [PATCH 28/28] nvme-pci: use dma_alloc_pages backed dmapools

[PATCH 01/16] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
 2020-08-19  6:54 UTC  (8+ messages)
` [PATCH 14/16] debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64

[PATCH] mm : sync ra->ra_pages with bdi->ra_pages
 2020-08-19  6:54 UTC  (2+ messages)

[PATCH v5 0/6] arch/x86: kprobes: Remove MODULES dependency
 2020-08-19  6:47 UTC  (9+ messages)
` [PATCH v5 5/6] kprobes: Use text_alloc() and text_free()

KASAN: use-after-free Write in page_counter_uncharge
 2020-08-19  6:34 UTC 

[PATCH v5 0/2] avoid xfs transaction reservation recursion
 2020-08-19  5:49 UTC  (5+ messages)
` [PATCH v5 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v5 2/2] xfs: avoid transaction reservation recursion

[PATCH -next] mm: slab: Remove duplicate include
 2020-08-19  5:22 UTC  (2+ messages)

[PATCH 0/3] Chunk Heap Support on DMA-HEAP
 2020-08-19  3:46 UTC  (9+ messages)
    ` [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: include CMA pages in lowmem_reserve at boot
 2020-08-19  3:18 UTC  (2+ messages)

[linux-next:master] BUILD SUCCESS 83c52faab7b150eb4ffe88e9d874e53aa2fc5b02
 2020-08-19  1:59 UTC 

[linux-next:pending-fixes] BUILD SUCCESS ddf860520297338c72f344c293d91954d325ac59
 2020-08-19  0:48 UTC 

[RFC 0/7] Support high-order page bulk allocation
 2020-08-19  0:27 UTC  (16+ messages)

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

[PATCH v3 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-18 22:18 UTC  (19+ messages)
` [PATCH v3 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v3 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v3 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v3 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v3 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v3 06/17] riscv: drop unneeded node initialization
` [PATCH v3 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v3 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v3 09/17] memblock: make memblock_debug and related functionality private
` [PATCH v3 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH v3 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH v3 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v3 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v3 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v3 15/17] memblock: remove unused memblock_mem_size()
` [PATCH v3 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v3 17/17] memblock: use separate iterators for memory and reserved regions

[PATCH v8 0/6] ACPI: Support Generic Initiator proximity domains
 2020-08-18 22:11 UTC  (8+ messages)
` [PATCH v8 1/6] ACPI: Support Generic Initiator only domains
` [PATCH v8 2/6] x86: Support Generic Initiator only proximity domains
` [PATCH v8 3/6] ACPI: Let ACPI know we support Generic Initiator Affinity Structures
` [PATCH v8 4/6] ACPI: HMAT: Fix handling of changes from ACPI 6.2 to ACPI 6.3
` [PATCH v8 5/6] node: Add access1 class to represent CPU to memory characteristics
` [PATCH v8 6/6] docs: mm: numaperf.rst Add brief description for access class 1

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

Regarding HMM
 2020-08-18 20:35 UTC  (3+ messages)

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-08-18 19:30 UTC  (26+ messages)
` [RFC PATCH 1/8] memcg: Enable fine-grained control of over memory.high action

[RFC v7 00/10] DAMON: Support Physical Memory Address Space Monitoring
 2020-08-18 19:22 UTC  (3+ messages)
` [RFC v7 03/10] mm/damon-test: Add more unit tests for 'init_regions'

[PATCH v2 1/3] mm: remove activate_page() from unuse_pte()
 2020-08-18 18:47 UTC  (3+ messages)
` [PATCH v2 2/3] mm: remove superfluous __ClearPageActive()
` [PATCH v2 3/3] mm: remove superfluous __ClearPageWaiters()

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

[PATCH 1/2] mm/mmap: Add inline vma_next() for readability of mmap code
 2020-08-18 15:47 UTC  (2+ messages)
` [PATCH 2/2] mm/mmap: Add inline munmap_vma_range() for code readability

[PATCH] kprobes: Use module_name() macro
 2020-08-18 17:00 UTC  (4+ messages)

PROBLEM: Long Workqueue delays V2
 2020-08-18 16:45 UTC  (2+ messages)

Flushing transparent hugepages
 2020-08-18 16:08 UTC  (2+ messages)

[PATCH v3 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_lock properly in there
 2020-08-18 15:17 UTC  (5+ messages)
` [PATCH v3 2/5] coredump: Let dump_emit() bail out on short writes

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

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

PROBLEM: Long Workqueue delays
 2020-08-18 14:48 UTC  (6+ 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)

[PATCH v6] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-08-18 12:31 UTC 

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

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

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

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


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