linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-29 11:43:36 to 2021-11-02 16:54:37 UTC [more...]

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-02 16:54 UTC  (7+ messages)
` [PATCH v6 13/42] x86/compressed: Register GHCB memory when SEV-SNP is active
` [PATCH v6 14/42] x86/sev: "
` [PATCH v6 15/42] x86/sev: Remove do_early_exception() forward declarations

[v5 PATCH 6/6] mm: hwpoison: handle non-anonymous THP correctly
 2021-11-02 16:41 UTC  (6+ messages)

[linux-next:master 11292/12941] ERROR: modpost: "this_cpu_has_cap" [drivers/hwtracing/coresight/coresight-trbe.ko] undefined!
 2021-11-02 15:56 UTC 

[PATCH 1/1] mm: prevent a race between process_mrelease and exit_mmap
 2021-11-02 15:14 UTC  (11+ messages)

[PATCH 1/4] mm: Kconfig: move swap and slab config options to the MM section
 2021-11-02 15:06 UTC  (4+ messages)
` [PATCH 4/4] mm: zswap: add basic meminfo and vmstat coverage

[PATCH] mm: fix panic in __alloc_pages
 2021-11-02 14:44 UTC  (21+ messages)

[PATCH v2] mm, slub: emit the "free" trace report before freeing memory in kmem_cache_free()
 2021-11-02 14:39 UTC  (3+ messages)

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-02 13:48 UTC  (26+ 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

[PATCH v1] mm: Add /proc/$PID/pageflags
 2021-11-02 11:42 UTC  (7+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 53a1f94bc3ad64cbcf2627251b640e858b591100
 2021-11-02 11:11 UTC 

[PATCH v2 0/5] Improvements to %pGp
 2021-11-02  9:35 UTC  (6+ messages)
` [PATCH v2 5/5] vsprintf: Make %pGp print the hex value
  ` [PATCH] vsprintf: Update %pGp documentation about that it prints "

[PATCH] mm, slub: place the trace before freeing memory in kmem_cache_free()
 2021-11-02  9:06 UTC  (6+ messages)

[PATCH bpf-next v3 1/4] libfs: move shmem_exchange to simple_rename_exchange
 2021-11-02  8:58 UTC  (3+ messages)

[PATCH v3 0/6] netfs, 9p, afs, ceph: Support folios, at least partially
 2021-11-02  8:31 UTC  (7+ messages)
` [PATCH v3 1/6] afs: Sort out symlink reading
` [PATCH v3 2/6] 9p: Convert to using the netfs helper lib to do reads and caching
` [PATCH v3 3/6] folio: Add a function to change the private data attached to a folio
` [PATCH v3 4/6] folio: Add a function to get the host inode for "
` [PATCH v3 5/6] netfs, 9p, afs, ceph: Use folios
` [PATCH v3 6/6] afs: Use folios in directory handling

[PATCH v4] mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
 2021-11-02 15:40 UTC  (7+ messages)
  ` [PATCH v5] "
    ` [PATCH v6] "
        ` [PATCH v7] "

[PATCH] mm: migrate: Correct the hugetlb migration stats
 2021-11-02  6:08 UTC  (5+ messages)

[linux-next:master 4777/12851] drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn201/dcn201_clk_mgr.c:79:6: error: no previous prototype for function 'dcn201_update_clocks_vbios'
 2021-11-02  5:56 UTC 

[PATCH v2] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-02  5:11 UTC  (5+ messages)

[linux-next:master 11539/12851] ld.lld: error: undefined symbol: rv_bpf_fixup_exception
 2021-11-02  3:36 UTC  (3+ messages)

Feedback: ayxcsd
 2021-11-02  0:43 UTC 

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

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

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

[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] 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 

[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  (2+ 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  (4+ 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

[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 


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