linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-31 11:37:26 to 2021-06-02 00:37:03 UTC [more...]

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-06-02  0:36 UTC  (7+ messages)
` [PATCH v1 08/11] mm/sparse-vmemmap: use hugepages for PUD "
` [PATCH v1 09/11] mm/page_alloc: reuse tail struct pages for "
` [PATCH v1 10/11] device-dax: compound pagemap support

[PATCH v3 0/4] slub: Print non-hashed pointers in slub debugging
 2021-06-02  0:26 UTC  (7+ messages)
` [PATCH v3 1/4] slub: Restore slub_debug=- behavior
` [PATCH v3 2/4] slub: Actually use 'message' in restore_bytes()
` [PATCH v3 3/4] slub: Indicate slab_fix() uses printf formats
` [PATCH v3 4/4] slub: Force on no_hash_pointers when slub_debug is enabled

[PATCH 0/2] mm: adds MAP_NOSIGBUS extension for shmem read
 2021-06-02  0:16 UTC  (4+ messages)
` [PATCH 1/2] mm: make "vm_flags" be an u64
` [PATCH 2/2] mm: adds NOSIGBUS extension for out-of-band shmem read

[RFC PATCH V1] zram:calculate available memory when zram is used
 2021-06-02  0:06 UTC  (3+ messages)

[RFC PATCH] mm/page_reporting: Adjust threshold according to MAX_ORDER
 2021-06-02  0:03 UTC  (3+ messages)

[v3 PATCH 0/3] mm/mempolicy: some fix and semantics cleanup
 2021-06-01 23:56 UTC  (13+ messages)
` [v3 PATCH 1/3] mm/mempolicy: cleanup nodemask intersection check for oom
` [v3 PATCH 2/3] mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
` [v3 PATCH 3/3] mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy

[PATCH V2 0/6] mm/sparse: a few minor fixes and improvements
 2021-06-01 23:52 UTC  (22+ messages)
` [PATCH V2 1/6] mm: drop SECTION_SHIFT in code comments
` [PATCH V2 2/6] mm/sparse: free section usage memory in case populate_section_memmap failed
` [PATCH V2 3/6] mm/sparse: move mem_sections allocation out of memory_present()
` [PATCH V2 4/6] mm: rename the global section array to mem_sections
` [PATCH V2 5/6] mm/page_alloc: improve memmap_pages dbg msg
` [PATCH V2 6/6] mm/sparse: remove one duplicated #ifdef CONFIG_SPARSEMEM_EXTREME

[PATCH v2] mm: fs: invalidate bh_lrus for only cold path
 2021-06-01 23:15 UTC  (2+ messages)

[PATCH 0/5] x86/pkeys: PKRU manipulation bug fixes and cleanups
 2021-06-01 22:49 UTC  (5+ messages)
` [PATCH 4/5] x86/pkeys: replace PKRU modification infrastructure

[LSF/MM/BPF TOPIC] The Maple Tree
 2021-06-01 22:30 UTC 

[linux-next:master 5226/5946] dtbs_check: arch/arm/boot/dts/tegra20-paz00.dt.yaml: temperature-sensor@4c: '#thermal-sensor-cells' does not match any of the regexes: 'pinctrl-[0-9]+'
 2021-06-01 22:05 UTC 

[PATCH 0/7] mm/thp: fix THP splitting unmap BUGs and related
 2021-06-01 21:32 UTC  (10+ messages)
` [PATCH 1/7] mm/thp: fix __split_huge_pmd_locked() on shmem migration entry
` [PATCH 2/7] mm/thp: try_to_unmap() use TTU_SYNC for safe DEBUG_VM splitting
` [PATCH 3/7] mm/thp: fix vma_address() if virtual address below file offset
` [PATCH 4/7] mm/thp: fix page_address_in_vma() on file THP tails
` [PATCH 5/7] mm/thp: fix page_vma_mapped_walk() if huge page mapped by ptes
` [PATCH 6/7] mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()
` [PATCH 7/7] mm/thp: remap_page() is only needed on anonymous THP

[PATCH] mm, thp: relax migration wait when failed to get tail page
 2021-06-01 20:27 UTC  (6+ messages)

[PATCH 00/29] Speculative page faults (anon vmas only)
 2021-06-01 20:23 UTC  (7+ messages)

[PATCH v5 0/4] arm64: improve efficiency of setting tags for user pages
 2021-06-01 19:50 UTC  (5+ messages)
