linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-13 08:29:44 to 2021-09-14 08:28:22 UTC [more...]

[PATCH v2 0/3] More machine check recovery fixes
 2021-09-14  8:28 UTC  (5+ messages)
  ` [PATCH v2 1/3] x86/mce: Avoid infinite loop for copy from user recovery
      ` [PATCH v3] "

[PATCH v3] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
 2021-09-14  8:17 UTC  (3+ messages)

[PATCH trivial] mm/damon: Grammar s/works/work/
 2021-09-14  8:14 UTC  (2+ messages)

[PATCH v3 00/76] Optimize list lru memory consumption
 2021-09-14  7:29 UTC  (77+ messages)
` [PATCH v3 01/76] mm: list_lru: fix the return value of list_lru_count_one()
` [PATCH v3 02/76] mm: memcontrol: remove kmemcg_id reparenting
` [PATCH v3 03/76] mm: memcontrol: remove the kmem states
` [PATCH v3 04/76] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH v3 05/76] mm: list_lru: remove holding lru lock
` [PATCH v3 06/76] mm: list_lru: only add memcg-aware lrus to the global lru list
` [PATCH v3 07/76] mm: list_lru: optimize memory consumption of arrays
` [PATCH v3 08/76] mm: introduce kmem_cache_alloc_lru
` [PATCH v3 09/76] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v3 10/76] dax: allocate inode by using alloc_inode_sb()
` [PATCH v3 11/76] 9p: "
` [PATCH v3 12/76] adfs: "
` [PATCH v3 13/76] affs: "
` [PATCH v3 14/76] afs: "
` [PATCH v3 15/76] befs: "
` [PATCH v3 16/76] bfs: "
` [PATCH v3 17/76] block: "
` [PATCH v3 18/76] btrfs: "
` [PATCH v3 19/76] ceph: "
` [PATCH v3 20/76] cifs: "
` [PATCH v3 21/76] coda: "
` [PATCH v3 22/76] ecryptfs: "
` [PATCH v3 23/76] efs: "
` [PATCH v3 24/76] erofs: "
` [PATCH v3 25/76] exfat: "
` [PATCH v3 26/76] ext2: "
` [PATCH v3 27/76] ext4: "
` [PATCH v3 28/76] fat: "
` [PATCH v3 29/76] freevxfs: "
` [PATCH v3 30/76] fuse: "
` [PATCH v3 31/76] gfs2: "
` [PATCH v3 32/76] hfs: "
` [PATCH v3 33/76] hfsplus: "
` [PATCH v3 34/76] hostfs: "
` [PATCH v3 35/76] hpfs: "
` [PATCH v3 36/76] hugetlbfs: "
` [PATCH v3 37/76] isofs: "
` [PATCH v3 38/76] jffs2: "
` [PATCH v3 39/76] jfs: "
` [PATCH v3 40/76] minix: "
` [PATCH v3 41/76] nfs: "
` [PATCH v3 42/76] nilfs2: "
` [PATCH v3 43/76] ntfs: "
` [PATCH v3 44/76] ocfs2: "
` [PATCH v3 45/76] openpromfs: "
` [PATCH v3 46/76] orangefs: "
` [PATCH v3 47/76] overlayfs: "
` [PATCH v3 48/76] proc: "
` [PATCH v3 49/76] qnx4: "
` [PATCH v3 50/76] qnx6: "
` [PATCH v3 51/76] reiserfs: "
` [PATCH v3 52/76] romfs: "
` [PATCH v3 53/76] squashfs: "
` [PATCH v3 54/76] sysv: "
` [PATCH v3 55/76] ubifs: "
` [PATCH v3 56/76] udf: "
` [PATCH v3 57/76] ufs: "
` [PATCH v3 58/76] vboxsf: "
` [PATCH v3 59/76] xfs: "
` [PATCH v3 60/76] zonefs: "
` [PATCH v3 61/76] ipc: "
` [PATCH v3 62/76] shmem: "
` [PATCH v3 63/76] net: "
` [PATCH v3 64/76] rpc: "
` [PATCH v3 65/76] f2fs: "
` [PATCH v3 66/76] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v3 67/76] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v3 68/76] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v3 69/76] mm: workingset: use xas_set_lru() to pass shadow_nodes
` [PATCH v3 70/76] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v3 71/76] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v3 72/76] mm: list_lru: replace linear array with xarray
` [PATCH v3 73/76] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v3 74/76] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v3 75/76] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v3 76/76] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id

