linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 00/12] fold per-CPU vmstats remotely
 2023-03-08 21:42 UTC  (4+ messages)
` [PATCH v4 05/12] this_cpu_cmpxchg: x86: switch this_cpu_cmpxchg to locked, add _local function

[PATCH v3 0/5] batched remove rmap in try_to_unmap_one()
 2023-03-08 21:38 UTC  (3+ messages)
` [PATCH v3 1/5] rmap: move hugetlb try_to_unmap to dedicated function

[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-08 21:34 UTC  (7+ messages)
` [PATCH v4 1/4] video: fbdev: atyfb: only use ioremap_uc() on i386 and ia64
` [PATCH v4 2/4] mips: add <asm-generic/io.h> including
` [PATCH v4 3/4] arch/*/io.h: remove ioremap_uc in some architectures
` [PATCH v4 4/4] mips: io: remove duplicated codes

[PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-03-08 21:31 UTC  (8+ messages)

[PATCH 0/6] tmpfs: add the option to disable swap
 2023-03-08 21:30 UTC  (4+ messages)
` [PATCH 3/6] shmem: move reclaim check early on writepages()

[PATCH v17 00/14] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-08 21:08 UTC  (16+ messages)
` [PATCH v17 01/14] splice: Clean up direct_splice_read() a bit
` [PATCH v17 02/14] splice: Make do_splice_to() generic and export it
` [PATCH v17 03/14] shmem: Implement splice-read
` [PATCH v17 04/14] overlayfs: "
` [PATCH v17 05/14] coda: "
` [PATCH v17 06/14] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v17 07/14] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v17 08/14] iov_iter: Kill ITER_PIPE
` [PATCH v17 09/14] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v17 10/14] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v17 11/14] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v17 12/14] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v17 13/14] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v17 14/14] block: convert bio_map_user_iov "

ld.lld: error: undefined symbol: memcpy
 2023-03-08 21:07 UTC  (2+ messages)

[syzbot] [mm?] kernel BUG in find_mergeable_anon_vma
 2023-03-08 20:24 UTC  (2+ messages)

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-08 20:03 UTC  (10+ messages)
` [PATCH v7 26/41] mm: Warn on shadow stack memory in wrong vma
` [PATCH v7 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v7 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v7 30/41] x86/shstk: Handle thread "

[linux-next:master 816/1532] drivers/infiniband/ulp/srp/ib_srp.c:66: warning: "DEFINE_DYNAMIC_DEBUG_METADATA" redefined
 2023-03-08 19:58 UTC  (2+ messages)

[PATCH V2 1/2] sysctl: Limit the value of interface compact_memory
 2023-03-08 19:58 UTC  (3+ messages)

[PATCH V2 2/2] mm: compaction: Limit the value of interface compact_memory
 2023-03-08 19:57 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] Cloud storage optimizations
 2023-03-08 19:55 UTC  (23+ messages)

[PATCH v1 0/4] Fixes for MDWE prctl
 2023-03-08 19:04 UTC  (3+ messages)
` [PATCH v1 3/4] kselftest: vm: fix unused variable warning
` [PATCH v1 4/4] tools headers UAPI: Sync linux/prctl.h with the kernel sources

THP backed thread stacks
 2023-03-08 19:02 UTC  (7+ messages)

[PATCH v3 0/5] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
 2023-03-08 18:48 UTC  (15+ messages)
