linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 0/2] mm/uffd: Add feature bit UFFD_FEATURE_WP_UNPOPULATED
 2023-03-09 22:37 UTC  (2+ messages)
` [PATCH v4 1/2] mm/uffd: UFFD_FEATURE_WP_UNPOPULATED

[PATCH v1] mm: add tracepoints to ksm
 2023-03-09 22:30 UTC  (3+ messages)

[PATCH v4 0/4] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
 2023-03-09 22:27 UTC  (11+ messages)
` [PATCH v4 1/4] mm: userfaultfd: rename functions for clarity + consistency
` [PATCH v4 2/4] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v4 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
` [PATCH v4 4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-09 22:24 UTC  (10+ messages)
` [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support
` [PATCH v11 2/7] userfaultfd: Define dummy uffd_wp_range()
` [PATCH v11 3/7] userfaultfd: update documentation to describe UFFD_FEATURE_WP_ASYNC
` [PATCH v11 4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v11 5/7] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v11 6/7] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v11 7/7] selftests: mm: add pagemap ioctl tests

[PATCH] mm: hugetlb: move hugeltb sysctls to its own file
 2023-03-09 22:20 UTC  (5+ messages)

[PATCH v3 0/2] kasan: bugfix and cleanup
 2023-03-09 21:36 UTC  (4+ messages)
` [PATCH v3 1/2] Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"

[LSF/MM/BPF TOPIC] Cloud storage optimizations
 2023-03-09 21:28 UTC  (22+ messages)

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-09 21:08 UTC  (36+ messages)
` [PATCH v7 21/41] mm: Add guard pages around a shadow stack
` [PATCH v7 26/41] mm: Warn on shadow stack memory in wrong vma
` [PATCH v7 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v7 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v7 30/41] x86/shstk: Handle thread "
` [PATCH v7 31/41] x86/shstk: Introduce routines modifying shstk
` [PATCH v7 32/41] x86/shstk: Handle signals for shadow stack
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall

[LSF/MM/BPF TOPIC] Swap Abstraction / Native Zswap
 2023-03-09 20:19 UTC  (6+ messages)

[PATCH 0/2] mm: rmap: merge HugeTLB mapcount logic with THPs
 2023-03-09 19:58 UTC  (9+ messages)
