linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-09 15:49:20 to 2022-03-10 14:32:54 UTC [more...]

[RFC PATCH v0 0/6] x86/AMD: Userspace address tagging
 2022-03-10 14:32 UTC  (8+ messages)
` [RFC PATCH v0 1/6] mm, arm64: Update PR_SET/GET_TAGGED_ADDR_CTRL interface
` [RFC PATCH v0 2/6] x86/cpufeatures: Add Upper Address Ignore(UAI) as CPU feature
` [RFC PATCH v0 3/6] x86: Enable Upper Address Ignore(UAI) feature
` [RFC PATCH v0 4/6] x86: Provide an implementation of untagged_addr()
` [RFC PATCH v0 5/6] x86: Untag user pointers in access_ok()
` [RFC PATCH v0 6/6] x86: Add prctl() options to control tagged user addresses ABI

[PATCH v2 0/2] Cleanups for slab
 2022-03-10 14:27 UTC  (4+ messages)
` [PATCH v2 1/2] mm: slab: Delete unused SLAB_DEACTIVATED flag
` [PATCH v2 2/2] mm: slub: Delete useless parameter of alloc_slab_page()

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-10 14:09 UTC  (14+ messages)
` [PATCH v5 01/13] mm/memfd: Introduce MFD_INACCESSIBLE flag
` [PATCH v5 02/13] mm: Introduce memfile_notifier
` [PATCH v5 03/13] mm/shmem: Support memfile_notifier
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK
` [PATCH v5 05/13] KVM: Extend the memslot to support fd-based private memory
` [PATCH v5 06/13] KVM: Use kvm_userspace_memory_region_ext
` [PATCH v5 07/13] KVM: Add KVM_EXIT_MEMORY_ERROR exit
` [PATCH v5 08/13] KVM: Use memfile_pfn_ops to obtain pfn for private pages
` [PATCH v5 09/13] KVM: Handle page fault for private memory
` [PATCH v5 10/13] KVM: Register private memslot to memory backing store
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd
` [PATCH v5 12/13] KVM: Expose KVM_MEM_PRIVATE
` [PATCH v5 13/13] memfd_create.2: Describe MFD_INACCESSIBLE flag

[PATCH v4 0/6] Fix some bugs related to ramp and dax
 2022-03-10 13:48 UTC  (13+ messages)
` [PATCH v4 1/6] mm: rmap: fix cache flush on THP pages
` [PATCH v4 2/6] dax: fix cache flush on PMD-mapped pages
` [PATCH v4 3/6] mm: rmap: introduce pfn_mkclean_range() to cleans PTEs
` [PATCH v4 5/6] dax: fix missing writeprotect the pte entry
` [PATCH v4 6/6] mm: remove range parameter from follow_invalidate_pte()

[PATCH] mm/mlock: fix potential imbalanced rlimit ucounts adjustment
 2022-03-10 13:24 UTC 

[PATCH RFC 0/9] bpf, mm: recharge bpf memory from offline memcg
 2022-03-10 13:20 UTC  (5+ messages)

[PATCH] mm/huge_memory: remove unneeded local variable follflags
 2022-03-10 13:12 UTC 

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-03-10 13:08 UTC  (2+ messages)

[PATCH RFC] mm/memory-failure.c: fix memory failure race with memory offline
 2022-03-10 13:04 UTC  (3+ messages)

[PATCH v9 00/14] Multi-Gen LRU Framework
 2022-03-10 12:29 UTC  (3+ messages)
` [PATCH v9 13/14] mm: multi-gen LRU: admin guide

Buffered I/O broken on s390x with page faults disabled (gfs2)
 2022-03-10 12:13 UTC  (20+ messages)

[PATCH v8 0/5] sparse-vmemmap: memory savings for compound devmaps (device-dax)
 2022-03-10 12:09 UTC  (5+ messages)
` [PATCH v8 3/5] mm/hugetlb_vmemmap: move comment block to Documentation/vm

[PATCH v2] mm: Only re-generate demotion targets when a numa node changes its N_CPU state
 2022-03-10 12:07 UTC 

[PATCH] HMM selftests changes
 2022-03-10 11:52 UTC  (5+ messages)

[PATCH v1 00/15] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-03-10 11:57 UTC  (10+ messages)
` [PATCH v1 10/15] mm/page-flags: reuse PG_slab as PG_anon_exclusive for PageAnon() pages

[PATCH 0/4] A few fixup patches for memory failure
 2022-03-10 11:46 UTC  (8+ messages)
` [PATCH 4/4] mm/memory-failure.c: fix potential VM_BUG_ON_PAGE in split_huge_page_to_list

[fuse-devel] [PATCH] fuse: avoid deadlock when write fuse inode
 2022-03-10 11:10 UTC  (2+ messages)

[PATCH v3 0/9] mm: COW fixes part 1: fix the COW security issue for THP and swap
 2022-03-10 11:02 UTC  (20+ messages)
