linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-15 17:16:56 to 2021-12-17 10:35:35 UTC [more...]

[PATCH 00/18 V2] Repair SWAP-over-NFS
 2021-12-17 10:33 UTC  (23+ messages)
` [PATCH 03/18] MM: use ->swap_rw for reads from SWP_FS_OPS swap-space
` [PATCH 02/18] MM: create new mm/swap.h header file
` [PATCH 04/18] MM: perform async writes to SWP_FS_OPS swap-space
` [PATCH 06/18] MM: submit multipage reads for "
` [PATCH 01/18] Structural cleanup for filesystem-based swap
` [PATCH 05/18] MM: reclaim mustn't enter FS for SWP_FS_OPS swap-space
` [PATCH 14/18] SUNRPC: remove scheduling boost for "SWAPPER" tasks
` [PATCH 08/18] MM: Add AS_CAN_DIO mapping flag
` [PATCH 10/18] NFS: swap IO handling is slightly different for O_DIRECT IO
` [PATCH 18/18] NFS: swap-out must always use STABLE writes
` [PATCH 15/18] NFS: discard NFS_RPC_SWAPFLAGS and RPC_TASK_ROOTCREDS
` [PATCH 11/18] SUNRPC/call_alloc: async tasks mustn't block waiting for memory
` [PATCH 12/18] SUNRPC/auth: "
` [PATCH 09/18] NFS: rename nfs_direct_IO and use as ->swap_rw
` [PATCH 16/18] SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOC
` [PATCH 17/18] NFSv4: keep state manager thread active if swap is enabled
` [PATCH 07/18] MM: submit multipage write for SWP_FS_OPS swap-space
` [PATCH 13/18] SUNRPC/xprt: async tasks mustn't block waiting for memory

[PATCH v6 00/14] Convert powerpc to default topdown mmap layout
 2021-12-17 10:28 UTC  (15+ messages)
` [PATCH v6 01/14] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v6 02/14] mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions
` [PATCH v6 03/14] mm: Add len and flags parameters to arch_get_mmap_end()
` [PATCH v6 04/14] mm, hugetlbfs: Allow for "high" userspace addresses
` [PATCH v6 05/14] sizes.h: Add SZ_1T macro
` [PATCH v6 06/14] powerpc/mm: Move vma_mmu_pagesize()
` [PATCH v6 07/14] powerpc/mm: Make slice specific to book3s/64
` [PATCH v6 08/14] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v6 09/14] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v6 10/14] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v6 11/14] powerpc/mm: Move get_unmapped_area functions to slice.c
` [PATCH v6 12/14] powerpc/mm: Enable full randomisation of memory mappings
` [PATCH v6 13/14] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v6 14/14] powerpc: Simplify and move arch_randomize_brk()

[PATCH v4 00/17] Optimize list lru memory consumption
 2021-12-17 10:05 UTC  (2+ messages)

[PATCH] mm: make some vars and functions static or __init
 2021-12-17  9:50 UTC 

[PATCH 0/2] Clean up document and small improvement of atomic pool
 2021-12-17  9:08 UTC  (3+ messages)
` [PATCH 1/2] docs: kernel-parameters: Update to reflect the current default size "
` [PATCH 2/2] dma-pool: allow user to disable "

[PATCH V4] mm/gup.c: stricter check on THP migration entry during follow_pmd_mask
 2021-12-17  9:06 UTC  (3+ messages)

[PATCH -V10 RESEND 0/6] NUMA balancing: optimize memory placement for memory tiering system
 2021-12-17  7:41 UTC  (7+ messages)
` [PATCH -V10 RESEND 1/6] NUMA Balancing: add page promotion counter
` [PATCH -V10 RESEND 2/6] NUMA balancing: optimize page placement for memory tiering system
` [PATCH -V10 RESEND 3/6] memory tiering: skip to scan fast memory

[PATCH] psi: fix possible trigger missing in the window
 2021-12-17  6:07 UTC 

[PATCH -V3 RESEND] numa balancing: move some document to make it consistent with the code
 2021-12-17  6:04 UTC 

[PATCH V3] mm/gup.c: stricter check on THP migration entry during follow_pmd_mask
 2021-12-17  5:49 UTC  (3+ messages)

[security] d3b04a4398: WARNING:at_crypto/kdf_sp800108.c:#crypto_kdf108_init
 2021-12-17  4:14 UTC  (5+ messages)

[PATCH 0/2] mm: fix cma allocation fail sometimes
 2021-12-17  3:44 UTC  (6+ messages)