` [PATCH v3 2/5] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v3 3/5] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
` [PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments

[PATCH v3 0/3] mm: process/cgroup ksm support
 2023-03-08 18:41 UTC  (8+ messages)
` [PATCH v3 1/3] mm: add new api to enable ksm per process

[PATCH v3 0/3] mm/damon/paddr: minor code improvement
 2023-03-08 18:17 UTC  (5+ messages)
` [PATCH v3 1/3] mm/damon/paddr: minor refactor of damon_pa_pageout()
` [PATCH v3 2/3] mm/damon/paddr: minor refactor of damon_pa_mark_accessed_or_deactivate()
` [PATCH v3 3/3] mm/damon/paddr: fix missing folio_sz update in damon_pa_young()

[PATCH] mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault()
 2023-03-08 18:13 UTC  (2+ messages)

[PATCH] maple_tree: export symbol mas_preallocate()
 2023-03-08 17:43 UTC  (8+ messages)

[PATCH v3, 0/4] mm, memcg: cgroup v1 and v2 tunable load/store tearing fixes
 2023-03-08 17:40 UTC  (6+ messages)
` [PATCH v3, 1/4] mm, memcg: Prevent memory.oom.group load/store tearing
` [PATCH v3, 2/4] mm, memcg: Prevent memory.swappiness "
` [PATCH v3, 3/4] mm, memcg: Prevent memory.oom_control "
` [PATCH v3, 4/4] mm, memcg: Prevent memory.soft_limit_in_bytes "

[linux-next:master 1239/1915] security/security.c:3566: warning: expecting prototype for security_sem_ctl(). Prototype was for security_sem_semctl() instead
 2023-03-08 17:34 UTC 

[PATCH] mm/ksm: Fix race with ksm_exit() in VMA iteration
 2023-03-08 17:26 UTC  (5+ messages)

[PATCH v3 0/2] mm/uffd: Add feature bit UFFD_FEATURE_WP_UNPOPULATED
 2023-03-08 17:04 UTC  (7+ messages)
` [PATCH v3 1/2] mm/uffd: UFFD_FEATURE_WP_UNPOPULATED

[PATCH v16 00/13] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-08 16:04 UTC  (19+ messages)
` [PATCH v16 01/13] splice: Clean up direct_splice_read() a bit
` [PATCH v16 02/13] shmem: Implement splice-read
` [PATCH v16 03/13] overlayfs: "
` [PATCH v16 04/13] coda: "
` [PATCH v16 05/13] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v16 06/13] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v16 07/13] iov_iter: Kill ITER_PIPE
` [PATCH v16 08/13] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v16 09/13] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v16 10/13] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v16 11/13] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v16 12/13] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v16 13/13] block: convert bio_map_user_iov "

[linux-next:master] BUILD SUCCESS WITH WARNING fc31900c948610e7b5c2f15fb7795832c8325327
 2023-03-08 15:37 UTC 

[linux-next:master 1742/1915] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_mst_types.c:1214:31: warning: variable 'res_pool' set but not used
 2023-03-08 15:11 UTC 

[PATCH v4 0/8] make slab shrink lockless
 2023-03-08 15:02 UTC  (7+ messages)
` [PATCH v4 1/8] mm: vmscan: add a map_nr_max field to shrinker_info
` [PATCH v4 2/8] mm: vmscan: make global slab shrink lockless

[PATCH v2, 0/4] mm, memcg: cgroup v1 and v2 tunable load/store tearing fixes
 2023-03-08 14:51 UTC  (4+ messages)
` [PATCH v2, 3/4] mm, memcg: Prevent memory.oom_control load/store tearing

[RFC v2 bpf-next 0/9] mm/bpf/perf: Store build id in inode object
 2023-03-08 14:00 UTC  (13+ messages)
` [PATCH RFC v2 bpf-next 4/9] libbpf: Allow to resolve binary path in current directory
` [PATCH RFC v2 bpf-next 5/9] selftests/bpf: Add read_buildid function
` [PATCH RFC v2 bpf-next 7/9] selftests/bpf: Replace extract_build_id with read_build_id
` [PATCH RFC v2 bpf-next 9/9] selftests/bpf: Add iter_task_vma_buildid test

[RFC] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-08 13:37 UTC  (4+ messages)

[linux-next:master 1761/1915] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_6_ppt.c:315:17: sparse: sparse: incompatible types in conditional expression (different base types):
 2023-03-08 13:18 UTC 

[PATCH v2 1/2] mm: Implement memory-deny-write-execute as a prctl
 2023-03-08 12:36 UTC  (3+ messages)

[linux-next:master 1738/1915] drivers/gpu/drm/amd/amdgpu/../display/dc/link/protocols/link_dp_capability.c:2182: warning: expecting prototype for Check if there is a native DP or passive DP(). Prototype was for dp_is_sink_present() instead
 2023-03-08 10:43 UTC 

[GIT PULL] hotfixes for 6.3-rc1
 2023-03-08 10:39 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 03913bd4e9393f6e6bc89a2f2821bc38ec985621
 2023-03-08 10:32 UTC 

