linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-04 05:03:16 to 2020-09-07 16:36:46 UTC [more...]

[RFC 0/5] disable pcplists during page isolation
 2020-09-07 16:36 UTC 

[PATCH RFC 00/10] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-09-07 16:33 UTC  (14+ messages)
` [PATCH RFC 01/10] mm: add Kernel Electric-Fence infrastructure
` [PATCH RFC 02/10] x86, kfence: enable KFENCE for x86
` [PATCH RFC 03/10] arm64, kfence: enable KFENCE for ARM64
` [PATCH RFC 04/10] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH RFC 05/10] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH RFC 06/10] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH RFC 07/10] kfence, kmemleak: make KFENCE compatible with KMEMLEAK
` [PATCH RFC 08/10] kfence, lockdep: make KFENCE compatible with lockdep
` [PATCH RFC 09/10] kfence, Documentation: add KFENCE documentation
` [PATCH RFC 10/10] kfence: add test suite

[RFC PATCH 00/16] 1GB THP support on x86_64
 2020-09-07 15:11 UTC  (9+ messages)
` [RFC PATCH 01/16] mm: add pagechain container for storing multiple pages

[RESEND RFC PATCH 0/5] Remote mapping
 2020-09-07 16:04 UTC  (39+ messages)
` [RESEND RFC PATCH 1/5] mm: add atomic capability to zap_details
` [RESEND RFC PATCH 2/5] mm: let the VMA decide how zap_pte_range() acts on mapped pages
` [RESEND RFC PATCH 3/5] mm/mmu_notifier: remove lockdep map, allow mmu notifier to be used in nested scenarios
` [RESEND RFC PATCH 4/5] mm/remote_mapping: use a pidfd to access memory belonging to unrelated process
` [RESEND RFC PATCH 5/5] pidfd_mem: implemented remote memory mapping system call

[PATCH 1/9] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
 2020-09-07 15:36 UTC 

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

[PATCH] MIPS: make userspace mapping young by default
 2020-09-07 13:10 UTC  (4+ messages)

[RFC PATCH 0/8] memcg: Enable fine-grained per process memory control
 2020-09-07 11:47 UTC  (10+ messages)

Splitting an iomap_page
 2020-09-07 11:33 UTC  (3+ messages)

a crash when running strace from persistent memory
 2020-09-07  9:00 UTC  (16+ messages)
` make misbehavior on ext2 in dax mode (was: a crash when running strace from persistent memory)
    ` [PATCH 1/2] ext2: don't update mtime on COW faults
    ` [PATCH 2/2] xfs: "
        ` [PATCH 2/2 v2] "

[PATCH v3 0/2] drain pcp outside of page isolation
 2020-09-07  7:32 UTC  (5+ messages)
` [PATCH v3 1/2] mm/memory_hotplug: drain per-cpu pages again during memory offline
` [PATCH v3 2/2] mm: drain per-cpu pages outside of isolate_migratepages_range

[PATCH] mm/memory_hotplug: drain per-cpu pages again during memory offline
 2020-09-07  7:26 UTC  (14+ messages)

[PATCH RFC] mm: Let readahead submit larger batches of pages in case of ra->ra_pages == 0
 2020-09-07  7:16 UTC  (3+ messages)

[PATCH] <linux/page-isolation.h>: provide stubs for MEMORY_ISOLATION not set (for Microblaze)
 2020-09-07  7:05 UTC  (2+ messages)

[PATCH v2 03/10] mm/memory_hotplug: simplify page offlining
 2020-09-07  6:45 UTC  (5+ messages)

[PATCH] mm/mmu_notifier.c: micro-optimization substitute kzalloc with kmalloc
 2020-09-06 16:06 UTC  (3+ messages)

[PATCH v3] mm/thp: fix __split_huge_pmd_locked() for migration PMD
 2020-09-06  3:16 UTC  (2+ messages)

[linux-next:master 2890/4758] ld.lld: error: undefined symbol: phys_to_target_node
 2020-09-06  2:58 UTC  (5+ messages)

drivers/net/wan/fsl_ucc_hdlc.c:458:33: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-09-05 19:40 UTC 

drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c:306:26: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-09-05 18:53 UTC 

incoming
 2020-09-05 17:25 UTC  (21+ messages)
` [patch 01/19] memcg: fix use-after-free in uncharge_batch
` [patch 02/19] mm: memcg: fix memcg reclaim soft lockup
` [patch 03/19] mm: slub: fix conversion of freelist_corrupted()
` [patch 04/19] MAINTAINERS: update Cavium/Marvell entries
` [patch 05/19] MAINTAINERS: add LLVM maintainers
` [patch 06/19] MAINTAINERS: IA64: mark Status as Odd Fixes only
` [patch 07/19] mm: track page table modifications in __apply_to_page_range()
` [patch 08/19] ipc: adjust proc_ipc_sem_dointvec definition to match prototype
` [patch 09/19] fork: adjust sysctl_max_threads "
` [patch 10/19] checkpatch: fix the usage of capture group ( ... )
` [patch 11/19] mm: madvise: fix vma user-after-free
` [patch 12/19] mm/migrate: fixup setting UFFD_WP flag
` [patch 13/19] mm/rmap: fixup copying of soft dirty and uffd ptes
` [patch 14/19] mm/migrate: remove unnecessary is_zone_device_page() check
` [patch 15/19] mm/migrate: preserve soft dirty in remove_migration_pte()
` [patch 16/19] mm/hugetlb: try preferred node first when alloc gigantic page from cma
` [patch 17/19] mm/hugetlb: fix a race between hugetlb sysctl handlers
` [patch 18/19] mm/khugepaged.c: fix khugepaged's request size in collapse_file
` [patch 19/19] include/linux/log2.h: add missing () around n in roundup_pow_of_two()

