linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-12 04:03:05 to 2021-04-13 10:07:31 UTC [more...]

[RFC 0/4] Fix machine check recovery for copy_from_user
 2021-04-13 10:07 UTC  (7+ messages)
` [PATCH 3/4] mce/copyin: fix to not SIGBUS when copying from user hits poison

[PATCH v2 resend] mm/memory_hotplug: Make unpopulated zones PCP structures unreachable during hot remove
 2021-04-13  9:49 UTC  (11+ messages)

mmotm 2021-04-11-20-47 uploaded
 2021-04-13  9:16 UTC  (7+ messages)
` mmotm 2021-04-11-20-47 uploaded (fs/io_uring.c)
` mmotm 2021-04-11-20-47 uploaded (bpf: xsk.c)
` mmotm 2021-04-11-20-47 uploaded (ni_routes_test.c)

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-13  8:33 UTC  (14+ messages)

[PATCH 0/1] Fix struct page layout on 32-bit systems
 2021-04-13  8:21 UTC  (4+ messages)
  ` [PATCH 1/1] mm: "

[PATCH v2 00/16] Multigenerational LRU Framework
 2021-04-13  7:51 UTC  (18+ messages)
` [PATCH v2 01/16] include/linux/memcontrol.h: do not warn in page_memcg_rcu() if !CONFIG_MEMCG
` [PATCH v2 02/16] include/linux/nodemask.h: define next_memory_node() if !CONFIG_NUMA
` [PATCH v2 03/16] include/linux/huge_mm.h: define is_huge_zero_pmd() if !CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH v2 04/16] include/linux/cgroup.h: export cgroup_mutex
` [PATCH v2 05/16] mm/swap.c: export activate_page()
` [PATCH v2 06/16] mm, x86: support the access bit on non-leaf PMD entries
` [PATCH v2 07/16] mm/vmscan.c: refactor shrink_node()
` [PATCH v2 08/16] mm: multigenerational lru: groundwork
` [PATCH v2 09/16] mm: multigenerational lru: activation
` [PATCH v2 10/16] mm: multigenerational lru: mm_struct list
` [PATCH v2 11/16] mm: multigenerational lru: aging
` [PATCH v2 12/16] mm: multigenerational lru: eviction
` [PATCH v2 13/16] mm: multigenerational lru: page reclaim
` [PATCH v2 14/16] mm: multigenerational lru: user interface
` [PATCH v2 15/16] mm: multigenerational lru: Kconfig
` [PATCH v2 16/16] mm: multigenerational lru: documentation

[PATCH 0/7] mm: Unexport apply_to_page_range()
 2021-04-13  7:36 UTC  (24+ messages)
` [PATCH 1/7] mm: Unexport apply_to_existing_page_range()
` [PATCH 2/7] xen/gntdev,x86: Remove apply_to_page_range() use from module
` [PATCH 3/7] xen/gntdev: "
` [PATCH 4/7] mm: Introduce verify_page_range()
` [PATCH 5/7] xen/privcmd: Use verify_page_range()
` [PATCH 6/7] i915: Convert to verify_page_range()
` [PATCH 7/7] mm: Unexport apply_to_page_range()

[PATCH 0/7] memcontrol code cleanup and simplification
 2021-04-13  6:51 UTC  (7+ messages)
` [PATCH 1/7] mm: memcontrol: fix page charging in page replacement
` [PATCH 2/7] mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
` [PATCH 4/7] mm: memcontrol: simplify lruvec_holds_page_lru_lock
` [PATCH 5/7] mm: memcontrol: simplify the logic of objcg pinning memcg
` [PATCH 6/7] mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lock
` [PATCH 7/7] mm: vmscan: remove noinline_for_stack

[PATCH v8] RISC-V: enable XIP
 2021-04-13  6:35 UTC 

[RFC] mm: activate access-more-than-once page via NUMA balancing
 2021-04-13  5:42 UTC  (7+ messages)

[PATCH v2 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-13  5:17 UTC  (10+ messages)
` [PATCH v2 1/9] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH v2 2/9] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH v2 3/9] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH v2 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH v2 5/9] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH v2 6/9] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH v2 7/9] userfaultfd/selftests: reinitialize test context in each test
` [PATCH v2 8/9] userfaultfd/selftests: exercise minor fault handling shmem support
` [PATCH v2 9/9] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes

[PATCH 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-13  4:40 UTC  (8+ messages)
` [PATCH 1/9] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH 2/9] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE for shmem

[PATCH v1 00/14] Multigenerational LRU
 2021-04-13  3:06 UTC  (21+ messages)
` [PATCH v1 09/14] mm: multigenerational lru: mm_struct list

[PATCH v2 0/5] Cleanup and fixup for hugetlb
 2021-04-13  2:22 UTC  (10+ messages)
` [PATCH v2 2/5] mm/hugeltb: simplify the return code of __vma_reservation_common()
` [PATCH v2 3/5] mm/hugeltb: clarify (chg - freed) won't go negative in hugetlb_unreserve_pages()
` [PATCH v2 4/5] mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()
` [PATCH v2 5/5] mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()

[linux-next:master] BUILD REGRESSION 5df924d19629975d565da37eb7268c7bf4d491fe
 2021-04-13  1:56 UTC 

arch/csky/mm/tcm.c:9:2: error: #error "You should define ITCM_RAM_BASE"
 2021-04-13  1:36 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH 0/5] close various race windows for swap
 2021-04-13  1:36 UTC  (9+ messages)
` [PATCH 3/5] mm/swap_state: fix get_shadow_from_swap_cache() race with swapoff
` [PATCH 5/5] mm/swap_state: fix swap_cluster_readahead() "
  ` [PATCH 1/5] mm/swapfile: add percpu_ref support for swap
  ` [PATCH 2/5] swap: fix do_swap_page() race with swapoff

[PATCH v4] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-13  1:21 UTC  (5+ messages)

[PATCH V2 0/6] mm: some config cleanups
 2021-04-13  1:08 UTC  (4+ messages)
` [PATCH V2 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION

[PATCH v2 0/5] mm/memcg: Reduce kmemcache memory accounting overhead
 2021-04-13  1:03 UTC  (11+ messages)
` [PATCH v2 1/5] mm/memcg: Pass both memcg and lruvec to mod_memcg_lruvec_state()
` [PATCH v2 2/5] mm/memcg: Introduce obj_cgroup_uncharge_mod_state()
` [PATCH v2 3/5] mm/memcg: Cache vmstat data in percpu memcg_stock_pcp
` [PATCH v2 4/5] mm/memcg: Separate out object stock data into its own struct
` [PATCH v2 5/5] mm/memcg: Optimize user context object stock access

[PATCH v2 0/5] userfaultfd/selftests: A few cleanups
 2021-04-12 23:27 UTC  (6+ messages)
` [PATCH v2 1/5] userfaultfd/selftests: Use user mode only
` [PATCH v2 2/5] userfaultfd/selftests: Remove the time() check on delayed uffd
` [PATCH v2 3/5] userfaultfd/selftests: Dropping VERIFY check in locking_thread
` [PATCH v2 4/5] userfaultfd/selftests: Only dump counts if mode enabled
` [PATCH v2 5/5] userfaultfd/selftests: Unify error handling

[PATCH v1 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-04-12 22:43 UTC  (4+ messages)
` [PATCH v1 1/3] mm/memory-failure: Use a mutex to avoid memory_failure() races
` [PATCH v1 2/3] mm,hwpoison: return -EHWPOISON when page already
` [PATCH v1 3/3] mm,hwpoison: add kill_accessing_process() to find error virtual address

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-04-12 22:02 UTC 

[PATCH 0/11 v2] Use local_lock for pcp protection and reduce stat overhead
 2021-04-12 21:47 UTC  (13+ messages)
` [PATCH 01/11] mm/page_alloc: Split per cpu page lists and zone stats
` [PATCH 02/11] mm/page_alloc: Convert per-cpu list protection to local_lock

kernel BUG at mm/huge_memory.c:2736(linux 5.10.29)
 2021-04-12 20:18 UTC  (2+ messages)

[PATCH 0/5] mm/memcg: Reduce kmemcache memory accounting overhead
 2021-04-12 19:58 UTC  (24+ messages)
