linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 21:58:46 to 2021-09-05 20:22:26 UTC [more...]

[syzbot] WARNING: kmalloc bug in hash_mac_create
 2021-09-05 20:22 UTC 

[syzbot] WARNING: kmalloc bug in bpf_check
 2021-09-05 20:04 UTC 

[linux-next:master 11046/11721] drivers/gpu/drm/amd/amdgpu/../pm/powerplay/hwmgr/smu7_hwmgr.c:1744:11: error: dereferencing pointer to incomplete type 'struct cpuinfo_x86'
 2021-09-05 19:46 UTC 

[PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-09-05 19:07 UTC  (7+ messages)
` [PATCH v2 1/7] binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib()

[PATCH v6 00/33] SLUB: reduce irq disabled scope and make it RT compatible
 2021-09-05 14:16 UTC  (35+ messages)
` [PATCH v6 01/33] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [PATCH v6 02/33] mm, slub: allocate private object map for debugfs listings
` [PATCH v6 03/33] mm, slub: allocate private object map for validate_slab_cache()
` [PATCH v6 04/33] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [PATCH v6 05/33] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [PATCH v6 06/33] mm, slub: extract get_partial() from new_slab_objects()
` [PATCH v6 07/33] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [PATCH v6 08/33] mm, slub: return slab page from get_partial() and set c->page afterwards
` [PATCH v6 09/33] mm, slub: restructure new page checks in ___slab_alloc()
` [PATCH v6 10/33] mm, slub: simplify kmem_cache_cpu and tid setup
` [PATCH v6 11/33] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [PATCH v6 12/33] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [PATCH v6 13/33] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [PATCH v6 14/33] mm, slub: restore irqs around calling new_slab()
` [PATCH v6 15/33] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [PATCH v6 16/33] mm, slub: check new pages with restored irqs
` [PATCH v6 17/33] mm, slub: stop disabling irqs around get_partial()
` [PATCH v6 18/33] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [PATCH v6 19/33] mm, slub: make locking in deactivate_slab() irq-safe
` [PATCH v6 20/33] mm, slub: call deactivate_slab() without disabling irqs
` [PATCH v6 21/33] mm, slub: move irq control into unfreeze_partials()
` [PATCH v6 22/33] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [PATCH v6 23/33] mm, slub: detach whole partial list at once in unfreeze_partials()
` [PATCH v6 24/33] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [PATCH v6 25/33] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [PATCH v6 26/33] mm, slub: don't disable irqs in slub_cpu_dead()
` [PATCH v6 27/33] mm, slab: split out the cpu offline variant of flush_slab()
` [PATCH v6 28/33] mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [PATCH v6 29/33] mm: slub: make object_map_lock a raw_spinlock_t
` [PATCH v6 30/33] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [PATCH v6 31/33] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [PATCH v6 32/33] mm, slub: use migrate_disable() on PREEMPT_RT
` [PATCH v6 33/33] mm, slub: convert kmem_cpu_slab protection to local_lock

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-05 13:59 UTC  (4+ messages)
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command

incoming
 2021-09-05 13:59 UTC  (62+ messages)
` [patch 036/212] mm, slab: make flush_slab() possible to call with irqs enabled
` [patch 071/212] mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()
` [patch 166/212] hugetlb: simplify prep_compound_gigantic_page ref count racing code
` [patch 167/212] hugetlb: drop ref count earlier after page allocation
` [patch 168/212] hugetlb: before freeing hugetlb page set dtor to appropriate value
` [patch 169/212] hugetlb: fix hugetlb cgroup refcounting during vma split
` [patch 170/212] userfaultfd: change mmap_changing to atomic
` [patch 171/212] userfaultfd: prevent concurrent API initialization
` [patch 172/212] selftests/vm/userfaultfd: wake after copy failure
` [patch 173/212] mm/numa: automatically generate node migration order
` [patch 174/212] mm/migrate: update node demotion order on hotplug events
  ` [mm/migrate] 9eeb73028c: stress-ng.memhotplug.ops_per_sec -53.8% regression
` [patch 175/212] mm/migrate: enable returning precise migrate_pages() success count
` [patch 176/212] mm/migrate: demote pages during reclaim
` [patch 177/212] mm/vmscan: add page demotion counter
` [patch 178/212] mm/vmscan: add helper for querying ability to age anonymous pages
` [patch 179/212] mm/vmscan: Consider anonymous pages without swap
` [patch 180/212] mm/vmscan: never demote for memcg reclaim
` [patch 181/212] mm/migrate: add sysfs interface to enable reclaim migration
` [patch 182/212] mm/vmpressure: replace vmpressure_to_css() with vmpressure_to_memcg()
` [patch 183/212] mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezed
` [patch 184/212] mm/vmscan: remove misleading setting to sc->priority
` [patch 185/212] mm/vmscan: remove unneeded return value of kswapd_run()
` [patch 186/212] mm/vmscan: add 'else' to remove check_pending label
` [patch 187/212] mm, vmscan: guarantee drop_slab_node() termination
` [patch 188/212] mm: compaction: optimize proactive compaction deferrals
` [patch 189/212] mm: compaction: support triggering of proactive compaction by user
` [patch 190/212] mm/mempolicy: use readable NUMA_NO_NODE macro instead of magic number
` [patch 191/212] mm/mempolicy: add MPOL_PREFERRED_MANY for multiple preferred nodes
` [patch 192/212] mm/memplicy: add page allocation function for MPOL_PREFERRED_MANY policy
` [patch 193/212] mm/hugetlb: add support for mempolicy MPOL_PREFERRED_MANY
` [patch 194/212] mm/mempolicy: advertise new MPOL_PREFERRED_MANY
` [patch 195/212] mm/mempolicy: unify the create() func for bind/interleave/prefer-many policies
` [patch 196/212] mm/mempolicy.c: use in_task() in mempolicy_slab_node()
` [patch 197/212] memblock: make memblock_find_in_range method private
` [patch 198/212] mm: introduce process_mrelease system call
` [patch 199/212] mm: wire up syscall process_mrelease
` [patch 200/212] mm/migrate: correct kernel-doc notation
` [patch 201/212] selftests: vm: add KSM merge test
` [patch 202/212] selftests: vm: add KSM unmerge test
` [patch 203/212] selftests: vm: add KSM zero page merging test
` [patch 204/212] selftests: vm: add KSM merging across nodes test
` [patch 205/212] mm: KSM: fix data type
` [patch 206/212] selftests: vm: add KSM merging time test
` [patch 207/212] selftests: vm: add COW time test for KSM pages
` [patch 208/212] mm/percpu,c: remove obsolete comments of pcpu_chunk_populated()
` [patch 209/212] mm/vmstat: correct some wrong comments
` [patch 210/212] mm/vmstat: simplify the array size calculation
` [patch 211/212] mm/vmstat: remove unneeded return value
` [patch 212/212] mm/madvise: add MADV_WILLNEED to process_madvise()

[patch 100/212] memcg: enable accounting for pollfd and select bits arrays
 2021-09-05 13:27 UTC  (2+ messages)
` [memcg] fa4e6b1ad5: will-it-scale.per_thread_ops -15.4% regression

[PATCH v9 1/3] mm: rearrange madvise code to allow for reuse
 2021-09-05 13:04 UTC  (11+ messages)
` [PATCH v9 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v9 3/3] mm: add anonymous vma name refcounting

[patch 101/212] memcg: enable accounting for file lock caches
 2021-09-05 13:08 UTC  (2+ messages)
` [memcg] 059dd9003a: will-it-scale.per_process_ops -39.8% regression

[patch 097/212] memcg: infrastructure to flush memcg stats
 2021-09-05 12:44 UTC  (2+ messages)
` [memcg] 45208c9105: aim7.jobs-per-min -14.0% regression

[linux-next:master 6932/11721] include/linux/memcontrol.h:1119:60: warning: unused parameter 'folio'
 2021-09-05 11:04 UTC 

[linux-next:master 7227/11721] pcie-rcar-host.c:undefined reference to `__clk_is_enabled'
 2021-09-05  8:21 UTC 

Report Bug to Linux Memory Management
 2021-09-05  7:45 UTC 

Report Bug to Linux Memory Management
 2021-09-05  7:42 UTC 

[PATCH] MIPS: fix local_t operation on MIPS64
 2021-09-05  3:42 UTC  (6+ messages)

[linux-next:master 11329/11721] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:764:6: warning: format specifies type 'long' but the argument has type 'unsigned int'
 2021-09-05  0:23 UTC 

[GIT PULL] Remove in-tree usage of MAP_DENYWRITE
 2021-09-04 19:00 UTC  (2+ messages)

[PATCH v2] mm: Add configuration to control whether vmpressure notifier is enabled
 2021-09-04 10:41 UTC  (7+ messages)

[PATCH] mm/page_isolation: fix potential missing call to unset_migratetype_isolate()
 2021-09-04  9:20 UTC 

[PATCH] mm/page_isolation: don't putback unisolated page
 2021-09-04  9:18 UTC 

[PATCH Vx RESEND] mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
 2021-09-04  7:54 UTC 

[syzbot] WARNING: kmalloc bug in hash_netport_create
 2021-09-04  8:23 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 2f453ff3ea7f62187901c9b094a06f1328e6a900
 2021-09-04  2:34 UTC 

[linux-next:master] BUILD REGRESSION 14c6345e6e6ca0570f3897214f24748ef6009761
 2021-09-04  1:23 UTC 

[PATCH] mm/gup: further simplify __gup_device_huge()
 2021-09-04  0:42 UTC 

[PATCH] mm: hwpoison: deal with page cache THP
 2021-09-04  0:03 UTC  (12+ messages)

[patch 119/212] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
 2021-09-03 23:48 UTC  (10+ messages)

Is it possible to implement the per-node page cache for programs/libraries?
 2021-09-03 23:42 UTC  (8+ messages)

[linux-next:master 6882/11721] include/linux/page-flags.h:488:1: warning: unused parameter 'folio'
 2021-09-03 23:27 UTC 

[PATCH] Add LD_NUMA_REPLICATION for glibc
 2021-09-03 22:16 UTC  (2+ messages)

[PATCH v2 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-03 20:02 UTC  (13+ messages)
` [PATCH v2 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte
` [PATCH v2 4/5] mm: Add zap_skip_check_mapping() helper
` [PATCH v2 5/5] mm: Add ZAP_FLAG_SKIP_SWAP and zap_flags

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-09-03 19:15 UTC  (5+ messages)

[linux-next:master 10841/11508] drivers/clk/qcom/gcc-sm6350.c:179:37: warning: unused variable 'gcc_parent_data_2'
 2021-09-03 18:16 UTC  (5+ messages)

[RFC][PATCH] mm/page_isolation: tracing: trace all test_pages_isolated failures
 2021-09-03 16:21 UTC  (5+ messages)

[RFC PATCH v2 0/2] lib, stackdepot: check stackdepot handle before accessing slabs
 2021-09-03 16:03 UTC  (4+ messages)
` [RFC PATCH v2 2/2] lib, stackdepot: Add helper to print stack entries

[PATCH v8 0/3] Anonymous VMA naming patches
 2021-09-03 15:47 UTC  (6+ messages)
` [PATCH v8 2/3] mm: add a field to store names for private anonymous memory

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-09-03 12:08 UTC  (6+ messages)
` [PATCH Part1 v5 35/38] x86/sev: Register SNP guest request platform device

[PATCH v2] mmap_lock: Change trace and locking order
 2021-09-03 10:55 UTC  (2+ messages)

[syzbot] INFO: task hung in __lru_add_drain_all
 2021-09-03  8:32 UTC 

[PATCH] oom_kill: oom_score_adj broken for processes with small memory usage
 2021-09-03  7:49 UTC  (6+ messages)

[PATCH v4 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-09-03  7:02 UTC  (3+ messages)
` [PATCH v4 3/3] "

[scsi] 61b3baad24: last_state.load_disk_fail
 2021-09-03  6:28 UTC  (4+ messages)

[FIX PATCH 0/2] Fix NUMA nodes fallback list ordering
 2021-09-03  4:43 UTC  (11+ messages)
` [FIX PATCH 1/2] mm/page_alloc: Print node fallback order
` [FIX PATCH 2/2] mm/page_alloc: Use accumulated load when building node fallback list

[PATCH] mmap_lock: Change trace and locking order
 2021-09-03  2:09 UTC  (3+ messages)

Strange mmap_lock tracepoint
 2021-09-03  1:57 UTC  (4+ messages)

[linux-next:master 8048/11508] arch/mips/alchemy/devboards/db1550.c:69:2: warning: unannotated fall-through between switch labels
 2021-09-03  0:35 UTC 

[PATCH 0/5] mm: A few cleanup patches around zap, shmem and uffd
 2021-09-02 23:30 UTC  (6+ messages)
` [PATCH 1/5] mm/shmem: Unconditionally set pte dirty in mfill_atomic_install_pte

[patch 075/212] mm/gup: remove try_get_page(), call try_get_compound_head() directly
 2021-09-02 23:23 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).