` [PATCH 1/2] mm: cma: fix allocation may "

[linux-next:pending-fixes] BUILD SUCCESS 69b486b26c1710d7a1bcbafc35534c72b9884a91
 2021-12-17  3:37 UTC 

[PATCH] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2021-12-17  2:10 UTC  (3+ messages)

[PATCH v2] memblock: fix memblock_phys_alloc() section mismatch error
 2021-12-17  2:07 UTC 

[PATCH mm v3 00/38] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-17  1:50 UTC  (19+ messages)
` [PATCH mm v3 04/38] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v3 09/38] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v3 11/38] kasan, page_alloc: combine tag_clear_highpage calls "
` [PATCH mm v3 13/38] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v3 15/38] kasan: clean up metadata byte definitions
` [PATCH mm v3 18/38] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v3 19/38] kasan: reorder vmalloc hooks
` [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 v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-12-16 23:39 UTC  (25+ messages)
` [PATCH v8 01/40] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v8 06/40] x86/sev: Check SEV-SNP features support
` [PATCH v8 07/40] x86/sev: Add a helper for the PVALIDATE instruction
` [PATCH v8 08/40] x86/sev: Check the vmpl level

[PATCH] docs/vm: clarify overcommit amount sysctl behavior
 2021-12-16 22:53 UTC  (3+ messages)

[PATCH v4 0/4] Assorted improvements to usercopy
 2021-12-16 21:53 UTC  (5+ messages)
` [PATCH v4 1/4] mm/usercopy: Check kmap addresses properly
` [PATCH v4 2/4] mm/usercopy: Detect vmalloc overruns
` [PATCH v4 3/4] mm/usercopy: Detect compound page overruns
` [PATCH v4 4/4] usercopy: Remove HARDENED_USERCOPY_PAGESPAN

[PATCH 0/2] add MemAvailable to per-node meminfo
 2021-12-16 21:05 UTC  (12+ messages)
` [PATCH 1/2] mm: "
` [PATCH 2/2] mm: reimplement si_mem_available()

[PATCH v4 0/5] x86: Show in sysfs if a memory node is able to do encryption
 2021-12-16 19:22 UTC  (6+ messages)
` [PATCH v4 1/5] mm/memblock: Tag memblocks with crypto capabilities
` [PATCH v4 2/5] mm/mmzone: Tag pg_data_t "
` [PATCH v4 3/5] x86/e820: Tag e820_entry "
` [PATCH v4 4/5] x86/efi: Tag e820_entries as crypto capable from EFI memmap
` [PATCH v4 5/5] drivers/node: Show in sysfs node's crypto capabilities

folio mapcount
 2021-12-16 18:56 UTC  (8+ messages)

[PATCH v4 00/10] Convert powerpc to default topdown mmap layout
 2021-12-16 18:55 UTC  (11+ messages)
` [PATCH v4 06/10] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v4 07/10] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v4 09/10] powerpc/mm: Convert to default topdown mmap layout

[PATCH v2] x86: Implement arch_prctl(ARCH_VSYSCALL_CONTROL) to disable vsyscall
 2021-12-16 18:50 UTC 

[PATCH] x86: Implement arch_prctl(ARCH_VSYSCALL_LOCKOUT) to disable vsyscall
 2021-12-16 18:31 UTC  (7+ messages)

[PATCH v4 1/3] mm: protect free_pgtables with mmap_lock write lock in exit_mmap
 2021-12-16 17:23 UTC  (7+ messages)
` [PATCH 4/3] mm: drop MMF_OOM_SKIP from exit_mmap

Nokia N900 not hitting OFF mode since 5.9 is caused by proactive memory compaction
 2021-12-16 15:23 UTC 

[PATCH v2 00/33] Separate struct slab from struct page
 2021-12-16 15:00 UTC  (6+ messages)

[PATCH v4 11/17] mm: list_lru: allocate list_lru_one only when needed
 2021-12-16 14:56 UTC  (2+ messages)
  ` [External] [mm] 86cda95957: BUG:sleeping_function_called_from_invalid_context_at_include/linux/sched/mm.h