` [PATCH v5 1/4] mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()
` [PATCH v5 2/4] kasan: use separate (un)poison implementation for integrated init
` [PATCH v5 3/4] arm64: mte: handle tags zeroing at page allocation time
` [PATCH v5 4/4] kasan: disable freed user page poisoning with HW tags

[PATCH v4 0/4] arm64: improve efficiency of setting tags for user pages
 2021-06-01 19:28 UTC  (4+ messages)
` [PATCH v4 2/4] kasan: use separate (un)poison implementation for integrated init

[PATCH v5] mm: improve mprotect(R|W) efficiency on pages referenced once
 2021-06-01 18:59 UTC 

[PATCH v4] mm, hugetlb: fix racy resv_huge_pages underflow on UFFDIO_COPY
 2021-06-01 18:05 UTC  (8+ messages)

[LSF/MM TOPIC] mmap locking topics
 2021-06-01 17:39 UTC  (3+ messages)

[PATCH] mm: thp: fix a double unlock bug
 2021-06-01 17:30 UTC  (4+ messages)

[clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
 2021-06-01 17:10 UTC  (11+ messages)

[PATCH v4] mm, hugetlb: Fix simple resv_huge_pages underflow on UFFDIO_COPY
 2021-06-01 16:59 UTC  (4+ messages)

[PATCH v2] fb_defio: Remove custom address_space_operations
 2021-06-01 15:39 UTC  (6+ messages)

[v4 PATCH 0/3] mm/mempolicy: some fix and semantics cleanup
 2021-06-01 15:14 UTC  (4+ messages)
` [v4 PATCH 1/3] mm/mempolicy: cleanup nodemask intersection check for oom
` [v4 PATCH 2/3] mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy
` [v4 PATCH 3/3] mm/mempolicy: unify the parameter sanity check for mbind and set_mempolicy

[QUESTION] arm64: mmap to the hugetlbfs with hugepagesize=512M got SIGILL
 2021-06-01 15:00 UTC  (2+ messages)

[PATCH] mm: free idle swap cache page after COW
 2021-06-01 15:00 UTC  (4+ messages)

[RFC 0/7] Introduce memory allocation speed throttle in memcg
 2021-06-01 14:45 UTC  (4+ messages)

[PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode
 2021-06-01 14:18 UTC  (12+ messages)

[PATCH -next] userfaultfd: Remove set but not used variable 'vm_alloc_shared'
 2021-06-01 14:16 UTC 

[PATCH v9] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-06-01 14:12 UTC  (2+ messages)

[PATCH v8] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-06-01 13:57 UTC  (7+ messages)

[RFC/RFT PATCH 0/5] consolidate "System RAM" resources setup
 2021-06-01 13:54 UTC  (11+ messages)
` [RFC/RFT PATCH 1/5] s390: make crashk_res resource a child of "System RAM"
` [RFC/RFT PATCH 2/5] memblock: introduce generic memblock_setup_resources()
` [RFC/RFT PATCH 3/5] arm: switch to "
` [RFC/RFT PATCH 4/5] MIPS: switch to generic memblock_setup_resources
` [RFC/RFT PATCH 5/5] arm64: switch to generic memblock_setup_resources()

__buffer_migrate_page() vs ll_rw_block()
 2021-06-01 13:23 UTC 

[RFC PATCH 0/2] Allow high order pages to be stored on PCP
 2021-06-01 12:45 UTC  (5+ messages)
` [PATCH 1/2] mm/page_alloc: Move free_the_page
` [PATCH 2/2] mm/page_alloc: Allow high-order pages to be stored on the per-cpu lists

[PATCH 00/18] arm64: MMU enabled kexec relocation
 2021-06-01 12:38 UTC  (7+ messages)
` [PATCH 03/18] arm64: hyp-stub: Move elx_sync into the vectors
` [PATCH 04/18] arm64: kernel: add helper for booted at EL2 and not VHE

[linux-next:master 5756/5946] mm/userfaultfd.c:212:6: warning: variable 'vm_alloc_shared' set but not used
 2021-06-01 12:10 UTC 

[PATCH] mm: hugetlb: checking for IS_ERR() instead of NULL
 2021-06-01 10:52 UTC  (2+ messages)

[PATCH] mm,memory_hotplug: Drop unneeded locking
 2021-06-01 10:33 UTC  (8+ messages)

[linux-next:master 5596/5886] arch/x86/include/asm/fixmap.h:103:48: error: use of undeclared identifier 'NR_CPUS'
 2021-06-01  7:48 UTC  (4+ messages)

Sealed memfd & no-fault mmap
 2021-06-01  7:08 UTC  (17+ messages)

[RFC PATCH v0 0/3] CPU hotplug awareness in percpu allocator
 2021-06-01  6:51 UTC  (4+ messages)
` [RFC PATCH v0 1/3] percpu: CPU hotplug support for alloc_percpu()
` [RFC PATCH v0 2/3] percpu: Limit percpu allocator to online cpus
` [RFC PATCH v0 3/3] percpu: Avoid using percpu ptrs of non-existing cpus

[PATCH v2 1/3] mm: add __ prefix to page_cpupid_reset_last because it is non-atomic
 2021-06-01  6:42 UTC  (3+ messages)

[PATCH v3 0/4] shoot lazy tlbs
 2021-06-01  6:23 UTC  (5+ messages)
` [PATCH v3 1/4] lazy tlb: introduce lazy mm refcount helper functions
` [PATCH v3 2/4] lazy tlb: allow lazy tlb mm switching to be configurable
` [PATCH v3 3/4] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [PATCH v3 4/4] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

mmotm 2021-05-31-21-44 uploaded
 2021-06-01  4:45 UTC 

[PATCH] mm: generalize ZONE_[DMA|DMA32]
 2021-06-01  2:56 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4] mm/compaction: let proactive compaction order configurable
 2021-06-01  1:15 UTC  (3+ messages)
  ` 答复: "

[PATCH v4] mm: improve mprotect(R|W) efficiency on pages referenced once
 2021-06-01  0:44 UTC  (8+ messages)

mm/migrate.c:1406:5: warning: stack frame size of 2096 bytes in function 'migrate_pages'
 2021-05-31 22:14 UTC  (2+ messages)

[PATCH -next v2] mm/mmap_lock: fix warning when CONFIG_TRACING is not defined
 2021-05-31 22:02 UTC  (2+ messages)

[PATCH next v1 1/2] dump_stack: move cpu lock to printk.c
 2021-05-31 21:49 UTC  (2+ messages)

[Bug 213299] New: kswapd Regression as of 5.13-rc3, eats 100% of CPU for no reason
 2021-05-31 21:33 UTC 

[RFCv2 13/13] KVM: unmap guest memory using poisoned pages
 2021-05-31 20:07 UTC  (11+ messages)

[PATCH 0/1] kasan: add memory corruption identification for hardware tag-based
 2021-05-31 15:59 UTC  (4+ messages)
` [PATCH 1/1] kasan: add memory corruption identification for hardware tag-based mode

[PATCH 00/94] Introducing the Maple Tree
 2021-05-31 13:42 UTC  (7+ messages)
` [PATCH 32/94] kernel/fork: Convert dup_mmap to use maple tree
` [PATCH 33/94] mm: Remove rb tree

[RFC PATCH 00/13] Introduce DAMON-based Proactive Reclamation
 2021-05-31 13:38 UTC  (14+ messages)
` [RFC PATCH 01/13] mm/damon/paddr: Support the pageout scheme
` [RFC PATCH 02/13] mm/damon/damos: Make schemes aggressiveness controllable
` [RFC PATCH 03/13] damon/core/schemes: Skip already charged targets and regions
` [RFC PATCH 04/13] mm/damon/dbgfs: Support schemes speed limit
` [RFC PATCH 05/13] mm/damon/selftests: "
` [RFC PATCH 06/13] mm/damon/schemes: Prioritize regions within "
` [RFC PATCH 07/13] mm/damon/vaddr,paddr: Support pageout prioritization
` [RFC PATCH 08/13] mm/damon/dbgfs: Support prioritization weights
` [RFC PATCH 09/13] tools/selftests/damon: Update for regions prioritization of schemes
` [RFC PATCH 10/13] mm/damon/schemes: Activate schemes based on a watermarks mechanism
` [RFC PATCH 11/13] mm/damon/dbgfs: Support watermarks
` [RFC PATCH 12/13] selftests/damon: "
` [RFC PATCH 13/13] mm/damon: Introduce DAMON-based reclamation

[PATCH v3] mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attempt
 2021-05-31 13:21 UTC  (5+ messages)
` [PATCH v4] "

[PATCH 0/6 v2] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-31 12:00 UTC  (7+ 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 NNTP newsgroup(s).