linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-02 08:52:55 to 2020-09-03 16:25:48 UTC [more...]

[RFC PATCH 00/16] 1GB THP support on x86_64
 2020-09-03 16:25 UTC  (29+ messages)
` [RFC PATCH 01/16] mm: add pagechain container for storing multiple pages
` [RFC PATCH 02/16] mm: thp: 1GB anonymous page implementation
` [RFC PATCH 03/16] mm: proc: add 1GB THP kpageflag
` [RFC PATCH 04/16] mm: thp: 1GB THP copy on write implementation
` [RFC PATCH 05/16] mm: thp: handling 1GB THP reference bit
` [RFC PATCH 06/16] mm: thp: add 1GB THP split_huge_pud_page() function
` [RFC PATCH 07/16] mm: stats: make smap stats understand PUD THPs
` [RFC PATCH 08/16] mm: page_vma_walk: teach it about PMD-mapped PUD THP
` [RFC PATCH 09/16] mm: thp: 1GB THP support in try_to_unmap()
` [RFC PATCH 10/16] mm: thp: split 1GB THPs at page reclaim
` [RFC PATCH 11/16] mm: thp: 1GB THP follow_p*d_page() support
` [RFC PATCH 12/16] mm: support 1GB THP pagemap support
` [RFC PATCH 13/16] mm: thp: add a knob to enable/disable 1GB THPs
` [RFC PATCH 14/16] mm: page_alloc: >=MAX_ORDER pages allocation an deallocation
` [RFC PATCH 15/16] hugetlb: cma: move cma reserve function to cma.c
` [RFC PATCH 16/16] mm: thp: use cma reservation for pud thp allocation

[PATCH v11 0/9] Control-flow Enforcement: Indirect Branch Tracking, PTRACE
 2020-09-03 16:21 UTC  (15+ messages)
` [PATCH v11 6/9] x86/cet: Add PTRACE interface for CET

[PATCH v4] mm/page_vma_mapped.c: Explicitly compare pfn for normal, hugetlbfs and THP page
 2020-09-03 16:08 UTC  (9+ messages)

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

[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 v5 3/3] xen: add helpers to allocate unpopulated memory
 2020-09-03 15:30 UTC  (2+ messages)

[GIT PULL] Fix min_low_pfn/max_low_pfn build errors on ia64 and microblaze
 2020-09-03 14:54 UTC 

[PATCH 0/9] Readahead patches for 5.9/5.10
 2020-09-03 14:08 UTC  (10+ 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

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

[PATCH v2] mm/memory_hotplug: drain per-cpu pages again during memory offline
 2020-09-03 14:00 UTC 

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

[PATCH] mm/memory_hotplug: drain per-cpu pages again during memory offline
 2020-09-03 13:50 UTC  (15+ messages)

[PATCH v2 0/7] mm/hmm/nouveau: add THP migration to migrate_vma_*
 2020-09-03 12:54 UTC  (12+ messages)
` [PATCH v2 1/7] mm/thp: fix __split_huge_pmd_locked() for migration PMD
` [PATCH v2 2/7] mm/migrate: move migrate_vma_collect_skip()
` [PATCH v2 3/7] mm: support THP migration to device private memory
` [PATCH v2 4/7] mm/thp: add prep_transhuge_device_private_page()
` [PATCH v2 5/7] mm/thp: add THP allocation helper
` [PATCH v2 6/7] mm/hmm/test: add self tests for THP migration
` [PATCH v2 7/7] nouveau: support THP migration to private memory

[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] iommu/dma: Remove broken huge page handling
 2020-09-03 11:34 UTC 

[PATCH v4 1/4] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-09-03  9:31 UTC  (12+ messages)
` [PATCH v4 2/4] mm/pageblock: remove false sharing in pageblock_flags
` [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  (18+ messages)
` [PATCH 07/28] 53c700: improve non-coherent DMA handling
` [PATCH 22/28] sgiseeq: convert from dma_cache_sync to dma_sync_single_for_device

[PATCH v2 1/2] mm: use add_page_to_lru_list()/page_lru()/page_off_lru()
 2020-09-03  8:28 UTC  (2+ messages)

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-03  7:46 UTC  (2+ messages)

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

[PATCH v3 1/3] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-09-03  6:47 UTC  (7+ messages)
` [PATCH v3 3/3] mm/armv6: work around armv6 cmpxchg support issue

[PATCH v3 00/23] Use asm-generic for mmu_context no-op functions
 2020-09-03  5:57 UTC  (3+ messages)
` [PATCH v3 19/23] sh: use asm-generic/mmu_context.h for no-op implementations

[PATCH v2 1/2] mm/pageblock: mitigation cmpxchg false sharing in pageblock flags
 2020-09-03  5:35 UTC  (8+ messages)
` [PATCH v2 2/2] mm/pageblock: remove false sharing in pageblock_flags

[RFC PATCH] cma: make number of CMA areas dynamic, remove CONFIG_CMA_AREAS
 2020-09-03  3:02 UTC 

[PATCH v2] mm/doc: editorial pass on page migration
 2020-09-03  0:01 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 4d386b9bd46de4ca4d841962887d700e09e831f3
 2020-09-02 21:07 UTC 

[linux-next:master] BUILD REGRESSION 4442749a203151a319a5bb8d0b983b84253a6931
 2020-09-02 21:00 UTC 

[RFC PATCH 0/2] mm/gup: fix gup_fast with dynamic page table folding
 2020-09-02 20:13 UTC  (8+ messages)

[PATCH] mm/doc: editorial pass on page migration
 2020-09-02 19:58 UTC  (3+ messages)

[PATCH] Fix khugepaged's request size in collapse_file()
 2020-09-02 18:54 UTC  (3+ messages)

[PATCH V3] mm/hugetlb: try preferred node first when alloc gigantic page from cma
 2020-09-02 18:07 UTC  (3+ messages)

[Patch v4 0/7] mm/hugetlb: code refine and simplification
 2020-09-02 17:56 UTC  (5+ messages)
` [Patch v4 5/7] mm/hugetlb: a page from buddy is not on any list

bdi cleanups v3
 2020-09-02 16:20 UTC  (5+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

[RFC PATCH 0/6] mm: Make more use of readahead_control [ver #2]
 2020-09-02 15:54 UTC  (8+ messages)
` [RFC PATCH 1/6] Fix khugepaged's request size in collapse_file() "
` [RFC PATCH 2/6] mm: Make ondemand_readahead() take a readahead_control struct "
` [RFC PATCH 3/6] mm: Push readahead_control down into force_page_cache_readahead() "
` [RFC PATCH 4/6] mm: Pass readahead_control into page_cache_{sync,async}_readahead() "
` [RFC PATCH 5/6] mm: Fold ra_submit() into do_sync_mmap_readahead() "
` [RFC PATCH 6/6] mm: Pass a file_ra_state struct into force_page_cache_readahead() "

[RFC PATCH 0/7] mm: Make more use of readahead_control
 2020-09-02 15:42 UTC  (4+ messages)

[PATCH v3 2/6] workqueue: kasan: record workqueue stack
 2020-09-02 14:52 UTC  (2+ messages)

[PATCH v2 00/28] The new cgroup slab memory controller
 2020-09-02 14:20 UTC  (22+ messages)

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2020-09-02 13:58 UTC  (11+ messages)

[PATCH v3 00/13] mm/debug_vm_pgtable fixes
 2020-09-02 13:20 UTC  (6+ messages)
` [PATCH v3 12/13] mm/debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64

[PATCH v4 00/13] mm/debug_vm_pgtable fixes
 2020-09-02 12:53 UTC  (18+ messages)
` [PATCH v4 01/13] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
` [PATCH v4 02/13] powerpc/mm: Move setting pte specific flags to pfn_pte
` [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] fix incorrect compound page flags store
 2020-09-02 11:46 UTC  (3+ messages)
  ` 答复: "

[PATCH] tmpfs: Restore functionality of nr_inodes=0
 2020-09-02 10:48 UTC  (2+ messages)

[PATCH v1 0/5] mm/memory_hotplug: selective merging of system ram resources
 2020-09-02 10:34 UTC  (4+ messages)
` [PATCH v1 4/5] xen/balloon: try to merge "

[PATCH 0/4] more mm switching vs TLB shootdown and lazy tlb
 2020-09-02  9:48 UTC  (4+ messages)
` [PATCH 4/4] powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm

[PATCH 0/4] HWpoison: further fixes and cleanups
 2020-09-02  9:45 UTC  (5+ messages)
` [PATCH 1/4] mm,hwpoison: Take free pages off the buddy freelists
` [PATCH 2/4] mm,hwpoison: Refactor madvise_inject_error
` [PATCH 3/4] mm,hwpoison: Drain pcplists before bailing out for non-buddy zero-refcount page
` [PATCH 4/4] mm,hwpoison: Drop unneeded pcplist draining

[PATCH] mm: check for memory's node later during boot
 2020-09-02  9:09 UTC 


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