[PATCH v5 0/3] mm: add new syscall set_mempolicy_home_node
2021-12-01 16:22 UTC (9+ messages)
` [PATCH v5 2/3] mm/mempolicy: add set_mempolicy_home_node syscall
[PATCH] kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR
2021-12-01 16:10 UTC (3+ messages)
[PATCH] mm/vmscan: add sysctl knobs for protecting the working set
2021-12-01 15:51 UTC (3+ messages)
[PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress
2021-12-01 15:06 UTC (17+ messages)
[PATCH 00/11] mm/damon: Trivial fixups and improvements
2021-12-01 15:04 UTC (12+ messages)
` [PATCH 01/11] mm/damon/core: Use better timer mechanisms selection threshold
` [PATCH 02/11] mm/damon/dbgfs: Remove an unnecessary error message
` [PATCH 03/11] mm/damon/core: Remove unnecessary error messages
` [PATCH 04/11] mm/damon/vaddr: Remove an unnecessary warning message
` [PATCH 05/11] mm/damon/vaddr-test: Split a test function having >1024 bytes frame size
` [PATCH 06/11] mm/damon/vaddr-test: Remove unnecessary variables
` [PATCH 07/11] selftests/damon: Skip test if DAMON is running
` [PATCH 08/11] selftests/damon: Test DAMON enabling with empty target_ids case
` [PATCH 09/11] selftests/damon: Test wrong DAMOS condition ranges input
` [PATCH 10/11] selftests/damon: Test debugfs file reads/writes with huge count
` [PATCH 11/11] selftests/damon: Split test cases
[PATCH v4 00/66] Introducing the Maple Tree
2021-12-01 14:30 UTC (55+ messages)
` [PATCH v4 01/66] radix tree test suite: Add pr_err define
` [PATCH v4 02/66] radix tree test suite: Add kmem_cache_set_non_kernel()
` [PATCH v4 04/66] radix tree test suite: Add support for slab bulk APIs
` [PATCH v4 03/66] radix tree test suite: Add allocation counts and size to kmem_cache
` [PATCH v4 05/66] Maple Tree: Add new data structure
` [PATCH v4 06/66] mm: Start tracking VMAs with maple tree
` [PATCH v4 07/66] mm: Add VMA iterator
` [PATCH v4 08/66] mmap: Use the VMA iterator in count_vma_pages_range()
` [PATCH v4 09/66] mm/mmap: Use the maple tree in find_vma() instead of the rbtree
` [PATCH v4 10/66] mm/mmap: Use the maple tree for find_vma_prev() "
` [PATCH v4 12/66] kernel/fork: Use maple tree for dup_mmap() during forking
` [PATCH v4 13/66] damon: Convert __damon_va_three_regions to use the VMA iterator
` [PATCH v4 15/66] mm: Convert vma_lookup() to use the Maple Tree
` [PATCH v4 16/66] mm: Remove rb tree
` [PATCH v4 18/66] xen: Use vma_lookup() in privcmd_ioctl_mmap()
` [PATCH v4 20/66] mm/khugepaged: Optimize collapse_pte_mapped_thp() by using vma_lookup()
` [PATCH v4 21/66] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v4 22/66] mm: Use maple tree operations for find_vma_intersection() and find_vma()
` [PATCH v4 23/66] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v4 24/66] mm: Remove vmacache
` [PATCH v4 25/66] mm/mmap: Move mmap_region() below do_munmap()
` [PATCH v4 27/66] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v4 28/66] arm64: Remove mmap linked list from vdso
` [PATCH v4 30/66] powerpc: Remove mmap linked list walks
` [PATCH v4 34/66] cxl: Remove vma linked list walk
` [PATCH v4 37/66] binfmt_elf: "
` [PATCH v4 36/66] um: "
` [PATCH v4 35/66] optee: "
` [PATCH v4 38/66] coredump: "
` [PATCH v4 39/66] binfmt_elf: Take the mmap lock when walking the VMA list
` [PATCH v4 40/66] exec: Use VMA iterator instead of linked list
` [PATCH v4 41/66] fs/proc/base: Use maple tree iterators in place "
` [PATCH v4 42/66] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v4 44/66] ipc/shm: Use VMA iterator instead of linked list
` [PATCH v4 43/66] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v4 46/66] perf: Use VMA iterator
` [PATCH v4 45/66] acct: Use VMA iterator instead of linked list
` [PATCH v4 47/66] sched: Use maple tree iterator to walk VMAs
` [PATCH v4 48/66] fork: Use VMA iterator
` [PATCH v4 51/66] mm/khugepaged: Use maple tree iterators instead of vma linked list
` [PATCH v4 52/66] mm/ksm: "
` [PATCH v4 54/66] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v4 55/66] mm/mempolicy: Use maple tree iterators instead of vma linked list
` [PATCH v4 56/66] mm/mlock: "
` [PATCH v4 57/66] mm/mprotect: Use maple tree navigation "
` [PATCH v4 60/66] mm/oom_kill: Use maple tree iterators "
` [PATCH v4 59/66] mm/msync: Use vma_find() "
` [PATCH v4 58/66] mm/mremap: "
` [PATCH v4 61/66] mm/pagewalk: "
` [PATCH v4 62/66] mm/swapfile: Use maple tree iterator "
` [PATCH v4 63/66] i915: Use the VMA iterator
` [PATCH v4 64/66] nommu: Remove uses of VMA linked list
` [PATCH v4 65/66] mm: Remove the vma "
` [PATCH v4 66/66] mm/mmap: Drop range_has_overlap() function
[PATCH 00/31] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-01 14:09 UTC (34+ messages)
` [PATCH 01/31] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH 02/31] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH 03/31] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH 04/31] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH 05/31] kasan, page_alloc: init memory of skipped pages on free
` [PATCH 06/31] mm: clarify __GFP_ZEROTAGS comment
` [PATCH 07/31] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH 08/31] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH 09/31] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH 10/31] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH 11/31] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH 12/31] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH 13/31] kasan, page_alloc: simplify kasan_unpoison_pages call site
` [PATCH 14/31] kasan: clean up metadata byte definitions
` [PATCH 15/31] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH 16/31] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH 17/31] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH 18/31] kasan: reorder vmalloc hooks
` [PATCH 20/31] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH 19/31] kasan: add wrappers for vmalloc hooks
` [PATCH 21/31] kasan, fork: don't tag stacks allocated with vmalloc
` [PATCH 22/31] kasan, vmalloc: add vmalloc support to SW_TAGS
` [PATCH 23/31] kasan, arm64: allow KASAN_VMALLOC with SW_TAGS
` [PATCH 24/31] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH 25/31] kasan, vmalloc: don't unpoison VM_ALLOC pages before mapping
` [PATCH 26/31] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH 27/31] kasan, vmalloc: add vmalloc support to HW_TAGS
` [PATCH 28/31] kasan: add kasan.vmalloc command line flag
` [PATCH 29/31] kasan, arm64: allow KASAN_VMALLOC with HW_TAGS
` [PATCH 30/31] kasan: documentation updates
` [PATCH 31/31] kasan: improve vmalloc tests
[PATCH 0/3] page table check
2021-12-01 13:55 UTC (14+ messages)
` [PATCH 2/3] mm: "
` [PATCH 3/3] x86: mm: add x86_64 support for "
[linux-next:pending-fixes] BUILD SUCCESS 1df8f9137669ca06141f13e591960c0b860a7b06
2021-12-01 13:12 UTC
[PATCH] percpu: km: Use for SMP+NOMMU
2021-12-01 11:51 UTC (4+ messages)
` [PATCH] percpu: km: ensure it is used with NOMMU (either UP or SMP)
[linux-next:master 2997/4626] powerpc64le-linux-ld: arch/powerpc/sysdev/xive/common.o:undefined reference to `xive_has_save_restore'
2021-12-01 11:43 UTC
[RFC PATCH] mm: count zram read/write into PSI_IO_WAIT
2021-12-01 11:12 UTC (2+ messages)
[linux-next:master 4619/4626] drivers/nubus/proc.c:112:20: error: called object 'pde_data' is not a function or function pointer
2021-12-01 10:31 UTC
[linux-next:master 2877/4626] ld: sound/soc/codecs/cs35l41-spi.c:60: undefined reference to `__devm_regmap_init_spi'
2021-12-01 10:21 UTC
[PATCH v1 0/2] virtio-mem: prepare for granularity smaller than MAX_ORDER - 1
2021-12-01 8:24 UTC (5+ messages)
[linux-next:master 3615/4301] include/linux/compiler_types.h:335:45: error: call to '__compiletime_assert_314' declared with attribute error: BUILD_BUG_ON failed: sizeof(txpd->tx_dest_addr) != ETH_ALEN
2021-12-01 7:43 UTC (2+ messages)
[PATCH v2 rebased 0/9] Convert powerpc to default topdown mmap layout
2021-12-01 6:06 UTC (13+ messages)
` [PATCH v2 rebased 1/9] powerpc/mm: Make slice specific to book3s/64
` [PATCH v2 rebased 2/9] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH v2 rebased 3/9] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v2 rebased 4/9] powerpc/mm: Remove asm/slice.h
` [PATCH v2 rebased 5/9] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH v2 rebased 7/9] powerpc/mm: Convert to default topdown mmap layout
[PATCH v7 0/5] Introduce multi-preference mempolicy
2021-12-01 5:33 UTC (3+ messages)
[linux-next:master 4289/4301] drivers/nubus/proc.c:112:20: error: called object 'pde_data' is not a function or function pointer
2021-12-01 2:52 UTC (2+ messages)
[PATCH -V3] mm/rmap: fix potential batched TLB flush race
2021-12-01 2:11 UTC
[linux-next:master] BUILD REGRESSION 34f255a1e91ab44ff8926cf8294ff9144e62e861
2021-11-30 20:34 UTC
[PATCH Part2 v5 00/45] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2021-11-30 19:40 UTC (15+ messages)
[linux-next:master 4264/4301] ERROR: modpost: "unregister_firmware_config_sysctl" [drivers/base/firmware_loader/firmware_class.ko] undefined!
2021-11-30 19:04 UTC (2+ messages)
[PATCH v2 0/3] mm/page_alloc: Remote per-cpu page list drain support
2021-11-30 18:09 UTC (3+ messages)
[PATCH v2 0/7] task comm cleanups
2021-11-30 15:53 UTC (12+ messages)
` [PATCH v2 4/7] fs/binfmt_elf: replace open-coded string copy with get_task_comm
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
[PATCH] Increase default MLOCK_LIMIT to 8 MiB
2021-11-30 15:52 UTC (12+ messages)
[PATCH v3] slob: add size header to all allocations
2021-11-30 15:39 UTC (11+ messages)
` [PATCH v4] "
[PATCH] lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()
2021-11-30 14:33 UTC (4+ messages)
[QUESTION] “place pages to tail” regress memory read bandwidth about 10% under our test cases
2021-11-30 12:37 UTC (2+ messages)
[PATCH v3 00/25] kcsan: Support detecting a subset of missing memory barriers
2021-11-30 11:44 UTC (25+ messages)
` [PATCH v3 01/25] kcsan: Refactor reading of instrumented memory
` [PATCH v3 02/25] kcsan: Remove redundant zero-initialization of globals
` [PATCH v3 03/25] kcsan: Avoid checking scoped accesses from nested contexts
` [PATCH v3 04/25] kcsan: Add core support for a subset of weak memory modeling
` [PATCH v3 05/25] kcsan: Add core memory barrier instrumentation functions
` [PATCH v3 06/25] kcsan, kbuild: Add option for barrier instrumentation only
` [PATCH v3 07/25] kcsan: Call scoped accesses reordered in reports
` [PATCH v3 08/25] kcsan: Show location access was reordered to
` [PATCH v3 09/25] kcsan: Document modeling of weak memory
` [PATCH v3 10/25] kcsan: test: Match reordered or normal accesses
` [PATCH v3 11/25] kcsan: test: Add test cases for memory barrier instrumentation
` [PATCH v3 12/25] kcsan: Ignore GCC 11+ warnings about TSan runtime support
` [PATCH v3 13/25] kcsan: selftest: Add test case to check memory barrier instrumentation
` [PATCH v3 14/25] locking/barriers, kcsan: Add instrumentation for barriers
` [PATCH v3 15/25] locking/barriers, kcsan: Support generic instrumentation
` [PATCH v3 16/25] locking/atomics, kcsan: Add instrumentation for barriers
` [PATCH v3 18/25] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers
` [PATCH v3 19/25] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock()
` [PATCH v3 20/25] mm, kcsan: Enable barrier instrumentation
` [PATCH v3 21/25] sched, kcsan: Enable memory "
` [PATCH v3 22/25] objtool, kcsan: Add memory barrier instrumentation to whitelist
` [PATCH v3 23/25] objtool, kcsan: Remove memory barrier instrumentation from noinstr
` [PATCH v3 24/25] compiler_attributes.h: Add __disable_sanitizer_instrumentation
` [PATCH v3 25/25] kcsan: Support WEAK_MEMORY with Clang where no objtool support exists
[PATCH 2/5] tracing: Disable preemption when using the filter buffer
2021-11-30 5:02 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox