Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-10 17:21:31 to 2022-01-11 23:14:27 UTC [more...]

[syzbot] kernel BUG in __page_mapcount
 2022-01-11 23:14 UTC  (5+ messages)

Phyr Starter
 2022-01-11 23:08 UTC  (23+ messages)

[GIT PULL] fscache, cachefiles: Rewrite
 2022-01-11 23:07 UTC 

[PATCH 00/23] mm, sched: Rework lazy mm handling
 2022-01-11 22:48 UTC  (18+ messages)
` [PATCH 11/23] sched/scs: Initialize shadow stack on idle thread bringup, not shutdown
` [PATCH 16/23] sched: Use lightweight hazard pointers to grab lazy mms

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-11 22:42 UTC  (7+ messages)
` [PATCH v8 12/40] x86/sev: Add helper for validating pages in early enc attribute changes

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-11 22:27 UTC  (33+ messages)
` [PATCH v6 1/9] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v6 4/9] mm: multigenerational lru: groundwork
` [PATCH v6 6/9] mm: multigenerational lru: aging
` [PATCH v6 7/9] mm: multigenerational lru: eviction

[PATCH v2] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2022-01-11 21:59 UTC  (9+ messages)

[PATCH 0/3] usable memory range fixes (arm64/fdt/efi)
 2022-01-11 20:44 UTC  (6+ messages)
` [PATCH 1/3] memblock: define functions to set the usable memory range
` [PATCH 2/3] of: fdt: use memblock usable range interface
` [PATCH 3/3] efi: enforce usable memory range after reserving regions

[PATCHv2 0/7] Implement support for unaccepted memory
 2022-01-11 20:01 UTC  (12+ messages)
` [PATCHv2 1/7] mm: Add "
` [PATCHv2 2/7] efi/x86: Get full memory map in allocate_e820()
` [PATCHv2 3/7] efi/x86: Implement support for unaccepted memory
` [PATCHv2 4/7] x86/boot/compressed: Handle "
` [PATCHv2 5/7] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv2 6/7] x86/mm: Provide helpers for unaccepted memory
` [PATCHv2 7/7] x86/tdx: Unaccepted memory support

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-11 20:00 UTC  (26+ messages)
` [PATCH v5 01/16] mm: list_lru: optimize memory consumption of arrays of per cgroup lists
` [PATCH v5 02/16] mm: introduce kmem_cache_alloc_lru
` [PATCH v5 03/16] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v5 04/16] fs: allocate inode by using alloc_inode_sb()
` [PATCH v5 05/16] f2fs: "
` [PATCH v5 07/16] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v5 08/16] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v5 09/16] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed

[PATCH] mm/pgtable: define pte_index so that preprocessor could recognize it
 2022-01-11 18:44 UTC  (4+ messages)

[PATCH 1/4] mm/memcg: use NUMA_NO_NODE to indicate allocation from unspecified node
 2022-01-11 18:23 UTC  (15+ messages)
` [PATCH 2/4] mm/memcg: mem_cgroup_per_node is already set to 0 on allocation
` [PATCH 3/4] mm/memcg: retrieve parent memcg from css.parent
` [PATCH 4/4] mm/memcg: refine mem_cgroup_threshold_ary->current_threshold calculation

[linux-next:master 7391/10864] kernel/bpf/verifier.c:619 mark_stack_slot_scratched() warn: should '1 << spi' be a 64 bit type?
 2022-01-11 17:56 UTC  (7+ messages)
` [PATCH bpf-next] Fix incorrect integer literal used for marking scratched registers in verifier logs

[RFC 00/16] padata, vfio, sched: Multithreaded VFIO page pinning
 2022-01-11 16:29 UTC  (10+ messages)
` [RFC 15/16] sched/fair: Account kthread runtime debt for CFS bandwidth

[PATCH 0/2] powerpc/fadump: handle CMA activation failure appropriately
 2022-01-11 14:36 UTC  (4+ messages)
` [PATCH 1/2] mm/cma: provide option to opt out from exposing pages on activation failure

[PATCH v2 00/28] Convert GUP to folios
 2022-01-11 13:46 UTC  (65+ messages)
