messages from 2022-05-02 18:02:38 to 2022-05-04 08:20:10 UTC [more...]
[PATCH RFC v6 00/21] DEPT(Dependency Tracker)
2022-05-04 8:17 UTC (18+ messages)
` [PATCH RFC v6 01/21] llist: Move llist_{head,node} definition to types.h
` [PATCH RFC v6 02/21] dept: Implement Dept(Dependency Tracker)
` [PATCH RFC v6 03/21] dept: Apply Dept to spinlock
` [PATCH RFC v6 04/21] dept: Apply Dept to mutex families
` [PATCH RFC v6 05/21] dept: Apply Dept to rwlock
` [PATCH RFC v6 06/21] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH RFC v6 07/21] dept: Apply Dept to seqlock
` [PATCH RFC v6 08/21] dept: Apply Dept to rwsem
` [PATCH RFC v6 10/21] dept: Introduce split map concept and new APIs for them
` [PATCH RFC v6 11/21] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH RFC v6 12/21] dept: Apply SDT to swait
` [PATCH RFC v6 13/21] dept: Apply SDT to wait(waitqueue)
` [PATCH RFC v6 15/21] dept: Distinguish each syscall context from another
` [PATCH RFC v6 16/21] dept: Distinguish each work "
` [PATCH RFC v6 18/21] dept: Disable Dept on struct crypto_larval's completion for now
` [PATCH RFC v6 19/21] dept: Differentiate onstack maps from others of different tasks in class
` [PATCH RFC v6 21/21] dept: Unstage wait when tagging a normal sleep wait
[PATCH v8 00/70] Introducing the Maple Tree
2022-05-04 7:37 UTC (20+ messages)
` [PATCH v8 23/70] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
[PATCH RFC lsfmm 0/6] mm: proactive reclaim and memory tiering topics
2022-05-04 7:26 UTC (7+ messages)
` [PATCH 1/6] drivers/base/node: cleanup register_node()
` [PATCH 2/6] mm/vmscan: use node_is_toptier helper in node_reclaim
[PATCH] mm,doc: Add new documentation structure
2022-05-04 6:30 UTC (2+ messages)
[PATCH] mm: don't be stuck to rmap lock on reclaim path
2022-05-04 6:09 UTC (6+ messages)
[linux-next:master 4629/8237] drivers/video/fbdev/omap/hwa742.c:492:5: warning: no previous prototype for 'hwa742_update_window_async'
2022-05-04 5:07 UTC
[PATCH] mm/shmem/shmem_swapin_folio(): Fix uninitialized use of folio
2022-05-04 4:57 UTC
[PATCH RESEND] selftests/damon: add damon to selftests root Makefile
2022-05-04 4:50 UTC (6+ messages)
` [PATCH v2 1/2] selftests/damon: suppress compiler warnings for huge_count_read_write
` [PATCH v2 2/2] selftests/damon: add damon to selftests root Makefile
[syzbot] INFO: task hung in hci_dev_close_sync
2022-05-04 4:48 UTC
[PATCH v9 0/4] add hugetlb_optimize_vmemmap sysctl
2022-05-04 3:37 UTC (8+ messages)
` [PATCH v9 1/4] mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosses page boundaries
` [PATCH v9 2/4] mm: memory_hotplug: override memmap_on_memory when hugetlb_free_vmemmap=on
` [PATCH v9 3/4] mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsing
[PATCH v2 0/3] Fix cache flush issues considering PMD sharing
2022-05-04 2:50 UTC (8+ messages)
` [PATCH v2 2/3] mm: rmap: Move the cache flushing to the correct place for hugetlb "
` [PATCH v2 3/3] mm: rmap: Use flush_cache_range() to flush cache for hugetlb pages
[PATCH 0/3] RISC-V: Add Bitmanip/Scalar Crypto HWCAP
2022-05-04 2:39 UTC (4+ messages)
` [PATCH 1/3] RISC-V: add Bitmanip/Scalar Crypto parsing from DT
[PATCH v4 00/12] mm: userspace hugepage collapse
2022-05-04 2:25 UTC (18+ messages)
` [PATCH v4 01/13] mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds THP
` [PATCH v4 02/13] mm/khugepaged: add struct collapse_control
` [PATCH v4 03/13] mm/khugepaged: dedup and simplify hugepage alloc and charging
` [PATCH v4 04/13] mm/khugepaged: make hugepage allocation context-specific
` [mm/khugepaged] 0d006aeaf9: BUG:unable_to_handle_page_fault_for_address
` [PATCH v4 05/13] mm/khugepaged: pipe enum scan_result codes back to callers
` [PATCH v4 06/13] mm/khugepaged: add flag to ignore khugepaged_max_ptes_*
` [PATCH v4 07/13] mm/khugepaged: add flag to ignore page young/referenced requirement
` [PATCH v4 08/13] mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
` [PATCH v4 09/13] mm/khugepaged: rename prefix of shared collapse functions
` [PATCH v4 10/13] mm/madvise: add MADV_COLLAPSE to process_madvise()
` [PATCH v4 11/13] selftests/vm: modularize collapse selftests
` [PATCH v4 12/13] selftests/vm: add MADV_COLLAPSE collapse context to selftests
` [PATCH v4 13/13] selftests/vm: add test to verify recollapse of THPs
RFC: Memory Tiering Kernel Interfaces
2022-05-04 1:31 UTC (17+ messages)
[PATCH 0/1] Prepare for maple tree
2022-05-04 1:14 UTC (29+ messages)
` [PATCH 1/1] mips: rename mt_init to mips_mt_init
` [PATCH v9 15/69] damon: Convert __damon_va_three_regions to use the VMA iterator
` [PATCH v9 16/69] proc: remove VMA rbtree use from nommu
` [PATCH v9 17/69] mm: remove rb tree
` [PATCH v9 20/69] mm: optimize find_exact_vma() to use vma_lookup()
` [PATCH v9 22/69] mm/mmap: change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v9 23/69] mm: use maple tree operations for find_vma_intersection()
` [PATCH v9 25/69] mm: remove vmacache
` [PATCH v9 24/69] mm/mmap: use advanced maple tree API for mmap_region()
` [PATCH v9 28/69] mm/mmap: reorganize munmap to use maple states
` [PATCH v9 29/69] mm/mmap: change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v9 31/69] arm64: Change elfcore for_each_mte_vma() to use VMA iterator
` [PATCH v9 33/69] powerpc: remove mmap linked list walks
` [PATCH v9 36/69] xtensa: remove vma "
` [PATCH v9 37/69] cxl: remove vma linked list walk
` [PATCH v9 39/69] um: "
` [PATCH v9 40/69] coredump: "
` [PATCH v9 42/69] fs/proc/base: use maple tree iterators in place of linked list
` [PATCH v9 45/69] ipc/shm: use VMA iterator instead "
` [PATCH v9 44/69] userfaultfd: use maple tree iterator to iterate VMAs
` [PATCH v9 47/69] perf: use VMA iterator
` [PATCH v9 46/69] acct: use VMA iterator instead of linked list
` [PATCH v9 49/69] fork: use VMA iterator
` [PATCH v9 57/69] mm/mlock: use vma iterator and maple state instead of vma linked list
` [PATCH v9 64/69] i915: use the VMA iterator
` [PATCH v9 63/69] mm/swapfile: use vma iterator instead of vma linked list
` [PATCH v9 66/69] riscv: use vma iterator for vdso
` [PATCH v9 69/69] mm/mmap.c: pass in mapping to __vma_link_file()
[PATCH v9 00/69] Maple Tree v9
2022-05-04 1:07 UTC (16+ messages)
` [PATCH v9 01/69] Maple Tree: add new data structure
` [PATCH v9 02/69] radix tree test suite: add pr_err define
` [PATCH v9 04/69] radix tree test suite: add allocation counts and size to kmem_cache
` [PATCH v9 03/69] radix tree test suite: add kmem_cache_set_non_kernel()
` [PATCH v9 05/69] radix tree test suite: add support for slab bulk APIs
` [PATCH v9 06/69] radix tree test suite: add lockdep_is_held to header
` [PATCH v9 07/69] lib/test_maple_tree: add testing for maple tree
` [PATCH v9 10/69] mmap: use the VMA iterator in count_vma_pages_range()
` [PATCH v9 09/69] mm: add VMA iterator
` [PATCH v9 08/69] mm: start tracking VMAs with maple tree
` [PATCH v9 11/69] mm/mmap: use the maple tree in find_vma() instead of the rbtree
` [PATCH v9 13/69] mm/mmap: use maple tree for unmapped_area{_topdown}
` [PATCH v9 12/69] mm/mmap: use the maple tree for find_vma_prev() instead of the rbtree
` [PATCH v9 14/69] kernel/fork: use maple tree for dup_mmap() during forking
[PATCH 1/2] mm/mlock: not handle NULL vma specially
2022-05-04 0:39 UTC (2+ messages)
` [PATCH 2/2] mm/mlock: start is always smaller then vm_end
[PATCH v5 0/4] memcg: introduce per-memcg proactive reclaim
2022-05-04 0:13 UTC (3+ messages)
` [PATCH v5 1/4] memcg: introduce per-memcg reclaim interface
Memory allocation on speculative fastpaths
2022-05-04 0:22 UTC (7+ messages)
[PATCH v8 16/70] damon: Convert __damon_va_three_regions to use the VMA iterator
2022-05-03 23:40 UTC (2+ messages)
[next] mm: libhugetlbfs: WARNING: at mm/page_alloc.c:5368 __alloc_pages
2022-05-03 22:26 UTC (4+ messages)
[PATCH] mm/damon/sysfs: fix pid leak under fvaddr ops use case
2022-05-03 22:05 UTC
[PATCHv5 00/12] mm, x86/cc: Implement support for unaccepted memory
2022-05-03 20:21 UTC (8+ messages)
` [PATCHv5 02/12] mm: Add "
` [PATCHv5 06/12] x86/boot/compressed: Handle "
[linux-stable-rc:queue/5.4 83/83] fs/hugetlbfs/inode.c:211:40: error: implicit declaration of function 'arch_get_mmap_end'
2022-05-03 19:15 UTC
[PATCH] mm/mprotect: reduce Committed_AS if memory protection is changed to PROT_NONE
2022-05-03 18:35 UTC (3+ messages)
[linux-next:master 7462/8237] mm/shmem.c:1704:7: warning: variable 'folio' is used uninitialized whenever 'if' condition is true
2022-05-03 18:13 UTC
[PATCH] mm: fix is_pinnable_page against on cma page
2022-05-03 18:12 UTC (13+ messages)
[PATCH] MAINTAINERS: Add a mailing list for DAMON development
2022-05-03 18:07 UTC
[linux-next:master 7457/8237] mm/shmem.c:721:20: error: call to __compiletime_assert_289 declared with 'error' attribute: BUILD_BUG failed
2022-05-03 17:53 UTC
[linux-next:master 7462/8237] mm/shmem.c:1761:12: warning: 'folio' is used uninitialized
2022-05-03 17:53 UTC
[linux-next:master 7459/8237] mm/shmem.c:2354:8: warning: variable 'page' is uninitialized when used here
2022-05-03 17:22 UTC
[PATCH v10 00/13] Convert powerpc to default topdown mmap layout (v10)
2022-05-03 16:29 UTC (3+ messages)
` [PATCH v10 01/13] mm, hugetlbfs: Allow for "high" userspace addresses
[PATCH] mm/page_alloc: cache the result of node_dirty_ok()
2022-05-03 16:19 UTC (2+ messages)
[linux-next:master 7454/8237] include/linux/compiler_types.h:352:45: error: call to '__compiletime_assert_205' declared with attribute error: BUILD_BUG failed
2022-05-03 15:27 UTC
[PATCH] efi: stub: prefer mirrored memory for randomized allocations
2022-05-03 15:21 UTC
[PATCH 00/21] Folio patches for 5.19
2022-05-03 15:14 UTC (8+ messages)
` [PATCH 16/21] mm/shmem: Convert shmem_add_to_page_cache to take a folio
[next] powerpc: multiple definition of `____cacheline_aligned'; sound/core/oss/pcm_oss.o:(.bss+0x40): first defined here
2022-05-03 14:03 UTC (2+ messages)
[PATCH 0/3] Fix CONT-PTE/PMD size hugetlb issue when unmapping or migrating
2022-05-03 13:33 UTC (8+ messages)
` [PATCH 3/3] mm: rmap: Fix CONT-PTE/PMD size hugetlb issue when unmapping
[PATCH] mmap locking API: Fix missed mmap_sem references in comments
2022-05-03 11:33 UTC
[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
2022-05-03 11:12 UTC (11+ messages)
[PATCH v2 0/9] introduce mirrored memory support for arm64
2022-05-03 9:58 UTC (3+ messages)
` [PATCH 0/2] Add support to relocate kernel image to mirrored region
[linux-next:master 7267/7959] drivers/firmware/arm_scmi/driver.c:1214 scmi_iterator_run() warn: variable dereferenced before check 'i' (see line 1210)
2022-05-03 8:30 UTC
[linux-next:master 1066/8035] arch/arm/mach-omap2/dma.c:82:10-16: Unneeded variable: "errata". Return "0" on line 161
2022-05-03 8:23 UTC (6+ messages)
` [PATCH] ARM: dove: fix returnvar.cocci warnings
[next] i386: kunit: ASSERTION FAILED at mm/kfence/kfence_test.c:547
2022-05-03 7:42 UTC (7+ messages)
[RFC PATCH 0/3] Prototype for direct map awareness in page allocator
2022-05-03 4:44 UTC (5+ messages)
[PATCH 2/3] mm/damon/sysfs: support fixed virtual address ranges monitoring
2022-05-03 2:20 UTC (2+ messages)
[PATCH -next v6 0/6]mm: page_table_check: add support on arm64 and riscv
2022-05-03 1:13 UTC (4+ messages)
` [PATCH -next v6 5/6] arm64/mm: Enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
[PATCH -next v4 0/7]arm64: add machine check safe support
2022-05-03 1:06 UTC (4+ messages)
` [PATCH -next v4 1/7] x86, powerpc: fix function define in copy_mc_to_user
[linux-next:master 7600/8035] arch/alpha/include/asm/page.h:21:64: error: 'vmaddr' undeclared
2022-05-02 23:22 UTC (2+ messages)
[PATCH v1] hugetlbfs: fix hugetlbfs_statfs() locking
2022-05-02 23:19 UTC (4+ messages)
[PATCH] selftests: clarify common error when running gup_test
2022-05-02 22:49 UTC
[linux-next:master 7563/8035] powerpc64-linux-ld: drivers/staging/greybus/arche-apb-ctrl.o:(.bss+0x0): multiple definition of `____cacheline_aligned'; drivers/staging/greybus/arche-platform.o:(.bss+0x40): first defined here
2022-05-02 22:41 UTC
[PATCH v3 00/46] Add KernelMemorySanitizer infrastructure
2022-05-02 22:00 UTC (5+ messages)
` [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code
[RFC PATCH v1 00/18] io-uring/xfs: support async buffered writes
2022-05-02 21:21 UTC (6+ messages)
` [RFC PATCH v1 11/18] xfs: add async buffered write support
make the blkcg and blkcg structures private
2022-05-02 20:06 UTC (2+ messages)
[jsarha:topic/chromeos-4.19-s0ix 9206/9999] kernel/gcov/gcc_4_7.c:162:16: error: implicit declaration of function 'within_module'; did you mean 'init_module'?
2022-05-02 19:25 UTC
[PATCH v4 0/4] KVM: mm: count KVM mmu usage in memory stats
2022-05-02 18:46 UTC (4+ messages)
` [PATCH v4 1/4] mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).