[PATCH mm v4 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-20 22:02 UTC (36+ messages)
` [PATCH mm v4 01/39] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH mm v4 02/39] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH mm v4 03/39] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH mm v4 04/39] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v4 05/39] kasan, page_alloc: init memory of skipped pages on free
` [PATCH mm v4 06/39] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH mm v4 07/39] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v4 08/39] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH mm v4 09/39] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v4 10/39] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH mm v4 11/39] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH mm v4 12/39] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH mm v4 13/39] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v4 14/39] kasan, page_alloc: rework kasan_unpoison_pages call site
` [PATCH mm v4 15/39] kasan: clean up metadata byte definitions
` [PATCH mm v4 16/39] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH mm v4 17/39] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH mm v4 18/39] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v4 19/39] kasan: reorder vmalloc hooks
` [PATCH mm v4 20/39] kasan: add wrappers for "
` [PATCH mm v4 21/39] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH mm v4 22/39] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH mm v4 23/39] kasan, arm64: "
` [PATCH mm v4 24/39] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH mm v4 25/39] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v4 26/39] kasan, vmalloc: unpoison VM_ALLOC pages after mapping
` [PATCH mm v4 27/39] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
` [PATCH mm v4 28/39] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v4 29/39] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v4 30/39] kasan, vmalloc: add vmalloc tagging "
` [PATCH mm v4 31/39] kasan, vmalloc: only tag normal vmalloc allocations
` [PATCH mm v4 32/39] kasan, arm64: don't tag executable "
` [PATCH mm v4 33/39] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH mm v4 34/39] kasan: simplify kasan_init_hw_tags
` [PATCH mm v4 35/39] kasan: add kasan.vmalloc command line flag
[PATCH v2] kasan: fix quarantine conflicting with init_on_free
2021-12-20 21:55 UTC
[PATCH mm v3 00/38] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
2021-12-20 21:38 UTC (12+ messages)
` [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 28/38] kasan, page_alloc: allow skipping memory init for HW_TAGS
[PATCH v1 00/11] mm: COW fixes part 1: fix the COW security issue for THP and hugetlb
2021-12-20 21:27 UTC (78+ messages)
` [PATCH v1 01/11] seqlock: provide lockdep-free raw_seqcount_t variant
` [PATCH v1 02/11] mm: thp: consolidate mapcount logic on THP split
` [PATCH v1 03/11] mm: simplify hugetlb and file-THP handling in __page_mapcount()
` [PATCH v1 04/11] mm: thp: simlify total_mapcount()
` [PATCH v1 06/11] mm: support GUP-triggered unsharing via FAULT_FLAG_UNSHARE (!hugetlb)
[PATCH 1/3] mm: Remove last argument of reuse_swap_page()
2021-12-20 20:59 UTC (3+ messages)
` [PATCH 2/3] mm: Remove the total_mapcount argument from page_trans_huge_map_swapcount()
` [PATCH 3/3] mm: Remove the total_mapcount argument from page_trans_huge_mapcount()
[PATCH v4 0/5] x86: Show in sysfs if a memory node is able to do encryption
2021-12-20 20:27 UTC (4+ messages)
` [PATCH v4 3/5] x86/e820: Tag e820_entry with crypto capabilities
[PATCH] psi: fix possible trigger missing in the window
2021-12-20 19:58 UTC (3+ messages)
[PATCH 0/2] powerpc/fadump: handle CMA activation failure appropriately
2021-12-20 19:34 UTC (3+ messages)
` [PATCH 1/2] mm/cma: provide option to opt out from exposing pages on activation failure
` [PATCH 2/2] powerpc/fadump: opt out from freeing pages on cma "
[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
2021-12-20 17:30 UTC (3+ messages)
` [RFC][PATCH 2/3] x86/uaccess: Implement unsafe_try_cmpxchg_user()
[PATCH] kasan: fix quarantine conflicting with init_on_free
2021-12-20 17:19 UTC (4+ messages)
[PATCH] lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test
2021-12-20 17:08 UTC (2+ messages)
[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
2021-12-20 16:41 UTC (21+ messages)
` [PATCH 01/17] all: don't use bitmap_weight() where possible
` [PATCH 02/17] drivers: rename num_*_cpus variables
` [PATCH 03/17] fix open-coded for_each_set_bit()
` [PATCH 04/17] all: replace bitmap_weight with bitmap_empty where appropriate
` [PATCH 05/17] all: replace cpumask_weight with cpumask_empty "
` [PATCH 06/17] all: replace nodes_weight with nodes_empty "
` [PATCH 07/17] lib/bitmap: add bitmap_weight_{cmp,eq,gt,ge,lt,le} functions
` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} where appropriate
` [PATCH 09/17] lib/cpumask: add cpumask_weight_{eq,gt,ge,lt,le}
` [PATCH 10/17] lib/nodemask: add nodemask_weight_{eq,gt,ge,lt,le}
` [PATCH 11/17] lib/nodemask: add num_node_state_eq()
` [PATCH 12/17] kernel/cpu.c: fix init_cpu_online
` [PATCH 13/17] kernel/cpu: add num_possible_cpus counter
` [PATCH 14/17] kernel/cpu: add num_present_cpu counter
` [PATCH 15/17] kernel/cpu: add num_active_cpu counter
` [PATCH 16/17] tools/bitmap: sync bitmap_weight
` [PATCH 17/17] MAINTAINERS: add cpumask and nodemask files to BITMAP_API
[PATCH 00/18 V2] Repair SWAP-over-NFS
2021-12-20 15:02 UTC (12+ messages)
` [PATCH 03/18] MM: use ->swap_rw for reads from SWP_FS_OPS swap-space
` [PATCH 10/18] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 07/18] MM: submit multipage write for SWP_FS_OPS swap-space
` [PATCH 08/18] MM: Add AS_CAN_DIO mapping flag
[PATCH 00/43] Add KernelMemorySanitizer infrastructure
2021-12-20 14:35 UTC (4+ messages)
` [PATCH 39/43] x86: kmsan: handle register passing from uninstrumented code
[PATCH v2] virtio_mem: fix panic on mb_states indexing overflow
2021-12-20 13:18 UTC
[PATCH] virtio_mem: fix panic on mb_states indexing overflow
2021-12-20 13:00 UTC
[loop] 322c4293ec: xfstests.xfs.049.fail
2021-12-20 11:58 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 46f3b5d984fa6f57b9ebe0e844bed32400286cba
2021-12-20 10:53 UTC
[PATCH v5 00/16] Optimize list lru memory consumption
2021-12-20 9:27 UTC (18+ messages)
` [PATCH v5 01/16] mm: list_lru: optimize memory consumption of arrays of per cgroup lists
` [PATCH v5 02/16] mm: introduce kmem_cache_alloc_lru
` [PATCH v5 03/16] fs: introduce alloc_inode_sb() to allocate filesystems specific inode
` [PATCH v5 04/16] fs: allocate inode by using alloc_inode_sb()
` [PATCH v5 05/16] f2fs: "
` [PATCH v5 06/16] nfs42: use a specific kmem_cache to allocate nfs4_xattr_entry
` [PATCH v5 07/16] mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
` [PATCH v5 08/16] xarray: use kmem_cache_alloc_lru to allocate xa_node
` [PATCH v5 09/16] mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed
` [PATCH v5 11/16] mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
` [PATCH v5 12/16] mm: list_lru: replace linear array with xarray
` [PATCH v5 13/16] mm: memcontrol: reuse memory cgroup ID for kmem ID
` [PATCH v5 14/16] mm: memcontrol: fix cannot alloc the maximum memcg ID
` [PATCH v5 15/16] mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
` [PATCH v5 16/16] mm: memcontrol: rename memcg_cache_id to memcg_kmem_id
mm: 5.16 regression: reclaim_throttle leads to stall in near-OOM conditions
2021-12-20 8:50 UTC (5+ messages)
[PATCH v1] mm, hwpoison: fix condition in free hugetlb page path
2021-12-20 8:48 UTC (2+ messages)
[PATCH v3 0/9] iommu: refactor flush queues into iommu-dma
2021-12-20 8:03 UTC (4+ messages)
` [PATCH v3 6/9] iommu/vt-d: Use put_pages_list
[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
2021-12-20 7:32 UTC (9+ messages)
` [PATCH v3 5/5] mm/slub: do not create dma-kmalloc if no managed pages in DMA zone
[PATCH 0/2] mm: fix cma allocation fail sometimes
2021-12-20 3:43 UTC (8+ messages)
` [PATCH 1/2] mm: cma: fix allocation may "
[PATCH v2 00/33] Separate struct slab from struct page
2021-12-20 1:42 UTC (7+ messages)
[block] 5fc11eebb4: canonical_address#:#[##]
2021-12-19 14:52 UTC
[PATCH-next v3] mm/memcg: Properly handle memcg_stock access for PREEMPT_RT
2021-12-19 13:20 UTC (2+ messages)
` [mm/memcg] 3928ba024a: WARNING:possible_recursive_locking_detected
[af_unix] afd20b9290: stress-ng.sockdiag.ops_per_sec -26.3% regression
2021-12-19 8:38 UTC
[linux-next:master 5750/8462] fs/ext4/super.c:2295:1: warning: unused function 'ctx_test_flags'
2021-12-19 5:24 UTC
[PATCH -mm v3] replace old hard-coded 16 with TASK_COMM_LEN_16
2021-12-19 3:02 UTC
[syzbot] WARNING in truncate_inode_pages_range
2021-12-19 2:30 UTC
[PATCH/RFC] mm: add and use batched version of __tlb_remove_table()
2021-12-19 1:34 UTC (7+ messages)
[syzbot] WARNING in page_counter_cancel (3)
2021-12-18 19:59 UTC (3+ messages)
[PATCH v2] memblock: fix memblock_phys_alloc() section mismatch error
2021-12-18 16:33 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS 65d84bcc1befc2f270cc2ac9de0364da029ae3ef
2021-12-18 16:28 UTC
[linux-next:master 7642/8462] drivers/soc/tegra/fuse/fuse-tegra.c:188:20: sparse: sparse: incorrect type in assignment (different address spaces)
2021-12-18 9:50 UTC
[PATCH v5 00/10] Multigenerational LRU Framework
2021-12-18 7:10 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION c122052c3cb861b3e61a01d2c2ab9069e470663e
2021-12-18 2:38 UTC
[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2021-12-17 23:24 UTC (9+ messages)
` [PATCH v8 08/40] x86/sev: Check the vmpl level
` [PATCH v8 09/40] x86/compressed: Add helper for validating pages in the decompression stage
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