[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
 2023-03-08  9:41 UTC  (6+ messages)
` [RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()
` [RFC PATCH 2/5] mm/unmapped_alloc: add debugfs file similar to /proc/pagetypeinfo
` [RFC PATCH 3/5] mm/unmapped_alloc: add shrinker
` [RFC PATCH 4/5] EXPERIMENTAL: x86: use __GFP_UNMAPPED for modele_alloc()
` [RFC PATCH 5/5] EXPERIMENTAL: mm/secretmem: use __GFP_UNMAPPED

[PATCH] mm: remove redundant check in handle_mm_fault
 2023-03-08  9:13 UTC  (6+ messages)

[linux-next:master 1761/1915] drivers/gpu/drm/amd/amdgpu/../pm/swsmu/smu13/smu_v13_0_6_ppt.c:1152:34: warning: variable 'software_shutdown_temp' is uninitialized when used here
 2023-03-08  8:50 UTC 

[PATCH v2 0/2] Fix mas_skip_node() for mas_empty_area()
 2023-03-08  8:49 UTC  (4+ messages)
` [PATCH v2 1/2] maple_tree: Fix mas_skip_node() end slot detection
` [PATCH v2 2/2] test_maple_tree: Add more testing for mas_empty_area()

Who is looking at CVEs to prevent them?
 2023-03-08  7:52 UTC  (5+ messages)

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-08  7:40 UTC  (3+ messages)

[linux-next:master 1737/1915] drivers/gpu/drm/amd/amdgpu/../display/dc/link/protocols/link_dp_dpia_bw.c:297:13: warning: variable 'available' set but not used
 2023-03-08  6:07 UTC 

[linux-next:master 1234/1915] security/security.c:3647: warning: expecting prototype for security_socket_create(). Prototype was for security_socket_post_create() instead
 2023-03-08  5:36 UTC 

[PATCH v11 0/3] cachestat: a new syscall for page cache state of files
 2023-03-08  3:27 UTC  (4+ messages)
` [PATCH v11 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v11 2/3] cachestat: implement cachestat syscall
` [PATCH v11 3/3] selftests: Add selftests for cachestat

[PATCH v10 00/16] TDX host kernel support
 2023-03-08  1:11 UTC  (2+ messages)

[PATCH v2 2/3] mm/damon/paddr: minor refactor of damon_pa_young()
 2023-03-08  1:03 UTC  (3+ messages)

[PATCH 0/2] mm: rmap: merge HugeTLB mapcount logic with THPs
 2023-03-08  0:36 UTC  (4+ messages)
` [PATCH 1/2] mm: rmap: make hugetlb pages participate in _nr_pages_mapped

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-03-07 22:43 UTC  (9+ messages)
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[PATCH v10 9/9] KVM: Enable and expose KVM_MEM_PRIVATE
 2023-03-07 20:27 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 1bb628591feba5ffb5ed6dd161bc0458080eae78
 2023-03-07 20:26 UTC 

[PATCH v6 6/6] selftest: add testing unsharing and counting ksm zero page
 2023-03-07 18:53 UTC  (2+ messages)

[PATCH v6 5/6] ksm: add zero_pages_sharing documentation
 2023-03-07 18:51 UTC  (2+ messages)

[PATCH v6 4/6] ksm: count zero pages for each process
 2023-03-07 18:45 UTC  (2+ messages)

[PATCH v6 3/6] ksm: count all zero pages placed by KSM
 2023-03-07 18:45 UTC  (2+ messages)

[PATCH v6 2/6] ksm: support unsharing zero pages placed by KSM
 2023-03-07 18:43 UTC  (2+ messages)

[PATCH v6 1/6] ksm: abstract the function try_to_get_old_rmap_item
 2023-03-07 18:24 UTC  (2+ messages)

[PATCH 1/2] docs/mm: Physical Memory: fix a reference to a file that doesn't exist
 2023-03-07 17:32 UTC  (2+ messages)

[PATCH v3 00/51] cpuidle,rcu: Clean up the mess
 2023-03-07 16:40 UTC  (3+ messages)
` [PATCH v3 07/51] cpuidle,psci: Push RCU-idle into driver

[PATCH 1/2] maple_tree: Fix mas_skip_node() end slot detection
 2023-03-07 16:29 UTC  (7+ messages)

[PATCH] maple_tree: Fix the error of mas->min/max in mas_skip_node()
 2023-03-07 16:21 UTC  (2+ messages)

[PATCH 1/3] ufs: don't flush page immediately for DIRSYNC directories
 2023-03-07 16:21 UTC  (2+ messages)
  ` [PATCH 3/3] mm,jfs: move write_one_page/folio_write_one to jfs

[Cluster-devel] return an ERR_PTR from __filemap_get_folio v3
 2023-03-07 15:23 UTC 

[linux-next:master] BUILD SUCCESS WITH WARNING 709c6adf19dc558e44ab5c01659b09a16a2d3c82
 2023-03-07 15:02 UTC 

[PATCH v7 01/41] Documentation/x86: Add CET shadow stack description
 2023-03-07 14:00 UTC  (8+ messages)

[PATCH v3] Add tests for memblock_alloc_node()
 2023-03-07 13:11 UTC 

[PATCH] mm: fix potential invalid pointer dereference in kmemdup()
 2023-03-07  9:03 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox