linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH] binfmt_elf: fix documented return value for load_elf_phdrs()
 2022-10-19  7:43 UTC 

[PATCH] fs/exec.c: simplify initial stack size expansion
 2022-10-19  7:32 UTC 

[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-10-19  7:18 UTC  (11+ messages)

[PATCH v3 0/3] THP Shrinker
 2022-10-19  7:04 UTC  (5+ messages)
` [PATCH v3 2/3] mm: changes to split_huge_page() to free zero filled tail pages
` [PATCH v3 3/3] mm: THP low utilization shrinker

[PATCHv10 00/15] Linear Address Masking enabling
 2022-10-19  7:04 UTC  (27+ messages)
` [PATCHv10 01/15] x86/mm: Fix CR3_ADDR_MASK
` [PATCHv10 02/15] x86: CPUID and CR3/CR4 flags for Linear Address Masking
` [PATCHv10 03/15] mm: Pass down mm_struct to untagged_addr()
` [PATCHv10 04/15] x86/mm: Handle LAM on context switch
` [PATCHv10 05/15] x86/uaccess: Provide untagged_addr() and remove tags before address check
` [PATCHv10 06/15] KVM: Serialize tagged address check against tagging enabling
` [PATCHv10 07/15] x86/mm: Provide arch_prctl() interface for LAM
` [PATCHv10 08/15] x86/mm: Reduce untagged_addr() overhead until the first LAM user
` [PATCHv10 09/15] x86: Expose untagging mask in /proc/$PID/arch_status
` [PATCHv10 10/15] x86/mm, iommu/sva: Make LAM and SVM mutually exclusive
` [PATCHv10 11/15] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
` [PATCHv10 12/15] selftests/x86/lam: Add mmap and SYSCALL "
` [PATCHv10 13/15] selftests/x86/lam: Add io_uring "
` [PATCHv10 14/15] selftests/x86/lam: Add inherit "
` [PATCHv10 15/15] selftests/x86/lam: Add ARCH_FORCE_TAGGED_SVM "

[PATCH v14 00/14] Multi-Gen LRU Framework
 2022-10-19  5:51 UTC  (4+ messages)
` [PATCH v14 08/14] mm: multi-gen LRU: support page table walks

[RFC PATCH] mm: move xa forward when run across zombie page
 2022-10-19  5:48 UTC  (10+ messages)

[PATCH] mempool: Use kmalloc_size_roundup() to match ksize() usage
 2022-10-19  5:37 UTC  (3+ messages)

[PATCH v4 0/3] THP Shrinker
 2022-10-19  5:12 UTC  (5+ messages)
` [PATCH v4 1/3] mm: add thp_utilization metrics to debugfs
` [PATCH v4 2/3] mm: changes to split_huge_page() to free zero filled tail pages
` [PATCH v4 3/3] mm: THP low utilization shrinker

[PATCH 0/5] mm: cleanup with VM_ACCESS_FLAGS
 2022-10-19  3:49 UTC  (6+ messages)
` [PATCH 1/5] nios2: remove unused INIT_MMAP
` [PATCH 2/5] x86/sgx: use VM_ACCESS_FLAGS
` [PATCH 3/5] mm: mprotect: "
` [PATCH 4/5] mm: debug_vm_pgtable: "
` [PATCH 5/5] amdgpu: "

[PATCH V11 2/4] LoongArch: Add sparse memory vmemmap support
 2022-10-19  3:33 UTC  (2+ messages)

[PATCH] mm: /proc/pid/smaps_rollup: fix maple tree search
 2022-10-19  3:18 UTC 

[mm] f35b5d7d67: will-it-scale.per_process_ops -95.5% regression
 2022-10-19  2:05 UTC  (2+ messages)

[PATCH V11 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-10-19  2:00 UTC  (4+ messages)
` [PATCH V11 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()

[linux-next:master 973/1443] mm/memremap.c:533:13: warning: function 'folio_span_valid' is not needed and will not be emitted
 2022-10-19  1:42 UTC 

[RFC PATCH 0/8] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way (Alternative)
 2022-10-19  0:25 UTC  (4+ messages)

[RFC PATCH 00/18] efficiently expose damos action tried regions information
 2022-10-19  0:13 UTC  (19+ messages)
` [RFC PATCH 01/18] mm/damon/modules: deduplicate init steps for DAMON context setup
` [RFC PATCH 02/18] mm/damon/core: split out DAMOS-charged region skip logic into a new function
` [RFC PATCH 03/18] mm/damon/core: split damos application "
` [RFC PATCH 04/18] mm/damon/core: split out scheme stat update "
` [RFC PATCH 05/18] mm/damon/core: split out scheme quota adjustment "
` [RFC PATCH 06/18] mm/damon/core: add a DAMON callback for scheme target regions check
` [RFC PATCH 07/18] mm/damon/sysfs: Use damon_addr_range for regions' start and end values
` [RFC PATCH 08/18] mm/damon/sysfs: remove parameters of damon_sysfs_region_alloc()
` [RFC PATCH 09/18] mm/damon/sysfs: move sysfs_lock to common module
` [RFC PATCH 10/18] mm/damon/sysfs: move unsigned long range directory "
` [RFC PATCH 11/18] mm/damon/sysfs: split out kdamond-independent schemes stats update logic into a new function
` [RFC PATCH 12/18] mm/damon/sysfs: move schemes directory implementation to separate module
` [RFC PATCH 13/18] mm/damon/sysfs-schemes: implement schemes/tried_regions directory
` [RFC PATCH 14/18] mm/damon/sysfs-schemes: implement scheme region directory
` [RFC PATCH 15/18] mm/damon/sysfs: implement DAMOS-tried regions update command
` [RFC PATCH 16/18] mm/damon/sysfs-schemes: implement DAMOS tried regions clear command
` [RFC PATCH 17/18] Docs/admin-guide/mm/damon/usage: document schemes/<s>/tried_regions directory
` [RFC PATCH 18/18] Docs/ABI/damon: document 'schemes/<s>/tried_regions' directory

[PATCH man-pages v2 0/4] Add MADV_COLLAPSE documentation
 2022-10-19  0:11 UTC  (6+ messages)
` [PATCH man-pages v2 1/4] madvise.2: update THP file/shmem documentation for +5.4
` [PATCH man-pages v2 2/4] madvise.2: document reliable probe for advice support
` [PATCH man-pages v2 3/4] process_madvise.2: CAP_SYS_ADMIN cleanup
` [PATCH man-pages v2 4/4] madvise.2: add documentation for MADV_COLLAPSE

[PATCH] hugetlb: fix memory leak associated with vma_lock structure
 2022-10-18 23:36 UTC 

[PATCH v9] selftests/vm: enable running select groups of tests
 2022-10-18 23:12 UTC 

[PATCH v3 0/5] ksm: support tracking KSM-placed zero-pages
 2022-10-18 22:54 UTC  (3+ messages)
`  "

[PATCH v6] selftests/vm: enable running select groups of tests
 2022-10-18 22:24 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 4ca786ae6681b90b0ec3f4c55c89d12f835f8944
 2022-10-18 22:04 UTC  (3+ messages)

[PATCH 0/4] Add MADV_COLLAPSE documentation
 2022-10-18 21:54 UTC  (15+ messages)
` [PATCH man-pages 1/4] madvise.2: update THP file/shmem documentation for +5.4
` [PATCH man-pages 2/4] madvise.2: document reliable probe for advice support
` [PATCH man-pages 3/4] process_madvise.2: CAP_SYS_ADMIN cleanup
` [PATCH man-pages 4/4] madvise.2: add documentation for MADV_COLLAPSE

[linux-next:master 1249/1443] drivers/pinctrl/pinctrl-gemini.c:2015:9: error: implicit declaration of function 'seq_printf'; did you mean 'scnprintf'?
 2022-10-18 21:03 UTC  (2+ messages)

[PATCH] mm/memremap: Mark folio_span_valid() as __maybe_unused
 2022-10-18 20:55 UTC  (3+ messages)

[PATCH] vsprintf: protect kernel from panic due to non-canonical pointer dereference
 2022-10-18 20:49 UTC  (6+ messages)

[PATCH] mm: folio-compat: fix bug for pagecache_get_page
 2022-10-18 20:48 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 3519e84626cf86fd1a4675e14682e2093f049c45
 2022-10-18 20:46 UTC 

[akpm-mm:mm-nonmm-unstable 36/41] include/linux/build_bug.h:16:51: error: negative width in bit-field '<anonymous>'
 2022-10-18 20:40 UTC  (2+ messages)

[PATCH] mm/mmap: Fix MAP_FIXED address return on VMA merge
 2022-10-18 20:25 UTC  (4+ messages)

[PATCH] hugetlbfs: don't delete error page from pagecache
 2022-10-18 20:01 UTC 

[PATCH v2] vsprintf: protect kernel from panic due to non-canonical pointer dereference
 2022-10-18 19:36 UTC 

[PATCH v2 0/7] Add basic trace events for vmap/vmalloc (v2)
 2022-10-18 18:25 UTC  (9+ messages)
` [PATCH v2 1/7] mm: vmalloc: Add alloc_vmap_area trace event
` [PATCH v2 2/7] mm: vmalloc: Add purge_vmap_area_lazy "
` [PATCH v2 4/7] mm: vmalloc: Use trace_alloc_vmap_area event
` [PATCH v2 5/7] mm: vmalloc: Use trace_purge_vmap_area_lazy event
` [PATCH v2 6/7] mm: vmalloc: Use trace_free_vmap_area_noflush event
` [PATCH v2 7/7] vmalloc: Add reviewers for vmalloc code

[RFC PATCH 0/4] Introduce mempool pages bulk allocator the use it in dm-crypt
 2022-10-18 18:01 UTC  (10+ messages)
` [PATCH 2/4] mm: mempool: introduce page bulk allocator

[RFC PATCH] mm, hwpoison: Recover from copy-on-write machine checks
 2022-10-18 17:52 UTC  (3+ messages)

[PATCH] mm/huge_memory: don't clear active swapcache entry from page->private
 2022-10-18 17:41 UTC  (3+ messages)

[PATCH v3 00/25] Fix the DAX-gup mistake
 2022-10-18 17:30 UTC  (6+ messages)
` [PATCH v3 07/25] fsdax: Hold dax lock over mapping insertion

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2022-10-18 17:17 UTC  (3+ messages)
` [PATCH v3 2/3] kasan: migrate kasan_rcu_uaf test to kunit
` [PATCH v3 3/3] kasan: migrate workqueue_uaf "

Possible Syzkaller / mmap() issues with commit abdba2dda0c477ca
 2022-10-18 17:07 UTC  (2+ messages)

DAMON Beer/Coffee/Tea chat series
 2022-10-18 16:59 UTC  (2+ messages)

[PATCH 0/7] Add basic trace events for vmap/vmalloc
 2022-10-18 16:57 UTC  (4+ messages)
` [PATCH 1/7] mm: vmap: Add alloc_vmap_area trace event

[PATCH 4/7] mm/vmalloc: Use a trace_alloc_vmap_area event
 2022-10-18 16:55 UTC  (5+ messages)

Nr
 2022-10-18 16:12 UTC 

[RFC v2 0/4] vmalloc_exec for modules and BPF programs
 2022-10-18 15:40 UTC  (7+ messages)

[akpm-mm:mm-unstable 88/100] mm/gup_test.c:302:34: warning: cast to pointer from integer of different size
 2022-10-18 13:55 UTC 

[linux-next:master 1304/1443] fs/jfs/jfs_dmap.c:196:23: warning: result of comparison of constant 8796093022201 with expression of type 'int' is always false
 2022-10-18 13:48 UTC  (5+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-18 13:42 UTC  (7+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH] mm/mmap: undo ->mmap() when mas_preallocate() fails
 2022-10-18 13:39 UTC  (2+ messages)

[PATCH] MM: discard __GFP_ATOMIC
 2022-10-18 12:11 UTC  (9+ messages)

[akpm-mm:mm-unstable 76/100] mm/ksm.c:423:5: warning: no previous prototype for 'break_ksm_pud_entry'
 2022-10-18 11:22 UTC  (2+ messages)

[PATCH 0/2] fs/exec: Explicitly unshare fs_struct on exec
 2022-10-18 11:19 UTC  (8+ messages)
` [PATCH 1/2] "

[PATCH] mm: hugetlb: support get/set_policy for hugetlb_vm_ops
 2022-10-18  9:35 UTC  (10+ messages)
  ` [External] "

[PATCH v7 11/11] kallsyms: Add self-test facility
 2022-10-18  9:32 UTC  (3+ messages)

[RFC] memory tier, sysfs: rename attribute "nodes" to "nodes_list"
 2022-10-18  8:39 UTC  (3+ messages)

[PATCH] ELF uapi: add spaces before '{'
 2022-10-18  7:22 UTC  (2+ messages)

[PATCH 0/3] hugetlb: fixes for new vma lock series
 2022-10-18  6:25 UTC  (5+ messages)
` [PATCH 1/3] hugetlb: fix vma lock handling during split vma and range unmapping

[PATCH V3 0/1] x86/sgx: Add code to inject hwpoison into SGX memory
 2022-10-18  6:21 UTC  (3+ messages)
` [PATCH V3 1/1] "

[PATCHv4 0/9] zram: Support multiple compression streams
 2022-10-18  4:55 UTC  (8+ messages)
` [PATCHv4 3/9] zram: Factor out WB and non-WB zram read functions
` [PATCHv4 4/9] zram: Introduce recompress sysfs knob
` [PATCHv4 5/9] documentation: Add recompression documentation
` [PATCHv4 6/9] zram: Add recompression algorithm choice to Kconfig
` [PATCHv4 7/9] zram: Add recompress flag to read_block_state()
` [PATCHv4 8/9] zram: Clarify writeback_store() comment
` [PATCHv4 9/9] zram: Use IS_ERR_VALUE() to check for zs_malloc() errors

page:  |  | latest

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