[PATCH v3 0/5] Abstract vma_merge() and split_vma()
2023-10-11 8:35 UTC (8+ messages)
` [PATCH v3 1/5] mm: move vma_policy() and anon_vma_name() decls to mm_types.h
` [PATCH v3 2/5] mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al
` [PATCH v3 3/5] mm: make vma_merge() and split_vma() internal
` [PATCH v3 4/5] mm: abstract merge for new VMAs into vma_merge_new_vma()
` [PATCH v3 5/5] mm: abstract VMA merge and extend into vma_merge_extend() helper
[RFC PATCH v1 0/2] Swap-out small-sized THP without splitting
2023-10-11 8:25 UTC (8+ messages)
` [RFC PATCH v1 1/2] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags
` [RFC PATCH v1 2/2] mm: swap: Swap-out small-sized THP without splitting
[PATCH v5 0/8] Add printf attribute to kselftest functions
2023-10-11 8:24 UTC (3+ messages)
` [PATCH v5 2/8] selftests/cachestat: Fix print_cachestat format
` [PATCH v5 7/8] selftests/mm: Substitute attribute with a macro
[PATCH -next 0/7] mm: convert page cpupid functions to folios
2023-10-11 8:05 UTC (16+ messages)
` [PATCH -next 1/7] mm_types: add _last_cpupid into folio
` [PATCH -next 2/7] mm: mprotect: use a folio in change_pte_range()
` [PATCH -next 3/7] mm: huge_memory: use a folio in change_huge_pmd()
` [PATCH -next 4/7] mm: convert xchg_page_access_time to xchg_folio_access_time()
` [PATCH -next 5/7] mm: convert page_cpupid_last() to folio_cpupid_last()
` [PATCH -next 6/7] mm: make wp_page_reuse() and finish_mkwrite_fault() to take a folio
` [PATCH -next 7/7] mm: convert page_cpupid_xchg_last() to folio_cpupid_xchg_last()
[PATCH 0/3] align maple tree write paths
2023-10-11 7:40 UTC (11+ messages)
` [PATCH 1/3] maple_tree: introduce mas_prealloc_calc()
` [PATCH 2/3] maple_tree: use preallocations in mas_store_gfp()
` [PATCH 3/3] maple_tree: use preallocations in mas_erase()
[PATCH] exec: allow executing block devices
2023-10-11 7:38 UTC (3+ messages)
[PATCH v4 00/10] Introduce __mt_dup() to improve the performance of fork()
2023-10-11 7:00 UTC (4+ messages)
` [PATCH v4 10/10] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()
[PATCH v2 0/5] Abstract vma_merge() and split_vma()
2023-10-11 6:48 UTC (13+ messages)
` [PATCH v2 1/5] mm: move vma_policy() and anon_vma_name() decls to mm_types.h
` [PATCH v2 2/5] mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al
` [PATCH v2 3/5] mm: make vma_merge() and split_vma() internal
` [PATCH v2 4/5] mm: abstract merge for new VMAs into vma_merge_new_vma()
` [PATCH v2 5/5] mm: abstract VMA merge and extend into vma_merge_extend() helper
[PATCH v7 0/8] Batch hugetlb vmemmap modification operations
2023-10-11 6:47 UTC (3+ messages)
` [PATCH v7 2/8] hugetlb: restructure pool allocations
` Bisected: "
[PATCH bpf-next 0/6] bpf: Fixes for per-cpu kptr
2023-10-11 6:40 UTC (9+ messages)
` [PATCH bpf-next 1/6] mm/percpu.c: introduce alloc_size_percpu()
` [PATCH bpf-next 4/6] bpf: Move the declaration of __bpf_obj_drop_impl() to internal.h
[PATCH] mm/list_lru: Remove unused function
2023-10-11 6:25 UTC (2+ messages)
[PATCH v6 0/9] variable-order, large folios for anonymous memory
2023-10-11 6:02 UTC (16+ messages)
` [PATCH v6 4/9] mm: thp: Introduce anon_orders and anon_always_mask sysfs files
` [PATCH v6 6/9] mm: thp: Add "recommend" option for anon_orders
[RFC PATCH] zswap: add writeback_time_threshold interface to shrink zswap pool
2023-10-11 5:11 UTC
[PATCH 1/2] memcg, oom: unmark under_oom after the oom killer is done
2023-10-11 1:59 UTC (11+ messages)
[PATCH v2 0/5] mm: memcg: subtree stats flushing and thresholds
2023-10-11 1:48 UTC (14+ messages)
` [PATCH v2 1/5] mm: memcg: change flush_next_time to flush_last_time
` [PATCH v2 2/5] mm: memcg: move vmstats structs definition above flushing code
` [PATCH v2 3/5] mm: memcg: make stats flushing threshold per-memcg
` [PATCH v2 4/5] mm: workingset: move the stats flush into workingset_test_recent()
` [PATCH v2 5/5] mm: memcg: restore subtree stats flushing
[PATCH v6 2/8] hugetlb: restructure pool allocations
2023-10-10 21:45 UTC (17+ messages)
[PATCH 0/6] sched/numa: Complete scanning of partial and inactive VMAs
2023-10-10 21:45 UTC (14+ messages)
` [PATCH 1/6] sched/numa: Document vma_numab_state fields
` [PATCH 2/6] sched/numa: Rename vma_numab_state.access_pids
` [PATCH 3/6] sched/numa: Trace decisions related to skipping VMAs
` [PATCH 4/6] sched/numa: Move up the access pid reset logic
` [PATCH 5/6] sched/numa: Complete scanning of partial VMAs regardless of PID activity
` [PATCH 6/6] sched/numa: Complete scanning of inactive VMAs when there is no alternative
[PATCH] mm: hugetlb: Only prep and add allocated folios for non-gigantic pages
2023-10-10 21:31 UTC (5+ messages)
` [External] "
[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
2023-10-10 21:12 UTC (11+ messages)
[PATCHv14 5/9] efi: Add unaccepted memory support
2023-10-10 21:05 UTC
[linux-next:master 6935/11192] drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c:538:25-29: ERROR: aconnector is NULL but dereferenced. (fwd)
2023-10-10 19:52 UTC (2+ messages)
[PATCH] docs: update link to powerpc/vmemmap_dedup.rst
2023-10-10 19:30 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION c0a6edb636cba9c0d1db966a54d910a02e52e4be
2023-10-10 19:14 UTC
[PATCH] mm/memory-hotplug: fix typo in documentation
2023-10-10 19:12 UTC (2+ messages)
[PATCH v2] kasan:print the original fault addr when access invalid shadow
2023-10-10 19:11 UTC (4+ messages)
[PATCH v14 08/39] mm/swap: Add folio_mark_accessed()
2023-10-10 18:08 UTC (3+ messages)
[PATCH net-next v10 1/6] page_pool: fragment API support for 32-bit arch with 64-bit DMA
2023-10-10 17:49 UTC (6+ messages)
selftests: cgroup: test_core - Unable to handle kernel NULL pointer dereference at virtual address
2023-10-10 17:22 UTC (2+ messages)
[PATCH 10/10] ioctl_userfaultfd.2: document new UFFDIO_POISON ioctl
2023-10-10 17:13 UTC (3+ messages)
[RFC PATCH 0/4] Enable >0 order folio memory compaction
2023-10-10 16:48 UTC (12+ messages)
` [RFC PATCH 1/4] mm/compaction: add support for "
[PATCH v1 0/4] mm/ksm: Add ksm advisor
2023-10-10 16:02 UTC (5+ messages)
[PATCH 0/1] Large folio migration fix and questions on migration stats
2023-10-10 15:53 UTC (4+ messages)
` [PATCH 1/1] mm/migrate: correct nr_failed in migrate_pages_sync()
[PATCH] bounds: Support non-power-of-two CONFIG_NR_CPUS
2023-10-10 15:31 UTC (3+ messages)
[PATCH v2 2/2] riscv: Add tests for riscv module loading
2023-10-10 15:04 UTC (2+ messages)
[PATCH v1 0/5] mm, kpageflags: support folio and fix output for compound pages
2023-10-10 14:28 UTC (6+ messages)
` [PATCH v1 1/5] include/uapi/linux/kernel-page-flags.h: define KPF_FOLIO
` [PATCH v1 2/5] mm: kpageflags: distinguish thp and folio
` [PATCH v1 3/5] mm, kpageflags: separate code path for hugetlb pages
` [PATCH v1 4/5] mm, kpageflags: fix invalid output for PageSlab
` [PATCH v1 5/5] tools/mm/page-types.c: hide compound pages in non-raw mode
[PATCH] maple_tree: Add GFP_KERNEL to allocations in mas_expected_entries()
2023-10-10 14:17 UTC
[PATCH v1 0/3] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages
2023-10-10 13:51 UTC (3+ messages)
` [PATCH v1 1/3] "
[PATCH v2] debugobjects: stop accessing objects after releasing spinlock
2023-10-10 12:10 UTC (3+ messages)
[PATCH v1 00/20] Permission Overlay Extension
2023-10-10 11:56 UTC (12+ messages)
` [PATCH v1 05/20] arm64: context switch POR_EL0 register
` [PATCH v1 15/20] arm64: add POE signal support
[linux-next:pending-fixes] BUILD SUCCESS 00b249acca70baaa39f56e37f5d5ed5da9bc550f
2023-10-10 11:29 UTC
[RESEND PATCH v2] mm/mprotect: allow unfaulted VMAs to be unaccounted on mprotect()
2023-10-10 7:25 UTC
[PATCH] sched/wait: introduce endmark in __wake_up_common
2023-10-10 7:13 UTC (6+ messages)
` [PATCH 1/2] filemap: Remove use of wait bookmarks
` [PATCH 2/2] sched: Remove "
[PATCH 0/1] mm: hugetlb_vmemmap: use folio argument for hugetlb_vmemmap_* functions
2023-10-10 6:58 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v4 0/8] Add printf attribute to kselftest functions
2023-10-10 5:53 UTC (3+ messages)
[PATCH net-next v7] net/core: Introduce netdev_core_stats_inc()
2023-10-10 3:46 UTC (11+ messages)
[RFC PATCH 0/5] hot page swap to zram, cold page swap to swapfile directly
2023-10-10 3:27 UTC (4+ messages)
` [RFC PATCH 4/5] mm: add page implyreclaim flag
[PATCH v4 0/2] mm: Don't set and reset page count in MEMINIT_EARLY
2023-10-10 2:31 UTC (6+ messages)
` [PATCH v4 2/2] mm: Init page count in reserve_bootmem_region when MEMINIT_EARLY
[PATCH] mm: add printf attribute to shrinker_debugfs_name_alloc
2023-10-10 2:26 UTC (3+ messages)
[PATCH v3 0/3] userfaultfd move option
2023-10-10 1:49 UTC (8+ messages)
` [PATCH v3 2/3] userfaultfd: UFFDIO_MOVE uABI
[PATCHv5] mm: optimization on page allocation when CMA enabled
2023-10-10 1:42 UTC (6+ messages)
[RFC PATCH 0/3] mm/damon/sysfs-schemes: Do DAMOS tried regions update for one apply interval
2023-10-10 1:26 UTC (4+ messages)
` [RFC PATCH 1/3] mm/damon/sysfs-schemes: do not update tried regions more than one DAMON snapshot
` [RFC PATCH 2/3] mm/damon/sysfs: avoid empty scheme tried regions for large apply interval
` [RFC PATCH 3/3] Docs/admin-guide/mm/damon/usage: update for tried regions update time interval
[PATCH -V2] mm: fix draining PCP of remote zone
2023-10-10 0:41 UTC (2+ messages)
[akpm-mm:mm-stable 175/204] mm/list_lru.c:98:7: error: call to undeclared function 'list_lru_from_kmem'; ISO C99 and later do not support implicit function declarations
2023-10-10 0:31 UTC (2+ messages)
[PATCH v2 0/5] mm: improve performance of accounted kernel memory allocations
2023-10-10 0:09 UTC (6+ messages)
` [PATCH v2 1/5] mm: kmem: optimize get_obj_cgroup_from_current()
` [PATCH v2 2/5] mm: kmem: add direct objcg pointer to task_struct
` [PATCH v2 3/5] mm: kmem: make memcg keep a reference to the original objcg
` [PATCH v2 4/5] mm: kmem: scoped objcg protection
` [PATCH v2 5/5] percpu: "
[PATCH 0/4] various improvements to the GUP interface
2023-10-09 22:24 UTC (11+ messages)
` [PATCH 1/4] mm: make __access_remote_vm() static
` [PATCH 2/4] mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCH
` [PATCH 3/4] mm/gup: make failure to pin an error if FOLL_NOWAIT not specified
` [PATCH 4/4] mm/gup: adapt get_user_page_vma_remote() to never return NULL
[linux-next:master 8423/10591] fs/gfs2/super.c:1543:17: sparse: sparse: incompatible types in comparison expression (different address spaces):
2023-10-09 20:50 UTC
[linux-next:master 10184/10591] mm/gup.c:3446 pin_user_pages_fd() warn: unsigned 'start' is never less than zero
2023-10-09 20:07 UTC
[PATCH 0/5] kasan: assorted fixes and improvements
2023-10-09 19:50 UTC (10+ messages)
` [PATCH 3/5] kasan: use unchecked __memset internally
` [PATCH 4/5] kasan: fix and update KUNIT_EXPECT_KASAN_FAIL comment
` [PATCH 5/5] Documentation: *san: drop "the" from article titles
[PATCH v2 00/19] stackdepot: allow evicting stack traces
2023-10-09 19:39 UTC (4+ messages)
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