INFO: trying to register non-static key in unmap_page_range
 2020-09-05 10:19 UTC 

[PATCH] mm: swap: Fix confusing comment in release_pages()
 2020-09-05  8:44 UTC 

[PATCH] mm: vmstat: Use helper macro abs()
 2020-09-05  8:40 UTC 

[PATCH] mm/gup: don't permit users to call get_user_pages with FOLL_LONGTERM
 2020-09-05  1:11 UTC  (5+ messages)

mmotm 2020-09-04-15-24 uploaded
 2020-09-04 22:24 UTC 

[PATCH v4 00/13] mm/debug_vm_pgtable fixes
 2020-09-04 17:53 UTC  (15+ messages)
` [PATCH v4 06/13] mm/debug_vm_pgtable/THP: Mark the pte entry huge before using set_pmd/pud_at
` [PATCH v4 07/13] mm/debug_vm_pgtable/set_pte/pmd/pud: Don't use set_*_at to update an existing pte entry
` [PATCH v4 09/13] mm/debug_vm_pgtable/locks: Take correct page table lock
` [PATCH v4 11/13] mm/debug_vm_pgtable/pmd_clear: Don't use pmd/pud_clear on pte entries
` [PATCH v4 12/13] mm/debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64

[PATCH] mm/page_alloc.c: Clean code by removing unnecessary initialization
 2020-09-04 18:12 UTC  (2+ messages)

[PATCH 0/3] Fix read-only THP for non-tmpfs filesystems
 2020-09-04 17:23 UTC  (2+ messages)

[PATCH v1 0/5] mm/memory_hotplug: selective merging of system ram resources
 2020-09-04 17:30 UTC  (3+ messages)
` [PATCH v1 5/5] hv_balloon: try to merge "

[PATCH v2 1/2] mm: use add_page_to_lru_list()/page_lru()/page_off_lru()
 2020-09-04 16:54 UTC  (5+ messages)

[PATCH v2] mm/memory_hotplug: drain per-cpu pages again during memory offline
 2020-09-04 12:42 UTC  (4+ messages)

[PATCH v5 3/3] xen: add helpers to allocate unpopulated memory
 2020-09-04 12:40 UTC  (6+ messages)

[PATCH 0/4] HWpoison: further fixes and cleanups
 2020-09-04 11:40 UTC  (4+ messages)
` [PATCH 1/4] mm,hwpoison: Take free pages off the buddy freelists

[RFC PATCH 0/5] Remote mapping
 2020-09-04 11:34 UTC  (3+ messages)

[PATCH v9 00/29] arm64: Memory Tagging Extension user-space support
 2020-09-04 10:46 UTC  (31+ messages)
` [PATCH v9 01/29] arm64: mte: system register definitions
` [PATCH v9 02/29] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v9 03/29] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v9 04/29] arm64: kvm: mte: Hide the MTE CPUID information from the guests
` [PATCH v9 05/29] arm64: mte: Add specific SIGSEGV codes
` [PATCH v9 06/29] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v9 07/29] mm: Add PG_arch_2 page flag
` [PATCH v9 08/29] mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()
` [PATCH v9 09/29] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v9 10/29] arm64: mte: Tags-aware copy_{user_,}highpage() implementations
` [PATCH v9 11/29] arm64: Avoid unnecessary clear_user_page() indirection
` [PATCH v9 12/29] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v9 13/29] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v9 14/29] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v9 15/29] mm: Introduce arch_validate_flags()
` [PATCH v9 16/29] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v9 17/29] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v9 18/29] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v9 19/29] arm64: mte: Allow user control of the generated random tags "
` [PATCH v9 20/29] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v9 21/29] arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
` [PATCH v9 22/29] arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v9 23/29] arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regset
` [PATCH v9 24/29] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v9 25/29] mm: Add arch hooks for saving/restoring tags
` [PATCH v9 26/29] arm64: mte: Enable swap of tagged pages
` [PATCH v9 27/29] arm64: mte: Save tags when hibernating
` [PATCH v9 28/29] arm64: mte: Kconfig entry
` [PATCH v9 29/29] arm64: mte: Add Memory Tagging Extension documentation

[PATCH v8 00/28] arm64: Memory Tagging Extension user-space support
 2020-09-04 10:10 UTC  (7+ messages)
` [PATCH v8 03/28] arm64: mte: CPU feature detection and initial sysreg configuration

[PATCH] iommu/dma: Remove broken huge page handling
 2020-09-04  9:55 UTC  (2+ messages)

[PATCH v9 0/3] introduce memory hinting API for external process
 2020-09-04  9:36 UTC  (7+ messages)
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH RESEND v9 00/13] iommu: Shared Virtual Addressing for SMMUv3 (PT sharing part)
 2020-09-04  9:08 UTC  (2+ messages)

+ mm-memory_hotplug-drain-per-cpu-pages-again-during-memory-offline.patch added to -mm tree
 2020-09-04  7:54 UTC 

[PATCH RESEND] x86, fakenuma: Fix invalid starting node ID
 2020-09-04  6:10 UTC 

[PATCH] mm: workingset: ignore slab memory size when calculating shadows pressure
 2020-09-04  5:02 UTC  (3+ 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).