linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-08 13:44:10 to 2022-03-09 08:30:39 UTC [more...]

[PATCH 0/4] A few fixup patches for memory failure
 2022-03-09  8:30 UTC  (14+ messages)
` [PATCH 2/4] mm/memory-failure.c: fix wrong user reference report
` [PATCH 4/4] mm/memory-failure.c: fix potential VM_BUG_ON_PAGE in split_huge_page_to_list

[PATCH 00/16] A few cleanup and fixup patches for migration
 2022-03-09  8:29 UTC  (15+ messages)
` [PATCH 04/16] mm/migration: reduce the rcu lock duration
` [PATCH 13/16] mm/migration: return errno when isolate_huge_page failed
` [PATCH 16/16] mm/migration: fix potential pte_unmap on an not mapped pte

[PATCH v2 0/3] kunit: fix a UAF bug and do some optimization
 2022-03-09  8:37 UTC  (4+ 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 v2 3/3] kfence: test: try to avoid test_gfpzero trigger rcu_stall

[PATCH v1 00/15] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-03-09  8:00 UTC  (24+ messages)
` [PATCH v1 01/15] mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failed
` [PATCH v1 02/15] mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()
` [PATCH v1 03/15] mm/memory: slightly simplify copy_present_pte()
` [PATCH v1 04/15] mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_anon_rmap()
` [PATCH v1 05/15] mm/rmap: convert RMAP flags to a proper distinct rmap_t type
` [PATCH v1 06/15] mm/rmap: remove do_page_add_anon_rmap()
` [PATCH v1 07/15] mm/rmap: pass rmap flags to hugepage_add_anon_rmap()
` [PATCH v1 08/15] mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()
` [PATCH v1 09/15] mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page exclusively
` [PATCH v1 10/15] mm/page-flags: reuse PG_slab as PG_anon_exclusive for PageAnon() pages
` [PATCH v1 11/15] mm: remember exclusively mapped anonymous pages with PG_anon_exclusive
` [PATCH v1 12/15] mm/gup: disallow follow_page(FOLL_PIN)
` [PATCH v1 13/15] mm: support GUP-triggered unsharing of anonymous pages
` [PATCH v1 14/15] mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymous page
` [PATCH v1 15/15] mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive when (un)pinning

[btrfs] 3626a285f8: divide_error:#[##]
 2022-03-09  7:49 UTC  (5+ messages)

[RFC PATCH] block: set bdi congested when no tag available
 2022-03-09  7:40 UTC 

[PATCH RFC 00/13] mm: COW fixes part 2: reliable GUP pins of anonymous pages
 2022-03-09  7:37 UTC  (7+ messages)
` [PATCH RFC 12/13] mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymous page

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

[PATCH 0/3] kunit: fix a UAF bug and do some optimization
 2022-03-09  6:39 UTC  (9+ messages)
` [PATCH 1/3] kunit: fix UAF when run kfence test case test_gfpzero
` [PATCH 2/3] kunit: make kunit_test_timeout compatible with comment
` [PATCH 3/3] kfence: test: try to avoid test_gfpzero trigger rcu_stall

[PATCH] mm: madvise: return correct bytes advised with process_madvise
 2022-03-09  5:27 UTC 

[linux-next:master 3357/9592] drivers/soc/rockchip/dtpm.c:15:12: sparse: sparse: obsolete array initializer, use C99 syntax
 2022-03-09  5:14 UTC 

[PATCH] mm: reduce tlb flush range when changing vma protection
 2022-03-09  5:13 UTC  (3+ messages)

mm/memory.c:709:25: sparse: sparse: cast to non-scalar
 2022-03-09  5:07 UTC 

[PATCH-mm v2] mm/list_lru: Optimize memcg_reparent_list_lru_node()
 2022-03-09  4:46 UTC  (4+ messages)

[PATCH v3 2/5] x86/mm: check exec permissions on fault
 2022-03-09  4:10 UTC  (3+ messages)
` [PATCH v3 3/5] mm/mprotect: use mmu_gather
` [PATCH v3 5/5] mm: avoid unnecessary flush on change_huge_pmd()

[PATCH v9 00/14] Multi-Gen LRU Framework
 2022-03-09  2:12 UTC  (15+ messages)
