linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-08 21:25:17 to 2022-09-09 21:41:15 UTC [more...]

[PATCH -next v3 0/2] watermark related improvement on zone movable
 2022-09-09 21:41 UTC  (3+ messages)
` [PATCH -next v3 2/2] mm: sysctl: Introduce per zone watermark_scale_factor

[PATCH V4] mm/damon: Remove duplicate get_monitoring_region() definitions
 2022-09-09 21:39 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS fa8e6bb658f682ff63b3af3dd4c5e4d3b43f4ffd
 2022-09-09 21:38 UTC 

[PATCH v5] mm/damon: remove duplicate get_monitoring_region() definitions
 2022-09-09 21:36 UTC 

[linux-next:master] BUILD REGRESSION 9a82ccda91ed2b40619cb3c10d446ae1f97bab6e
 2022-09-09 21:25 UTC 

[PATCH] tmpfs: add support for an i_version counter
 2022-09-09 21:23 UTC  (3+ messages)

[mm/sl[au]b] 3c4cafa313: canonical_address#:#[##]
 2022-09-09 21:16 UTC  (8+ messages)

[PATCH] frontswap: don't call ->init if no ops are registered
 2022-09-09 20:35 UTC  (2+ messages)

[PATCH 0/7] mm/damon: minor fixes and cleanups
 2022-09-09 20:29 UTC  (8+ messages)
` [PATCH 1/7] selftest/damon: add a test for duplicate context dirs creation
` [PATCH 2/7] mm/damon/core: avoid holes in newly set monitoring target ranges
` [PATCH 3/7] mm/damon/core-test: test damon_set_regions
` [PATCH 4/7] Docs/admin-guide/mm/damon: rename the title of the document
` [PATCH 5/7] mm/damon/Kconfig: Notify debugfs deprecation plan
` [PATCH 6/7] Docs/admin-guide/mm/damon/start: mention the dependency as sysfs instead of debugfs
` [PATCH 7/7] Docs/admin-guide/mm/damon/usage: note DAMON debugfs interface deprecation plan

[PATCH] mm/slub: fix to return errno if kmalloc() fails
 2022-09-09 20:21 UTC  (6+ messages)

[PATCH v4 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-09-09 20:10 UTC  (5+ messages)

BUG in binder_vma_close() at mmap_assert_locked() in stable v5.15
 2022-09-09 20:03 UTC  (4+ messages)

[PATCH 00/16] A few cleanup patches for mm
 2022-09-09 19:44 UTC  (35+ messages)
` [PATCH 01/16] mm/page_alloc: ensure kswapd doesn't accidentally go to sleep
` [PATCH 02/16] mm/page_alloc: make zone_pcp_update() static
` [PATCH 03/16] mm: remove obsolete macro NR_PCP_ORDER_MASK
` [PATCH 04/16] mm/page_alloc: remove obsolete comment in zone_statistics()
` [PATCH 05/16] mm/page_alloc: add __init annotations to init_mem_debugging_and_hardening()
` [PATCH 06/16] mm/page_alloc: fix freeing static percpu memory
` [PATCH 07/16] mm: remove obsolete pgdat_is_empty()
` [PATCH 08/16] mm/page_alloc: add missing is_migrate_isolate() check in set_page_guard()
` [PATCH 09/16] mm/page_alloc: use local variable zone_idx directly
` [PATCH 10/16] mm, memory_hotplug: remove obsolete generic_free_nodedata()
` [PATCH 11/16] mm/page_alloc: make boot_nodestats static
` [PATCH 12/16] mm/page_alloc: use helper macro SZ_1{K,M}
` [PATCH 13/16] mm/page_alloc: init local variable buddy_pfn
` [PATCH 14/16] mm/page_alloc: use costly_order in WARN_ON_ONCE_GFP()
` [PATCH 15/16] mm/page_alloc: remove obsolete gfpflags_normal_context()
` [PATCH 16/16] mm/page_alloc: fix obsolete comment in deferred_pfn_valid()

[PATCH v7 0/3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-09-09 19:35 UTC  (4+ messages)
` [PATCH v7 2/3] "

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-09-09 19:11 UTC  (16+ messages)

[PATCH 00/13] Fix the DAX-gup mistake
 2022-09-09 18:11 UTC  (13+ messages)

[PATCH v3] mm: use nth_page instead of mem_map_offset mem_map_next
 2022-09-09 17:46 UTC  (2+ messages)

DAMON Beer/Coffee/Tea chat series
 2022-09-09 17:38 UTC  (2+ messages)

[PATCH 0/3] memcg: reduce memory overhead of memory cgroups
 2022-09-09 17:14 UTC  (9+ messages)
` [PATCH 1/3] memcg: extract memcg_vmstats from struct mem_cgroup
` [PATCH 3/3] memcg: reduce size of memcg vmstats structures

[PATCH] mm/shuffle: convert module_param_call to module_param_cb
 2022-09-09 16:52 UTC  (2+ messages)

[RFC PATCH RESEND 00/28] per-VMA locks proposal
 2022-09-09 16:43 UTC  (45+ messages)
` [RFC PATCH RESEND 07/28] kernel/fork: mark VMAs as locked before copying pages during fork
` [RFC PATCH RESEND 08/28] mm/khugepaged: mark VMA as locked while collapsing a hugepage
` [RFC PATCH RESEND 09/28] mm/mempolicy: mark VMA as locked when changing protection policy
` [RFC PATCH RESEND 10/28] mm/mmap: mark VMAs as locked in vma_adjust
` [RFC PATCH RESEND 13/28] mm: conditionally mark VMA as locked in free_pgtables and unmap_page_range
` [RFC PATCH RESEND 14/28] mm: mark VMAs as locked before isolating them
` [RFC PATCH RESEND 15/28] mm/mmap: mark adjacent VMAs as locked if they can grow into unmapped area
` [RFC PATCH RESEND 16/28] kernel/fork: assert no VMA readers during its destruction
` [RFC PATCH RESEND 17/28] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [RFC PATCH RESEND 18/28] mm: add FAULT_FLAG_VMA_LOCK flag
` [RFC PATCH RESEND 19/28] mm: disallow do_swap_page to handle page faults under VMA lock
` [RFC PATCH RESEND 20/28] mm: introduce per-VMA lock statistics
` [RFC PATCH RESEND 21/28] mm: introduce find_and_lock_anon_vma to be used from arch-specific code
` [RFC PATCH RESEND 28/28] kernel/fork: throttle call_rcu() calls in vm_area_free

[PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
 2022-09-09 20:36 UTC  (6+ messages)
` [PATCH v5 0/2] ipc/msg: mitigate the lock contention in ipc/msg
  ` [PATCH v5 1/2] percpu: Add percpu_counter_add_local and percpu_counter_sub_local
  ` [PATCH v5 2/2] ipc/msg: mitigate the lock contention with percpu counter

[PATCHv8 00/11] Linear Address Masking enabling
 2022-09-09 16:08 UTC  (7+ messages)
` [PATCHv8 09/11] selftests/x86/lam: Add mmap and SYSCALL test cases for linear-address masking

[PATCH -next 0/5] Optimize and bugfix for notifier error
 2022-09-09 12:21 UTC  (8+ messages)
` [PATCH -next 1/5] docs: notifier-error-inject: fix non-working usage of negative values
` [PATCH -next 2/5] selftests/memory-hotplug: Use 'printf' instead of 'echo'
` [PATCH -next 3/5] selftests/memory-hotplug: Add checking after online or offline
` [PATCH -next 4/5] selftests/memory-hotplug: Restore memory before exit
` [PATCH -next 5/5] docs: notifier-error-inject: Correct test's name

[PATCH v5 1/4] memblock tests: add simulation of physical memory with multiple NUMA nodes
 2022-09-09 11:41 UTC  (2+ messages)

[RFC PATCH 0/5] GEM buffer memory tracking
 2022-09-09 11:32 UTC  (7+ messages)
` [RFC PATCH 1/5] mm: add MM_DRIVERPAGES
` [RFC PATCH 2/5] drm/gem: track mm struct of allocating process in gem object
` [RFC PATCH 3/5] drm/gem: add functions to account GEM object memory usage
` [RFC PATCH 4/5] drm/cma-helper: account memory used by CMA GEM objects
` [RFC PATCH 5/5] drm/etnaviv: account memory used by GEM buffers

[PATCH] mm: bring back update_mmu_cache() to finish_fault()
 2022-09-09 10:10 UTC  (4+ messages)

[PATCH 0/6] Remove CONFIG_EMBEDDED
 2022-09-09  9:47 UTC  (19+ messages)
` [PATCH 1/6] arm: make config ARM_PATCH_PHYS_VIRT visible with EXPERT
` [PATCH 2/6] x86: make config X86_FEATURE_NAMES "
` [PATCH 3/6] media: remove reference to CONFIG_EMBEDDED in MEDIA_SUPPORT_FILTER
` [PATCH 4/6] usb: chipidea: make configs for glue drivers visible with EXPERT
` [PATCH 5/6] mm: Kconfig: make config SECRETMEM "
` [PATCH 6/6] init/Kconfig: remove confusing config EMBEDDED

[RFC PATCH] Hugetlb: Migrating hugetlb tests from libhugetlbfs
 2022-09-09  9:06 UTC  (2+ messages)
` [LTP] "

[BUG report] kernel NULL pointer dereference in split_huge_page with offlined memory block
 2022-09-09  9:03 UTC  (10+ messages)
    ` [PATCH] mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()

[PATCH v6 00/44] Add KernelMemorySanitizer infrastructure
 2022-09-09  8:57 UTC  (3+ messages)
` [PATCH v6 40/44] x86: kmsan: don't instrument stack walking functions

[PATCH v1] zsmalloc: use correct types in _first_obj_offset functions
 2022-09-09  8:50 UTC 

[PATCH] mm:page_alloc.c: lower the order requirement of should_reclaim_retry
 2022-09-09  8:36 UTC 

[RESEND RFC] zram: Allow rw_page when page isn't written back
 2022-09-09  8:30 UTC  (2+ messages)

[PATCH] mm: kfence: convert to DEFINE_SEQ_ATTRIBUTE
 2022-09-09  8:31 UTC  (2+ messages)

[PATCH] mm/memcontrol: use kstrtobool for swapaccount param parsing
 2022-09-09  8:15 UTC  (4+ messages)

[PATCH v2] mm/memcontrol: use kstrtobool for swapaccount param parsing
 2022-09-09  8:46 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-09-09  8:04 UTC  (3+ messages)
` [PATCH Part2 v6 28/49] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command

Potentially undesirable interactions between vfork() and time namespaces
 2022-09-09  7:51 UTC  (9+ messages)

[RFC PATCH V1] mm: remove update_mmu_cache() when page is zero page
 2022-09-09  7:38 UTC 

[PATCH v5 0/4] mm/slub: some debug enhancements for kmalloc
 2022-09-09  7:33 UTC  (4+ messages)
` [PATCH v5 4/4] mm/slub: extend redzone check to extra allocated kmalloc space than requested

[PATCH v3 0/4] mm: arm64: bring up BATCHED_UNMAP_TLB_FLUSH
 2022-09-09  6:32 UTC  (13+ messages)
` [PATCH v3 1/4] Revert "Documentation/features: mark BATCHED_UNMAP_TLB_FLUSH doesn't apply to ARM64"
` [PATCH v3 2/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v3 3/4] mm: rmap: Extend tlbbatch APIs to fit new platforms
` [PATCH v3 4/4] arm64: support batched/deferred tlb shootdown during page reclamation

[PATCH v3] mm/page_owner.c: remove redundant drain_all_pages
 2022-09-09  6:18 UTC 

[PATCH v2] mm/page_owner.c: remove redudant drain_all_pages
 2022-09-09  6:18 UTC  (3+ messages)

[PATCH v6 1/2] selftests: vm: bring common functions to a new file
 2022-09-09  3:06 UTC  (2+ messages)

[PATCH] cgroup/cpuset: Add a new isolated mems.policy type
 2022-09-09  2:55 UTC  (9+ messages)
  ` [External] "

[PATCH V3] mm/damon: Remove duplicate get_monitoring_region() definitions
 2022-09-09  2:10 UTC  (2+ messages)

[linux-next:master 5241/6188] drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_fs.c:539:6: warning: variable 'macsec_rule' is used uninitialized whenever 'if' condition is true
 2022-09-09  2:03 UTC 

[PATCH v2] mm/damon: introduce struct damos_access_pattern
 2022-09-09  1:53 UTC  (2+ messages)

[PATCH v2] mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twice
 2022-09-09  1:46 UTC  (5+ messages)

[PATCH v3] mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twice
 2022-09-09  2:16 UTC 

[syzbot] KASAN: use-after-free Read in hugetlb_handle_userfault
 2022-09-09  1:37 UTC 

[PATCH v3 1/2] Add CABA tree to task_struct
 2022-09-09  1:02 UTC  (6+ messages)
` [PATCH v4 "

[linux-next:pending-fixes] BUILD SUCCESS 49ccb7c6c3caa4758996e973d7dd8a003ff1b396
 2022-09-08 23:43 UTC 

[PATCH 0/2] arm64, kdump: enforce to take 4G as the crashkernel low memory end
 2022-09-08 22:55 UTC  (11+ messages)
` [PATCH 1/2] "

[linux-next:master] BUILD REGRESSION 47c191411b68a771261be3dc0bd6f68394cef358
 2022-09-08 22:37 UTC 

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2022-09-08 22:28 UTC  (8+ messages)
` [PATCH Part2 v5 39/45] KVM: SVM: Introduce ops for the post gfn map and unmap

[PATCH] mm/damon/sysfs: change few functions execute order
 2022-09-08 22:16 UTC  (4+ messages)

[PATCH] proc: Enable smaps_rollup without ptrace rights
 2022-09-08 21:59 UTC  (2+ messages)

[PATCH v2] mm/slub: fix to return errno if kmalloc() fails
 2022-09-08 21:34 UTC  (2+ 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).