` [PATCH v3 2/9] mm: optimize do_wp_page() for fresh pages in local LRU pagevecs
` [PATCH v3 3/9] mm: slightly clarify KSM logic in do_swap_page()
` [PATCH v3 4/9] mm: streamline COW "
` [PATCH v3 5/9] mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()
` [PATCH v3 6/9] mm/khugepaged: remove reuse_swap_page() usage
` [PATCH v3 7/9] mm/swapfile: remove stale reuse_swap_page()
` [PATCH v3 8/9] mm/huge_memory: remove stale page_trans_huge_mapcount()
` [PATCH v3 9/9] mm/huge_memory: remove stale locking logic from __split_huge_pmd()

[PATCH v3] mm: add ztree - new allocator for use via zpool API
 2022-03-10 10:27 UTC  (2+ messages)

[PATCH] mm: madvise: return correct bytes advised with process_madvise
 2022-03-10  9:34 UTC  (5+ messages)

[PATCH] mm/page_alloc: check high-order pages for corruption during PCP operations
 2022-03-10  9:24 UTC 

[PATCH 1/1] mm/page_alloc: add scheduling point to free_unref_page_list
 2022-03-10  9:11 UTC  (6+ messages)

Regression of madvise(MADV_COLD) on shmem?
 2022-03-10  9:01 UTC  (5+ messages)

[linux-next:master 10574/11713] scripts/Makefile.clean:15: arch/nds32/Makefile: No such file or directory
 2022-03-10  9:00 UTC  (2+ messages)

[PATCH 1/3] mm/memcg: mz already removed from rb_tree in mem_cgroup_largest_soft_limit_node()
 2022-03-10  8:59 UTC  (8+ messages)
` [PATCH 3/3] mm/memcg: add next_mz back if not reclaimed yet

[PATCH v4] mm/oom_kill.c: futex: Don't OOM reap a process with a futex robust list
 2022-03-10  8:46 UTC  (4+ messages)

[RFC PATCH 00/14] mm: userspace hugepage collapse
 2022-03-10  8:37 UTC  (23+ messages)
` [RFC PATCH 01/14] mm/rmap: add mm_find_pmd_raw helper
` [RFC PATCH 02/14] mm/khugepaged: add struct collapse_control
` [RFC PATCH 06/14] mm/khugepaged: add hugepage_vma_revalidate_pmd_count()
` [RFC PATCH 07/14] mm/khugepaged: add vm_flags_ignore to hugepage_vma_revalidate_pmd_count()
` [RFC PATCH 09/14] mm/khugepaged: record SCAN_PAGE_COMPOUND when scan_pmd() finds THP
` [RFC PATCH 11/14] mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
` [RFC PATCH 12/14] mm/madvise: introduce batched madvise(MADV_COLLPASE) collapse

[RFC] Free up a page flag
 2022-03-10  8:36 UTC  (3+ messages)

[PATCH v3] docs/kernel-parameters: update description of mem=
 2022-03-10  8:27 UTC 

[PATCH v2 0/3] kunit: fix a UAF bug and do some optimization
 2022-03-10  8:10 UTC  (6+ messages)
` [PATCH v2 1/3] kunit: fix UAF when run kfence test case test_gfpzero
` [PATCH v2 2/3] kunit: make kunit_test_timeout compatible with comment

[PATCH v4 11/24] dept: Add proc knobs to show stats and dependency graph
 2022-03-10  7:43 UTC  (2+ messages)

mmotm 2022-03-09-23-28 uploaded
 2022-03-10  7:29 UTC 

[PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8)
 2022-03-10  6:51 UTC  (16+ messages)
` [PATCH v8 01/14] sizes.h: Add SZ_1T macro
` [PATCH v8 02/14] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v8 03/14] mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions
` [PATCH v8 04/14] mm: Add len and flags parameters to arch_get_mmap_end()
` [PATCH v8 05/14] mm, hugetlbfs: Allow for "high" userspace addresses
` [PATCH v8 06/14] powerpc/mm: Move vma_mmu_pagesize()
` [PATCH v8 07/14] powerpc/mm: Make slice specific to book3s/64
` [PATCH v8 08/14] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v8 09/14] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v8 10/14] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v8 11/14] powerpc/mm: Move get_unmapped_area functions to slice.c
` [PATCH v8 12/14] powerpc/mm: Enable full randomisation of memory mappings
` [PATCH v8 13/14] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v8 14/14] powerpc: Simplify and move arch_randomize_brk()

[PATCH v1] mm/hwpoison: set PageHWPoison after taking page lock in memory_failure_hugetlb()
 2022-03-10  6:23 UTC  (9+ messages)

[PATCH] mm: Only re-generate demotion targets when a numa node changes its N_CPU state
 2022-03-10  6:24 UTC  (8+ messages)

[linux-next:master 11672/11713] mm/kasan/report_sw_tags.c:58:22: error: implicit declaration of function 'object_is_on_stack'
 2022-03-10  5:45 UTC 

[PATCH 0/3] mm: vmalloc: introduce array allocation functions
 2022-03-10  4:18 UTC  (3+ messages)
` [PATCH 3/3] KVM: use vcalloc/__vcalloc for very large allocations

[linux-next:master] BUILD REGRESSION 4e7a74a6856f8613dab9794da4b5cfb8fd54fb8c
 2022-03-10  3:23 UTC 

[PATCH 0/2] Cleanups for slab
 2022-03-10  1:49 UTC  (11+ messages)
` [PATCH 1/2] mm: slab: Delete unused SLAB_DEACTIVATED flag
` [PATCH 2/2] mm: slub: Delete useless parameter of alloc_slab_page()

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-10  1:45 UTC  (4+ messages)

[PATCH v3 0/2] provide the flexibility to enable KFENCE
 2022-03-10  1:43 UTC  (3+ messages)
` [PATCH v3 2/2] kfence: Alloc kfence_pool after system startup

[linux-next:master 9388/11353] sound/soc/soc-compress.c:628 snd_soc_new_compress() error: we previously assumed 'codec_dai' could be null (see line 571)
 2022-03-10  1:38 UTC 

[linux-next:pending-fixes] BUILD SUCCESS fb8a41b34095f3699c85326f6c326f86a7af4185
 2022-03-09 23:57 UTC 

[PATCH v4 02/24] dept: Implement Dept(Dependency Tracker)
 2022-03-09 23:43 UTC  (2+ messages)

[LSF/MM/BPF BOF idea] CXL BOF discussion
 2022-03-09 23:36 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION cb153b68ff91cbc434f3de70ac549e110543e1bb
 2022-03-09 22:45 UTC  (3+ messages)

[PATCH] mm: fs: fix lru_cache_disabled race in bh_lru
 2022-03-09 22:40 UTC  (3+ messages)

[RFC] Mechanism to induce memory reclaim
 2022-03-09 22:30 UTC  (7+ messages)

[GIT PULL] Fix fill_files_note
 2022-03-09 21:45 UTC  (6+ messages)

[PATCH v3 0/5] mm/mprotect: avoid unnecessary TLB flushes
 2022-03-09 21:40 UTC 

[PATCH 0/3] kunit: fix a UAF bug and do some optimization
 2022-03-09 21:39 UTC  (3+ messages)
` [PATCH 3/3] kfence: test: try to avoid test_gfpzero trigger rcu_stall

[LSF/MM/BPF TOPIC] Changes in RCU over the past few years
 2022-03-09 21:38 UTC  (3+ messages)

[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
 2022-03-09 20:27 UTC 

[PATCH mmotm] mempolicy: mbind_range() set_policy() after vma_merge()
 2022-03-09 19:10 UTC  (10+ messages)

[PATCH v2] docs/kernel-parameters: update description of mem=
 2022-03-09 18:54 UTC  (4+ messages)

[PATCH v2] mm/page_alloc: call check_new_pages() while zone spinlock is not held
 2022-03-09 17:32 UTC  (5+ messages)

[linux-next:master 10012/11713] fs/io_uring.c:10332 __do_sys_io_uring_enter() warn: unsigned 'fd' is never less than zero
 2022-03-09 17:31 UTC 

[PATCH] docs/kernel-parameters: update description of mem=
 2022-03-09 16:56 UTC  (4+ messages)

[linux-next:master 11113/11713] arch/arm64/mm/init.c:90:19: error: redefinition of 'arm64_dma_phys_limit' with a different type: 'const phys_addr_t' (aka 'const unsigned long long') vs 'phys_addr_t' (aka 'unsigned long long')
 2022-03-09 16:30 UTC 

[PATCH v4 00/13] Fix LKDTM for PPC64/IA64/PARISC v4
 2022-03-09 16:30 UTC  (4+ messages)

[PATCH AUTOSEL 4.9 11/11] kselftest/vm: fix tests build with old libc
 2022-03-09 16:27 UTC 

[PATCH AUTOSEL 4.14 12/12] kselftest/vm: fix tests build with old libc
 2022-03-09 16:26 UTC 

[PATCH AUTOSEL 4.19 14/14] kselftest/vm: fix tests build with old libc
 2022-03-09 16:25 UTC 

[PATCH AUTOSEL 5.4 19/19] kselftest/vm: fix tests build with old libc
 2022-03-09 16:23 UTC 

[PATCH AUTOSEL 5.10 20/20] kselftest/vm: fix tests build with old libc
 2022-03-09 16:21 UTC 

[PATCH AUTOSEL 5.15 24/24] kselftest/vm: fix tests build with old libc
 2022-03-09 16:19 UTC 

[PATCH AUTOSEL 5.16 27/27] kselftest/vm: fix tests build with old libc
 2022-03-09 16:17 UTC 

[linux-next:master 4605/11713] kernel/trace/trace_events_synth.c:65:9: warning: 'strncpy' specified bound depends on the length of the source argument
 2022-03-09 15:48 UTC 

[linux-next:master 9327/11713] drivers/leds/leds-pca955x.c:149:19: warning: unused function 'pca95xx_num_led_regs'
 2022-03-09 15:48 UTC 


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