Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-13 07:47:46 to 2021-12-14 16:21:49 UTC [more...]

[PATCH] mm/page_alloc: Fix __alloc_size attribute for alloc_pages_exact_nid
 2021-12-14 16:21 UTC 

[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
 2021-12-14 16:01 UTC  (12+ messages)
` [PATCH v8 1/9] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 5/9] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v8 6/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v8 7/9] dax: add dax holder helper for filesystems
` [PATCH v8 8/9] xfs: Implement ->notify_failure() for XFS

[linux-next:master] BUILD REGRESSION bcd5ddb85fad453da26afd5b3fca8ad931b5253d
 2021-12-14 15:29 UTC 

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-14 15:06 UTC  (26+ messages)
` [PATCH v2 01/33] mm: add virt_to_folio() and folio_address()
` [PATCH v2 04/33] mm: Split slab into its own type
` [PATCH v2 05/33] mm: Add account_slab() and unaccount_slab()
` [PATCH v2 06/33] mm: Convert virt_to_cache() to use struct slab
` [PATCH v2 07/33] mm: Convert __ksize() to "
` [PATCH v2 22/33] mm: Convert struct page to struct slab in functions used by other subsystems
` [PATCH v2 23/33] mm/memcg: Convert slab objcgs from struct page to struct slab
` [PATCH v2 27/33] zsmalloc: Stop using slab fields in struct page
` [PATCH v2 28/33] bootmem: Use page->index instead of page->freelist
` [PATCH v2 30/33] mm: Remove slab from struct page
` [PATCH v2 32/33] mm/slub: Simplify struct slab slabs field definition

[PATCH-next v3] mm/memcg: Properly handle memcg_stock access for PREEMPT_RT
 2021-12-14 14:44 UTC 

[PATCH -V2] numa balancing: move some document to make it consistent with the code
 2021-12-14 14:35 UTC  (2+ messages)

[PATCH v4 00/17] Optimize list lru memory consumption
 2021-12-14 14:09 UTC  (21+ messages)
` [PATCH v4 01/17] mm: list_lru: optimize memory consumption of arrays of per cgroup lists
` [PATCH v4 02/17] mm: introduce kmem_cache_alloc_lru
` [PATCH v4 03/17] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v4 04/17] fs: allocate inode by using alloc_inode_sb()
` [PATCH v4 05/17] f2fs: "
` [PATCH v4 06/17] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v4 07/17] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v4 08/17] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v4 09/17] mm: workingset: use xas_set_lru() to pass shadow_nodes
` [PATCH v4 10/17] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH v4 11/17] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v4 12/17] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v4 13/17] mm: list_lru: replace linear array with xarray
` [PATCH v4 14/17] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v4 15/17] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v4 16/17] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v4 17/17] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id

[PATCH mm v3 00/38] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-14 13:25 UTC  (42+ messages)
` [PATCH mm v3 01/38] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH mm v3 02/38] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH mm v3 03/38] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH mm v3 04/38] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v3 05/38] kasan, page_alloc: init memory of skipped pages on free
` [PATCH mm v3 06/38] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH mm v3 07/38] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v3 08/38] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH mm v3 09/38] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v3 10/38] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH mm v3 11/38] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH mm v3 12/38] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH mm v3 13/38] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v3 14/38] kasan, page_alloc: simplify kasan_unpoison_pages call site
` [PATCH mm v3 15/38] kasan: clean up metadata byte definitions
` [PATCH mm v3 16/38] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH mm v3 17/38] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH mm v3 18/38] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v3 19/38] kasan: reorder vmalloc hooks
` [PATCH mm v3 20/38] kasan: add wrappers for "
` [PATCH mm v3 21/38] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH mm v3 22/38] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH mm v3 23/38] kasan, arm64: "
` [PATCH mm v3 24/38] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH mm v3 25/38] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v3 26/38] kasan, vmalloc: don't unpoison VM_ALLOC pages before mapping
` [PATCH mm v3 27/38] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v3 28/38] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v3 29/38] kasan, vmalloc: add vmalloc tagging "
` [PATCH mm v3 30/38] kasan, vmalloc: don't tag executable vmalloc allocations
` [PATCH mm v3 31/38] kasan, arm64: "
` [PATCH mm v3 32/38] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH mm v3 33/38] kasan: simplify kasan_init_hw_tags
` [PATCH mm v3 34/38] kasan: add kasan.vmalloc command line flag
` [PATCH mm v3 35/38] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH mm v3 36/38] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH mm v3 37/38] kasan: documentation updates
` [PATCH mm v3 38/38] kasan: improve vmalloc tests

