[PATCH] percpu: km: Use for SMP+NOMMU
2021-12-14 20:50 UTC (10+ messages)
` [PATCH] percpu: km: ensure it is used with NOMMU (either UP or SMP)
[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
2021-12-14 20:44 UTC
[PATCH mm v3 00/38] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-14 19:55 UTC (49+ messages)
` [PATCH mm v3 01/38] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH mm v3 02/38] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH mm v3 03/38] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH mm v3 04/38] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v3 05/38] kasan, page_alloc: init memory of skipped pages on free
` [PATCH mm v3 06/38] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH mm v3 07/38] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v3 08/38] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH mm v3 09/38] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v3 10/38] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH mm v3 11/38] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH mm v3 12/38] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH mm v3 13/38] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v3 14/38] kasan, page_alloc: simplify kasan_unpoison_pages call site
` [PATCH mm v3 15/38] kasan: clean up metadata byte definitions
` [PATCH mm v3 16/38] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH mm v3 17/38] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH mm v3 18/38] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v3 19/38] kasan: reorder vmalloc hooks
` [PATCH mm v3 20/38] kasan: add wrappers for "
` [PATCH mm v3 21/38] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH mm v3 22/38] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH mm v3 23/38] kasan, arm64: "
` [PATCH mm v3 24/38] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH mm v3 25/38] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v3 26/38] kasan, vmalloc: don't unpoison VM_ALLOC pages before mapping
` [PATCH mm v3 27/38] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v3 28/38] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v3 29/38] kasan, vmalloc: add vmalloc tagging "
` [PATCH mm v3 30/38] kasan, vmalloc: don't tag executable vmalloc allocations
` [PATCH mm v3 31/38] kasan, arm64: "
` [PATCH mm v3 32/38] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH mm v3 33/38] kasan: simplify kasan_init_hw_tags
` [PATCH mm v3 34/38] kasan: add kasan.vmalloc command line flag
` [PATCH mm v3 35/38] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH mm v3 36/38] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH mm v3 37/38] kasan: documentation updates
` [PATCH mm v3 38/38] kasan: improve vmalloc tests
[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
2021-12-14 19:43 UTC (4+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq()
[RFC] mm: introduce page pinner
2021-12-14 18:27 UTC (4+ messages)
[PATCH v2 00/11] iommu: refactor flush queues into iommu-dma
2021-12-14 17:50 UTC (13+ messages)
` [PATCH v2 04/11] iommu/iova: Squash entry_dtor abstraction
` [PATCH v2 05/11] iommu/iova: Squash flush_cb abstraction
` [PATCH v2 09/11] iommu/iova: Consolidate flush queue code
` [PATCH v2 10/11] iommu/iova: Move flush queue code to iommu-dma
` [PATCH v2 11/11] iommu: Move flush queue data into iommu_dma_cookie
[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2021-12-14 17:46 UTC (21+ messages)
` [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v8 02/40] x86/sev: "
` [PATCH v8 03/40] x86/mm: Extend cc_attr to include AMD SEV-SNP
` [PATCH v8 04/40] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v8 05/40] x86/sev: Save the negotiated GHCB version
` [PATCH v8 24/40] x86/compressed/acpi: move EFI system table lookup to helper
` [PATCH v8 33/40] x86/compressed/64: add identity mapping for Confidential Computing blob
[PATCH 00/43] Add KernelMemorySanitizer infrastructure
2021-12-14 17:33 UTC (49+ messages)
` [PATCH 01/43] arch/x86: add missing include to sparsemem.h
` [PATCH 02/43] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH 03/43] kasan: common: adapt to the new prototype of __stack_depot_save()
` [PATCH 04/43] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH 05/43] asm: x86: instrument usercopy in get_user() and __put_user_size()
` [PATCH 06/43] asm-generic: instrument usercopy in cacheflush.h
` [PATCH 07/43] compiler_attributes.h: add __disable_sanitizer_instrumentation
` [PATCH 08/43] kmsan: add ReST documentation
` [PATCH 09/43] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH 10/43] kmsan: pgtable: reduce vmalloc space
` [PATCH 11/43] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH 12/43] kcsan: clang: retire CONFIG_KCSAN_KCOV_BROKEN
` [PATCH 13/43] kmsan: add KMSAN runtime core
` [PATCH 14/43] MAINTAINERS: add entry for KMSAN
` [PATCH 15/43] kmsan: mm: maintain KMSAN metadata for page operations
` [PATCH 16/43] kmsan: mm: call KMSAN hooks from SLUB code
` [PATCH 17/43] kmsan: handle task creation and exiting
` [PATCH 18/43] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH 19/43] kmsan: init: call KMSAN initialization routines
` [PATCH 20/43] instrumented.h: add KMSAN support
` [PATCH 21/43] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH 22/43] kmsan: initialize the output of READ_ONCE_NOCHECK()
` [PATCH 23/43] kmsan: make READ_ONCE_TASK_STACK() return initialized values
` [PATCH 24/43] kmsan: disable KMSAN instrumentation for certain kernel parts
` [PATCH 25/43] kmsan: skip shadow checks in files doing context switches
` [PATCH 26/43] kmsan: virtio: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH 27/43] x86: kmsan: add iomem support
` [PATCH 28/43] kmsan: dma: unpoison DMA mappings
` [PATCH 29/43] kmsan: handle memory sent to/from USB
` [PATCH 30/43] kmsan: add tests for KMSAN
` [PATCH 31/43] kmsan: disable strscpy() optimization under KMSAN
` [PATCH 32/43] crypto: kmsan: disable accelerated configs "
` [PATCH 33/43] kmsan: disable physical page merging in biovec
` [PATCH 34/43] kmsan: block: skip bio block merging logic for KMSAN
` [PATCH 35/43] x86: kmsan: use __msan_ string functions where possible
` [PATCH 36/43] x86: kmsan: sync metadata pages on page fault
` [PATCH 37/43] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH 38/43] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH 39/43] x86: kmsan: handle register passing from uninstrumented code
` [PATCH 40/43] kmsan: kcov: unpoison area->list in kcov_remote_area_put()
` [PATCH 41/43] security: kmsan: fix interoperability with auto-initialization
` [PATCH 42/43] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH 43/43] x86: kmsan: enable KMSAN builds for x86
[RFC] More deterministic SLOB for real time embedded systems
2021-12-14 17:24 UTC (10+ messages)
` segregated list + slab merging is much better than original SLOB
` Do we really need SLOB nowdays?
[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
2021-12-14 17:07 UTC (10+ messages)
` [PATCH v3 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone
[PATCH] mm/page_alloc: Fix __alloc_size attribute for alloc_pages_exact_nid
2021-12-14 17:06 UTC (2+ messages)
[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
2021-12-14 16:01 UTC (12+ messages)
` [PATCH v8 1/9] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 5/9] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v8 6/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v8 7/9] dax: add dax holder helper for filesystems
` [PATCH v8 8/9] xfs: Implement ->notify_failure() for XFS
[linux-next:master] BUILD REGRESSION bcd5ddb85fad453da26afd5b3fca8ad931b5253d
2021-12-14 15:29 UTC
[PATCH v2 00/33] Separate struct slab from struct page
2021-12-14 15:06 UTC (26+ messages)
` [PATCH v2 01/33] mm: add virt_to_folio() and folio_address()
` [PATCH v2 04/33] mm: Split slab into its own type
` [PATCH v2 05/33] mm: Add account_slab() and unaccount_slab()
` [PATCH v2 06/33] mm: Convert virt_to_cache() to use struct slab
` [PATCH v2 07/33] mm: Convert __ksize() to "
` [PATCH v2 22/33] mm: Convert struct page to struct slab in functions used by other subsystems
` [PATCH v2 23/33] mm/memcg: Convert slab objcgs from struct page to struct slab
` [PATCH v2 27/33] zsmalloc: Stop using slab fields in struct page
` [PATCH v2 28/33] bootmem: Use page->index instead of page->freelist
` [PATCH v2 30/33] mm: Remove slab from struct page
` [PATCH v2 32/33] mm/slub: Simplify struct slab slabs field definition
[PATCH-next v3] mm/memcg: Properly handle memcg_stock access for PREEMPT_RT
2021-12-14 14:44 UTC
[PATCH -V2] numa balancing: move some document to make it consistent with the code
2021-12-14 14:35 UTC (2+ messages)
[PATCH v4 00/17] Optimize list lru memory consumption
2021-12-14 14:09 UTC (7+ messages)
` [PATCH v4 01/17] mm: list_lru: optimize memory consumption of arrays of per cgroup lists
` [PATCH v4 02/17] mm: introduce kmem_cache_alloc_lru
` [PATCH v4 09/17] mm: workingset: use xas_set_lru() to pass shadow_nodes
[PATCH v2 0/3] mm/page_alloc: Remote per-cpu page list drain support
2021-12-14 12:25 UTC (8+ messages)
` [PATCH v2 3/3] mm/page_alloc: Remotely drain per-cpu lists
[PATCH] mm/slob: Remove unnecessary page_mapcount_reset() function call
2021-12-14 11:51 UTC
[PATCH v3] mm: fix panic in __alloc_pages
2021-12-14 10:38 UTC (12+ messages)
` [PATCH v2 2/4] mm: handle uninitialized numa nodes gracefully
[PATCH] mm: add group_oom_kill memory.event fix
2021-12-14 9:38 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 80aa1498c144a980fa1d4874bf7f276a67b83558
2021-12-14 8:36 UTC
[PATCH v2 linux-next] delayacct: track delays from memory compact
2021-12-14 5:49 UTC (7+ messages)
mmotm 2021-12-13-21-28 uploaded
2021-12-14 5:29 UTC
[linux-next:master 4198/6579] /tmp/ccIKX7yO.s: Warning: Can not find match relax hint. Line: 1875
2021-12-14 2:24 UTC
[PATCH v7] mm: Add PM_THP_MAPPED to /proc/pid/pagemap
2021-12-14 0:22 UTC (3+ messages)
[PATCH v3 0/3] Assorted improvements to usercopy
2021-12-13 23:50 UTC (11+ messages)
` [PATCH v3 3/3] mm/usercopy: Detect compound page overruns
[PATCH v1] mm, hwpoison: fix condition in free hugetlb page path
2021-12-13 23:38 UTC (2+ messages)
[PATCH -mm -next] mm/mempolicy: fix all kernel-doc warnings
2021-12-13 23:32 UTC
[PATCH] mm: don't call lru draining in the nested lru_cache_disable
2021-12-13 23:14 UTC (5+ messages)
[RFC] mm: introduce page pinner
2021-12-13 22:58 UTC (4+ messages)
[PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices
2021-12-13 22:28 UTC (14+ messages)
` [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions
` [PATCH v4 02/23] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v4 03/23] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v4 04/23] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v4 10/23] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v4 11/23] nvme-pci: convert to using dma_map_sgtable()
[PATCH v2 00/34] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-13 21:57 UTC (10+ messages)
` [PATCH v2 08/34] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH v2 24/34] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH v2 28/34] kasan, vmalloc: add vmalloc support to HW_TAGS
[PATCH 00/12] selftests: Remove ARRAY_SIZE duplicate defines
2021-12-13 20:38 UTC (5+ messages)
` [PATCH 01/12] tools: fix ARRAY_SIZE defines in tools and selftests hdrs
` [PATCH 09/12] selftests/seccomp: remove ARRAY_SIZE define from seccomp_benchmark
[PATCH v2 0/1] Dont allocate pages on a offline node
2021-12-13 19:10 UTC (9+ messages)
` [PATCH v2 1/1] mm/vmscan.c: Prevent allocating shrinker_info on offlined nodes
[linux-next:master 4659/6579] arch/s390/crypto/chacha-s390.S:315: Error: Unrecognized opcode: `clgfi'
2021-12-13 18:05 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