linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-07 01:02:22 to 2021-10-08 18:05:30 UTC [more...]

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-08 18:04 UTC  (6+ messages)
` [PATCH v6 01/42] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v6 02/42] x86/sev: Shorten GHCB terminate macro names
` [PATCH v6 03/42] x86/sev: Get rid of excessive use of defines
` [PATCH v6 05/42] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v6 06/42] x86/sev: Save the negotiated GHCB version

memcg memory accounting in vmalloc is broken
 2021-10-08 17:35 UTC  (12+ messages)
        ` [PATCH memcg] memcg: enable memory accounting in __alloc_pages_bulk

[PATCH] mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()
 2021-10-08 16:20 UTC  (3+ messages)

[RFC 0/3] mm/page_alloc: Remote per-cpu lists drain support
 2021-10-08 16:19 UTC  (4+ messages)
` [RFC 1/3] mm/page_alloc: Simplify __rmqueue_pcplist()'s arguments
` [RFC 2/3] mm/page_alloc: Access lists in 'struct per_cpu_pages' indirectly
` [RFC 3/3] mm/page_alloc: Add remote draining support to per-cpu lists

[PATCH v10 1/3] mm: rearrange madvise code to allow for reuse
 2021-10-08 16:10 UTC  (53+ messages)
` [PATCH v10 2/3] mm: add a field to store names for private anonymous memory
` [PATCH v10 3/3] mm: add anonymous vma name refcounting

[PATCH v2] mm: Optimise put_pages_list()
 2021-10-08 14:17 UTC  (5+ messages)

[PATCH] mm: Fix NULL page->mapping dereference in page_is_secretmem()
 2021-10-08 14:17 UTC  (3+ messages)

[PATCH] mm: fix a comment
 2021-10-08 14:10 UTC  (2+ messages)

[PATCH] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
 2021-10-08 14:06 UTC 

[PATCH v3 0/8] Remove dependency on congestion_wait in mm/
 2021-10-08 13:53 UTC  (9+ messages)
` [PATCH 1/8] mm/vmscan: Throttle reclaim until some writeback completes if congested
` [PATCH 2/8] mm/vmscan: Throttle reclaim and compaction when too may pages are isolated
` [PATCH 3/8] mm/vmscan: Throttle reclaim when no progress is being made
` [PATCH 4/8] mm/writeback: Throttle based on page writeback instead of congestion
` [PATCH 5/8] mm/page_alloc: Remove the throttling logic from the page allocator
` [PATCH 6/8] mm/vmscan: Centralise timeout values for reclaim_throttle
` [PATCH 7/8] mm/vmscan: Increase the timeout if page reclaim is not making progress
` [PATCH 8/8] mm/vmscan: Delay waking of tasks throttled on NOPROGRESS

[PATCH] mm, slub: Use prefetchw instead of prefetch
 2021-10-08 13:36 UTC 

[PATCH v4 0/3] arm64: support page mapping percpu first chunk allocator
 2021-10-08 13:33 UTC  (3+ messages)

[PATCH] mm: Free per cpu pages async to shorten program exit time
 2021-10-08 12:55 UTC  (10+ messages)

[PATCH RESEND v2] mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
 2021-10-08 19:57 UTC 

[PATCH 0/2] Support hugetlb charge moving at task migration
 2021-10-08 11:55 UTC  (6+ messages)

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-10-08 11:54 UTC  (3+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

[PATCH memcg] mm/page_alloc.c: avoid statistic update with 0
 2021-10-08 11:47 UTC  (2+ messages)

[linux-next:master 5239/6929] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device.c:98:37: error: unused variable 'raven_device_info'
 2021-10-08 11:15 UTC 

[PATCH v2] mm/huge_memory.c: disable THP with large THP size on small present memory
 2021-10-08  9:51 UTC  (2+ messages)

[PATCH 1/4] mm/damon/dbgfs: Implement recording feature
 2021-10-08  9:45 UTC  (4+ messages)
` [PATCH 2/4] mm/damon/dbgfs-test: Implement kunit tests for the record feature
` [PATCH 3/4] selftests/damon: Test recording feature
` [PATCH 4/4] Docs/damon/usage: Update for the record feature

