linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-30 10:21:06 to 2021-03-31 09:55:59 UTC [more...]

[RFC PATCH 0/6] Use local_lock for pcp protection and reduce stat overhead
 2021-03-31  9:55 UTC  (8+ messages)
` [PATCH 2/6] mm/page_alloc: Convert per-cpu list protection to local_lock

[PATCH 0/2] kernel-doc and MAINTAINERS clean-up
 2021-03-31  9:39 UTC  (3+ messages)
` [PATCH 1/2] MAINTAINERS: assign pagewalk.h to MEMORY MANAGEMENT

[PATCH RESEND] mm: Move mem_init_print_info() into mm_init()
 2021-03-31  9:34 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/3] Allow for multiple pages in a single writeback event
 2021-03-31  9:28 UTC  (5+ messages)
` [PATCH 2/3] flex_proportions: Allow N events instead of 1

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-03-31  8:51 UTC  (2+ messages)
` [PATCH v3 2/2] slub: remove resiliency_test() function

[PATCH v8 0/6] Optionally randomize kernel stack offset each syscall
 2021-03-31  7:53 UTC  (8+ messages)
` [PATCH v8 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v8 2/6] init_on_alloc: Optimize static branches
` [PATCH v8 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v8 5/6] arm64: entry: "
` [PATCH v8 6/6] lkdtm: Add REPORT_STACK for checking stack offsets
  ` [PATCH v8 3/6] stack: Optionally randomize kernel stack offset each syscall

[PATCH v3 0/8] make hugetlb put_page safe for all calling contexts
 2021-03-31  7:52 UTC  (11+ messages)
` [PATCH v3 1/8] mm/cma: change cma mutex to irq safe spinlock
` [PATCH v3 2/8] hugetlb: no need to drop hugetlb_lock to call cma_release
` [PATCH v3 3/8] hugetlb: add per-hstate mutex to synchronize user adjustments
` [PATCH v3 4/8] hugetlb: create remove_hugetlb_page() to separate functionality
` [PATCH v3 5/8] hugetlb: call update_and_free_page without hugetlb_lock
` [PATCH v3 6/8] hugetlb: change free_pool_huge_page to remove_pool_huge_page
` [PATCH v3 7/8] hugetlb: make free_huge_page irq safe
` [PATCH v3 8/8] hugetlb: add lockdep_assert_held() calls for hugetlb_lock

[PATCH] nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoff
 2021-03-31  7:30 UTC  (4+ messages)

[PATCH] mm/gup: check page posion status for coredump
 2021-03-31  7:07 UTC  (17+ messages)
      ` [PATCH v3] "
          ` [PATCH v5] mm/gup: check page hwposion "

