linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-11 16:30:28 to 2022-01-13 12:02:34 UTC [more...]

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-13 12:02 UTC  (51+ messages)
` [PATCH v6 1/9] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v6 4/9] mm: multigenerational lru: groundwork
` [PATCH v6 5/9] mm: multigenerational lru: mm_struct list
` [PATCH v6 6/9] mm: multigenerational lru: aging
` [PATCH v6 7/9] mm: multigenerational lru: eviction
` [PATCH v6 8/9] mm: multigenerational lru: user interface

[RFC PATCH v3 0/8] Use pageblock_order for cma and alloc_contig_range alignment
 2022-01-13 11:36 UTC  (8+ messages)
` [RFC PATCH v3 1/8] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [RFC PATCH v3 2/8] mm: compaction: handle non-lru compound pages properly in isolate_migratepages_block()
` [RFC PATCH v3 3/8] mm: migrate: allocate the right size of non hugetlb or THP compound pages

[linux-next:master 4702/12117] pcie.c:undefined reference to `pci_remap_iospace'
 2022-01-13 11:14 UTC 

[PATCH v5 00/10] ARM: remove set_fs callers and implementation
 2022-01-13 11:14 UTC  (5+ messages)
` [PATCH v5 08/10] ARM: uaccess: add __{get,put}_kernel_nofault

[PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2022-01-13 10:10 UTC  (2+ messages)

[linux-next:master 9638/12117] arch/mips/boot/compressed/uart-16550.c:44:6: warning: no previous prototype for 'putc'
 2022-01-13  9:50 UTC 

[PATCH -V10 RESEND 0/6] NUMA balancing: optimize memory placement for memory tiering system
 2022-01-13  9:49 UTC  (4+ messages)

[PATCH v2] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2022-01-13  8:54 UTC  (18+ messages)

[PATCH v2 0/2] powerpc/fadump: handle CMA activation failure appropriately
 2022-01-13  8:31 UTC  (5+ messages)
` [PATCH v2 1/2] mm/cma: provide option to opt out from exposing pages on activation failure
` [PATCH v2 2/2] powerpc/fadump: opt out from freeing pages on cma "

[linux-next:master 3384/12117] pci.c:undefined reference to `pci_remap_iospace'
 2022-01-13  8:04 UTC 

[PATCHv2 0/7] Implement support for unaccepted memory
 2022-01-13  7:42 UTC  (19+ messages)
` [PATCHv2 1/7] mm: Add "
` [PATCHv2 3/7] efi/x86: Implement "
` [PATCHv2 5/7] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv2 6/7] x86/mm: Provide helpers for unaccepted memory

[linux-next:master 11002/12117] arch/x86/include/asm/fpu/api.h:135:46: sparse: sparse: marked inline, but without a definition
 2022-01-13  7:33 UTC 

[PATCH] mm/hwpoison: Fix error page recovered but reported "not recovered"
 2022-01-13  6:52 UTC  (4+ messages)

[PATCH] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
 2022-01-13  6:28 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 32ce2abb03cfae17a9eb42bd6b1b619b72f23f20
 2022-01-13  5:02 UTC 

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

[PATCH] mm: use compare-exchange operation to set KASAN page tag
 2022-01-13  3:32 UTC  (2+ messages)

[PATCH v2] mm/vmstat: add event for ksm swapping in copy
 2022-01-13  2:38 UTC 

[GIT PULL] fscache, cachefiles: Rewrite
 2022-01-12 23:49 UTC  (3+ messages)

[PATCH 0/4] Assorted improvements to usercopy
 2022-01-12 23:08 UTC  (3+ messages)
` [PATCH 4/4] usercopy: Remove HARDENED_USERCOPY_PAGESPAN

[GIT PULL] Page cache for 5.17
 2022-01-12 21:07 UTC  (3+ messages)

[RFC v2] mm: introduce page pin owner
 2022-01-12 20:41 UTC  (5+ messages)

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

Phyr Starter
 2022-01-12 19:08 UTC  (20+ messages)

[PATCH 0/3] usable memory range fixes (arm64/fdt/efi)
 2022-01-12 18:05 UTC  (5+ messages)
