linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-18 22:04:06 to 2020-12-21 20:54:48 UTC [more...]

[RFC PATCH 00/13] fs/userfaultfd: support iouring and polling
 2020-12-21 20:54 UTC  (9+ messages)
` [RFC PATCH 01/13] fs/userfaultfd: fix wrong error code on WP & !VM_MAYWRITE
` [RFC PATCH 03/13] selftests/vm/userfaultfd: wake after copy failure

[PATCH] arch/Kconfig: JUMP_LABEL should depend on !XIP
 2020-12-21 20:40 UTC 

INFO: task can't die in shrink_inactive_list (2)
 2020-12-21 20:33 UTC  (4+ messages)

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2020-12-21 20:26 UTC  (28+ messages)

[patch] zswap: fix zswap_frontswap_load() vs zsmalloc::map/unmap() might_sleep() splat
 2020-12-21 20:22 UTC  (21+ messages)
          ` [PATCH] zsmalloc: do not use bit_spin_lock

[linux-next:master 1888/14054] WARNING: modpost: vmlinux.o(.text+0x50f236): Section mismatch in reference from the function cpumask_clear_cpu() to the variable .init.data:pcpu_build_alloc_info.mask
 2020-12-21 20:07 UTC 

[PATCH 1/2] mm/hugetlb: change hugetlb_reserve_pages() to type bool
 2020-12-21 19:38 UTC  (3+ messages)
` [PATCH 2/2] hugetlbfs: remove special hugetlbfs_set_page_dirty()

[PATCH] mm/filemap: Fix warning: no previous prototype
 2020-12-21 19:36 UTC  (5+ messages)

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-21 18:45 UTC 

[PATCH v3 0/3] mm: improve pte updates and dirty/accessed
 2020-12-21 18:21 UTC  (6+ messages)
` [PATCH v3 1/3] mm/cow: don't bother write protecting already write-protected huge pages
` [PATCH v3 2/3] mm/cow: optimise pte accessed bit handling in fork
` [PATCH v3 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

[PATCH v10 00/11] Free some vmemmap pages of HugeTLB page
 2020-12-21 18:00 UTC  (18+ messages)
` [PATCH v10 03/11] mm/hugetlb: Free the vmemmap pages associated with each "
    ` [External] "
` [PATCH v10 04/11] mm/hugetlb: Defer freeing of HugeTLB pages
    ` [External] "
` [PATCH v10 07/11] mm/hugetlb: Flush work when dissolving hugetlb page
    ` [External] "
` [PATCH v10 09/11] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "

[linux-next:master 14048/14054] include/uapi/asm-generic/unistd.h:867:27: error: array index in initializer exceeds array bounds
 2020-12-21 17:46 UTC  (2+ messages)

incoming
 2020-12-21 17:41 UTC  (42+ messages)
` [patch 21/78] kasan: split out shadow.c from common.c
` [patch 48/78] kasan, arm64: expand CONFIG_KASAN checks
` [patch 49/78] kasan, arm64: implement HW_TAGS runtime
` [patch 50/78] kasan, arm64: print report from tag fault handler
` [patch 51/78] kasan, mm: reset tags when accessing metadata
` [patch 52/78] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [patch 53/78] kasan: add documentation for hardware tag-based mode
` [patch 54/78] kselftest/arm64: check GCR_EL1 after context switch
` [patch 55/78] kasan: simplify quarantine_put call site
` [patch 56/78] kasan: rename get_alloc/free_info
` [patch 57/78] kasan: introduce set_alloc_info
` [patch 58/78] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [patch 59/78] kasan: allow VMAP_STACK for HW_TAGS mode
` [patch 60/78] kasan: remove __kasan_unpoison_stack
` [patch 61/78] kasan: inline kasan_reset_tag for tag-based modes
` [patch 62/78] kasan: inline random_tag for HW_TAGS
` [patch 63/78] kasan: open-code kasan_unpoison_slab
` [patch 64/78] kasan: inline (un)poison_range and check_invalid_free
` [patch 65/78] kasan: add and integrate kasan boot parameters
` [patch 66/78] kasan, mm: check kasan_enabled in annotations
` [patch 67/78] kasan, mm: rename kasan_poison_kfree
` [patch 68/78] kasan: don't round_up too much
` [patch 69/78] kasan: simplify assign_tag and set_tag calls
` [patch 70/78] kasan: clarify comment in __kasan_kfree_large
` [patch 71/78] kasan: sanitize objects when metadata doesn't fit
` [patch 72/78] kasan, mm: allow cache merging with no metadata
` [patch 73/78] kasan: update documentation
` [patch 74/78] mm/Kconfig: fix spelling mistake "whats" -> "what's"
` [patch 75/78] epoll: convert internal api to timespec64
` [patch 76/78] epoll: add syscall epoll_pwait2
` [patch 77/78] epoll: wire up "
` [patch 78/78] selftests/filesystems: expand epoll with epoll_pwait2