[RFC v3 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-10-08  9:35 UTC  (23+ messages)
` [v3 PATCH 2/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
` [v3 PATCH 3/5] mm: hwpoison: refactor refcount check handling

[PATCH 0/2] Introduce simple pidfd to task helper
 2021-10-08  8:47 UTC  (4+ messages)
` [PATCH 1/2] pid: add pidfd_get_task() helper

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

[PATCH v1 0/3] memory-hotplug.rst: document the "auto-movable" online policy
 2021-10-08  8:33 UTC  (6+ messages)
` [PATCH v1 3/3] "

[PATCH] mm/userfaultfd: provide unmasked address on page-fault
 2021-10-08  8:05 UTC  (2+ messages)

[PATCH v4 0/5] hugetlb: add demote/split page functionality
 2021-10-08  7:55 UTC  (9+ messages)
` [PATCH v4 1/5] hugetlb: add demote hugetlb page sysfs interfaces
` [PATCH v4 2/5] mm/cma: add cma_pages_valid to determine if pages are in CMA
` [PATCH v4 3/5] hugetlb: be sure to free demoted CMA pages to CMA
` [PATCH v4 4/5] hugetlb: add demote bool to gigantic page routines
` [PATCH v4 5/5] hugetlb: add hugetlb demote page support

[PATCH 0/6 v2] congestion_wait() and GFP_NOFAIL
 2021-10-08  7:48 UTC  (9+ messages)
` [PATCH 2/6] MM: improve documentation for __GFP_NOFAIL

[PATCH 0/2] mm/mprotect: avoid unnecessary TLB flushes
 2021-10-08  7:35 UTC  (7+ messages)
` [PATCH 2/2] mm/mprotect: do not flush on permission promotion

Readahead regressed with c1f6925e1091("mm: put readahead pages in cache earlier") on multicore arm64 platforms
 2021-10-08  4:11 UTC  (8+ messages)

[PATCH 0/5] Fixups for slub
 2021-10-08  2:01 UTC  (4+ messages)
` [PATCH 2/5] mm, slub: fix mismatch between reconstructed freelist depth and cnt

[PATCH v2] mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()
 2021-10-08  1:22 UTC  (2+ messages)

[linux-next:master 5414/6649] lib/zstd/common/debug.h: zstd_deps.h is included more than once
 2021-10-08  0:09 UTC  (3+ messages)
` [RFC PATCH linux-next] lib: zstd: fix duplicated inclusion

[PATCH mm] vmalloc: back off when the current task is OOM-killed
 2021-10-07 19:55 UTC  (4+ messages)
` [PATCH mm v2] "

[RFC PATCH] fs: proc: task_mmu: fix sparse warnings
 2021-10-07 19:30 UTC  (2+ messages)

[GIT PULL] netfs, cachefiles, afs: Collected fixes
 2021-10-07 18:26 UTC  (2+ messages)

pageless memory & zsmalloc
 2021-10-07 18:11 UTC  (3+ messages)

[RFC PATCH 0/8] mm/madvise: support process_madvise(MADV_DONTNEED)
 2021-10-07 16:46 UTC  (12+ messages)

[PATCH] mm: don't call should_failslab() for !CONFIG_FAILSLAB
 2021-10-07 16:36 UTC  (4+ messages)

[PATCH] mm:vmscan: fix extra adjustment for lruvec's nonresident_age in case of reactivation
 2021-10-07 16:34 UTC  (4+ messages)
    ` 回复: "
        ` 回复: "

[linux-next:master 5873/6649] security/integrity/ima/ima_policy.c:748:9: sparse: sparse: dereference of noderef expression
 2021-10-07 16:08 UTC 

[linux-next:master 6351/6649] drivers/gpu/host1x/job.c:141:30: error: variable 'domain' set but not used
 2021-10-07 15:35 UTC 

[RFC] pgflags_t
 2021-10-07 14:48 UTC  (3+ messages)

[linux-next:master 5180/6649] ld.lld: error: undefined symbol: __hexagon_umoddi3
 2021-10-07 14:09 UTC 

linux 5.14.3: free_user_ns causes NULL pointer dereference
 2021-10-07 13:28 UTC  (11+ messages)

fuse: kernel panic while using splice (lru corruption)
 2021-10-07 12:54 UTC 

[mm] f11826446d: reaim.jobs_per_min 3.9% improvement
 2021-10-07 12:43 UTC 

[RFC PATCH] mm: Stop filemap_read() from grabbing a superfluous page
 2021-10-07 12:01 UTC 

[PATCH] lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
 2021-10-07 11:01 UTC  (3+ messages)

Compaction & folios
 2021-10-07 10:06 UTC  (3+ messages)

[PATCH v1 0/6] mm/memory_hotplug: Kconfig and 32 bit cleanups
 2021-10-07  9:27 UTC  (14+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUG
` [PATCH v1 2/6] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
` [PATCH v1 3/6] mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit
` [PATCH v1 4/6] mm/memory_hotplug: remove HIGHMEM leftovers
` [PATCH v1 5/6] mm/memory_hotplug: remove stale function declarations
` [PATCH v1 6/6] x86: remove memory hotplug support on X86_32

[linux-next:master 6417/6649] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:11348:5: error: no previous prototype for 'amdgpu_dm_set_dmub_async_sync_status'
 2021-10-07  9:34 UTC 

[linux-next:master 3723/6649] include/linux/compiler_types.h:322:45: error: call to '__compiletime_assert_640' declared with attribute error: FIELD_GET: type of reg too small for mask
 2021-10-07  9:29 UTC 

mmotm 2021-10-05-19-53 uploaded
 2021-10-07  9:28 UTC  (5+ messages)
` mmotm 2021-10-05-19-53 uploaded (drivers/gpu/drm/msm/hdmi/hdmi_phy.o)

[PATCH v3 0/5] hugetlb: add demote/split page functionality
 2021-10-07  7:52 UTC  (5+ messages)
` [PATCH v3 5/5] hugetlb: add hugetlb demote page support

linux-next: Tree for Oct 5 (warnings: a. trace; b. mm/migrate)
 2021-10-07  3:13 UTC  (5+ messages)

[PATCH v4 0/4] bootconfig: Fixes to bootconfig memory management etc
 2021-10-07  1:49 UTC  (5+ messages)
` [PATCH v4 1/4] bootconfig: init: Fix memblock leak in xbc_make_cmdline()


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