[PATCH v2] mm/page_isolation: fix potential missing call to unset_migratetype_isolate()
 2021-09-14  7:06 UTC  (9+ messages)

[PATCH 0/6] congestion_wait() and GFP_NOFAIL
 2021-09-14  6:05 UTC  (13+ messages)
` [PATCH 2/6] MM: annotate congestion_wait() and wait_iff_congested() as ineffective
` [PATCH 1/6] MM: improve documentation for __GFP_NOFAIL
` [PATCH 3/6] EXT4: Remove ENOMEM/congestion_wait() loops
` [PATCH 5/6] XFS: remove congestion_wait() loop from kmem_alloc()
` [PATCH 6/6] XFS: remove congestion_wait() loop from xfs_buf_alloc_pages()
` [PATCH 4/6] EXT4: remove congestion_wait from ext4_bio_write_page, and simplify

[PATCH 0/1] lib, stackdepot: Add helper to print stack entries into buffer
 2021-09-14  4:26 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v2 0/1] lib, stackdepot: Add helper to print stack entries into buffer
 2021-09-14  4:23 UTC  (2+ messages)
` [PATCH v2 1/1] "

[patch 097/212] memcg: infrastructure to flush memcg stats
 2021-09-14  4:20 UTC  (15+ messages)
` [memcg] 45208c9105: aim7.jobs-per-min -14.0% regression

kvm crash in 5.14.1?
 2021-09-14  2:58 UTC 

INFO: task hung in do_read_cache_page
 2021-09-14  1:48 UTC  (2+ messages)

[PATCH -V8 0/6] NUMA balancing: optimize memory placement for memory tiering system
 2021-09-14  1:37 UTC  (7+ messages)
` [PATCH -V8 1/6] NUMA balancing: optimize page "
` [PATCH -V8 2/6] memory tiering: add page promotion counter
` [PATCH -V8 3/6] memory tiering: skip to scan fast memory
` [PATCH -V8 4/6] memory tiering: hot page selection with hint page fault latency
` [PATCH -V8 5/6] memory tiering: rate limit NUMA migration throughput
` [PATCH -V8 6/6] memory tiering: adjust hot threshold automatically

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2021-09-14  1:33 UTC  (22+ messages)
                                    ` [NEEDS-REVIEW] "

[RFC PATCH] psi : calc psi memstall time more precisely
 2021-09-14  1:24 UTC  (3+ messages)

[PATCH] selftest/vm: Fix ksm selftest to run with different NUMA topologies
 2021-09-13 18:39 UTC  (6+ messages)

[PATCH v2] kasan: test: add memcpy test that avoids out-of-bounds write
 2021-09-13 18:19 UTC  (6+ messages)

[GIT PULL] Memory folios for v5.15
 2021-09-13 18:12 UTC  (5+ messages)
` Folio discussion recap

[PATCH v2 0/6] stackdepot, kasan, workqueue: Avoid expanding stackdepot slabs when holding raw_spin_lock
 2021-09-13 18:02 UTC  (10+ messages)
