index
:
pm24.git
cpufreq-rust
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2022-11-21
Merge branch 'slab/for-6.2/kmalloc_redzone' into slab/for-next
Vlastimil Babka
2022-11-21
Merge branch 'slab/for-6.2/fit_rcu_head' into slab/for-next
Vlastimil Babka
2022-11-21
Merge branch 'slab/for-6.2/slub-sysfs' into slab/for-next
Vlastimil Babka
2022-11-21
Merge branch 'slab/for-6.2/locking' into slab/for-next
Vlastimil Babka
2022-11-21
Merge branch 'slab/for-6.2/cleanups' into slab/for-next
Vlastimil Babka
2022-11-21
mm/sl[au]b: rearrange struct slab fields to allow larger rcu_head
Vlastimil Babka
2022-11-21
mm/migrate: make isolate_movable_page() skip slab pages
Vlastimil Babka
2022-11-21
mm/slab: move and adjust kernel-doc for kmem_cache_alloc
Vlastimil Babka
2022-11-21
mm/slub, percpu: correct the calculation of early percpu allocation size
Baoquan He
2022-11-11
mm/slub: extend redzone check to extra allocated kmalloc space than requested
Feng Tang
2022-11-10
mm: kasan: Extend kasan_metadata_size() to also cover in-object size
Feng Tang
2022-11-10
mm/slub: only zero requested size of buffer for kzalloc when debug enabled
Feng Tang
2022-11-07
mm, slab: remove duplicate kernel-doc comment for ksize()
Vlastimil Babka
2022-11-06
mm/slab_common: Restore passing "caller" for tracing
Kees Cook
2022-11-04
mm/slab: remove !CONFIG_TRACING variants of kmalloc_[node_]trace()
Vlastimil Babka
2022-11-03
mm/slab_common: repair kernel-doc for __ksize()
Lukas Bulwahn
2022-10-24
mm/slub: perform free consistency checks before call_rcu
Vlastimil Babka
2022-10-24
mm/slab: Annotate kmem_cache_node->list_lock as raw
Jiri Kosina
2022-10-24
mm/slub: remove dead code for debug caches on deactivate_slab()
Hyeonggon Yoo
2022-10-24
mm: Make failslab writable again
Alexander Atanasov
2022-10-24
mm: slub: make slab_sysfs_init() a late_initcall
Rasmus Villemoes
2022-10-24
mm: slub: remove dead and buggy code from sysfs_slab_add()
Rasmus Villemoes
2022-10-20
mm/huge_memory: do not clobber swp_entry_t during THP split
Mel Gorman
2022-10-20
hugetlb: fix memory leak associated with vma_lock structure
Mike Kravetz
2022-10-20
mm/page_alloc: reduce potential fragmentation in make_alloc_exact()
Liam R. Howlett
2022-10-20
mm,hugetlb: take hugetlb_lock before decrementing h->resv_huge_pages
Rik van Riel
2022-10-20
mm/mmap: fix MAP_FIXED address return on VMA merge
Liam Howlett
2022-10-20
mm/mmap.c: __vma_adjust(): suppress uninitialized var warning
Andrew Morton
2022-10-20
mm/mmap: undo ->mmap() when mas_preallocate() fails
Mike Kravetz
2022-10-20
zsmalloc: zs_destroy_pool: add size_class NULL check
Alexey Romanov
2022-10-20
mm/mempolicy: fix mbind_range() arguments to vma_merge()
Liam Howlett
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-15
Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-10-15
mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocation
Hyeonggon Yoo
2022-10-14
Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-12
highmem: fix kmap_to_page() for kmap_local_page() addresses
Ira Weiny
2022-10-12
mm/page_alloc: fix incorrect PGFREE and PGALLOC for high-order page
Yafang Shao
2022-10-12
mm/hugetlb: use hugetlb_pte_stable in migration race check
Peter Xu
2022-10-12
mm/hugetlb: fix race condition of uffd missing/minor handling
Peter Xu
2022-10-12
mm: use update_mmu_tlb() on the second thread
Qi Zheng
2022-10-12
kasan: fix array-bounds warnings in tests
Andrey Konovalov
2022-10-12
mm/migrate_device.c: add migrate_device_range()
Alistair Popple
2022-10-12
mm/migrate_device.c: refactor migrate_vma and migrate_deivce_coherent_page()
Alistair Popple
2022-10-12
mm/memremap.c: take a pgmap reference on page allocation
Alistair Popple
2022-10-12
mm: free device private pages have zero refcount
Alistair Popple
2022-10-12
mm/memory.c: fix race when faulting a device private page
Alistair Popple
2022-10-12
mm/damon: use damon_sz_region() in appropriate place
Xin Hao
2022-10-12
mm/damon: move sz_damon_region to damon_sz_region
Xin Hao
2022-10-12
kmsan: unpoison @tlb in arch_tlb_gather_mmu()
Alexander Potapenko
2022-10-12
mm/mmap: undo ->mmap() when arch_validate_flags() fails
Carlos Llamas
[next]