[PATCH v2 1/2] mm: cma: allocate cma areas bottom-up
 2020-12-21 17:05 UTC  (7+ messages)
` [PATCH v2 2/2] memblock: do not start bottom-up allocations with kernel_end

[PATCH] mm/zsmalloc: replace if (cond) BUG() with BUG_ON()
 2020-12-21 16:41 UTC  (2+ messages)

[RFC v2 PATCH 4/4] mm: pre zero out free pages to speed up page allocation for __GFP_ZERO
 2020-12-21 16:30 UTC 

[RFC v2 PATCH 3/4] mm: let user decide page reporting option
 2020-12-21 16:29 UTC 

[RFC v2 PATCH 2/4] mm: Add batch size for free page reporting
 2020-12-21 16:28 UTC 

[RFC v2 PATCH 1/4] mm: make page reporing worker works better for low order page
 2020-12-21 16:28 UTC 

[RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO
 2020-12-21 16:25 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 9effe3fd9f694bbb85b48c85cd41a66db2081424
 2020-12-21 15:18 UTC 

[PATCH v2 0/5] Fix the incorrect memmep defer init handling and do some cleanup
 2020-12-21  6:35 UTC  (11+ messages)
` [PATCH v2 1/5] mm: memmap defer init dosn't work as expected
` [PATCH v2 2/5] mm: rename memmap_init() and memmap_init_zone()
` [PATCH v2 3/5] mm: simplify parater of function memmap_init_zone()
` [PATCH v2 4/5] mm: simplify parameter of setup_usemap()
` [PATCH v2 5/5] mm: remove unneeded local variable in free_area_init_core

mm/filemap.c:2439:9: warning: stack frame size of 2096 bytes in function 'generic_file_buffered_read'
 2020-12-21  6:24 UTC 

[PATCH] mm: zswap: clean up confusing comment
 2020-12-21  4:28 UTC 

[PATCH 1/3] mm: prefix page_cpupid_reset_last as non-atomic
 2020-12-21  1:53 UTC  (4+ messages)
` [PATCH 2/3] mm: add page_cpupid_reset_last atomic variant
` [PATCH 3/3] mm: skip page_cpupid_reset_last atomic update if the value is already reset

[PATCH -V6 RESEND 0/3] numa balancing: Migrate on fault among multiple bound nodes
 2020-12-21  1:31 UTC  (6+ messages)
