linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-23 05:43:21 to 2022-01-24 18:08:01 UTC [more...]

[PATCH v6 00/39] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2022-01-24 18:05 UTC  (33+ messages)
` [PATCH v6 01/39] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH v6 02/39] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH v6 03/39] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH v6 04/39] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH v6 05/39] kasan, page_alloc: init memory of skipped pages on free
` [PATCH v6 06/39] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH v6 07/39] mm: clarify __GFP_ZEROTAGS comment
` [PATCH v6 09/39] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH v6 10/39] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH v6 11/39] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH v6 12/39] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH v6 13/39] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH v6 14/39] kasan, page_alloc: rework kasan_unpoison_pages call site
` [PATCH v6 15/39] kasan: clean up metadata byte definitions
` [PATCH v6 16/39] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH v6 17/39] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH v6 18/39] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH v6 19/39] kasan: reorder vmalloc hooks
` [PATCH v6 20/39] kasan: add wrappers for "
` [PATCH v6 21/39] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH v6 22/39] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH v6 23/39] kasan, arm64: "
` [PATCH v6 25/39] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH v6 26/39] kasan, vmalloc: unpoison VM_ALLOC pages after mapping
` [PATCH v6 27/39] kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGS
` [PATCH v6 28/39] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH v6 29/39] kasan, page_alloc: allow skipping memory init "
` [PATCH v6 30/39] kasan, vmalloc: add vmalloc tagging "
` [PATCH v6 31/39] kasan, vmalloc: only tag normal vmalloc allocations
` [PATCH v6 32/39] kasan, arm64: don't tag executable "
` [PATCH v6 33/39] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH v6 34/39] kasan: clean up feature flags for HW_TAGS mode

[PATCH] kasan: test: fix compatibility with FORTIFY_SOURCE
 2022-01-24 17:59 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 86539e2bdb992bb0fc6c7f23aab5a0d12a993384
 2022-01-24 18:06 UTC 

[PATCH] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
 2022-01-24 17:59 UTC 

kernel BUG at mm/vmalloc.c:LINE! (2)
 2022-01-24 17:59 UTC  (3+ messages)

[PATCH v3] mm: use compare-exchange operation to set KASAN page tag
 2022-01-24 17:25 UTC  (3+ messages)

[PATCH v4 0/7] Use pageblock_order for cma and alloc_contig_range alignment
 2022-01-24 17:17 UTC  (8+ messages)
` [PATCH v4 1/7] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [PATCH v4 3/7] mm: page_isolation: check specified range for unmovable pages

[RFC][PATCH v2 0/5] sched: User Managed Concurrency Groups
 2022-01-24 17:06 UTC  (16+ messages)
` [RFC][PATCH v2 5/5] sched: User Mode Concurency Groups

[RFC V1 00/31] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-01-24 17:06 UTC  (35+ messages)
` [RFC V1 01/31] mm/debug_vm_pgtable: Directly use vm_get_page_prot()
` [RFC V1 02/31] mm/mmap: Clarify protection_map[] indices
` [RFC V1 03/31] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [RFC V1 04/31] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [RFC V1 05/31] arm64/mm: "
` [RFC V1 06/31] sparc/mm: "
` [RFC V1 07/31] mips/mm: "
` [RFC V1 08/31] m68k/mm: "
` [RFC V1 09/31] arm/mm: "
` [RFC V1 10/31] x86/mm: "
` [RFC V1 11/31] mm/mmap: Drop protection_map[]
` [RFC V1 12/31] mm/mmap: Drop arch_filter_pgprot()
` [RFC V1 13/31] mm/mmap: Drop arch_vm_get_page_pgprot()
` [RFC V1 14/31] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [RFC V1 15/31] riscv/mm: "
` [RFC V1 16/31] alpha/mm: "
` [RFC V1 17/31] sh/mm: "
` [RFC V1 18/31] arc/mm: "
` [RFC V1 19/31] csky/mm: "
` [RFC V1 20/31] extensa/mm: "
` [RFC V1 21/31] parisc/mm: "
` [RFC V1 22/31] openrisc/mm: "
` [RFC V1 23/31] um/mm: "
` [RFC V1 24/31] microblaze/mm: "
` [RFC V1 25/31] nios2/mm: "
` [RFC V1 26/31] hexagon/mm: "
` [RFC V1 27/31] nds32/mm: "
` [RFC V1 28/31] ia64/mm: "
` [RFC V1 29/31] mm/mmap: Drop generic vm_get_page_prot()
` [RFC V1 30/31] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT
` [RFC V1 31/31] mm/mmap: Define macros for vm_flags access permission combinations

[PATCH] mm: make 'highmem' symbol ro_after_init
 2022-01-24 17:05 UTC 

[Resend PATCH v3] psi: fix possible trigger missing in the window
 2022-01-24 16:37 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 74e5dee6a5b9683e4e78aad784c6c807833cb89b
 2022-01-24 16:31 UTC 

[PATCH v2 1/2] mm: thp: fix wrong cache flush in remove_migration_pmd()
 2022-01-24 16:07 UTC  (3+ messages)
` [PATCH v2 2/2] mm: fix missing cache flush for all tail pages of THP

[RFC PATCH 0/6] Add support for shared PTEs across processes
 2022-01-24 15:27 UTC  (7+ messages)

[PATCH v2 0/2] mm: fix cma allocation fail sometimes
 2022-01-24 14:34 UTC  (2+ messages)

[linux-next:master 990/1252] drivers/mtd/nand/raw/brcmnand/bcma_nand.c:61:23: sparse: sparse: cast to restricted __be32
 2022-01-24 14:30 UTC 

[PATCH] mm/migration: Add trace events for THP migrations
 2022-01-24 14:06 UTC  (6+ messages)

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-24 14:01 UTC  (16+ messages)
` [PATCH v6 6/9] mm: multigenerational lru: aging