` [PATCH 1/3] memblock: define functions to set the usable memory range

unusual behavior of loop dev with backing file in tmpfs
 2022-01-12 17:46 UTC  (5+ messages)

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-12 17:10 UTC  (13+ messages)
` [PATCH v8 12/40] x86/sev: Add helper for validating pages in early enc attribute changes
` [PATCH v8 20/40] x86/sev: Use SEV-SNP AP creation to start secondary CPUs

[PATCH 00/23] mm, sched: Rework lazy mm handling
 2022-01-12 17:08 UTC  (30+ messages)
` [PATCH 01/23] membarrier: Document why membarrier() works
` [PATCH 02/23] x86/mm: Handle unlazying membarrier core sync in the arch code
` [PATCH 04/23] membarrier: Make the post-switch-mm barrier explicit
` [PATCH 06/23] powerpc/membarrier: Remove special barrier on mm switch
` [PATCH 07/23] membarrier: Rewrite sync_core_before_usermode() and improve documentation
` [PATCH 08/23] membarrier: Remove redundant clear of mm->membarrier_state in exec_mmap()
` [PATCH 09/23] membarrier: Fix incorrect barrier positions during exec and kthread_use_mm()
` [PATCH 16/23] sched: Use lightweight hazard pointers to grab lazy mms
  ` [PATCH 05/23] membarrier, kthread: Use _ONCE accessors for task->mm

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-12 16:42 UTC  (11+ messages)
` [PATCH v4 16/66] mm: Remove rb tree
` [PATCH v4 18/66] xen: Use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v4 19/66] mm: Optimize find_exact_vma() to use vma_lookup()
` [PATCH v4 17/66] mmap: Change zeroing of maple tree in __vma_adjust
` [PATCH v4 20/66] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()

Company Finder News and Updates
 2022-01-12 16:33 UTC 

[PATCH v4 0/3] Handle warning of allocation failure on DMA zone w/o managed pages
 2022-01-12 16:25 UTC  (2+ messages)

[PATCH v3 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-12 16:08 UTC  (4+ messages)

[PATCH] mm/vmstat: add event for ksm swapping in copy
 2022-01-12 15:58 UTC  (2+ messages)

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

[linux-next:master 11041/12034] arch/x86/include/asm/fpu/api.h:135:46: sparse: sparse: marked inline, but without a definition
 2022-01-12 14:58 UTC 

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

[linux-next:master 11777/12034] drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:869:5: warning: no previous prototype for 'amdgpu_ras_block_match_default'
 2022-01-12 14:17 UTC 

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-12 13:22 UTC  (26+ messages)
` [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 v2 0/2] mm: fix cma allocation fail sometimes
 2022-01-12 13:15 UTC  (2+ messages)
` [PATCH v2 1/2] mm: cma: fix allocation may "

[linux-next:master 11662/12034] fs/nfs/nfs4proc.c:4008:5: warning: no previous prototype for function 'nfs4_discover_trunking'
 2022-01-12 13:04 UTC 

[linux-next:master 11662/12034] fs/nfs/nfs4proc.c:4008:5: sparse: sparse: symbol 'nfs4_discover_trunking' was not declared. Should it be static?
 2022-01-12 12:33 UTC  (2+ messages)
` [RFC PATCH linux-next] nfs4_discover_trunking() can be static

[linux-next:master 11662/12034] fs/nfs/nfs4proc.c:4008:5: warning: no previous prototype for 'nfs4_discover_trunking'
 2022-01-12 12:22 UTC 

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

[PATCH 2/2] Fix assgining cma_area_count
 2022-01-12  9:22 UTC  (2+ messages)

[PATCH] mm/thp: Drop unused trace events hugepage_[invalidate|splitting]
 2022-01-12  9:17 UTC  (2+ messages)

[PATCH 1/4] mm/memcg: use NUMA_NO_NODE to indicate allocation from unspecified node
 2022-01-12  8:56 UTC  (13+ 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 0/2] shmem: Notify user space when file system is full
 2022-01-12  5:59 UTC  (6+ messages)

[RFC 0/1] memfd: Support mapping to zero page on reading
 2022-01-12  5:02 UTC  (5+ messages)

[linux-next:master 9576/10864] include/linux/rcupdate.h:412:36: error: dereferencing pointer to incomplete type 'struct bpf_prog'
 2022-01-12  2:56 UTC  (3+ messages)
  ` [kbuild-all] "

[Resend PATCH v3] psi: fix possible trigger missing in the window
 2022-01-12  1:47 UTC 

[PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2022-01-11 23:35 UTC  (5+ messages)

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

[PATCH] mm/pgtable: define pte_index so that preprocessor could recognize it
 2022-01-11 18:44 UTC  (4+ 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-11 17:56 UTC  (6+ messages)
` [PATCH bpf-next] Fix incorrect integer literal used for marking scratched registers in verifier logs


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