[PATCH] mm: (k)vrealloc: document concurrency restrictions
2024-07-25 12:54 UTC
[RFC v11 04/14] mm: page_frag: add '_va' suffix to page_frag API
2024-07-25 12:21 UTC (7+ messages)
` [RFC v11 09/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
[PATCH v2 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-07-25 12:12 UTC (15+ messages)
` [PATCH v2 bpf-next 01/10] lib/buildid: add single page-based file reader abstraction
` [PATCH v2 bpf-next 02/10] lib/buildid: take into account e_phoff when fetching program headers
` [PATCH v2 bpf-next 03/10] lib/buildid: remove single-page limit for PHDR search
` [PATCH v2 bpf-next 04/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault()
` [PATCH v2 bpf-next 05/10] lib/buildid: implement sleepable build_id_parse() API
` [PATCH v2 bpf-next 06/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF
` [PATCH v2 bpf-next 07/10] lib/buildid: harden build ID parsing logic some more
` [PATCH v2 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry
` [PATCH v2 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers
` [PATCH v2 bpf-next 10/10] selftests/bpf: add build ID tests
[linux-next:pending-fixes] BUILD SUCCESS ff28cf028027609990b35b21495c79d4b078931d
2024-07-25 11:59 UTC
[RFC PATCH v2] mm/vmalloc: fix incorrect __vmap_pages_range_noflush() if vm_area_alloc_pages() from high order fallback to order0
2024-07-25 11:39 UTC (7+ messages)
[PATCH] mm/vmstat: Fix placement of per-node stats in /proc/zoneinfo
2024-07-25 10:56 UTC
[PATCH v2 0/2] allow KASAN to detect UAF in SLAB_TYPESAFE_BY_RCU slabs
2024-07-25 10:54 UTC (5+ messages)
` [PATCH v2 1/2] kasan: catch invalid free before SLUB reinitializes the object
` [PATCH v2 2/2] slub: Introduce CONFIG_SLUB_RCU_DEBUG
[linux-next:master 13686/13827] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_queue.c:107:26: error: implicit declaration of function 'svm_range_from_addr'
2024-07-25 10:25 UTC
[PATCH v3 0/7] Make core VMA operations internal and testable
2024-07-25 10:20 UTC (3+ messages)
` [PATCH v3 6/7] tools: separate out shared radix-tree components
[linus:master] [mm/slub] 306c4ac989: stress-ng.seal.ops_per_sec 5.2% improvement
2024-07-25 10:11 UTC (2+ messages)
Hard and soft lockups with FIO and LTP runs on a large system
2024-07-25 9:59 UTC (2+ messages)
[PATCH v3] mm: kmem: add lockdep assertion to obj_cgroup_memcg
2024-07-25 9:43 UTC
[PATCH 0/7] minmax: reduce compilation time
2024-07-25 9:12 UTC (19+ messages)
` [PATCH 1/7] minmax: Put all the clamp() definitions together
` [PATCH 2/7] minmax: Use _Static_assert() instead of static_assert()
` [PATCH 3/7] compiler.h: Add __if_constexpr(expr, if_const, if_not_const)
` [PATCH 4/7] minmax: Simplify signedness check
` [PATCH 5/7] minmax: Factor out the zero-extension logic from umin/umax
` [PATCH 6/7] minmax: Optimise _Static_assert() check in clamp()
` [PATCH 7/7] minmax: minmax: Add __types_ok3() and optimise defines with 3 arguments
[PATCH 0/2] mm: skip memcg for certain address space
2024-07-25 9:00 UTC (3+ messages)
[akpm-mm:mm-unstable 19/30] tools/testing/shared/shared.h: linux/types.h is included more than once
2024-07-25 8:46 UTC (2+ messages)
[PATCH v4 0/3] mm: swap: mTHP swap allocator base on swap cluster order
2024-07-25 8:26 UTC (19+ messages)
` [PATCH v4 2/3] mm: swap: mTHP allocate swap entries from nonfull list
[PATCH 0/5] mm: clarify nofail memory allocation
2024-07-25 7:00 UTC (25+ messages)
` [PATCH RFC 1/5] vpda: try to fix the potential crash due to misusing __GFP_NOFAIL
` [PATCH RFC 5/5] non-mm: discourage the usage of __GFP_NOFAIL and encourage GFP_NOFAIL
[RFC PATCH v1] mm/vmalloc: fix incorrect __vmap_pages_range_noflush() if vm_area_alloc_pages() from high order fallback to order0
2024-07-25 6:15 UTC (6+ messages)
[vbabka:slab-kfree_rcu-destroy-v1r0] [mm, slab] df00e211c9: WARNING:at_mm/slab_common.c:#kmem_cache_kfree_rcu_destroy_workfn
2024-07-25 5:59 UTC
[PATCH 2/2] lib/test_bits.c: Add tests for GENMASK_U128()
2024-07-25 4:19 UTC (2+ messages)
[PATCH 0/2] kmemleak: support for percpu memory leak detect
2024-07-25 4:12 UTC (3+ messages)
` [PATCH 1/2] kmemleak: enable tracking for percpu pointers
` [PATCH 2/2] kmemleak-test: add percpu leak
[PATCH] mm: hugetlb: remove left over comment about follow_huge_foo()
2024-07-25 3:33 UTC (2+ messages)
[PATCH] riscv: mm: add paging_check() before paging_init()
2024-07-25 3:12 UTC
[PATCH v2 00/25] mm: introduce numa_memblks
2024-07-25 2:48 UTC (4+ messages)
[linux-next:fs-next] BUILD SUCCESS 7640c9ee4cfc7a971626b744e292a0227743f8fd
2024-07-25 2:21 UTC
[PATCH 1/5] memblock test: fix implicit declaration of function 'virt_to_phys'
2024-07-25 1:41 UTC (5+ messages)
` [PATCH 2/5] memblock test: add the definition of __setup()
` [PATCH 3/5] memblock test: fix implicit declaration of function 'memparse'
` [PATCH 4/5] memblock test: fix implicit declaration of function 'isspace'
` [PATCH 5/5] memblock test: fix implicit declaration of function 'strscpy'
[PATCH 0/4] mm: memory_hotplug: improve do_migrate_range()
2024-07-25 1:16 UTC (5+ messages)
` [PATCH 1/4] mm: memory-failure: add unmap_posioned_folio()
` [PATCH 2/4] mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()
` [PATCH 3/4] mm: migrate: add isolate_folio_to_list()
` [PATCH 4/4] mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolation
[PATCH v3 0/3] Various memory tiering fixes
2024-07-25 1:01 UTC (8+ messages)
` [PATCH v3 1/3] memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()
` [PATCH v3 2/3] memory tiering: introduce folio_use_access_time() check
` [PATCH v3 3/3] memory tiering: count PGPROMOTE_SUCCESS when mem tiering is enabled
[syzbot] [mm?] possible deadlock in gup_fast_fallback
2024-07-25 1:01 UTC (3+ messages)
[PATCH mm-unstable v1 0/4] Improve mem_cgroup_iter()
2024-07-25 0:25 UTC (6+ messages)
` [PATCH mm-unstable v1 1/4] mm: don't hold css->refcnt during traversal
` [PATCH mm-unstable v1 2/4] mm: increment gen # before restarting traversal
` [PATCH mm-unstable v1 3/4] mm: restart if multiple traversals raced
` [PATCH mm-unstable v1 4/4] mm: clean up mem_cgroup_iter()
[PATCH v2 0/5] This patchset reorganizes page_counter structures which helps to make
2024-07-24 23:54 UTC (18+ messages)
` [PATCH v2 1/5] mm: memcg: don't call propagate_protected_usage() needlessly
` [PATCH v2 2/5] mm: page_counters: put page_counter_calculate_protection() under CONFIG_MEMCG
` [PATCH v2 3/5] mm: memcg: merge multiple page_counters into a single structure
` [PATCH v2 4/5] mm: page_counters: initialize usage using ATOMIC_LONG_INIT() macro
` [PATCH v2 5/5] mm: memcg: convert enum res_type to mem_counter_type
[PATCH v5 0/3] Kernel stack usage histogram
2024-07-24 23:17 UTC (7+ messages)
` [PATCH v5 1/3] memcg: increase the valid index range for memcg stats
` [PATCH v5 2/3] vmstat: Kernel stack usage histogram
` [PATCH v5 3/3] task_stack: uninline stack_not_used
[linux-next:fs-current] BUILD SUCCESS 5391b1d50ad6c1a5e09283cd319eb7b1b43193c2
2024-07-24 23:01 UTC
[PATCH v2] mm: kmem: add lockdep assertion to obj_cgroup_memcg
2024-07-24 22:38 UTC (4+ messages)
Call for DAMON Recipies
2024-07-24 22:21 UTC
[linux-next:master] [mm] 98c9daf5ae: aim7.jobs-per-min -29.4% regression
2024-07-24 22:15 UTC (8+ messages)
` [linux-next:master] [mm] : "
[PATCH 2/2] mm: Remove PG_error
2024-07-24 21:41 UTC (3+ messages)
[PATCH v6 0/3] Clean up usage of rt_task()
2024-07-24 21:37 UTC (2+ messages)
[PATCH v2] selftests: mm: add s390 to ARCH check
2024-07-24 21:35 UTC
[PATCH v10] mm: shrink skip folio mapped by an exiting process
2024-07-24 21:11 UTC (3+ messages)
[PATCH] selftests: mm: add s390 to ARCH check
2024-07-24 21:06 UTC (2+ messages)
[GIT PULL] sysctl constification changes for v6.11-rc1
2024-07-24 21:00 UTC
[PATCH 1/1] mm/vmalloc: Add preempt point in purge_vmap_node() when enabling kasan
2024-07-24 20:34 UTC (6+ messages)
[PATCH v2 00/23] Generic `Allocator` support for Rust
2024-07-24 20:32 UTC (4+ messages)
` [PATCH v2 16/23] rust: alloc: implement `collect` for `IntoIter`
[PATCH v5 00/21] Avoid MAP_FIXED gap exposure
2024-07-24 20:23 UTC (5+ messages)
` [PATCH v5 16/21] mm/mmap: Use vms accounted pages in mmap_region()
` [PATCH v5 18/21] mm/mmap: Move can_modify_mm() check down the stack
[PATCH] mm/cma: export total and free number of pages for CMA areas
2024-07-24 19:50 UTC (4+ messages)
[linux-next:master] [hugetlb] 003af997c8: libhugetlbfs-test.32/64bit.counters_sh.fail
2024-07-24 19:48 UTC (4+ messages)
[PATCH v2 0/3] Some cleanups for shmem
2024-07-24 19:15 UTC (3+ messages)
[linux-next:master] BUILD REGRESSION 9ec6ec93f2c1e6cd2911e2a4acd5ac85e13bb3e2
2024-07-24 18:40 UTC
[PATCH 0/2] Remove PG_error
2024-07-24 17:04 UTC (2+ messages)
[linux-next:pending-fixes] BUILD SUCCESS abc7217b467c17ee95fa4c7d329da71992030320
2024-07-24 17:02 UTC
[PATCH v4] vmstat: Kernel stack usage histogram
2024-07-24 16:59 UTC (4+ messages)
[RFC PATCH v5 07/29] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by guest memfd
2024-07-24 16:42 UTC (2+ messages)
[PATCH v6 0/6] ioctl()-based API to query VMAs from /proc/<pid>/maps
2024-07-24 16:32 UTC (3+ messages)
[PATCH v5 1/2] mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-07-24 16:19 UTC (3+ messages)
` [PATCH v5 2/2] mm, memcg: cg2 memory{.swap,}.peak write tests
mm, memcg: cg2 memory{.swap,}.peak write handlers
2024-07-24 16:11 UTC (5+ messages)
` [PATCH 1/2] "
[PATCH v3 0/8] mm/mprotect: Fix dax puds
2024-07-24 15:15 UTC (2+ messages)
Build performance regressions originating from min()/max() macros
2024-07-24 14:47 UTC (5+ messages)
[PATCH] generic/736: don't run it on tmpfs
2024-07-24 13:30 UTC (3+ messages)
[PATCH] generic/732: don't run it on tmpfs
2024-07-24 13:24 UTC (3+ 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