[PATCH v1 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault/prealloc memory
 2021-03-31  6:46 UTC  (10+ messages)
` [PATCH v1 2/5] "

[PATCH v2] kernel/resource: Fix locking in request_free_mem_region
 2021-03-31  6:41 UTC  (5+ messages)

[PATCH V2 1/1] mm:improve the performance during fork
 2021-03-31  5:44 UTC  (2+ messages)

[PATCH v4] kasan: remove redundant config option
 2021-03-31  5:36 UTC  (3+ messages)

[PATCH v2 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-03-31  4:34 UTC  (4+ messages)
` [PATCH v2 2/2] slub: remove resiliency_test() function

[syzbot] WARNING in unsafe_follow_pfn
 2021-03-31  4:29 UTC  (3+ messages)

[PATCH v7 0/8] Add support for SVM atomics in Nouveau
 2021-03-31  4:15 UTC  (15+ messages)
` [PATCH v7 1/8] mm: Remove special swap entry functions
` [PATCH v7 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v7 5/8] mm: Device exclusive memory access

[PATCH] mm: add ___GFP_NOINIT flag which disables zeroing on alloc
 2021-03-31  3:55 UTC  (4+ messages)

[RFC PATCH v3 00/49] 1GB PUD THP support on x86_64
 2021-03-31  3:32 UTC  (9+ messages)

[RFC PATCH 00/15] Use obj_cgroup APIs to charge the LRU pages
 2021-03-31  3:28 UTC  (21+ messages)
` [RFC PATCH 03/15] mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
` [RFC PATCH 04/15] mm: memcontrol: use lruvec_memcg in lruvec_holds_page_lru_lock
` [RFC PATCH 05/15] mm: memcontrol: simplify the logic of objcg pinning memcg
` [RFC PATCH 06/15] mm: memcontrol: move the objcg infrastructure out of CONFIG_MEMCG_KMEM
` [RFC PATCH 07/15] mm: memcontrol: introduce compact_lock_page_lruvec_irqsave
` [RFC PATCH 08/15] mm: memcontrol: make lruvec lock safe when the LRU pages reparented
` [RFC PATCH 09/15] mm: thp: introduce lock/unlock_split_queue{_irqsave}()
` [RFC PATCH 10/15] mm: thp: make deferred split queue lock safe when the LRU pages reparented
` [RFC PATCH 11/15] mm: memcontrol: make all the callers of page_memcg() safe
` [RFC PATCH 12/15] mm: memcontrol: introduce memcg_reparent_ops
` [RFC PATCH 13/15] mm: memcontrol: use obj_cgroup APIs to charge the LRU pages
` [RFC PATCH 14/15] mm: memcontrol: rename {un}lock_page_memcg() to {un}lock_page_objcg()
` [RFC PATCH 15/15] mm: lru: add VM_BUG_ON_PAGE to lru maintenance function

BUG_ON(!mapping_empty(&inode->i_data))
 2021-03-31  2:49 UTC  (2+ messages)

[PATCH v2 0/8] make hugetlb put_page safe for all calling contexts
 2021-03-31  2:39 UTC  (7+ messages)
` [PATCH v2 1/8] mm/cma: change cma mutex to irq safe spinlock
` [PATCH v2 5/8] hugetlb: call update_and_free_page without hugetlb_lock
  ` [External] "

[linux-next:master 7889/8451] drivers/pinctrl/bcm/pinctrl-bcm6362.c:503:8: warning: cast from pointer to integer of different size
 2021-03-31  2:19 UTC 

[linux-next:master 6117/8451] drivers/md/raid10.c:1707:39: warning: Uninitialized variable: first_r10bio [uninitvar]
 2021-03-31  1:59 UTC 

[RFC v2 00/43] PKRAM: Preserved-over-Kexec RAM
 2021-03-30 21:36 UTC  (44+ messages)
` [RFC v2 01/43] mm: add PKRAM API stubs and Kconfig
` [RFC v2 02/43] mm: PKRAM: implement node load and save functions
` [RFC v2 03/43] mm: PKRAM: implement object "
` [RFC v2 04/43] mm: PKRAM: implement page stream operations
` [RFC v2 05/43] mm: PKRAM: support preserving transparent hugepages
` [RFC v2 06/43] mm: PKRAM: implement byte stream operations
` [RFC v2 07/43] mm: PKRAM: link nodes by pfn before reboot
` [RFC v2 08/43] mm: PKRAM: introduce super block
` [RFC v2 09/43] PKRAM: track preserved pages in a physical mapping pagetable
` [RFC v2 10/43] PKRAM: pass a list of preserved ranges to the next kernel
` [RFC v2 11/43] PKRAM: prepare for adding preserved ranges to memblock reserved
` [RFC v2 12/43] mm: PKRAM: reserve preserved memory at boot
` [RFC v2 13/43] PKRAM: free the preserved ranges list
` [RFC v2 14/43] PKRAM: prevent inadvertent use of a stale superblock
` [RFC v2 15/43] PKRAM: provide a way to ban pages from use by PKRAM
` [RFC v2 16/43] kexec: PKRAM: prevent kexec clobbering preserved pages in some cases
` [RFC v2 17/43] PKRAM: provide a way to check if a memory range has preserved pages
` [RFC v2 18/43] kexec: PKRAM: avoid clobbering already "
` [RFC v2 19/43] mm: PKRAM: allow preserved memory to be freed from userspace
` [RFC v2 20/43] PKRAM: disable feature when running the kdump kernel
` [RFC v2 21/43] x86/KASLR: PKRAM: support physical kaslr
` [RFC v2 22/43] x86/boot/compressed/64: use 1GB pages for mappings
` [RFC v2 23/43] mm: shmem: introduce shmem_insert_page
` [RFC v2 24/43] mm: shmem: enable saving to PKRAM
` [RFC v2 25/43] mm: shmem: prevent swapping of PKRAM-enabled tmpfs pages
` [RFC v2 26/43] mm: shmem: specify the mm to use when inserting pages
` [RFC v2 27/43] mm: shmem: when inserting, handle pages already charged to a memcg
` [RFC v2 28/43] x86/mm/numa: add numa_isolate_memblocks()
` [RFC v2 29/43] PKRAM: ensure memblocks with preserved pages init'd for numa
` [RFC v2 30/43] memblock: PKRAM: mark memblocks that contain preserved pages
` [RFC v2 31/43] memblock, mm: defer initialization of "
` [RFC v2 32/43] shmem: preserve shmem files a chunk at a time
` [RFC v2 33/43] PKRAM: atomically add and remove link pages
` [RFC v2 34/43] shmem: PKRAM: multithread preserving and restoring shmem pages
` [RFC v2 35/43] shmem: introduce shmem_insert_pages()
` [RFC v2 36/43] PKRAM: add support for loading pages in bulk
` [RFC v2 37/43] shmem: PKRAM: enable bulk loading of preserved pages into shmem
` [RFC v2 38/43] mm: implement splicing a list of pages to the LRU
` [RFC v2 39/43] shmem: optimize adding pages to the LRU in shmem_insert_pages()
` [RFC v2 40/43] shmem: initial support for adding multiple pages to pagecache
` [RFC v2 41/43] XArray: add xas_export_node() and xas_import_node()
` [RFC v2 42/43] shmem: reduce time holding xa_lock when inserting pages
` [RFC v2 43/43] PKRAM: improve index alignment of pkram_link entries

[PATCH mmotm] mm: vmscan: fix shrinker_rwsem in free_shrinker_info()
 2021-03-30 23:44 UTC 

[PATCH v3] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTNUE behavior
 2021-03-30 23:30 UTC  (3+ messages)

[PATCH] mm: cma: add the CMA instance name to cma trace events
 2021-03-30 22:02 UTC 

[linux-next:master] BUILD REGRESSION 4143e05b7b171902f4938614c2a68821e1af46bc
 2021-03-30 22:00 UTC 

[PATCH v5 00/27] Memory Folios
 2021-03-30 21:09 UTC  (9+ messages)

[v2 PATCH] mm: gup: remove FOLL_SPLIT
 2021-03-30 20:38 UTC 

[linux-next:master 7892/8451] pinctrl-bcm6368.c:undefined reference to `pinconf_generic_dt_node_to_map'
 2021-03-30 20:34 UTC 

[PATCH] mm, thp: Relax the VM_DENYWRITE constraint on file-backed THPs
 2021-03-30 20:00 UTC  (5+ messages)

[linux-next:master 7889/8451] pinctrl-bcm6362.c:undefined reference to `pinconf_generic_dt_node_to_map'
 2021-03-30 18:47 UTC 

[linux-next:master 7356/8451] percpu.c:undefined reference to `vunmap_range_noflush'
 2021-03-30 18:20 UTC 

[PATCH mm v2] mm, kasan: fix for "integrate page_alloc init with HW_TAGS"
 2021-03-30 18:11 UTC  (3+ messages)

[linux-next:master 7353/8451] percpu.c:undefined reference to `vmap_pages_range_noflush'
 2021-03-30 18:05 UTC 

[PATCH v2] mm: Move page_mapping_file to pagemap.h
 2021-03-30 17:14 UTC  (3+ messages)

[linux-next:master 7883/8451] pinctrl-bcm6328.c:undefined reference to `pinconf_generic_dt_node_to_map'
 2021-03-30 17:04 UTC 

[RFC PATCH 0/6] mm: thp: use generic THP migration for NUMA hinting fault
 2021-03-30 17:02 UTC  (12+ messages)
` [PATCH 3/6] mm: migrate: teach migrate_misplaced_page() about THP
` [PATCH 4/6] mm: thp: refactor NUMA fault handling
` [PATCH 5/6] mm: migrate: don't split THP for misplaced NUMA page

exec error: BUG: Bad rss-counter
 2021-03-30 16:47 UTC  (10+ messages)

[PATCH] mm: gup: remove FOLL_SPLIT
 2021-03-30 16:34 UTC  (3+ messages)

[PATCH mm] mm, kasan: fix for "integrate page_alloc init with HW_TAGS"
 2021-03-30 16:37 UTC  (3+ messages)

[linux-next:master 3894/8451] arch/arm64/include/asm/syscall_wrapper.h:76:25: warning: no previous prototype for '__arm64_sys_quotactl_path'
 2021-03-30 15:52 UTC 

[PATCH] kasan: fix conflict with page poisoning
 2021-03-30 15:35 UTC 

[PATCH] mm: change size_t to unsigned int for cma_alloc
 2021-03-30 15:05 UTC  (6+ messages)

[PATCH] mm: page_alloc: ignore init_on_free=1 for page alloc
 2021-03-30 14:48 UTC  (6+ messages)

[PATCH 0/4] Cleanup and fixup for ksm
 2021-03-30 14:02 UTC  (5+ messages)
` [PATCH 1/4] ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search()
` [PATCH 2/4] ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()
` [PATCH 3/4] ksm: remove dedicated macro KSM_FLAG_MASK
` [PATCH 4/4] ksm: fix potential missing rmap_item for stable_node

[PATCH 0/3] mm, pmem: Force unmap pmem on surprise remove
 2021-03-30 13:49 UTC  (7+ messages)
` [PATCH 3/3] mm/devmap: Remove pgmap accounting in the get_user_pages_fast() path

[RFC] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
 2021-03-30 13:33 UTC  (2+ messages)

[PATCH v3 5/9] powerpc/mm/book3s64: Update tlb flush routines to take a page walk cache flush argument
 2021-03-30 13:28 UTC  (2+ messages)

[PATCH] mm/ksm: remove unused parameter from remove_trailing_rmap_items()
 2021-03-30 12:13 UTC 

[PATCH] mm/page_alloc: Add a bulk page allocator -fix -fix
 2021-03-30 11:51 UTC  (2+ messages)

mm/page_alloc: add a bulk page allocator
 2021-03-30 11:47 UTC  (2+ messages)

[Question] Is there a race window between swapoff vs synchronous swap_readpage
 2021-03-30 11:21 UTC  (5+ 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).