[PATCH] mm/vmalloc: remove unneeded function forward declaration
 2022-01-24 13:37 UTC 

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-24 13:29 UTC  (4+ messages)
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag

[PATCH 00/23 V3] Repair SWAP-over_NFS
 2022-01-24 13:22 UTC  (42+ messages)
` [PATCH 03/23] MM: drop swap_set_page_dirty
` [PATCH 05/23] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space
` [PATCH 14/23] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 22/23] NFS: swap-out must always use STABLE writes
` [PATCH 02/23] MM: extend block-plugging to cover all swap reads with read-ahead
` [PATCH 07/23] MM: perform async writes to SWP_FS_OPS swap-space using ->swap_rw
` [PATCH 08/23] DOC: update documentation for swap_activate and swap_rw
` [PATCH 23/23] SUNRPC: lock against ->sock changing during sysfs read
` [PATCH 16/23] SUNRPC/auth: async tasks mustn't block waiting for memory
` [PATCH 04/23] MM: move responsibility for setting SWP_FS_OPS to ->swap_activate
` [PATCH 06/23] MM: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-space
` [PATCH 15/23] SUNRPC/call_alloc: async tasks mustn't block waiting for memory
` [PATCH 20/23] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
` [PATCH 01/23] MM: create new mm/swap.h header file
` [PATCH 09/23] MM: submit multipage reads for SWP_FS_OPS swap-space
` [PATCH 12/23] NFS: remove IS_SWAPFILE hack
` [PATCH 19/23] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
` [PATCH 17/23] SUNRPC/xprt: async tasks mustn't block waiting for memory
` [PATCH 18/23] SUNRPC: remove scheduling boost for "SWAPPER" tasks
` [PATCH 21/23] NFSv4: keep state manager thread active if swap is enabled
` [PATCH 11/23] VFS: Add FMODE_CAN_ODIRECT file flag
` [PATCH 13/23] NFS: rename nfs_direct_IO and use as ->swap_rw
` [PATCH 10/23] MM: submit multipage write for SWP_FS_OPS swap-space

[PATCH 0/7] Allocate module text and data separately
 2022-01-24 13:01 UTC  (11+ messages)
` [PATCH 1/7] modules: Refactor within_module_core() and within_module_init()
` [PATCH 2/7] modules: Add within_module_text() macro
` [PATCH 3/7] modules: Always have struct mod_tree_root
` [PATCH 4/7] modules: Prepare for handling several RB trees
` [PATCH 5/7] modules: Introduce data_layout
` [PATCH 6/7] modules: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH 7/7] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH RFC 0/3] Add a module parameter to adjust kfence objects
 2022-01-24 12:21 UTC  (13+ messages)
` [PATCH RFC 1/3] kfence: "
` [PATCH RFC 2/3] kfence: Optimize branches prediction when sample interval is zero
` [PATCH RFC 3/3] kfence: Make test case compatible with run time set sample interval

[PATCH v1] binfmt_misc: fix crash when load/unload module
 2022-01-24 12:14 UTC  (2+ messages)

[PATCH RFC v2 0/2] mm: Rework zap ptes on swap entries
 2022-01-24 11:01 UTC  (14+ messages)
` [PATCH RFC v2 1/2] mm: Don't skip swap entry even if zap_details specified

[RESEND][PATCH v2] mm: don't call lru draining in the nested lru_cache_disable
 2022-01-24  9:57 UTC  (10+ messages)

[PATCH 1/5] mm: rmap: fix cache flush on THP pages
 2022-01-24  9:07 UTC  (11+ messages)
` [PATCH 2/5] dax: fix cache flush on PMD-mapped pages
` [PATCH 3/5] mm: page_vma_mapped: support checking if a pfn is mapped into a vma
` [PATCH 4/5] dax: fix missing writeprotect the pte entry

[PATCH] Revert "mm/page_isolation: unset migratetype directly for non Buddy page"
 2022-01-24  8:41 UTC  (3+ messages)

[PATCH v4 0/3] mm/hwpoison: fix unpoison_memory()
 2022-01-24  6:37 UTC  (5+ messages)
` [PATCH v4 1/3] mm/hwpoison: mf_mutex for soft offline and unpoison

[PATCH v3 0/2] powerpc/fadump: handle CMA activation failure appropriately
 2022-01-24  5:21 UTC  (5+ messages)
` [PATCH v3 1/2] mm/cma: provide option to opt out from exposing pages on activation failure
` [PATCH v3 2/2] powerpc/fadump: opt out from freeing pages on cma "

[RFC] Simplify users of vma_address_end()
 2022-01-24  4:40 UTC  (2+ messages)

[PATCH] fcntl.2: document F_GET_SEALS on tmpfs peculiarity
 2022-01-24  4:18 UTC 

[RFC PLAN] Some humble ideas for DAMON future works
 2022-01-23 22:48 UTC  (2+ messages)

[PATCH 25/54] mm/vmstat: replace cpumask_weight with cpumask_empty where appropriate
 2022-01-23 18:39 UTC  (3+ messages)
` [PATCH 51/54] mm: replace nodes_weight with nodes_weight_eq in mempolicy
` [PATCH 52/54] lib/nodemask: add num_node_state_eq()

[GIT PULL] Bitmap patches for 5.17-rc1
 2022-01-23  6:18 UTC  (2+ 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).