` [PATCH v9 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v9 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v9 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v9 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH v9 05/14] mm: multi-gen LRU: groundwork
` [PATCH v9 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v9 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH v9 08/14] mm: multi-gen LRU: support page table walks
` [PATCH v9 09/14] mm: multi-gen LRU: optimize multiple memcgs
` [PATCH v9 10/14] mm: multi-gen LRU: kill switch
` [PATCH v9 11/14] mm: multi-gen LRU: thrashing prevention
` [PATCH v9 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH v9 13/14] mm: multi-gen LRU: admin guide
` [PATCH v9 14/14] mm: multi-gen LRU: design doc

[linux-next:master 5422/11353] {standard input}:1009: Error: pcrel offset for branch to .LS0008 too far (0x3c)
 2022-03-09  1:43 UTC 

[PATCH v4 00/13] Fix LKDTM for PPC64/IA64/PARISC v4
 2022-03-09  1:37 UTC  (3+ messages)

[PATCH RFC 0/9] bpf, mm: recharge bpf memory from offline memcg
 2022-03-09  1:09 UTC  (2+ messages)

[PATCH] mm/list_lru: Optimize memcg_drain_list_lru_node()
 2022-03-09  1:06 UTC  (6+ messages)

include/linux/pgtable.h:257:16: sparse: sparse: cast to non-scalar
 2022-03-09  0:54 UTC  (2+ messages)

[PATCH v4] mm/oom_kill.c: futex: Don't OOM reap a process with a futex robust list
 2022-03-09  0:48 UTC  (2+ messages)

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

[PATCH v8 00/14] Multi-Gen LRU Framework
 2022-03-09  0:29 UTC  (20+ messages)
` [PATCH v8 01/14] mm: x86, arm64: add arch_has_hw_pte_young()
` [PATCH v8 02/14] mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNG
` [PATCH v8 03/14] mm/vmscan.c: refactor shrink_node()
` [PATCH v8 04/14] Revert "include/linux/mm_inline.h: fold __update_lru_size() into its sole caller"
` [PATCH v8 05/14] mm: multi-gen LRU: groundwork
` [PATCH v8 06/14] mm: multi-gen LRU: minimal implementation
` [PATCH v8 07/14] mm: multi-gen LRU: exploit locality in rmap
` [PATCH v8 08/14] mm: multi-gen LRU: support page table walks
` [PATCH v8 09/14] mm: multi-gen LRU: optimize multiple memcgs
` [PATCH v8 10/14] mm: multi-gen LRU: kill switch
` [PATCH v8 11/14] mm: multi-gen LRU: thrashing prevention
` [PATCH v8 12/14] mm: multi-gen LRU: debugfs interface
` [PATCH v8 13/14] mm: multi-gen LRU: admin guide
` [PATCH v8 14/14] mm: multi-gen LRU: design doc

[PATCH -V11 1/9] mm/numa: automatically generate node migration order
 2022-03-09  0:29 UTC  (10+ messages)
` [PATCH -V11 2/9] mm/migrate: update node demotion order on hotplug events

[PATCH v3] mm/oom: do not oom reap task with an unresolved robust futex
 2022-03-09  0:24 UTC  (10+ messages)

Buffered I/O broken on s390x with page faults disabled (gfs2)
 2022-03-09  0:22 UTC  (17+ messages)

[PATCH v2] mm/page_alloc: call check_new_pages() while zone spinlock is not held
 2022-03-08 23:49 UTC  (3+ messages)

[linux-next:master 5968/11353] drivers/clk/mediatek/clk-pll.c:418:23: warning: variable 'base' set but not used
 2022-03-08 23:41 UTC 

[linux-next:master 9639/11353] drivers/vfio/pci/mlx5/main.c:409:24: sparse: sparse: Using plain integer as NULL pointer
 2022-03-08 23:10 UTC 

[RFC] Mechanism to induce memory reclaim
 2022-03-08 22:37 UTC  (13+ messages)

fs/proc/vmcore.c:161:34: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-03-08 22:29 UTC 

[PATCH v2] binfmt_elf: Introduce KUnit test
 2022-03-08 22:12 UTC  (3+ messages)

[GIT PULL] Fix fill_files_note
 2022-03-08 21:49 UTC  (2+ messages)

[PATCH mmotm] tmpfs: do not allocate pages on read
 2022-03-08 21:46 UTC  (6+ messages)
  ` [PATCH mmotm v2] "

[linux-next:master 123/11353] ld.lld: error: undefined symbol: generic_handle_arch_irq
 2022-03-08 21:37 UTC 

[RFC PATCH 00/14] mm: userspace hugepage collapse
 2022-03-08 21:34 UTC  (15+ 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 03/14] mm/khugepaged: add __do_collapse_huge_page() helper
` [RFC PATCH 04/14] mm/khugepaged: separate khugepaged_scan_pmd() scan and collapse
` [RFC PATCH 05/14] mm/khugepaged: add mmap_assert_locked() checks to scan_pmd()
` [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 08/14] mm/thp: add madv_thp_vm_flags to __transparent_hugepage_enabled()
` [RFC PATCH 09/14] mm/khugepaged: record SCAN_PAGE_COMPOUND when scan_pmd() finds THP
` [RFC PATCH 10/14] mm/khugepaged: rename khugepaged-specific/not functions
` [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 PATCH 13/14] mm/madvise: add __madvise_collapse_*_batch() actions
` [RFC PATCH 14/14] mm/madvise: add process_madvise(MADV_COLLAPSE)

[PATCH mmotm] mempolicy: mbind_range() set_policy() after vma_merge()
 2022-03-08 21:32 UTC  (8+ messages)

[linux-next:master 8195/11353] ld.lld: error: undefined symbol: devm_clk_hw_register
 2022-03-08 21:17 UTC 

[linux-next:master] BUILD REGRESSION cb153b68ff91cbc434f3de70ac549e110543e1bb
 2022-03-08 21:14 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 856f0c2997ce4b6f84bc06e06ef77a7ca8345076
 2022-03-08 20:31 UTC 

[linux-next:master 10184/11353] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_device_queue_manager.c:508:6: warning: variable 'vmid' is used uninitialized whenever 'if' condition is false
 2022-03-08 19:14 UTC 

[PATCH] mm: fs: fix lru_cache_disabled race in bh_lru
 2022-03-08 18:07 UTC 

[linux-next:master 2593/11353] ite-it6505.c:undefined reference to `drm_dp_aux_unregister'
 2022-03-08 18:03 UTC 

[linux-next:master 8458/11353] drivers/net/ethernet/fungible/funeth/funeth_tx.c:244:27: error: implicit declaration of function 'tls_driver_ctx'
 2022-03-08 18:03 UTC 

[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-08 17:58 UTC 

[linux-next:master 123/11353] undefined reference to `generic_handle_arch_irq'
 2022-03-08 17:32 UTC 

[patch v2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
 2022-03-08 17:41 UTC  (4+ messages)
` [patch v3] "
  ` [patch v4] "

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

[PATCH mm] fix for "kasan, vmalloc: only tag normal vmalloc allocations"
 2022-03-08 16:54 UTC 

[PATCH 1/1] mm/page_alloc: add scheduling point to free_unref_page_list
 2022-03-08 16:19 UTC  (5+ messages)

[PATCH 0/3] mm: vmalloc: introduce array allocation functions
 2022-03-08 16:13 UTC  (12+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] mm: use vmalloc_array and vcalloc for array allocations
` [PATCH 3/3] KVM: use vcalloc/__vcalloc for very large allocations

[PATCH v6 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2022-03-08 15:48 UTC  (5+ messages)
` [PATCH v6 31/39] kasan, vmalloc: only tag normal vmalloc allocations

[PATCH] mm: madvise: MADV_DONTNEED_LOCKED
 2022-03-08 15:31 UTC  (2+ messages)

mmotm 2022-03-06-20-33 uploaded
 2022-03-08 15:25 UTC  (3+ messages)
` mmotm 2022-03-06-20-33 uploaded (x86-android-tablets)

[PATCH v2] kfence: allow use of a deferrable timer
 2022-03-08 14:26 UTC  (2+ messages)

[PATCH mm 00/22] kasan: report clean-ups and improvements
 2022-03-08 14:09 UTC  (7+ messages)
` [PATCH mm 05/22] kasan: print basic stack frame info for SW_TAGS
` [PATCH mm 06/22] kasan: simplify async check in end_report

[linux-next:master 8458/11353] drivers/net/ethernet/fungible/funeth/funeth_tx.c:311:21: warning: assignment to 'struct sk_buff *' from 'int' makes pointer from integer without a cast
 2022-03-08 13:56 UTC 

[linux-next:master 5498/11353] arch/arm64/kernel/elfcore.c:25:12: warning: stack frame size (2160) exceeds limit (2048) in 'mte_dump_tag_range'
 2022-03-08 13:46 UTC 

[PATCH v2] kasan: fix more unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2022-03-08 13:44 UTC  (2+ messages)

[PATCH v2 0/8] A few cleanup patches for z3fold
 2022-03-08 13:43 UTC  (7+ messages)
` [PATCH v2 3/8] mm/z3fold: minor clean up for z3fold_free
` [PATCH v2 4/8] mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivate
` [PATCH v2 5/8] mm/z3fold: remove confusing local variable l reassignment
` [PATCH v2 6/8] mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()
` [PATCH v2 7/8] mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_free
` [PATCH v2 8/8] mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()


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