linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-13 10:48:04 to 2021-04-14 13:05:23 UTC [more...]

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

[PATCH v4 00/13] Introduced multi-preference mempolicy
 2021-04-14 13:01 UTC  (14+ messages)
` [PATCH v4 02/13] mm/mempolicy: convert single preferred_node to full nodemask
` [PATCH v4 03/13] mm/mempolicy: Add MPOL_PREFERRED_MANY for multiple preferred nodes
` [PATCH v4 04/13] mm/mempolicy: allow preferred code to take a nodemask
` [PATCH v4 05/13] mm/mempolicy: refactor rebind code for PREFERRED_MANY
` [PATCH v4 06/13] mm/mempolicy: kill v.preferred_nodes
` [PATCH v4 07/13] mm/mempolicy: handle MPOL_PREFERRED_MANY like BIND

[PATCH 0/11 v2] Use local_lock for pcp protection and reduce stat overhead
 2021-04-14 12:56 UTC  (6+ messages)
` [PATCH 01/11] mm/page_alloc: Split per cpu page lists and zone stats
` [PATCH 04/11] mm/vmstat: Convert NUMA statistics to basic NUMA counters

[PATCH v7 0/7] Make alloc_contig_range handle Hugetlb pages
 2021-04-14 12:26 UTC  (34+ messages)
` [PATCH v7 1/7] mm,page_alloc: Bail out earlier on -ENOMEM in alloc_contig_migrate_range
` [PATCH v7 2/7] mm,compaction: Let isolate_migratepages_{range,block} return error codes
` [PATCH v7 3/7] mm,hugetlb: Clear HPageFreed outside of the lock
` [PATCH v7 4/7] mm,hugetlb: Split prep_new_huge_page functionality
` [PATCH v7 5/7] mm: Make alloc_contig_range handle free hugetlb pages
` [PATCH v7 6/7] mm: Make alloc_contig_range handle in-use "
` [PATCH v7 7/7] mm,page_alloc: Drop unnecessary checks from pfn_range_valid_contig

[PATCH 0/1] Fix struct page layout on 32-bit systems
 2021-04-14 11:56 UTC  (7+ messages)
  ` [PATCH 1/1] mm: "

[linux-next:pending-fixes] BUILD SUCCESS 6dc1738317f056e9eb422f67eb2f8d7ac9d6c29f
 2021-04-14 11:21 UTC 

A racy reading spot on n->free_objects in slab.c
 2021-04-14 11:06 UTC  (3+ messages)

