linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-03 08:42:33 to 2020-09-04 15:27:18 UTC [more...]

[PATCH v4 00/13] mm/debug_vm_pgtable fixes
 2020-09-04 15:26 UTC  (25+ messages)
` [PATCH v4 03/13] mm/debug_vm_pgtable/ppc64: Avoid setting top bits in radom value
` [PATCH v4 04/13] mm/debug_vm_pgtables/hugevmap: Use the arch helper to identify huge vmap support
` [PATCH v4 05/13] mm/debug_vm_pgtable/savedwrite: Enable savedwrite test with CONFIG_NUMA_BALANCING
` [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 08/13] mm/debug_vm_pgtable/locks: Move non page table modifying test together
` [PATCH v4 09/13] mm/debug_vm_pgtable/locks: Take correct page table lock
` [PATCH v4 10/13] mm/debug_vm_pgtable/thp: Use page table depost/withdraw with THP
` [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 v4 13/13] mm/debug_vm_pgtable: Avoid none pte in pte_clear_test

[PATCH v3 0/2] drain pcp outside of page isolation
 2020-09-04 15:14 UTC  (3+ 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 RFC] mm: Let readahead submit larger batches of pages in case of ra->ra_pages == 0
 2020-09-04 14:48 UTC 

[RESEND RFC PATCH 0/5] Remote mapping
 2020-09-04 14:39 UTC  (12+ 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] mm/memory_hotplug: drain per-cpu pages again during memory offline
 2020-09-04 14:25 UTC  (16+ messages)

[PATCH] mm/page_alloc.c: Clean code by removing unnecessary initialization
 2020-09-04 13:24 UTC 

[PATCH v2] mm/memory_hotplug: drain per-cpu pages again during memory offline
 2020-09-04 12:42 UTC  (6+ 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  (6+ messages)
` [PATCH 1/4] mm,hwpoison: Take free pages off the buddy freelists
` [PATCH 2/4] mm,hwpoison: Refactor madvise_inject_error

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

[PATCH v2 1/2] mm: use add_page_to_lru_list()/page_lru()/page_off_lru()
 2020-09-04 10:50 UTC  (4+ 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  (3+ 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)

[PATCH] MIPS: make userspace mapping young by default
 2020-09-04  8:49 UTC 

a crash when running strace from persistent memory
 2020-09-04  8:08 UTC  (3+ messages)

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

[PATCH v2 00/10] mm/memory_hotplug: online_pages()/offline_pages() cleanups
 2020-09-04  7:46 UTC  (5+ messages)
` [PATCH v2 03/10] mm/memory_hotplug: simplify page offlining

[RFC PATCH 00/16] 1GB THP support on x86_64
 2020-09-04  7:42 UTC  (20+ messages)

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

Splitting an iomap_page
 2020-09-04  3:37 UTC  (2+ messages)

[PATCH] fix incorrect compound page flags store
 2020-09-04  2:26 UTC  (4+ messages)
  ` 答复: "

[RFC PATCH] cma: make number of CMA areas dynamic, remove CONFIG_CMA_AREAS
 2020-09-04  1:58 UTC  (3+ messages)

[PATCH v4] mm/page_vma_mapped.c: Explicitly compare pfn for normal, hugetlbfs and THP page
 2020-09-04  1:22 UTC  (10+ messages)

[linux-next:master] BUILD REGRESSION 7a6956579ce6950890ea706f6fcf7874a7981f50
 2020-09-03 22:54 UTC 

[PATCH] mm: check for memory's node later during boot
 2020-09-03 21:35 UTC  (2+ messages)

[PATCH 0/9] Readahead patches for 5.9/5.10
 2020-09-03 19:33 UTC  (12+ messages)
` [PATCH 1/9] Fix khugepaged's request size in collapse_file
` [PATCH 2/9] mm/readahead: Add DEFINE_READAHEAD
` [PATCH 3/9] mm/readahead: Make page_cache_ra_unbounded take a readahead_control
` [PATCH 4/9] mm/readahead: Make do_page_cache_ra "
` [PATCH 5/9] mm/readahead: Make ondemand_readahead "
` [PATCH 6/9] mm/readahead: Pass readahead_control to force_page_cache_ra
` [PATCH 7/9] mm/readahead: Add page_cache_sync_ra and page_cache_async_ra
` [PATCH 8/9] mm/filemap: Fold ra_submit into do_sync_mmap_readahead
` [PATCH 9/9] mm/readahead: Pass a file_ra_state into force_page_cache_ra

kernel BUG at mm/mmap.c:LINE!
 2020-09-03 19:09 UTC 

[PATCH v7 0/3] Anonymous VMA naming patches
 2020-09-03 18:40 UTC  (13+ messages)
` [PATCH v7 3/3] mm: add a field to store names for private anonymous memory

[PATCH] mm/gup: don't permit users to call get_user_pages with FOLL_LONGTERM
 2020-09-03 18:39 UTC  (4+ messages)

[PATCH v3] mm/thp: fix __split_huge_pmd_locked() for migration PMD
 2020-09-03 18:31 UTC 

[PATCH 0/3] Fix read-only THP for non-tmpfs filesystems
 2020-09-03 18:30 UTC  (4+ messages)
` [PATCH 1/3] XArray: Add xa_get_order
` [PATCH 2/3] XArray: Add xas_split
` [PATCH 3/3] mm/filemap: Fix storing to a THP shadow entry

[PATCH v2 00/28] The new cgroup slab memory controller
 2020-09-03 18:09 UTC  (6+ messages)

[PATCH v11 6/9] x86/cet: Add PTRACE interface for CET
 2020-09-03 17:59 UTC  (13+ messages)

[PATCH 0/2] arm64/mm: Enable THP migration
 2020-09-03 17:31 UTC  (6+ messages)
` [PATCH 1/2] arm64/mm: Change THP helpers to comply with generic MM semantics
` [PATCH 2/2] arm64/mm: Enable THP migration

[RFD PATCH] x86/mce: Make sure to send SIGBUS even after losing the race to poison a page
 2020-09-03 17:09 UTC  (3+ messages)

[GIT PULL] Fix min_low_pfn/max_low_pfn build errors on ia64 and microblaze
 2020-09-03 17:09 UTC  (2+ messages)

[PATCH] mm/percpu.c: Modify calculation of size of populated bitmap of chunk for memory allocation
 2020-09-03 15:46 UTC  (3+ messages)

[PATCH v3 1/1] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
 2020-09-03 14:03 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS c41730a9bddceed281f9291e2a0cc077d5dcb697
 2020-09-03 13:53 UTC 

[PATCH v2 0/7] mm/hmm/nouveau: add THP migration to migrate_vma_*
 2020-09-03 12:54 UTC  (3+ messages)
` [PATCH v2 1/7] mm/thp: fix __split_huge_pmd_locked() for migration PMD

[PATCH v3 0/6] ACPI: Only create NUMA nodes from entries in SRAT or SRAT emulation
 2020-09-03 12:33 UTC  (2+ messages)

[linux-next:master 3093/3958] drivers/acpi/numa/hmat.c:658: undefined reference to `hmem_register_device'
 2020-09-03 12:31 UTC  (4+ messages)

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

[PATCH v4 1/4] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-09-03  9:31 UTC  (11+ messages)
` [PATCH v4 3/4] mm/pageblock: work around multiple arch's cmpxchg support issue

a saner API for allocating DMA addressable pages
 2020-09-03  8:46 UTC  (10+ messages)
` [PATCH 22/28] sgiseeq: convert from dma_cache_sync to dma_sync_single_for_device


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