[PATCH v2 00/28] Convert GUP to folios
2022-01-11 5:14 UTC (81+ 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] mm/migration: Add trace events for THP migrations
2022-01-11 5:01 UTC (5+ messages)
Phyr Starter
2022-01-11 4:32 UTC (3+ messages)
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 "
[PATCH v5 00/16] Optimize list lru memory consumption
2022-01-11 3:19 UTC (10+ 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 1/4] mm/memcg: use NUMA_NO_NODE to indicate allocation from unspecified node
2022-01-11 3:12 UTC (7+ 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
[PATCH 00/23] mm, sched: Rework lazy mm handling
2022-01-11 3:10 UTC (35+ 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 16/23] sched: Use lightweight hazard pointers to grab lazy mms
` [PATCH 19/23] x86/efi: Make efi_enter/leave_mm use the temporary_mm machinery
[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/2] shmem: Notify user space when file system is full
2022-01-11 1:57 UTC (3+ messages)
[PATCH v6 0/9] Multigenerational LRU Framework
2022-01-11 1:41 UTC (33+ 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 v2] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
2022-01-11 1:34 UTC (3+ messages)
[RFC 00/16] padata, vfio, sched: Multithreaded VFIO page pinning
2022-01-11 0:17 UTC (6+ messages)
[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
[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 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)
[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 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 (4+ messages)
` [PATCH 1/2] mm/memremap.c: Add pfn_to_devmap_page() to get page in ZONE_DEVICE
[PATCH RFC v2 0/2] mm: Rework zap ptes on swap entries
2022-01-10 8:37 UTC (3+ 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)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox