linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 13:59:27 to 2021-05-25 22:01:12 UTC [more...]

[PATCH v3 0/3] arm64: improve efficiency of setting tags for user pages
 2021-05-25 22:00 UTC  (6+ messages)
` [PATCH v3 1/3] kasan: use separate (un)poison implementation for integrated init
` [PATCH v3 2/3] arm64: mte: handle tags zeroing at page allocation time

[PATCH 0/13 v6] fs: Hole punch vs page cache filling races
 2021-05-25 21:41 UTC  (20+ messages)
` [PATCH 01/13] mm: Fix comments mentioning i_mutex
` [PATCH 02/13] documentation: Sync file_operations members with reality
` [PATCH 03/13] mm: Protect operations adding pages to page cache with invalidate_lock
` [PATCH 04/13] mm: Add functions to lock invalidate_lock for two mappings
` [PATCH 05/13] ext4: Convert to use mapping->invalidate_lock
` [PATCH 06/13] ext2: Convert to using invalidate_lock
` [PATCH 07/13] xfs: Convert to use invalidate_lock
` [PATCH 08/13] xfs: Convert double locking of MMAPLOCK to use VFS helpers
` [PATCH 09/13] zonefs: Convert to using invalidate_lock
` [PATCH 10/13] f2fs: "
` [PATCH 11/13] fuse: "
` [PATCH 12/13] ceph: Fix race between hole punch and page fault
` [PATCH 13/13] cifs: "

[v3 PATCH 1/2] mm: rmap: make try_to_unmap() void function
 2021-05-25 21:11 UTC  (7+ messages)
` [v3 PATCH 2/2] mm: thp: check page_mapped instead of page_mapcount for split

[clocksource] 8e614d5b58: WARNING:at_kernel/time/clocksource-wdtest.c:#wdtest_func.cold
 2021-05-25 21:03 UTC  (5+ messages)

[PATCH V2] mm: compaction: support triggering of proactive compaction by user
 2021-05-25 20:35 UTC  (3+ messages)

Arm64 crash while online/offline memory sections
 2021-05-25 19:56 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 5d765451c2409e63563fa6a3e8005bd03ab9e82f
 2021-05-25 19:11 UTC 

[linux-next:master 4477/5003] drivers/soc/imx/gpcv2.c:22:10: fatal error: dt-bindings/power/imx8mm-power.h: No such file or directory
 2021-05-25 19:10 UTC 

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-05-25 18:39 UTC  (8+ messages)
` [PATCH v9 03/10] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v9 07/10] mm: Device exclusive memory access

[RFC PATCH v3 00/12] Use obj_cgroup APIs to charge the LRU pages
 2021-05-25 17:46 UTC  (13+ messages)
` [RFC PATCH v3 01/12] mm: memcontrol: move the objcg infrastructure out of CONFIG_MEMCG_KMEM
` [RFC PATCH v3 02/12] mm: memcontrol: introduce compact_lock_page_lruvec_irqsave
` [RFC PATCH v3 03/12] mm: memcontrol: make lruvec lock safe when the LRU pages reparented
` [RFC PATCH v3 08/12] mm: memcontrol: introduce memcg_reparent_ops
    ` [External] Re: [RFC PATCH v3 00/12] Use obj_cgroup APIs to charge the LRU pages

[GIT PULL] netfs: Fixes
 2021-05-25 17:36 UTC  (2+ messages)

[RFC PATCH 1/2] mm/mremap: Fix race between MOVE_PMD mremap and pageout
 2021-05-25 17:28 UTC  (3+ messages)
` [RFC PATCH 2/2] mm/mremap: Fix race between MOVE_PUD "

[RFC 00/26] SLUB: use local_lock for kmem_cache_cpu protection and reduce disabling irqs
 2021-05-25 17:24 UTC  (49+ messages)
` [RFC 01/26] mm, slub: allocate private object map for sysfs listings
` [RFC 02/26] mm, slub: allocate private object map for validate_slab_cache()
` [RFC 03/26] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [RFC 04/26] mm, slub: simplify kmem_cache_cpu and tid setup
` [RFC 05/26] mm, slub: extract get_partial() from new_slab_objects()
` [RFC 06/26] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [RFC 07/26] mm, slub: return slab page from get_partial() and set c->page afterwards
` [RFC 08/26] mm, slub: restructure new page checks in ___slab_alloc()
` [RFC 09/26] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [RFC 10/26] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [RFC 11/26] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [RFC 12/26] mm, slub: restore irqs around calling new_slab()
` [RFC 13/26] mm, slub: validate partial and newly allocated slabs before loading them
` [RFC 14/26] mm, slub: check new pages with restored irqs
` [RFC 15/26] mm, slub: stop disabling irqs around get_partial()
` [RFC 16/26] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [RFC 17/26] mm, slub: make locking in deactivate_slab() irq-safe
` [RFC 18/26] mm, slub: call deactivate_slab() without disabling irqs
` [RFC 19/26] mm, slub: move irq control into unfreeze_partials()
` [RFC 20/26] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [RFC 21/26] mm, slub: detach whole partial list at once in unfreeze_partials()
` [RFC 22/26] mm, slub: detach percpu partial list in unfreeze_partials() using this_cpu_cmpxchg()
` [RFC 23/26] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [RFC 24/26] mm, slub: don't disable irqs in slub_cpu_dead()
` [RFC 25/26] mm, slub: use migrate_disable() in put_cpu_partial()
` [RFC 26/26] mm, slub: convert kmem_cpu_slab protection to local_lock

[PATCH v6 updated 9/11] mm/mremap: Fix race between mremap and pageout
 2021-05-25 17:22 UTC  (4+ messages)

[PATCH v6 00/11] Speedup mremap on ppc64
 2021-05-25 17:08 UTC  (5+ messages)
` [PATCH v6 07/11] mm/mremap: Use range flush that does TLB and page walk cache flush

[PATCH] mm: memcontrol: fix kernel-doc
 2021-05-25 16:09 UTC  (3+ messages)

[PATCH v29 05/13] mm/damon: Implement primitives for the virtual memory address spaces
 2021-05-25 15:44 UTC  (3+ messages)

[PATCH -next] riscv: TRANSPARENT_HUGEPAGE: depends on MMU
 2021-05-25 15:40 UTC  (3+ messages)

[PATCH v29 03/13] mm/damon: Adaptively adjust regions
 2021-05-25 15:39 UTC  (3+ messages)

Arm64 crash while reading memory sysfs
 2021-05-25 15:37 UTC  (2+ messages)

[linux-next:master 4551/5003] drivers/most/most_cdev.c:448:2: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295
 2021-05-25 15:12 UTC 

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-05-25 15:04 UTC  (9+ messages)
` [PATCH v27 24/31] x86/cet/shstk: Handle thread shadow stack
` [PATCH v27 27/31] ELF: Introduce arch_setup_elf_property()
` [PATCH v27 30/31] mm: Update arch_validate_flags() to test vma anonymous

[PATCH 00/14] Clean W=1 build warnings for mm/
 2021-05-25 14:25 UTC  (3+ messages)

[PATCH v5 0/2] hwpoison: fix race with hugetlb page allocation
 2021-05-25 13:08 UTC  (8+ messages)
` [PATCH v5 1/2] mm,hwpoison: "

[PATCH 0/1] mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()
 2021-05-25 13:00 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] arm64/mm: Drop HAVE_ARCH_PFN_VALID
 2021-05-25 12:55 UTC 

[PATCH v7] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-05-25 11:54 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 45efcfb7fe0e436d0039fd5afe05406ab13315a7
 2021-05-25 11:51 UTC 

[linux-next:master 187/5003] arch/sh/kernel/traps_32.c:574:9: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-05-25 11:01 UTC 

[PATCH 1/2] mm: slab/slub: use raw_spinlock_t to define list_lock
 2021-05-25 10:46 UTC  (4+ messages)
` [PATCH 2/2] mm: slub: use DEFINE_RAW_SPINLOCK init object_map_lock

[PATCH v1] memory-hotplug.rst: complete admin-guide overhaul
 2021-05-25 10:26 UTC 

[linux-next:master 3447/5003] drivers/gpu/drm/amd/amdgpu/../include/asic_reg/dcn/dcn_3_0_3_sh_mask.h:7607:111: warning: initialized field overwritten
 2021-05-25 10:20 UTC 

[PATCH v3 0/4] arm64: drop pfn_valid_within() and simplify pfn_valid()
 2021-05-25 10:04 UTC  (9+ messages)
` [RFC V2] mm: Enable generic pfn_valid() to handle early sections with memmap holes

[PATCH 0/5] mm/sparse: a few minor fixes and improvements
 2021-05-25  8:39 UTC  (10+ messages)
` [PATCH 2/5] mm/sparse: free section usage memory in case populate_section_memmap failed
` [PATCH 4/5] mm: rename the global section array to mem_sections
` [PATCH 5/5] mm/page_alloc: improve memmap_pages and dma_reserve dbg msg

[RFC PATCH] mm/page_alloc: fix counting of free pages after take off from buddy
 2021-05-25  8:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/6] fs/proc/kcore: don't read offline sections, logically offline pages and hwpoisoned pages
 2021-05-25  8:21 UTC  (9+ messages)
` [PATCH v2 3/6] "
` [PATCH v2 4/6] mm: introduce page_offline_(begin|end|freeze|thaw) to synchronize setting PageOffline()
` [PATCH v2 5/6] virtio-mem: use page_offline_(start|end) when "
` [PATCH v2 6/6] fs/proc/kcore: use page_offline_(freeze|thaw)

[PATCH] mm/huge_memory.c: Remove unused variable unmap_success
 2021-05-25  8:02 UTC  (2+ messages)

[PATCH 0/6 v2] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-25  8:01 UTC  (7+ messages)
` [PATCH 1/6] mm/page_alloc: Delete vm.percpu_pagelist_fraction
` [PATCH 2/6] mm/page_alloc: Disassociate the pcp->high from pcp->batch
` [PATCH 3/6] mm/page_alloc: Adjust pcp->high after CPU hotplug events
` [PATCH 4/6] mm/page_alloc: Scale the number of pages that are batch freed
` [PATCH 5/6] mm/page_alloc: Limit the number of pages on PCP lists when reclaim is active
` [PATCH 6/6] mm/page_alloc: Introduce vm.percpu_pagelist_high_fraction

[PATCH 0/3] slub: Print non-hashed pointers in slub debugging
 2021-05-25  7:37 UTC  (7+ messages)
` [PATCH 2/3] slub: Print raw pointer addresses when debugging
` [PATCH 3/3] slub: Actually use 'message' in restore_bytes()

[LSF/MM TOPIC] mm documentation
 2021-05-25  7:04 UTC  (4+ messages)

[linux-next:master 2881/4780] drivers/bus/ti-sysc.c:1398:13: warning: variable 'error' is used uninitialized whenever 'if' condition is false
 2021-05-25  5:51 UTC  (4+ messages)

[PATCH 0/2] arm64: remove page granularity limitation from KFENCE
 2021-05-25  2:15 UTC  (8+ messages)
` [PATCH 1/2] kfence: allow providing __kfence_pool in arch specific way
` [PATCH 2/2] arm64: remove page granularity limitation from KFENCE

[PATCH 1/2] KVM: Deliver VM fault signals to userspace
 2021-05-25  0:47 UTC  (2+ messages)

[PATCH v3] mm, hugetlb: fix resv_huge_pages underflow on UFFDIO_COPY
 2021-05-25  0:45 UTC  (4+ messages)

[kvm PATCH v6 0/2] shrink vcpu_vmx down to order 2
 2021-05-25  0:00 UTC  (6+ messages)

[PATCH v27 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-05-24 19:01 UTC  (4+ messages)
` [PATCH v27 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH v24 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-05-24 19:01 UTC  (4+ messages)
` [PATCH v24 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[linux-next:master] BUILD REGRESSION 674dc447b09fb668976c6ab1356b11e02ff209ed
 2021-05-24 18:56 UTC 

drivers/scsi/mvumi.c:407:40: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-05-24 16:27 UTC 

[RFC PATCH 0/6] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-24 16:01 UTC  (6+ messages)
` [PATCH 3/6] mm/page_alloc: Adjust pcp->high after CPU hotplug events

[PATCH] mm/vmalloc: Fallback to a single page allocator
 2021-05-24 15:49 UTC  (6+ messages)

[PATCH v5 0/9] Speedup mremap on ppc64
 2021-05-24 14:24 UTC  (11+ messages)
` [PATCH v5 7/9] mm/mremap: Move TLB flush outside page table lock


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