[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
 2021-12-16 13:23 UTC  (16+ messages)

[PATCH V2] mm/gup.c: stricter check on THP migration entry during follow_pmd_mask
 2021-12-16 13:16 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 93bf6eee76c0e716f6b32de690b1c52991547bb4
 2021-12-16 12:42 UTC 

[linux-next:master 5819/6579] dtbs_check: arch/arm/boot/dts/am335x-osd3358-sm-red.dt.yaml: imu@68: i2c-gate: False schema does not allow {'#address-cells': [[1]], '#size-cells': [[0]], 'ax8975@c': {'compatible': ['asahi-kasei,ak8975'], 'reg': [[12]]}}
 2021-12-16 12:42 UTC  (2+ messages)

arch/mips/mm/tlbex.c:2599 check_pabits() warn: always true condition '(fillbits >= ((__builtin_constant_p(0)) ?(((0) < 2) ?0:63 - __builtin_clzll(0)):((4 <= 4)) ?__ilog2_u32(0):__ilog2_u64(0))) => (0-u32max >= 0)'
 2021-12-16 11:41 UTC 

[PATCH 0/4] mm: percpu: Cleanup percpu first chunk function
 2021-12-16 11:23 UTC  (5+ messages)
` [PATCH 1/4] mm: percpu: Generalize percpu related config
` [PATCH 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef
` [PATCH 3/4] mm: percpu: Add generic pcpu_fc_alloc/free funciton
` [PATCH 4/4] mm: percpu: Add generic pcpu_populate_pte() function

[PATCH v4 00/66] Introducing the Maple Tree
 2021-12-16 11:09 UTC  (15+ messages)
` [PATCH v4 05/66] Maple Tree: Add new data structure
` [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 11/66] mm/mmap: Use maple tree for unmapped_area{_topdown}
` [PATCH v4 12/66] kernel/fork: Use maple tree for dup_mmap() during forking

[PATCH 00/31] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-16 10:59 UTC  (5+ messages)
` [PATCH 08/31] kasan, page_alloc: refactor init checks in post_alloc_hook

[PATCH] mm/page_alloc: Modify the comment section for alloc_contig_pages()
 2021-12-16 10:59 UTC  (2+ messages)

[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
 2021-12-16 10:52 UTC  (3+ messages)
` [PATCH v3 3/5] mm_zone: add function to check if managed dma zone exists

[PATCH v2] mm/damon: Add access checking for hugetlb pages
 2021-12-16 10:38 UTC 

[PATCH 00/43] Add KernelMemorySanitizer infrastructure
 2021-12-16 10:33 UTC  (10+ messages)
` [PATCH 13/43] kmsan: add KMSAN runtime core
` [PATCH 25/43] kmsan: skip shadow checks in files doing context switches

[PATCH -next] mm/memcg: Use struct_size() helper in kzalloc()
 2021-12-16  9:44 UTC  (2+ messages)

[PATCH] memblock: fix memblock_phys_alloc() section mismatch error
 2021-12-16  9:00 UTC  (2+ messages)

[PATCH] mm: make some vars and functions static or __init
 2021-12-16  8:59 UTC  (2+ messages)

[PATCH v2 00/11] iommu: refactor flush queues into iommu-dma
 2021-12-16  8:55 UTC  (10+ messages)
` [PATCH v2 02/11] gpu: host1x: Add missing DMA API include
` [PATCH v2 03/11] drm/tegra: vic: Fix DMA API misuse
` [PATCH v2 04/11] iommu/iova: Squash entry_dtor abstraction
` [PATCH v2 05/11] iommu/iova: Squash flush_cb abstraction

[PATCH] mm/migrate: fix pmd_migration_entry_wait() (merge issue in linux-next)
 2021-12-16  8:38 UTC 

[PATCH v6 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2021-12-16  8:04 UTC  (16+ messages)
` [PATCH v6 03/23] mm: Check against orig_pte for finish_fault()
` [PATCH v6 04/23] mm/uffd: PTE_MARKER_UFFD_WP
` [PATCH v6 06/23] mm/shmem: Handle uffd-wp special pte in page fault handler

[PATCH] mm/damon: Add access checking for hugetlb pages
 2021-12-16  7:59 UTC  (4+ messages)

[PATCH] mm/memcontrol: Disable on PREEMPT_RT
 2021-12-16  7:51 UTC  (9+ messages)

[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
 2021-12-16  7:46 UTC  (9+ messages)
` [PATCH v8 1/9] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 7/9] dax: add dax holder helper for filesystems

[PATCH v5 07/11] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
 2021-12-15 21:26 UTC  (2+ messages)

[linux-next:master 6371/6993] kernel/rcu/tree_nocb.h:1262 rcu_spawn_cpu_nocb_kthread() warn: inconsistent indenting
 2021-12-15 19:54 UTC  (2+ messages)

[linux-next:master 6352/6993] drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-12-15 19:01 UTC 

[linux-stable-rc:queue/5.10 6492/9999] ERROR: modpost: "raid6_2data_recov" [fs/btrfs/btrfs.ko] undefined!
 2021-12-15 17:21 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).