[PATCH v2 0/3] mm/page_alloc: Remote per-cpu page list drain support
 2021-12-14 12:25 UTC  (8+ messages)
` [PATCH v2 3/3] mm/page_alloc: Remotely drain per-cpu lists

[PATCH] mm/slob: Remove unnecessary page_mapcount_reset() function call
 2021-12-14 11:51 UTC 

[PATCH v3] mm: fix panic in __alloc_pages
 2021-12-14 10:38 UTC  (14+ messages)
                      ` [PATCH v2 2/4] mm: handle uninitialized numa nodes gracefully

[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
 2021-12-14 10:28 UTC  (17+ messages)
` [PATCH v3 1/5] docs: kernel-parameters: Update to reflect the current default size of atomic pool
` [PATCH v3 2/5] dma-pool: allow user to disable "
` [PATCH v3 3/5] mm_zone: add function to check if managed dma zone exists
` [PATCH v3 4/5] dma/pool: create dma atomic pool only if dma zone has managed pages
` [PATCH v3 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone

[PATCH] mm: add group_oom_kill memory.event fix
 2021-12-14  9:38 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 80aa1498c144a980fa1d4874bf7f276a67b83558
 2021-12-14  8:36 UTC 

[PATCH v2 linux-next] delayacct: track delays from memory compact
 2021-12-14  5:49 UTC  (7+ messages)

mmotm 2021-12-13-21-28 uploaded
 2021-12-14  5:29 UTC 

[linux-next:master 4198/6579] /tmp/ccIKX7yO.s: Warning: Can not find match relax hint. Line: 1875
 2021-12-14  2:24 UTC 

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-14  0:32 UTC  (26+ messages)
` [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v8 02/40] x86/sev: "
` [PATCH v8 03/40] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v8 04/40] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v8 05/40] x86/sev: Save the negotiated GHCB version
` [PATCH v8 24/40] x86/compressed/acpi: move EFI system table lookup to helper
` [PATCH v8 27/40] x86/boot: Add Confidential Computing type to setup_data
` [PATCH v8 33/40] x86/compressed/64: add identity mapping for Confidential Computing blob

[PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
 2021-12-14  0:22 UTC  (3+ messages)

[PATCH v3 0/3] Assorted improvements to usercopy
 2021-12-13 23:50 UTC  (13+ messages)
` [PATCH v3 1/3] mm/usercopy: Check kmap addresses properly
` [PATCH v3 2/3] mm/usercopy: Detect vmalloc overruns
` [PATCH v3 3/3] mm/usercopy: Detect compound page overruns

[PATCH v1] mm, hwpoison: fix condition in free hugetlb page path
 2021-12-13 23:38 UTC  (2+ messages)

[PATCH -mm -next] mm/mempolicy: fix all kernel-doc warnings
 2021-12-13 23:32 UTC 

[PATCH] mm: don't call lru draining in the nested lru_cache_disable
 2021-12-13 23:14 UTC  (5+ messages)

[RFC] mm: introduce page pinner
 2021-12-13 23:10 UTC  (3+ messages)

[RFC] mm: introduce page pinner
 2021-12-13 22:58 UTC  (4+ messages)

[PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-12-13 22:28 UTC  (14+ messages)
` [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions
` [PATCH v4 02/23] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v4 03/23] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v4 04/23] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v4 10/23] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v4 11/23] nvme-pci: convert to using dma_map_sgtable()

[PATCH v2 00/34] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-13 21:57 UTC  (10+ messages)
` [PATCH v2 08/34] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH v2 24/34] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH v2 28/34] kasan, vmalloc: add vmalloc support to HW_TAGS

[PATCH 00/12] selftests: Remove ARRAY_SIZE duplicate defines
 2021-12-13 20:38 UTC  (9+ messages)
` [PATCH 01/12] tools: fix ARRAY_SIZE defines in tools and selftests hdrs
` [PATCH 02/12] selftests/arm64: remove ARRAY_SIZE define from vec-syscfg.c
` [PATCH 06/12] selftests/landlock: remove ARRAY_SIZE define from common.h
` [PATCH 09/12] selftests/seccomp: remove ARRAY_SIZE define from seccomp_benchmark

[PATCH v2 0/1] Dont allocate pages on a offline node
 2021-12-13 19:10 UTC  (9+ messages)
` [PATCH v2 1/1] mm/vmscan.c: Prevent allocating shrinker_info on offlined nodes

[linux-next:master 4659/6579] arch/s390/crypto/chacha-s390.S:315: Error: Unrecognized opcode: `clgfi'
 2021-12-13 18:05 UTC 

[Bug 215323] New: Frequently swapping, userspace program will abnormally exit
 2021-12-13 16:51 UTC 

[linux-next:master 5987/6579] fs/ext4/super.c:2689:51: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-12-13 16:12 UTC 

[linux-next:master 5819/6579] dtbs_check: arch/arm/boot/dts/am335x-osd3358-sm-red.dt.yaml: imu@68: i2c-gate: False schema does not allow {'#address-cells': [[1]], '#size-cells': [[0]], 'ax8975@c': {'compatible': ['asahi-kasei,ak8975'], 'reg': [[12]]}}
 2021-12-13 16:12 UTC 

[PATCH RESEND v2 0/5] Avoid requesting page from DMA zone when no managed pages
 2021-12-13 14:03 UTC  (12+ messages)
` [PATCH RESEND v2 2/5] dma-pool: allow user to disable atomic pool

[PATCH v0.9.1 3/6] sched/umcg: implement UMCG syscalls
 2021-12-13 13:55 UTC  (11+ messages)

[PATCH v4 00/10] Convert powerpc to default topdown mmap layout
 2021-12-13 13:02 UTC  (3+ messages)
` [PATCH v4 06/10] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()

[PATCH] mm: add group_oom_kill memory event
 2021-12-13 11:19 UTC  (2+ messages)

[PATCH 5.4 0/5] memblock, arm: fixes for freeing of the memory map
 2021-12-13 10:31 UTC  (8+ messages)
` [PATCH 5.4 1/5] memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER
` [PATCH 5.4 2/5] memblock: align freed memory map on pageblock boundaries with SPARSEMEM
` [PATCH 5.4 3/5] memblock: ensure there is no overflow in memblock_overlaps_region()
` [PATCH 5.4 4/5] arm: extend pfn_valid to take into account freed memory map alignment
` [PATCH 5.4 5/5] arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAM

[PATCH] mm/memcontrol: Disable on PREEMPT_RT
 2021-12-13 10:08 UTC  (4+ messages)

[PATCH 5.10 0/5] memblock, arm: fixes for freeing of the memory map
 2021-12-13  9:41 UTC  (6+ messages)
` [PATCH 5.10 1/5] memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER
` [PATCH 5.10 2/5] memblock: align freed memory map on pageblock boundaries with SPARSEMEM
` [PATCH 5.10 3/5] memblock: ensure there is no overflow in memblock_overlaps_region()
` [PATCH 5.10 4/5] arm: extend pfn_valid to take into account freed memory map alignment
` [PATCH 5.10 5/5] arm: ioremap: don't abuse pfn_valid() to check if pfn is in RAM

[mm/slob] fa5ba4107c: BUG:kernel_NULL_pointer_dereference,address
 2021-12-13  9:17 UTC  (3+ messages)

[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
 2021-12-13  9:07 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 read-only IMAP folder(s) and NNTP newsgroup(s).