[PATCH 0/7] memcontrol code cleanup and simplification
 2021-04-14 10:15 UTC  (26+ 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
    ` [External] "
` [PATCH 4/7] mm: memcontrol: simplify lruvec_holds_page_lru_lock
    ` [External] "
` [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 3/7] mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec

[PATCH v2 00/16] Multigenerational LRU Framework
 2021-04-14 10:00 UTC  (13+ messages)

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

[PATCH v4 0/9] Speedup mremap on ppc64
 2021-04-14  8:59 UTC  (8+ messages)
` [PATCH v4 1/9] selftest/mremap_test: Update the test to handle pagesize other than 4K
` [PATCH v4 2/9] selftest/mremap_test: Avoid crash with static build
` [PATCH v4 3/9] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [PATCH v4 4/9] powerpc/mm/book3s64: Fix possible build error
` [PATCH v4 6/9] mm/mremap: Use range flush that does TLB and page walk cache flush
` [PATCH v4 7/9] mm/mremap: Move TLB flush outside page table lock
` [PATCH v4 9/9] powerpc/mm: Enable move pmd/pud

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-04-14  8:20 UTC  (8+ messages)
` [PATCH 02/10] mm/numa: automatically generate node migration order

[linux-next:master 10444/12404] security/keys/trusted-keys/trusted_tpm2.c:38:25: warning: Either the condition '!scratch' is redundant or there is pointer arithmetic with NULL pointer. [nullPointerArithmeticRedundantCheck]
 2021-04-14  8:04 UTC 

[PATCH v2 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-14  7:36 UTC  (14+ 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 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 resend] mm/memory_hotplug: Make unpopulated zones PCP structures unreachable during hot remove
 2021-04-14  7:18 UTC  (2+ messages)

[PATCH 0/7] mm: Unexport apply_to_page_range()
 2021-04-14  7:00 UTC  (8+ messages)
` [PATCH 4/7] mm: Introduce verify_page_range()
` [PATCH 6/7] i915: Convert to verify_page_range()

[PATCH] mm: Define ARCH_HAS_FIRST_USER_ADDRESS
 2021-04-14  6:10 UTC  (4+ messages)

[PATCH 3/4] mce/copyin: fix to not SIGBUS when copying from user hits poison
 2021-04-14  5:47 UTC 

[PATCH 0/5] close various race windows for swap
 2021-04-14  5:44 UTC  (24+ 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 v2 15/16] mm: multigenerational lru: Kconfig
 2021-04-14  4:54 UTC  (3+ messages)

[linux-next:master 7952/12404] arch/arm64/kvm/handle_exit.c:318:4: error: implicit declaration of function 'bug_get_file_line'
 2021-04-14  4:39 UTC 

[syzbot] WARNING in unsafe_follow_pfn
 2021-04-14  4:37 UTC  (8+ messages)

[PATCH RFC 0/6] fix the negative dentres bloating system memory usage
 2021-04-14  3:56 UTC  (7+ messages)
` [PATCH RFC 1/6] dcache: sweep cached negative dentries to the end of list of siblings
` [PATCH RFC 6/6] dcache: prevent flooding with negative dentries

[v2 RFC PATCH 0/7] mm: thp: use generic THP migration for NUMA hinting fault
 2021-04-14  3:00 UTC  (9+ messages)
` [v2 PATCH 1/7] mm: memory: add orig_pmd to struct vm_fault
` [v2 PATCH 2/7] mm: memory: make numa_migrate_prep() non-static
` [v2 PATCH 4/7] mm: migrate: account THP NUMA migration counters correctly
` [v2 PATCH 5/7] mm: migrate: don't split THP for misplaced NUMA page
` [v2 PATCH 6/7] mm: migrate: check mapcount for THP instead of ref count
` [v2 PATCH 7/7] mm: thp: skip make PMD PROT_NONE if THP migration is not supported
  ` [v2 PATCH 3/7] mm: thp: refactor NUMA fault handling

[RFC] mm: support multi_freearea to the reduction of external fragmentation
 2021-04-14  2:38 UTC 

[PATCH v2 0/2] mm: khugepaged: cleanup and a minor tuning in THP
 2021-04-14  2:14 UTC  (2+ messages)

[PATCH] mm/compaction:let proactive compaction order configurable
 2021-04-14  1:56 UTC  (4+ messages)
  ` 答复: "

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

[PATCH v1 00/14] Multigenerational LRU
 2021-04-13 23:00 UTC  (9+ messages)

[linux-next:master] BUILD REGRESSION dcf1b51d6b2ac5da234ae6883ed0e9422c339588
 2021-04-13 22:50 UTC 

mmotm 2021-04-11-20-47 uploaded
 2021-04-13 22:44 UTC  (4+ messages)
` mmotm 2021-04-11-20-47 uploaded (bpf: xsk.c)

[PATCH v2 14/16] mm: multigenerational lru: user interface
 2021-04-13 22:39 UTC  (2+ messages)

drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c:306:26: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-04-13 22:38 UTC 

[PATCH v4 1/3] kunit: make test->lock irq safe
 2021-04-13 21:33 UTC  (4+ messages)
  ` [PATCH v4 2/3] mm/slub, kunit: add a KUnit test for SLUB debugging functionality

mmotm 2021-04-13-14-17 uploaded
 2021-04-13 21:18 UTC 

[PATCH 0/6] Constify struct page arguments
 2021-04-13 20:06 UTC  (2+ messages)
` [PATCH 1/6] mm: Make __dump_page static

[PATCH] mm: Optimise nth_page for contiguous memmap
 2021-04-13 19:46 UTC 

[PATCH v2 3/5] mm/memcg: Cache vmstat data in percpu memcg_stock_pcp
 2021-04-13 18:32 UTC  (2+ messages)

net/wireless/reg.c:2425:13: warning: stack frame size of 1152 bytes in function 'wiphy_update_regulatory'
 2021-04-13 18:23 UTC 

[PATCH 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-13 18:12 UTC  (5+ messages)
` [PATCH 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "

[PATCH 02/11] mm/page_alloc: Convert per-cpu list protection to local_lock
 2021-04-13 16:52 UTC  (11+ messages)

[PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2
 2021-04-13 16:21 UTC  (8+ messages)
` [PATCH v6 00/30] Network fs helper library & fscache kiocb API
    ` [PATCH v7] mm: Add set/end/wait functions for PG_private_2

[RFC V2 PATCH 00/12] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-04-13 15:22 UTC 

[PATCH v28 00/13] Introduce Data Access MONitor (DAMON)
 2021-04-13 14:29 UTC  (14+ messages)
` [PATCH v28 01/13] mm: "
` [PATCH v28 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v28 03/13] mm/damon: Adaptively adjust regions
` [PATCH v28 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v28 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v28 06/13] mm/damon: Add a tracepoint
` [PATCH v28 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v28 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v28 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v28 10/13] Documentation: Add documents for DAMON
` [PATCH v28 11/13] mm/damon: Add kunit tests
` [PATCH v28 12/13] mm/damon: Add user space selftests
` [PATCH v28 13/13] MAINTAINERS: Update for DAMON

[PATCH v8] RISC-V: enable XIP
 2021-04-13 13:44 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS f9237fc6807e8fefa5fec6146c2cb3ed4b0181d8
 2021-04-13 11:35 UTC 

kernel BUG at mm/huge_memory.c:2736(linux 5.10.29)
 2021-04-13 11:30 UTC  (3+ messages)

[linux-next:master 10716/12404] /usr/bin/ld: arch/x86/um/../lib/atomic64_32.o:(___ksymtab+atomic64_inc_386+0x0): undefined reference to `atomic64_inc_386'
 2021-04-13 11:12 UTC 


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