` [PATCH v2 1/6] lib/stackdepot: include gfp.h
` [PATCH v2 2/6] lib/stackdepot: remove unused function argument
` [PATCH v2 3/6] lib/stackdepot: introduce __stack_depot_save()
` [PATCH v2 4/6] kasan: common: provide can_alloc in kasan_save_stack()
` [PATCH v2 5/6] kasan: generic: introduce kasan_record_aux_stack_noalloc()
` [PATCH v2 6/6] workqueue, kasan: avoid alloc_pages() when recording stack

[RFC PATCH] mm, slub: change percpu partial accounting from objects to pages
 2021-09-13 17:01 UTC 

[syzbot] WARNING: kmalloc bug in hash_ipportip_create
 2021-09-13 16:29 UTC 

[PATCH v2 00/12] MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-13 16:16 UTC  (13+ messages)
` [PATCH v2 01/12] ext4/xfs: add page refcount helper
` [PATCH v2 02/12] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v2 03/12] mm: add zone device public type memory support
` [PATCH v2 04/12] mm: add device public vma selection for memory migration
` [PATCH v2 05/12] drm/amdkfd: ref count init for device pages
` [PATCH v2 06/12] drm/amdkfd: add SPM support for SVM
` [PATCH v2 07/12] drm/amdkfd: public type as sys mem on migration to ram
` [PATCH v2 08/12] lib: test_hmm add ioctl to get zone device type
` [PATCH v2 09/12] lib: test_hmm add module param for "
` [PATCH v2 10/12] lib: add support for device public type in test_hmm
` [PATCH v2 11/12] tools: update hmm-test to support device public type
` [PATCH v2 12/12] tools: update test_hmm script to support SP config

[PATCH v1] vmpressure: wake up work only when there is registration event
 2021-09-13 16:03 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 24a36d3171e4e10ef19b43db0f18bb18ad3ed8e2
 2021-09-13 15:50 UTC 

[PATCH RESEND 0/8] hugetlb: add demote/split page functionality
 2021-09-13 15:50 UTC  (11+ messages)

[PATCH 1/2] mm, thp: check page mapping when truncating page cache
 2021-09-13 14:49 UTC  (2+ messages)
` [mm, thp] 20753096b6: BUG:unable_to_handle_page_fault_for_address

[linux-next:pending-fixes] BUILD SUCCESS 7436a05fa7a4e825c44c10679ed04a8af64dcd68
 2021-09-13 14:10 UTC 

[PATCH v2] mm/page_isolation: don't putback unisolated page
 2021-09-13 12:37 UTC  (3+ messages)

[PATCH v2] mm/page_alloc: detect allocation forbidden by cpuset and bail out early
 2021-09-13 12:12 UTC  (7+ messages)

[PATCH] mm: fix data race in PagePoisoned()
 2021-09-13 11:35 UTC 

[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2021-09-13 11:32 UTC  (10+ messages)
` [PATCH Part2 v5 16/45] crypto: ccp: Add the SNP_PLATFORM_STATUS command
` [PATCH Part2 v5 17/45] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH Part2 v5 23/45] KVM: SVM: Add KVM_SNP_INIT command

[PATCH memcg] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-09-13 10:55 UTC  (13+ messages)

[PATCH] mm/mmap.c: fix a data race of mm->total_vm
 2021-09-13 10:55 UTC 

[PATCH 1/2] mm: use __pfn_to_section() instead of open coding it
 2021-09-13 10:06 UTC 

[PATCH] tools/vm/page_owner_sort.c: count and sort by mem
 2021-09-13  8:57 UTC  (3+ messages)
  ` 答复: "

撤回: [PATCH] tools/vm/page_owner_sort.c: count and sort by mem
 2021-09-13  8:49 UTC 

[PATCH v1] mm/vmalloc: fix exact allocations with an alignment > 1
 2021-09-13  8:44 UTC  (2+ messages)

[PATCH] tools/vm/page_owner_sort.c: count and sort by mem
 2021-09-13  8:43 UTC 

[PATCH] mm/memory_hotplug: Add static qualifier for online_policy_to_str
 2021-09-13  8:39 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).