linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-26 07:41:43 to 2020-10-27 11:51:06 UTC [more...]

[PATCH v4 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-27 11:50 UTC  (3+ messages)

[PATCH 2/2] mm: prevent gup_fast from racing with COW during fork
 2020-10-27 11:32 UTC  (8+ messages)

[PATCH 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-10-27 11:29 UTC  (14+ messages)
` [PATCH 01/13] alpha: switch from DISCONTIGMEM to SPARSEMEM
` [PATCH 02/13] ia64: remove custom __early_pfn_to_nid()
` [PATCH 03/13] ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
` [PATCH 04/13] ia64: discontig: paging_init(): remove local max_pfn calculation
` [PATCH 05/13] ia64: split virtual map initialization out of paging_init()
` [PATCH 06/13] ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
` [PATCH 07/13] ia64: make SPARSEMEM default and disable DISCONTIGMEM
` [PATCH 08/13] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
` [PATCH 09/13] arm, arm64: move free_unused_memmap() to generic mm
` [PATCH 10/13] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
` [PATCH 11/13] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
` [PATCH 12/13] m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
` [PATCH 13/13] m68k: deprecate DISCONTIGMEM

[PATCH 0/3] optimize handling of memory debugging parameters
 2020-10-27 11:05 UTC  (10+ messages)
` [PATCH 1/3] mm, page_alloc: do not rely on the order of page_poison and init_on_alloc/free parameters
` [PATCH 2/3] mm, page_poison: use static key more efficiently
` [PATCH 3/3] mm, page_alloc: reduce static keys in prep_new_page()

[PATCH] proc.5: Document inaccurate RSS due to SPLIT_RSS_COUNTING
 2020-10-27 10:35 UTC  (4+ messages)

[PATCH 0/4] arch, mm: improve robustness of direct map manipulation
 2020-10-27 10:34 UTC  (21+ messages)
` [PATCH 1/4] mm: introduce debug_pagealloc_map_pages() helper
` [PATCH 2/4] PM: hibernate: improve robustness of mapping pages in the direct map
` [PATCH 4/4] arch, mm: make kernel_page_present() always available

[PATCH] mm: Fix a race during split THP
 2020-10-27 10:25 UTC  (2+ messages)

[PATCH v2 00/23] Use asm-generic for mmu_context no-op functions
 2020-10-27  9:59 UTC  (5+ messages)
` [PATCH v2 05/23] arm64: use asm-generic/mmu_context.h for no-op implementations

[PATCH 1/2] mm: reorganize internal_get_user_pages_fast()
 2020-10-27  9:55 UTC  (5+ messages)

[PATCH v7 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-10-27  9:48 UTC  (12+ messages)
` [PATCH v7 1/7] mm: add definition of PMD_PAGE_ORDER
` [PATCH v7 2/7] mmap: make mlock_future_check() global
` [PATCH v7 3/7] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v7 4/7] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v7 5/7] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v7 6/7] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v7 7/7] secretmem: test: add basic selftest for memfd_secret(2)

AMD SME encrpytion and PCI BAR pages to user space
 2020-10-27  8:43 UTC  (6+ messages)

[PATCH] mm: handle zone device pages in release_pages()
 2020-10-27  8:13 UTC  (2+ messages)

[PATCH v4 00/15] follow_pfn and other iomap races
 2020-10-27  8:05 UTC  (20+ messages)
` [PATCH v4 01/15] drm/exynos: Stop using frame_vector helpers
` [PATCH v4 02/15] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v4 03/15] misc/habana: Stop using frame_vector helpers
` [PATCH v4 04/15] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v4 05/15] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v4 06/15] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v4 07/15] mm: Close race in generic_access_phys
` [PATCH v4 08/15] mm: Add unsafe_follow_pfn
` [PATCH v4 09/15] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v4 10/15] vfio/type1: Mark follow_pfn "
` [PATCH v4 11/15] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v4 12/15] /dev/mem: Only set filp->f_mapping
` [PATCH v4 13/15] resource: Move devmem revoke code to resource framework
` [PATCH v4 14/15] sysfs: Support zapping of binary attr mmaps
` [PATCH v4 15/15] PCI: Revoke mappings like devmem

[PATCH 0/5] Fix some bugs in memcg/slab
 2020-10-27  8:02 UTC  (6+ messages)
` [PATCH 1/5] mm: memcg/slab: Fix return child memcg objcg for root memcg
` [PATCH 2/5] mm: memcg/slab: Fix use after free in obj_cgroup_charge
` [PATCH 3/5] mm: memcg/slab: Rename *_lruvec_slab_state to *_lruvec_kmem_state
` [PATCH 4/5] mm: memcg/slab: Fix root memcg vmstats
` [PATCH 5/5] mm: memcontrol: Simplify the mem_cgroup_page_lruvec

[PATCH] hugetlb: fix locking in region_add,region_cgh,allocate_file_region_entries
 2020-10-27  7:34 UTC  (6+ messages)

[PATCH] mm,oom_kill: fix the comment of is_dump_unreclaim_slabs()
 2020-10-27  7:11 UTC  (2+ messages)

[PATCH 00/10] PKS: Add Protection Keys Supervisor (PKS) support
 2020-10-27  7:11 UTC  (7+ messages)
` [PATCH 06/10] x86/entry: Move nmi entry/exit into common code
` [PATCH 07/10] x86/entry: Pass irqentry_state_t by reference

[RFC -V4 0/6] autonuma: Optimize memory placement for memory tiering system
 2020-10-27  6:32 UTC  (7+ messages)
` [RFC -V4 1/6] autonuma: Optimize page "
` [RFC -V4 2/6] autonuma, memory tiering: Skip to scan fast memory
` [RFC -V4 3/6] autonuma, memory tiering: Hot page selection with hint page fault latency
` [RFC -V4 4/6] autonuma, memory tiering: Rate limit NUMA migration throughput
` [RFC -V4 5/6] autonuma, memory tiering: Adjust hot threshold automatically
` [RFC -V4 6/6] autonuma, memory tiering: Add page promotion counter

[PATCH] mm/hugetable.c: align some prints
 2020-10-27  6:14 UTC  (3+ messages)

Splitting a THP beyond EOF
 2020-10-27  5:31 UTC  (8+ messages)

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-10-27  2:58 UTC  (24+ messages)
` [PATCH v2 01/19] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v2 02/19] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v2 03/19] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v2 04/19] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
` [PATCH v2 05/19] mm/hugetlb: Introduce pgtable allocation/freeing helpers
` [PATCH v2 06/19] mm/bootmem_info: Introduce {free,prepare}_vmemmap_page()
` [PATCH v2 07/19] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "
` [PATCH v2 08/19] mm/hugetlb: Defer freeing of hugetlb pages
` [PATCH v2 09/19] mm/hugetlb: Allocate the vmemmap pages associated with each hugetlb page
` [PATCH v2 10/19] mm/hugetlb: Introduce remap_huge_page_pmd_vmemmap helper
` [PATCH v2 11/19] mm/hugetlb: Use PG_slab to indicate split pmd
` [PATCH v2 12/19] mm/hugetlb: Support freeing vmemmap pages of gigantic page
` [PATCH v2 13/19] mm/hugetlb: Add a BUILD_BUG_ON to check if struct page size is a power of two
` [PATCH v2 14/19] mm/hugetlb: Clear PageHWPoison on the non-error memory page
` [PATCH v2 15/19] mm/hugetlb: Flush work when dissolving hugetlb page
` [PATCH v2 16/19] mm/hugetlb: Add a kernel parameter hugetlb_free_vmemmap
` [PATCH v2 17/19] mm/hugetlb: Merge pte to huge pmd only for gigantic page
` [PATCH v2 18/19] mm/hugetlb: Gather discrete indexes of tail page
` [PATCH v2 19/19] mm/hugetlb: Add BUILD_BUG_ON to catch invalid usage of tail struct page
  ` [External] Re: [PATCH v2 00/19] Free some vmemmap pages of hugetlb page

[PATCH] mm/page-flags: Fix comment
 2020-10-27  2:58 UTC 

[PATCH] mm/page_alloc: Add __free_pages documentation
 2020-10-27  2:55 UTC 

[PATCH v38 10/24] mm: Add vm_ops->mprotect()
 2020-10-27  0:40 UTC  (5+ messages)

[PATCH v19 00/20] per memcg lru_lock
 2020-10-27  0:36 UTC  (6+ messages)
` [PATCH v19 18/20] mm/lru: replace pgdat lru_lock with lruvec lock

[PATCH v6 0/4] mm: allow mapping accounted kernel pages to userspace
 2020-10-27  0:16 UTC  (5+ messages)
` [PATCH v6 1/4] mm: memcontrol: use helpers to read page's memcg data
` [PATCH v6 2/4] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v6 3/4] mm: introduce page memcg flags
` [PATCH v6 4/4] mm: convert page kmemcg type to a page memcg flag

[REGRESSION] mm: process_vm_readv testcase no longer works after compat_prcoess_vm_readv removed
 2020-10-27  0:09 UTC  (4+ messages)

[RFCv2 00/16] KVM protected memory extension
 2020-10-26 23:58 UTC  (16+ messages)
` [RFCv2 08/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory
` [RFCv2 15/16] KVM: Unmap protected pages from direct mapping

[RFC PATCH v2 0/4] hugetlbfs: introduce hinode_rwsem for pmd sharing synchronization
 2020-10-26 23:31 UTC  (5+ messages)
` [RFC PATCH v2 1/4] hugetlbfs: revert use of i_mmap_rwsem for pmd sharing and more sync
` [RFC PATCH v2 2/4] hugetlbfs: add hinode_rwsem to hugetlb specific inode
` [RFC PATCH v2 3/4] hugetlbfs: use hinode_rwsem for pmd sharing synchronization
` [RFC PATCH v2 4/4] huegtlbfs: handle page fault/truncate races

[PATCH v2] mm: memcg: link page counters to root if use_hierarchy is false
 2020-10-26 23:13 UTC 

[PATCH v3] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-10-26 23:14 UTC  (8+ messages)
` [PATCH v4] "

mmotm 2020-10-26-15-37 uploaded
 2020-10-26 22:38 UTC 

[PATCH] mm: memcontrol: add file_thp, shmem_thp to memory.stat
 2020-10-26 20:24 UTC  (4+ messages)

[PATCH 0/9] More THP fixes
 2020-10-26 18:31 UTC  (10+ messages)
` [PATCH 1/9] mm: Support THPs in zero_user_segments
` [PATCH 2/9] mm/page-flags: Allow accessing PageError on tail pages
` [PATCH 3/9] mm: Return head pages from grab_cache_page_write_begin
` [PATCH 4/9] mm: Replace prep_transhuge_page with thp_prep
` [PATCH 5/9] mm/truncate: Make invalidate_inode_pages2_range work with THPs
` [PATCH 6/9] mm/truncate: Fix invalidate_complete_page2 for THPs
` [PATCH 7/9] mm/vmscan: Free non-shmem THPs without splitting them
` [PATCH 8/9] mm: Fix THP size assumption in mem_cgroup_split_huge_fixup
` [PATCH 9/9] mm: Fix READ_ONLY_THP warning

[PATCH] mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcg
 2020-10-26 18:43 UTC  (5+ messages)

[PATCH] kthread_worker: re-set CPU affinities if CPU come online
 2020-10-26 16:53 UTC  (4+ messages)

[PATCH v4] mm: Optional full ASLR for mmap() and mremap()
 2020-10-26 16:05 UTC 

[PATCH v2 0/4] Remove nrexceptional tracking
 2020-10-26 15:18 UTC  (5+ messages)
` [PATCH v2 1/4] mm: Introduce and use mapping_empty
` [PATCH v2 2/4] mm: Stop accounting shadow entries
` [PATCH v2 3/4] dax: Account DAX entries as nrpages
` [PATCH v2 4/4] mm: Remove nrexceptional from inode

[PATCH v4 0/1] Add tracepoints around mmap_lock acquisition
 2020-10-26 14:54 UTC  (6+ messages)
` [PATCH v4 1/1] mmap_lock: add tracepoints around lock acquisition

kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
 2020-10-26 14:51 UTC  (6+ messages)

[PATCH v3 00/12] Overhaul multi-page lookups for THP
 2020-10-26 14:49 UTC  (7+ messages)
` [PATCH v3 04/12] mm/filemap: Add mapping_seek_hole_data
` [PATCH v3 11/12] mm/truncate,shmem: Handle truncates that split THPs

[linux-next:master] BUILD REGRESSION 2ef991b5fdbe828dc8fb8af473dab160729570ed
 2020-10-26 14:01 UTC 

[linux-next:pending-fixes] BUILD SUCCESS d56fc2efcc70dbb69aa4c520ed21c645e1a765b6
 2020-10-26 11:39 UTC 

[PATCH] mm: cleanup: remove unused tsk arg from __access_remote_vm
 2020-10-26  9:57 UTC  (2+ messages)

[PATCH] mm: fix page_owner initializing issue for arm32
 2020-10-26  9:39 UTC  (3+ messages)

[PATCH v2 00/12] Overhaul multi-page lookups for THP
 2020-10-26  9:11 UTC  (9+ messages)
` [PATCH v2 12/12] mm/filemap: Return only head pages from find_get_entries


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