` [PATCH 1/2] mm: rmap: make hugetlb pages participate in _nr_pages_mapped

[PATCH v4 0/8] make slab shrink lockless
 2023-03-09 19:49 UTC  (31+ messages)
` [PATCH v4 1/8] mm: vmscan: add a map_nr_max field to shrinker_info
` [PATCH v4 2/8] mm: vmscan: make global slab shrink lockless
` [PATCH v4 3/8] mm: vmscan: make memcg "
` [PATCH v4 4/8] mm: vmscan: add shrinker_srcu_generation
` [PATCH v4 5/8] mm: shrinkers: make count and scan in shrinker debugfs lockless
` [PATCH v4 6/8] mm: vmscan: hold write lock to reparent shrinker nr_deferred
` [PATCH v4 7/8] mm: vmscan: remove shrinker_rwsem from synchronize_shrinkers()
` [PATCH v4 8/8] mm: shrinkers: convert shrinker_rwsem to mutex

selftests: gpio: crash on arm64
 2023-03-09 17:50 UTC  (2+ messages)

[PATCH v4 00/12] fold per-CPU vmstats remotely
 2023-03-09 17:11 UTC  (6+ messages)
` [PATCH v4 01/12] mm/vmstat: remove remote node draining
` [PATCH v4 05/12] this_cpu_cmpxchg: x86: switch this_cpu_cmpxchg to locked, add _local function

[PATCH v11 2/3] cachestat: implement cachestat syscall
 2023-03-09 17:02 UTC  (4+ messages)

[PATCH v2] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-09 15:48 UTC  (2+ messages)

[PATCH] mm,kfence: decouple kfence from page granularity mapping judgement
 2023-03-09 15:38 UTC  (7+ messages)

[RFC PATCH 0/5] Prototype for direct map awareness in page allocator
 2023-03-09 15:34 UTC  (11+ messages)
` [RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()
` [RFC PATCH 4/5] EXPERIMENTAL: x86: use __GFP_UNMAPPED for modele_alloc()

[linux-next:pending-fixes] BUILD SUCCESS 08705758878ed33e5361e7f2742cb5a4d52041fc
 2023-03-09 15:04 UTC 

[linux-next:master] BUILD REGRESSION 2c6433e9294b6d0f4d8f08c3c70a3eac434d3ec8
 2023-03-09 14:36 UTC 

[PATCH v4 0/4] arch/*/io.h: remove ioremap_uc in some architectures
 2023-03-09 14:36 UTC  (8+ messages)
` [PATCH v4 1/4] video: fbdev: atyfb: only use ioremap_uc() on i386 and ia64
` [PATCH v4 3/4] arch/*/io.h: remove ioremap_uc in some architectures

[PATCH v3 0/5] batched remove rmap in try_to_unmap_one()
 2023-03-09 13:56 UTC  (6+ messages)
` [PATCH v3 1/5] rmap: move hugetlb try_to_unmap to dedicated function

[PATCH] mm: fix potential invalid pointer dereference in kmemdup()
 2023-03-09 13:22 UTC  (4+ messages)

[linux-next:master 995/2428] kismet: WARNING: unmet direct dependencies detected for OF_GPIO when selected by GPIO_LOONGSON_64BIT
 2023-03-09 12:46 UTC 

[PATCH 00/10] cleanup vma_merge() and improve mergeability tests
 2023-03-09 11:12 UTC  (11+ messages)
` [PATCH 01/10] mm/mmap/vma_merge: use only primary pointers for preparing merge
` [PATCH 02/10] mm/mmap/vma_merge: use the proper vma pointer in case 3
` [PATCH 03/10] mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6
` [PATCH 04/10] mm/mmap/vma_merge: use the proper vma pointer in case 4
` [PATCH 05/10] mm/mmap/vma_merge: initialize mid and next in natural order
` [PATCH 06/10] mm/mmap/vma_merge: set mid to NULL if not applicable
` [PATCH 07/10] mm/mmap/vma_merge: rename adj_next to adj_start
` [PATCH 08/10] mm/mmap/vma_merge: convert mergeability checks to return bool
` [PATCH 09/10] mm/mmap: start distinguishing if vma can be removed in mergeability test
` [PATCH 10/10] mm/mremap: simplify vma expansion again

[PATCH v3 00/34] New page table range API
 2023-03-09 11:09 UTC  (4+ messages)
` [PATCH v3 08/34] arm64: Implement the new "

[linux-next:master 995/2428] kismet: WARNING: unmet direct dependencies detected for GPIO_SYSCON when selected by GPIO_SAMA5D2_PIOBU
 2023-03-09  9:49 UTC  (2+ messages)

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-03-09  9:48 UTC  (3+ messages)

[PATCH V3 1/2] mm: compaction: move compact_memory sysctl to its own file
 2023-03-09  9:47 UTC  (2+ messages)

[linux-next:master 995/2428] kismet: WARNING: unmet direct dependencies detected for MFD_STMFX when selected by PINCTRL_STMFX
 2023-03-09  9:41 UTC 

[PATCH v2 0/3] Ignore non-LRU-based reclaim in memcg reclaim
 2023-03-09  9:39 UTC  (5+ messages)
` [PATCH v2 1/3] mm: vmscan: move set_task_reclaim_state() after cgroup_reclaim()
` [PATCH v2 2/3] mm: vmscan: refactor updating reclaimed pages in reclaim_state
` [PATCH v2 3/3] mm: vmscan: ignore non-LRU-based reclaim in memcg reclaim

[PATCH v16 03/13] overlayfs: Implement splice-read
 2023-03-09  9:29 UTC  (7+ messages)
  ` [PATCH v16 00/13] splice, block: Use page pinning and kill ITER_PIPE

[linux-next:master 1604/2428] ERROR: modpost: "intel_soc_pmic_exec_mipi_pmic_seq_element" [drivers/platform/x86/x86-android-tablets/x86-android-tablets.ko] undefined!
 2023-03-09  9:20 UTC 

[GIT PULL] hotfixes for 6.3-rc1
 2023-03-09  8:37 UTC  (7+ messages)

[linux-next:master 766/2428] include/linux/dynamic_debug.h:307:14: error: implicit declaration of function 'strcmp'
 2023-03-09  7:05 UTC 

[PATCH V3 2/2] mm: compaction: limit illegal input parameters of compact_memory interface
 2023-03-09  6:58 UTC  (3+ messages)

[linux-next:master 1298/2428] drivers/clk/mvebu/kirkwood.c:358:1: error: expected identifier or '('
 2023-03-09  6:33 UTC 

[PATCH] mm: memory-failure: Move memory failure sysctls to its own file
 2023-03-09  6:03 UTC  (3+ messages)

[PATCH v3 0/3] mm: process/cgroup ksm support
 2023-03-09  4:59 UTC  (8+ messages)
` [PATCH v3 1/3] mm: add new api to enable ksm per process

[PATCH v1 0/2] Ignore non-LRU-based reclaim in memcg reclaim
 2023-03-09  4:08 UTC  (8+ messages)

[PATCH] mm: remove redundant check in handle_mm_fault
 2023-03-09  2:33 UTC  (7+ messages)

[RFC] mm/slub: Reduce memory consumption in extreme scenarios
 2023-03-09  2:15 UTC  (5+ messages)

[PATCH] maple_tree: Fix the error of mas->min/max in mas_skip_node()
 2023-03-09  2:09 UTC  (3+ messages)

[PATCH v10 00/16] TDX host kernel support
 2023-03-09  1:38 UTC  (5+ messages)
` [PATCH v10 05/16] x86/virt/tdx: Add skeleton to enable TDX on demand
` [PATCH v10 07/16] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory

[PATCH v17 00/14] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-08 23:42 UTC  (6+ messages)
` [PATCH v17 03/14] shmem: Implement splice-read
` [PATCH v17 09/14] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing

[PATCH V2 2/2] mm: compaction: Limit the value of interface compact_memory
 2023-03-08 22:23 UTC  (5+ messages)

[PATCH 0/6] tmpfs: add the option to disable swap
 2023-03-08 22:21 UTC  (10+ messages)
` [PATCH 3/6] shmem: move reclaim check early on writepages()
` [PATCH 5/6] shmem: update documentation
` [PATCH 6/6] shmem: add support to ignore swap

ld.lld: error: undefined symbol: memcpy
 2023-03-08 22:14 UTC  (3+ messages)

[PATCH v2] mm/ksm: Fix race with VMA iteration and mm_struct teardown
 2023-03-08 22:03 UTC 

[syzbot] [mm?] kernel BUG in find_mergeable_anon_vma
 2023-03-08 20:24 UTC  (2+ messages)

[linux-next:master 816/1532] drivers/infiniband/ulp/srp/ib_srp.c:66: warning: "DEFINE_DYNAMIC_DEBUG_METADATA" redefined
 2023-03-08 19:58 UTC  (2+ messages)

[PATCH V2 1/2] sysctl: Limit the value of interface compact_memory
 2023-03-08 19:58 UTC  (3+ messages)

[PATCH v1 0/4] Fixes for MDWE prctl
 2023-03-08 19:04 UTC  (3+ messages)
` [PATCH v1 3/4] kselftest: vm: fix unused variable warning
` [PATCH v1 4/4] tools headers UAPI: Sync linux/prctl.h with the kernel sources

THP backed thread stacks
 2023-03-08 19:02 UTC  (4+ messages)

[PATCH v3 4/5] mm: userfaultfd: don't separate addr + len arguments
 2023-03-08 18:48 UTC  (3+ messages)

[PATCH v3 0/3] mm/damon/paddr: minor code improvement
 2023-03-08 18:17 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox