linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-28 13:56:53 to 2021-11-02 00:20:12 UTC [more...]

[PATCH v4 00/11] Multigenerational LRU Framework
 2021-11-02  0:20 UTC  (2+ messages)

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-01 23:47 UTC  (20+ messages)
` [PATCH v7 01/11] fs/exec: make __set_task_comm always set a nul terminated string
` [PATCH v7 02/11] fs/exec: make __get_task_comm always get "
` [PATCH v7 03/11] sched.h: use __must_be_array instead of BUILD_BUG_ON in get_task_comm
` [PATCH v7 04/11] drivers/infiniband: make setup_ctxt always get a nul terminated task comm
` [PATCH v7 05/11] fs/binfmt_elf: make prpsinfo "
` [PATCH v7 06/11] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH v7 07/11] tools/bpf/bpftool/skeleton: "
` [PATCH v7 08/11] tools/perf/test: make perf test "
` [PATCH v7 09/11] tools/testing/selftests/bpf: make it "
` [PATCH v7 10/11] sched.h: extend task comm from 16 to 24
` [PATCH v7 11/11] kernel/kthread: show a warning if kthread's comm is truncated

[linux-next:master] BUILD REGRESSION 9febf119430617d18e1b6ee4b41ce7b07965e21f
 2021-11-01 23:29 UTC 

[PATCH v2] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-01 23:19 UTC  (4+ messages)

[PATCH v4] mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
 2021-11-01 23:05 UTC  (6+ messages)
  ` [PATCH v5] "
    ` [PATCH v6] "

[linux-next:master 11539/12851] ld.lld: error: undefined symbol: rv_bpf_fixup_exception
 2021-11-01 22:33 UTC  (2+ messages)

[v5 PATCH 6/6] mm: hwpoison: handle non-anonymous THP correctly
 2021-11-01 21:57 UTC  (3+ messages)

[PATCH v2] memremap: remove support for external pgmap refcounts
 2021-11-01 21:50 UTC  (2+ messages)

[PATCH] mm: page-flags: fix build failure due to missing parameter for HasHWPoisoned flag
 2021-11-01 21:34 UTC  (4+ messages)

[PATCH] mm: fix panic in __alloc_pages
 2021-11-01 20:38 UTC  (2+ messages)

[PATCH 1/1] mm: prevent a race between process_mrelease and exit_mmap
 2021-11-01 19:59 UTC  (9+ messages)

[stable 5.10 PATCH] mm: hwpoison: remove the unnecessary THP check
 2021-11-01 19:48 UTC 

[RFC 0/8] Hardening page _refcount
 2021-11-01 19:42 UTC  (13+ messages)
` [RFC 3/8] mm: Avoid using set_page_count() in set_page_recounted()

[RFC v3 PATCH 0/5] Solve silent data loss caused by poisoned page cache (shmem/tmpfs)
 2021-11-01 19:26 UTC  (4+ messages)
` [v3 PATCH 2/5] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault

[GIT PULL] Memory folios for v5.16
 2021-11-01 17:28 UTC  (2+ messages)

[PATCH] mm: use correct VMA flags when freeing page-tables
 2021-11-01 15:45 UTC  (3+ messages)

[PATCH] mm: migrate: Correct the hugetlb migration stats
 2021-11-01 15:12 UTC  (4+ messages)

[PATCH] staging: mm: Fix ERROR:do not initialise statics to 0 or NULL in memblock.c
 2021-11-01 14:39 UTC  (2+ messages)

[PATCH] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
 2021-11-01 14:40 UTC  (3+ messages)

[linux-next:master 11502/12841] drivers/hid/hid-nintendo.c:85:17: error: 'JC_USB_CMD_CONN_STATUS' defined but not used
 2021-11-01 14:33 UTC  (2+ messages)

[linux-next:master 11496/12841] ld.lld: error: undefined symbol: led_mc_calc_color_components
 2021-11-01 14:13 UTC  (2+ messages)

[QUESTION] oom killed the key system process triggered by a bad process alloc memory with MAP_LOCKED
 2021-11-01 11:16 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 75f097aa99691fa885771a1d2fc5badc231aee61
 2021-11-01 11:03 UTC 

[RFC 0/6] Reclaim zero subpages of thp to avoid memory bloat
 2021-11-01  9:20 UTC  (11+ messages)
` [RFC 1/6] mm, thp: introduce thp zero subpages reclaim

[linux-next:master 10127/11937] ld: drivers/vdpa/alibaba/eni_vdpa.c:215: undefined reference to `vp_legacy_set_status'
 2021-11-01  6:54 UTC  (4+ messages)

[PATCH v4 0/3] mm: add new syscall set_mempolicy_home_node
 2021-11-01  5:02 UTC  (4+ messages)
` [PATCH v4 1/3] mm/mempolicy: use policy_node helper with MPOL_PREFERRED_MANY
` [PATCH v4 2/3] mm/mempolicy: add set_mempolicy_home_node syscall
` [PATCH v4 3/3] mm/mempolicy: wire up syscall set_mempolicy_home_node

[PATCH] writeback: Fix some comment errors
 2021-11-01  4:02 UTC 

[PATCH] writeback: Fix some comment errors
 2021-11-01  3:42 UTC  (3+ messages)

[PATCH v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-11-01  3:16 UTC  (6+ messages)
` [PATCH v7 1/5] mm: hugetlb: free "
` [PATCH v7 2/5] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [PATCH v7 3/5] mm: sparsemem: use page table lock to protect kernel pmd operations
` [PATCH v7 4/5] selftests: vm: add a hugetlb test case
` [PATCH v7 5/5] mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VMEMMAP

[PATCH v8 0/8] fsdax: introduce fs query to support reflink
 2021-10-31 18:16 UTC  (11+ messages)
` [PATCH v8 1/8] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 2/8] dax: Introduce holder for dax_device
` [PATCH v8 3/8] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v8 4/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v8 5/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v8 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v8 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v8 8/8] fsdax: add exception for reflinked files

[syzbot] KASAN: use-after-free Read in unmap_page_range (2)
 2021-10-31 17:40 UTC 

[linux-next:master 11857/12841] arch/riscv/net/bpf_jit_comp64.c:462:5: error: no previous prototype for 'rv_bpf_fixup_exception'
 2021-10-31 17:17 UTC 

[PATCH] mm, slub: place the trace before freeing memory in kmem_cache_free()
 2021-10-31 12:54 UTC  (3+ messages)

[hnaz-mm:master 343/435] arch/riscv/lib/delay.c:77:17: error: implicit declaration of function 'cpu_relax'
 2021-10-31 12:43 UTC 

[PATCH v3 3/3] mm/mempolicy: wire up syscall set_mempolicy_home_node
 2021-10-31  3:20 UTC  (4+ messages)

[PATCH v1] mm: Add /proc/$PID/pageflags
 2021-10-31  2:28 UTC  (6+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 923cde4b8abd403c3ca5a4693900627b43d66646
 2021-10-30 14:29 UTC 

[linux-next:master] BUILD REGRESSION bdcc9f6a568275aed4cc32fd2312432d2ff1b704
 2021-10-30  9:46 UTC 

[linux-next:master 9726/12841] drivers/platform/x86/amd-pmc.c:428:30: error: 'CONFIG_RTC_SYSTOHC_DEVICE' undeclared; did you mean 'CONFIG_RTC_HCTOSYS_DEVICE'?
 2021-10-30  9:28 UTC 

[linux-next:master 12285/12841] include/linux/kernel.h:44:25: warning: overflow in conversion from 'long unsigned int' to 'int' changes value from '18446744073709551615' to '-1'
 2021-10-30  9:04 UTC 

[RFC] More deterministic SLOB for real time embedded systems
 2021-10-30  6:12 UTC  (9+ messages)
` segregated list + slab merging is much better than original SLOB
  ` Do we really need SLOB nowdays?

[PATCH] dax: Kill DEV_DAX_PMEM_COMPAT
 2021-10-30  3:54 UTC  (5+ messages)

[linux-next:master 8026/12841] arch/arm64/kvm/hyp/nvhe/sys_regs.c:478: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-10-30  3:53 UTC 

[linux-next:master 11496/12841] hid-playstation.c:undefined reference to `led_mc_calc_color_components'
 2021-10-30  2:19 UTC 

[linux-next:master 6161/12841] arch/arm64/kvm/hyp/nvhe/switch.c:196: warning: expecting prototype for Handler for protected floating(). Prototype was for kvm_handle_pvm_fpsimd() instead
 2021-10-30  0:04 UTC 

[linux-next:master 12285/12841] drivers/net/wireless/intel/iwlwifi/pcie/drv.c:1344:42: warning: implicit conversion from 'unsigned long' to 'int' changes value from 18446744073709551615 to -1
 2021-10-29 23:16 UTC 

[PATCH] selftests: kselftest.h: mark functions with 'noreturn'
 2021-10-29 22:23 UTC  (4+ messages)

[linux-next:master 6154/12841] arch/arm64/kvm/hyp/nvhe/switch.c:163:26: warning: initializer overrides prior initialization of this subobject
 2021-10-29 20:59 UTC 

[PATCH v10 0/7] Basic recovery for machine checks inside SGX
 2021-10-29 18:39 UTC  (4+ messages)
` [PATCH v11 "
  ` [PATCH v11 7/7] x86/sgx: Add check for SGX pages to ghes_do_memory_failure()

[PATCH 0/4] extend vmalloc support for constrained allocations
 2021-10-29 17:23 UTC  (10+ messages)
` [PATCH 2/4] mm/vmalloc: add support for __GFP_NOFAIL

[PATCH bpf-next v3 1/4] libfs: move shmem_exchange to simple_rename_exchange
 2021-10-29 15:28 UTC  (2+ messages)

[linux-next:master 12486/12841] drivers/gpu/drm/amd/amdgpu/../display/dc/dce/dmub_psr.c:231: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2021-10-29 13:16 UTC 

[linux-next:master 12488/12841] drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dsc/rc_calc_fpu.c:81:40: sparse: sparse: Using plain integer as NULL pointer
 2021-10-29 11:58 UTC 

crash when bringing cpu online in kcompact
 2021-10-29 10:07 UTC 

Problem with direct IO
 2021-10-29  8:16 UTC  (12+ messages)

[PATCH memcg v2 2/2] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-10-29  7:58 UTC  (7+ messages)
  ` [PATCH memcg v3 3/3] "

[PATCH v6 00/12] extend task comm from 16 to 24
 2021-10-29  7:44 UTC  (5+ messages)
` [PATCH v6 12/12] kernel/kthread: show a warning if kthread's comm is truncated

[PATCH] mm/damon: remove return value from before_terminate callback
 2021-10-29  7:22 UTC  (2+ messages)

[PATCH] mm/migrate.c: Remove MIGRATE_PFN_LOCKED
 2021-10-29  6:38 UTC  (5+ messages)

[PATCH v2] slob: add size header to all allocations
 2021-10-29  3:05 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v2 0/5] Improvements to %pGp
 2021-10-29  2:18 UTC  (5+ messages)
` [PATCH v2 5/5] vsprintf: Make %pGp print the hex value
  ` [PATCH] vsprintf: Update %pGp documentation about that it prints "

arch/arm/kernel/atags_proc.c:20:30: warning: unused variable 'atags_proc_ops'
 2021-10-28 23:46 UTC 

[linux-next:master 9000/12471] microblaze-linux-ld: drivers/net/wireless/mediatek/mt76/mt7921/sdio_mcu.o:undefined reference to `mt76_connac_mcu_reg_rr'
 2021-10-28 23:21 UTC 

[PATCH v11 1/3] mm: rearrange madvise code to allow for reuse
 2021-10-28 22:08 UTC  (5+ messages)
` [PATCH v11 2/3] mm: add a field to store names for private anonymous memory

kernel 5.10.x Reserves much more RAM than 5.11.0, 8 MB vs 20 MB
 2021-10-28 21:52 UTC  (4+ messages)

incoming
 2021-10-28 21:36 UTC  (12+ messages)
` [patch 01/11] memcg: page_alloc: skip bulk allocator for __GFP_ACCOUNT
` [patch 02/11] mm: hwpoison: remove the unnecessary THP check
` [patch 03/11] mm: filemap: check if THP has hwpoisoned subpage for PMD page fault
` [patch 04/11] mm/oom_kill.c: prevent a race between process_mrelease and exit_mmap
` [patch 05/11] ocfs2: fix race between searching chunks and release journal_head from buffer_head
` [patch 06/11] mm/secretmem: avoid letting secretmem_users drop to zero
` [patch 07/11] mm/vmalloc: fix numa spreading for large hash tables
` [patch 08/11] mm, thp: bail out early in collapse_file for writeback page
` [patch 09/11] mm: khugepaged: skip huge page collapse for special files
` [patch 10/11] mm/damon/core-test: fix wrong expectations for 'damon_split_regions_of()'
` [patch 11/11] tools/testing/selftests/vm/split_huge_page_test.c: fix application of sizeof to pointer

[linux-next:master 11855/12471] arch/riscv/net/bpf_jit_comp64.c:462:5: warning: no previous prototype for function 'rv_bpf_fixup_exception'
 2021-10-28 19:58 UTC  (2+ messages)

mmotm 2021-10-27-18-32 uploaded
 2021-10-28 20:07 UTC  (2+ messages)
` mmotm 2021-10-27-18-32 uploaded (drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c)

[PATCH][next] mm/damon: Fix a few spelling mistakes in comments and a pr_debug message
 2021-10-28 18:51 UTC  (2+ messages)

[syzbot] WARNING in __folio_mark_dirty
 2021-10-28 17:07 UTC  (2+ messages)

[PATCH] mm: Disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMPT_RT
 2021-10-28 16:17 UTC  (4+ messages)

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-10-28 15:07 UTC  (3+ messages)
` [PATCH v6 11/42] x86/sev: Check the vmpl level

mm: don't read i_size of inode unless we need it
 2021-10-28 15:00 UTC  (3+ messages)

[RFC] mm: Disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMPT_RT
 2021-10-28 14:34 UTC  (7+ messages)

fuse: kernel panic while using splice (lru corruption)
 2021-10-28 14:09 UTC  (3+ messages)


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