linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-08 16:44:42 to 2022-01-10 22:32:36 UTC [more...]

[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

[RFC 00/16] padata, vfio, sched: Multithreaded VFIO page pinning
 2022-01-10 22:27 UTC  (5+ messages)

[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-10 22:25 UTC  (5+ messages)
` [PATCH bpf-next] Fix incorrect integer literal used for marking scratched registers in verifier logs

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

[PATCH 00/23] mm, sched: Rework lazy mm handling
 2022-01-10 22:06 UTC  (44+ messages)
` [PATCH 06/23] powerpc/membarrier: Remove special barrier on mm switch
` [PATCH 11/23] sched/scs: Initialize shadow stack on idle thread bringup, not shutdown
` [PATCH 13/23] exec: Remove unnecessary vmacache_seqnum clear in exec_mmap()
` [PATCH 14/23] sched, exec: Factor current mm changes out from exec
` [PATCH 15/23] kthread: Switch to __change_current_mm()
` [PATCH 16/23] sched: Use lightweight hazard pointers to grab lazy mms
` [PATCH 17/23] x86/mm: Make use/unuse_temporary_mm() non-static
` [PATCH 18/23] x86/mm: Allow temporary mms when IRQs are on
` [PATCH 19/23] x86/efi: Make efi_enter/leave_mm use the temporary_mm machinery
` [PATCH 20/23] x86/mm: Remove leave_mm() in favor of unlazy_mm_irqs_off()
` [PATCH 21/23] x86/mm: Use unlazy_mm_irqs_off() in TLB flush IPIs
` [PATCH 22/23] x86/mm: Optimize for_each_possible_lazymm_cpu()
` [PATCH 23/23] x86/mm: Opt in to IRQs-off activate_mm()

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-10 22:04 UTC  (30+ messages)
` [PATCH v6 5/9] mm: multigenerational lru: mm_struct list
` [PATCH v6 6/9] mm: multigenerational lru: aging
` [PATCH v6 8/9] mm: multigenerational lru: user interface

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

[PATCH v3] mm: fix panic in __alloc_pages
 2022-01-10 21:16 UTC  (6+ messages)
  ` [PATCH v2 0/4] mm, memory_hotplug: handle unitialized numa node gracefully

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

[PATCH 0/3] usable memory range fixes (arm64/fdt/efi)
 2022-01-10 21:08 UTC  (4+ 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

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

Phyr Starter
 2022-01-10 19:34 UTC 

[PATCH v2 00/28] Convert GUP to folios
 2022-01-10 19:05 UTC  (63+ 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 v5 00/16] Optimize list lru memory consumption
 2022-01-10 18:47 UTC  (9+ 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

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

[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

[PATCH] mm/migration: Add trace events for THP migrations
 2022-01-10 17:03 UTC  (2+ messages)

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

[PATCH v3 RESEND] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
 2022-01-10 15:14 UTC  (5+ messages)

[PATCH] sysinfo: include availram field in sysinfo struct
 2022-01-10 14:55 UTC  (9+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Add support for getting page info of ZONE_DEVICE by /proc/kpage*
 2022-01-10 14:34 UTC  (4+ messages)
` [PATCH v2 1/2] mm/memremap.c: Add pfn_to_devmap_page() to get page in ZONE_DEVICE
` [PATCH v2 2/2] proc: Add getting pages info of ZONE_DEVICE support

[PATCH] sysctl: documentation: fix table format warning
 2022-01-10 12:24 UTC  (2+ messages)

[PATCH] mm: Generalize ARCH_HAS_FILTER_PGPROT
 2022-01-10 11:43 UTC  (2+ messages)

[PATCH v4 00/68] fscache, cachefiles: Rewrite
 2022-01-10 11:21 UTC  (2+ messages)

[PATCH 0/2] Add support for getting page info of ZONE_DEVICE by /proc/kpage*
 2022-01-10  9:30 UTC  (5+ messages)
` [PATCH 1/2] mm/memremap.c: Add pfn_to_devmap_page() to get page in ZONE_DEVICE
` [PATCH 2/2] proc: Add getting pages info of ZONE_DEVICE support

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

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

[linux-next:master 10650/11475] drivers/net/can/janz-ican3.c:1303 ican3_get_echo_skb() error: uninitialized symbol 'dlc'
 2022-01-10  7:09 UTC 

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2022-01-09 22:59 UTC  (6+ messages)

[PATCH 2/2] Fix assgining cma_area_count
 2022-01-09  7:39 UTC 

[PATCH next 2/3] shmem: Fix data loss when folio truncated
 2022-01-08 21:25 UTC  (4+ messages)

[linux-next:master 10923/11475] ld.lld: error: undefined symbol: ata_timing_compute
 2022-01-08 19:56 UTC 

[PATCH 2/2] tracing: Add test for user space strings when filtering on string pointers
 2022-01-08 19:04 UTC 

[PATCH 00/48] Folios for 5.17
 2022-01-08 17:20 UTC  (6+ 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).