` [PATCH 1/5] mm/memcg: Pass both memcg and lruvec to mod_memcg_lruvec_state()
` [PATCH 2/5] mm/memcg: Introduce obj_cgroup_uncharge_mod_state()
` [PATCH 3/5] mm/memcg: Cache vmstat data in percpu memcg_stock_pcp
` [PATCH 4/5] mm/memcg: Separate out object stock data into its own struct
` [PATCH 5/5] mm/memcg: Optimize user context object stock access

[PATCH] mm/compaction:let proactive compaction order configurable
 2021-04-12 19:22 UTC  (4+ messages)

[PATCH v3 0/9] Speedup mremap on ppc64
 2021-04-12 18:38 UTC  (5+ messages)
` [PATCH v3 1/9] selftest/mremap_test: Update the test to handle pagesize other than 4K
` [PATCH v3 2/9] selftest/mremap_test: Avoid crash with static build

[PATCH v5 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-12 18:03 UTC  (4+ messages)
` [PATCH v5 4/8] hugetlb: create remove_hugetlb_page() to separate functionality

[RFC PATCH v2 00/18] Use obj_cgroup APIs to charge the LRU pages
 2021-04-12 17:45 UTC  (4+ messages)

[linux-next:master 12059/12188] kernel/gcov/clang.c:371:19: warning: incompatible integer to pointer conversion assigning to 'u64 *' (aka 'unsigned long long *') from 'int'
 2021-04-12 17:20 UTC 

[PATCH V12 0/3] Charge loop device i/o to issuing cgroup
 2021-04-12 15:50 UTC  (3+ messages)

memcg: performance degradation since v5.9
 2021-04-12 15:22 UTC  (6+ messages)

Inaccessible pages & folios
 2021-04-12 13:55 UTC  (5+ messages)

[PATCH v3] drivers: introduce and use WANT_DMA_CMA for soft dependencies on DMA_CMA
 2021-04-12 13:19 UTC  (5+ messages)

incoming
 2021-04-12 12:54 UTC  (6+ messages)
` [patch 05/16] kasan: fix hwasan build for gcc

[PATCH] mm: optimize memory allocation
 2021-04-12 11:36 UTC  (2+ messages)

[PATCH v27 07/13] mm/damon: Implement a debugfs-based user space interface
 2021-04-12 11:22 UTC  (2+ messages)

[PATCH 0/9 v6] Introduce a bulk order-0 page allocator with two in-tree users
 2021-04-12 11:19 UTC  (13+ messages)
` [PATCH 1/9] mm/page_alloc: Rename alloced to allocated
` [PATCH 2/9] mm/page_alloc: Add a bulk page allocator
` [PATCH 3/9] mm/page_alloc: Add an array-based interface to the "
` [PATCH 4/9] mm/page_alloc: optimize code layout for __alloc_pages_bulk
` [PATCH 5/9] mm/page_alloc: inline __rmqueue_pcplist

[PATCH] mm: memcontrol: fix forget to obtain the ref to objcg in split_page_memcg
 2021-04-12 11:05 UTC  (4+ messages)
  ` [External] "

[PATCH] mm/page_alloc: Add a bulk page allocator -fix -fix -fix
 2021-04-12 11:02 UTC 

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-04-12  9:19 UTC  (7+ messages)
` [PATCH 03/10] mm/migrate: update node demotion order during on hotplug events

[PATCH V2] mm/page_alloc: Ensure that HUGETLB_PAGE_ORDER is less than MAX_ORDER
 2021-04-12  8:47 UTC  (4+ messages)

[PATCH v4] kasan: remove redundant config option
 2021-04-12  8:15 UTC  (6+ messages)

[bpf] a10787e6d5: will-it-scale.per_process_ops 3.5% improvement
 2021-04-12  7:52 UTC 

[PATCH v7] RISC-V: enable XIP
 2021-04-12  7:49 UTC  (10+ messages)

[PATCH v7 00/28] Memory Folios
 2021-04-12  6:08 UTC  (3+ messages)
` [PATCH v7 01/28] mm: Optimise nth_page for contiguous memmap

unexpected -ENOMEM from percpu_counter_init()
 2021-04-12  5:24 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).