` [PATCH v2 01/28] gup: Remove for_each_compound_range()
` [PATCH v2 02/28] gup: Remove for_each_compound_head()
` [PATCH v2 03/28] gup: Change the calling convention for compound_range_next()
` [PATCH v2 04/28] gup: Optimise compound_range_next()
` [PATCH v2 05/28] gup: Change the calling convention for compound_next()
` [PATCH v2 06/28] gup: Fix some contiguous memmap assumptions
      ` [External] : "
` [PATCH v2 07/28] gup: Remove an assumption of a contiguous memmap
` [PATCH v2 08/28] gup: Handle page split race more efficiently
` [PATCH v2 09/28] gup: Turn hpage_pincount_add() into page_pincount_add()
` [PATCH v2 10/28] gup: Turn hpage_pincount_sub() into page_pincount_sub()
` [PATCH v2 11/28] mm: Make compound_pincount always available
` [PATCH v2 12/28] mm: Add folio_put_refs()
` [PATCH v2 13/28] mm: Add folio_pincount_ptr()
` [PATCH v2 14/28] mm: Convert page_maybe_dma_pinned() to use a folio
` [PATCH v2 15/28] gup: Add try_get_folio() and try_grab_folio()
` [PATCH v2 16/28] mm: Remove page_cache_add_speculative() and page_cache_get_speculative()
` [PATCH v2 17/28] gup: Add gup_put_folio()
` [PATCH v2 18/28] hugetlb: Use try_grab_folio() instead of try_grab_compound_head()
` [PATCH v2 19/28] gup: Convert try_grab_page() to call try_grab_folio()
` [PATCH v2 20/28] gup: Convert gup_pte_range() to use a folio
` [PATCH v2 21/28] gup: Convert gup_hugepte() "
` [PATCH v2 22/28] gup: Convert gup_huge_pmd() "
` [PATCH v2 23/28] gup: Convert gup_huge_pud() "
` [PATCH v2 24/28] gup: Convert gup_huge_pgd() "
` [PATCH v2 25/28] gup: Convert compound_next() to gup_folio_next()
` [PATCH v2 26/28] gup: Convert compound_range_next() to gup_folio_range_next()
` [PATCH v2 27/28] mm: Add isolate_lru_folio()
` [PATCH v2 28/28] gup: Convert check_and_migrate_movable_pages() to use a folio

[PATCH] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
 2022-01-11 13:16 UTC 

[PATCH] memblock: Remove #ifdef __KERNEL__ from memblock.h
 2022-01-11 11:51 UTC  (2+ messages)

[PATCH] mm: Generalize ARCH_HAS_FILTER_PGPROT
 2022-01-11 10:19 UTC 

[PATCH RFC v2 0/2] mm: Rework zap ptes on swap entries
 2022-01-11  9:00 UTC  (5+ messages)
` [PATCH RFC v2 1/2] mm: Don't skip swap entry even if zap_details specified

[PATCH v3] mm: fix panic in __alloc_pages
 2022-01-11  8:34 UTC  (3+ messages)
  ` [PATCH v2 0/4] mm, memory_hotplug: handle unitialized numa node gracefully

[PATCH v2 0/2] Add support for getting page info of ZONE_DEVICE by /proc/kpage*
 2022-01-11  7:51 UTC  (4+ messages)
` [PATCH v2 2/2] proc: Add getting pages info of ZONE_DEVICE support

[PATCH 0/2] shmem: Notify user space when file system is full
 2022-01-11  7:50 UTC  (4+ messages)

[PATCH] mm/migration: Add trace events for THP migrations
 2022-01-11  6:57 UTC  (6+ messages)

[PATCH v2 0/2] mm: Fix kernel BUG in __check_heap_object() on PowerPC64
 2022-01-11  6:04 UTC  (4+ messages)
` [PATCH v2 1/2] powerpc: Fix virt_addr_valid() check

[PATCH] mm/debug_vm_pgtable: Update comments regarding migration swap entries
 2022-01-11  5:53 UTC 

[linux-next:master 11629/11918] include/linux/compiler_types.h:140:41: error: 'struct thread_info' has no member named 'cpu'
 2022-01-11  5:31 UTC 

memory_block_size reduction in memory hot plug, can we reduced it to 1GB,currently it is 4GB
 2022-01-11  3:53 UTC  (5+ messages)
  ` [EXTERNAL] Re: memory_block_size reduction in memory hot plug, can we reduced it to 1GB, currently "

[syzbot] KASAN: use-after-free Read in remove_wait_queue (3)
 2022-01-11  3:02 UTC  (10+ messages)
    ` psi_trigger_poll() is completely broken

[PATCH 0/4] Assorted improvements to usercopy
 2022-01-10 23:15 UTC  (5+ messages)
` [PATCH 1/4] mm/usercopy: Check kmap addresses properly
` [PATCH 2/4] mm/usercopy: Detect vmalloc overruns
` [PATCH 3/4] mm/usercopy: Detect large folio overruns
` [PATCH 4/4] usercopy: Remove HARDENED_USERCOPY_PAGESPAN

[PATCH v3 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-10 22:32 UTC  (11+ messages)
` [PATCH v3 01/10] mm: add zone device coherent type memory support
` [PATCH v3 02/10] mm: add device coherent vma selection for memory migration
` [PATCH v3 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH v3 04/10] drm/amdkfd: add SPM support for SVM
` [PATCH v3 05/10] drm/amdkfd: coherent type as sys mem on migration to ram
` [PATCH v3 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v3 07/10] lib: test_hmm add module param for "
` [PATCH v3 08/10] lib: add support for device coherent type in test_hmm
` [PATCH v3 09/10] tools: update hmm-test to support device coherent type
` [PATCH v3 10/10] tools: update test_hmm script to support SP config

[GIT PULL] Page cache for 5.17
 2022-01-10 22:10 UTC 

[PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
 2022-01-10 21:17 UTC  (11+ messages)

[PATCH 00/17] Convert GUP to folios
 2022-01-10 21:10 UTC  (9+ messages)
` [PATCH 14/17] gup: Convert for_each_compound_head() to gup_for_each_folio()

[GIT PULL] slab for 5.17
 2022-01-10 20:22 UTC  (2+ messages)

[PATCH v2 0/1] Dont allocate pages on a offline node
 2022-01-10 17:21 UTC  (7+ messages)
` [PATCH v2 1/1] mm/vmscan.c: Prevent allocating shrinker_info on offlined nodes


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 read-only IMAP folder(s) and NNTP newsgroup(s).