linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-20 07:31:48 to 2022-01-21 21:56:37 UTC [more...]

[RESEND][PATCH v2] mm: don't call lru draining in the nested lru_cache_disable
 2022-01-21 21:56 UTC  (11+ messages)

Folio meeting video on youtube
 2022-01-21 19:56 UTC 

[GIT PULL] Three small folio patches
 2022-01-21 19:50 UTC 

[PATCH v2 0/3] page table check fixes and cleanups
 2022-01-21 19:32 UTC  (8+ messages)
` [PATCH v2 1/3] mm/debug_vm_pgtable: remove pte entry from the page table
` [PATCH v2 2/3] mm/page_table_check: check entries at pud and pmd levels
` [PATCH v2 3/3] mm/page_table_check: use unsigned long for page counters

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-21 19:31 UTC  (45+ messages)
` [PATCH v4 21/66] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v4 23/66] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v4 26/66] mm/mmap: Reorganize munmap to use maple states
` [PATCH v4 42/66] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v4 44/66] ipc/shm: Use VMA iterator instead of linked list
` [PATCH v4 54/66] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v4 55/66] mm/mempolicy: Use maple tree iterators instead of vma linked list
` [PATCH v4 57/66] mm/mprotect: Use maple tree navigation "
` [PATCH v4 56/66] mm/mlock: Use maple tree iterators "
` [PATCH v4 59/66] mm/msync: Use vma_find() "
` [PATCH v4 58/66] mm/mremap: "
` [PATCH v4 60/66] mm/oom_kill: Use maple tree iterators "
` [PATCH v4 61/66] mm/pagewalk: Use vma_find() "
` [PATCH v4 62/66] mm/swapfile: Use maple tree iterator "
` [PATCH v4 63/66] i915: Use the VMA iterator
` [PATCH v4 64/66] nommu: Remove uses of VMA linked list
` [PATCH v4 66/66] mm/mmap: Drop range_has_overlap() function
` [PATCH v4 65/66] mm: Remove the vma linked list

[PATCH v4 0/3] mm/hwpoison: fix unpoison_memory()
 2022-01-21 18:59 UTC  (6+ messages)
` [PATCH v4 1/3] mm/hwpoison: mf_mutex for soft offline and unpoison
` [PATCH v4 2/3] mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE

[PATCH 1/5] mm: rmap: fix cache flush on THP pages
 2022-01-21 18:05 UTC  (6+ messages)
` [PATCH 2/5] dax: fix cache flush on PMD-mapped pages
` [PATCH 3/5] mm: page_vma_mapped: support checking if a pfn is mapped into a vma
` [PATCH 4/5] dax: fix missing writeprotect the pte entry
` [PATCH 5/5] mm: remove range parameter from follow_invalidate_pte()

[RFC][PATCH v2 0/5] sched: User Managed Concurrency Groups
 2022-01-21 18:01 UTC  (23+ messages)
` [RFC][PATCH v2 1/5] mm: Avoid unmapping pinned pages
` [RFC][PATCH v2 2/5] entry,x86: Create common IRQ operations for exceptions
` [RFC][PATCH v2 3/5] sched/umcg: add WF_CURRENT_CPU and externise ttwu
` [RFC][PATCH v2 4/5] x86/uaccess: Implement unsafe_try_cmpxchg_user()
` [RFC][PATCH v2 5/5] sched: User Mode Concurency Groups

[PATCH] mm: reuse the unshared swapcache page in do_wp_page
 2022-01-21 17:43 UTC  (35+ messages)

[RFC PATCH 0/6] Add support for shared PTEs across processes
 2022-01-21 16:41 UTC  (10+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-21 15:50 UTC  (3+ messages)
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag

[next] parisc: allnoconfig: ERROR: modpost: Section mismatches detected. Set CONFIG_SECTION_MISMATCH_WARN_ONLY=y to allow them
 2022-01-21 15:24 UTC  (2+ messages)

[PATCH 1/2] mm: thp: fix wrong cache flush in remove_migration_pmd()
 2022-01-21 14:59 UTC  (4+ messages)
` [PATCH 2/2] mm: fix missing cache flush for all tail pages of THP

[linux-next:master] BUILD REGRESSION c94951012a748a0f8ed77cd8fc25640c6fe198f9
 2022-01-21 14:30 UTC 

[PATCH 0/5] remove add/del page to lru functions
 2022-01-21 13:19 UTC  (9+ messages)
` [PATCH 1/5] mm: remove page_is_file_lru function
` [PATCH 2/5] mm: remove __clear_page_lru_flags()
` [PATCH 3/5] mm: remove add_page_to_lru_list() function
` [PATCH 4/5] mm: remove add_page_to_lru_list_tail()
` [PATCH 5/5] mm: remove del_page_from_lru_list()

[linux-next:master 12563/12762] WARNING: modpost: vmlinux.o(.text+0xe0): Section mismatch in reference from the function __traceiter_gb_message_recv_response() to the function .init.text:memblock_alloc_try_nid()
 2022-01-21 11:02 UTC 

[PATCH] psi: Treat ksm swapping in copy as memstall
 2022-01-21  9:51 UTC  (3+ messages)

[PATCH V1 1/2] mm/damon/dbgfs: Put "paddr" check into damon_pa_check() func
 2022-01-21  9:45 UTC  (6+ messages)
` [PATCH V1 2/2] mm/damon/dbgfs: Modify Damon dbfs interface dependency in Kconfig

[PATCH v7 00/14] Convert powerpc to default topdown mmap layout
 2022-01-21  8:42 UTC  (14+ messages)
` [PATCH v7 01/14] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v7 03/14] mm: Add len and flags parameters to arch_get_mmap_end()
` [PATCH v7 04/14] mm, hugetlbfs: Allow for "high" userspace addresses
` [PATCH v7 05/14] sizes.h: Add SZ_1T macro
` [PATCH v7 06/14] powerpc/mm: Move vma_mmu_pagesize()
` [PATCH v7 07/14] powerpc/mm: Make slice specific to book3s/64
` [PATCH v7 08/14] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v7 09/14] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v7 10/14] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v7 11/14] powerpc/mm: Move get_unmapped_area functions to slice.c
` [PATCH v7 12/14] powerpc/mm: Enable full randomisation of memory mappings
` [PATCH v7 13/14] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v7 14/14] powerpc: Simplify and move arch_randomize_brk()

[PATCH v9 00/10] fsdax: introduce fs query to support reflink
 2022-01-21  8:34 UTC  (24+ messages)
` [PATCH v9 02/10] dax: Introduce holder for dax_device
` [PATCH v9 05/10] fsdax: fix function description
` [PATCH v9 07/10] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v9 08/10] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v9 10/10] fsdax: set a CoW flag when associate reflink mappings

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

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-21  5:28 UTC  (8+ messages)
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed

[PATCH] vmap(): don't allow invalid pages
 2022-01-21  5:26 UTC  (16+ messages)

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

System will automatically log you out and subsequantly delete your informations
 2022-01-21  3:53 UTC 

[GIT PULL] Bitmap patches for 5.17-rc1
 2022-01-21  2:33 UTC  (3+ messages)

Phyr Starter
 2022-01-20 21:35 UTC  (23+ messages)

[v2 PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2022-01-20 20:28 UTC 

[ammarfaizi2-block:google/android/kernel/common/android12-5.4 6517/9999] fs/userfaultfd.c:1519:9: warning: variable 'ioctls_out' set but not used
 2022-01-20 18:30 UTC  (8+ messages)

[PATCH 0/3] page table check fixes and cleanups
 2022-01-20 18:25 UTC  (8+ messages)
` [PATCH 1/3] mm/debug_vm_pgtable: remove pte entry from the page table
` [PATCH 2/3] mm/page_table_check: check entries at pud and pmd levels
` [PATCH 3/3] mm/page_table_check: use unsigned long for page counters

[PATCH V2 00/10] selftests: Fix separate output directory builds
 2022-01-20 18:20 UTC  (3+ messages)
` [PATCH V2 06/10] selftests: landlock: Add the uapi headers include variable

[linux-next:master 12185/12461] arch/parisc/kernel/toc.c:64:32: sparse: void extern [addressable] [noreturn] [toplevel] toc_intr( ... )
 2022-01-20 17:26 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 7fc5253f5a13271e9df35d6b936ff97b74540a59
 2022-01-20 15:42 UTC 

[PATCH v3 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-20 13:18 UTC  (4+ messages)
` [PATCH v3 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-20 12:18 UTC  (3+ messages)
` [PATCH v8 32/40] x86/compressed: use firmware-validated CPUID for SEV-SNP guests

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

[PATCH v0.9.1 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2022-01-20 11:07 UTC  (11+ messages)
` [PATCH v0.9.1 3/6] sched/umcg: implement UMCG syscalls

[PATCH] mm/mmzone.c: fix page_cpupid_xchg_last() to READ_ONCE() the page flags
 2022-01-20 10:43 UTC  (4+ messages)

[PATCH 1/3] mm/vmalloc: Move draining areas out of caller context
 2022-01-20 10:42 UTC  (3+ messages)

[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
 2022-01-20 10:37 UTC  (9+ messages)
` [RFC][PATCH 3/3] sched: User Mode Concurency Groups

[PATCH v2 00/28] Convert GUP to folios
 2022-01-20  9:15 UTC  (3+ messages)
` [PATCH v2 11/28] mm: Make compound_pincount always available


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