` [PATCH -V6 RESEND 2/3] NOT kernel/man-pages: man2/set_mempolicy.2: Add mode flag MPOL_F_NUMA_BALANCING

[RFC PATCH 1/2] log2: handle LARGE input to __roundup_pow_of_two()
 2020-12-20 22:19 UTC  (3+ messages)

[RFC PATCH 2/2] mm: readahead: handle LARGE input to get_init_ra_size()
 2020-12-20 21:10 UTC 

"tell us why you want to disable CONFIG_COMPACTION" --> spikes from VMs?
 2020-12-20 19:29 UTC  (2+ messages)

[PATCH v8] mm: Optional full ASLR for mmap(), mremap(), vdso, stack and heap
 2020-12-20 18:06 UTC 

5.10.1: UBSAN: shift-out-of-bounds in ./include/linux/log2.h:57:1
 2020-12-20 10:34 UTC  (4+ messages)

[PATCH v4 00/10] prohibit pinning pages in ZONE_MOVABLE
 2020-12-19 23:51 UTC  (5+ messages)
` [PATCH v4 10/10] selftests/vm: test faulting in kernel, and verify pinnable pages

[linux-next:master 5576/13785] /tmp/clk-cdce925-041827.s:1150: Error: unrecognized opcode `zext.b a1,s2'
 2020-12-19 23:43 UTC  (2+ messages)
` [kbuild-all] "

crypto/blake2b_generic.c:98:13: warning: stack frame size of 9520 bytes in function 'blake2b_compress'
 2020-12-19 22:18 UTC 

[PATCH 1/2] mm: Allow architectures to request 'old' entries when prefaulting
 2020-12-19 20:34 UTC  (12+ messages)

[PATCH v1 02/13] sparc32: Drop floppy support
 2020-12-19 19:15 UTC 

[PATCH] mm: mremap - Fix extent calculation
 2020-12-19 17:51 UTC 

[PATCH] mm: mremap - Fix extent calculation
 2020-12-19 17:04 UTC 

[linux-next:master 13538/13785] /tmp/metronomefb-846872.s:300: Error: unrecognized opcode `zext.b a2,a2'
 2020-12-19 14:25 UTC  (6+ messages)
  ` [kbuild-all] "

[PATCH RFC 0/9] mm, sparse-vmemmap: Introduce compound pagemaps
 2020-12-19 13:15 UTC  (11+ messages)
` [PATCH RFC 7/9] mm/gup: Decrement head page once for group of subpages
` [PATCH RFC 8/9] RDMA/umem: batch page unpin in __ib_mem_release()

[linux-next:master 13540/13785] /tmp/do_mounts-997907.s:184: Error: unrecognized opcode `zext.b a1,a0'
 2020-12-19 10:29 UTC  (3+ messages)
  ` [kbuild-all] "

[linux-next:master 13539/13785] /tmp/drm_dp_dual_mode_helper-740770.s:367: Error: unrecognized opcode `zext.b a1,a1'
 2020-12-19  5:21 UTC 

[PATCH] mm/vmscan: DRY cleanup for do_try_to_free_pages()
 2020-12-19  3:18 UTC  (7+ messages)

[linux-next:master 13540/13785] /tmp/nls_cp864-690567.s:72: Error: unrecognized opcode `zext.b a0,a0'
 2020-12-19  2:57 UTC 

[PATCH] mm: reduced code declaration
 2020-12-19  1:14 UTC  (2+ messages)

[PATCH v13 0/4] xfs: avoid transaction reservation recursion
 2020-12-19  0:31 UTC  (10+ messages)
` [PATCH v13 3/4] xfs: refactor the usage around xfs_trans_context_{set,clear}
` [PATCH v13 4/4] xfs: use current->journal_info to avoid transaction reservation recursion

mmotm 2020-12-18-16-27 uploaded
 2020-12-19  0:28 UTC 

[PATCH 0/3] z3fold: stability / rt fixes
 2020-12-18 23:26 UTC  (3+ messages)

[PATCH V3 00/10] PKS: Add Protection Keys Supervisor (PKS) support V3
 2020-12-18 22:44 UTC  (9+ messages)
` [PATCH V3 04/10] x86/pks: Preserve the PKRS MSR on context switch

[patch 01/12] zlib: export S390 symbols for zlib modules
 2020-12-18 22:18 UTC  (5+ 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).