summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski2023-10-261-3/+32
|\
| * mm/percpu.c: introduce pcpu_alloc_size()Hou Tao2023-10-201-0/+31
| * mm/percpu.c: don't acquire pcpu_lock for pcpu_chunk_addr_search()Hou Tao2023-10-201-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-269-46/+128
|\ \
| * \ Merge tag 'mm-hotfixes-stable-2023-10-24-09-40' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-249-46/+128
| |\ \
| | * | mm/damon/sysfs: check DAMOS regions update progress from before_terminate()SeongJae Park2023-10-181-2/+5
| | * | kasan: disable kasan_non_canonical_hook() for HW tagsArnd Bergmann2023-10-181-1/+3
| | * | kasan: print the original fault addr when access invalid shadowHaibo Li2023-10-181-3/+1
| | * | hugetlbfs: close race between MADV_DONTNEED and page faultRik van Riel2023-10-182-17/+30
| | * | hugetlbfs: extend hugetlb_vma_lock to private VMAsRik van Riel2023-10-181-4/+37
| | * | hugetlbfs: clear resv_map pointer if mmap failsRik van Riel2023-10-181-3/+4
| | * | mm: zswap: fix pool refcount bug around shrink_worker()Johannes Weiner2023-10-181-2/+2
| | * | mm/migrate: fix do_pages_move for compat pointersGregory Price2023-10-061-2/+12
| | * | mmap: fix error paths with dup_anon_vma()Liam R. Howlett2023-10-061-8/+22
| | * | mmap: fix vma_iterator in error path of vma_merge()Liam R. Howlett2023-10-061-2/+8
| | * | mm: fix vm_brk_flags() to not bail out while holding lockSebastian Ott2023-10-061-3/+3
| | * | mm/mempolicy: fix set_mempolicy_home_node() previous VMA pointerLiam R. Howlett2023-10-061-1/+3
| | * | mm/page_alloc: correct start page when guard page debug is enabledKemeng Shi2023-10-061-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+5
|\| | | | |_|/ |/| |
| * | mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()Catalin Marinas2023-10-111-2/+5
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-0513-103/+184
|\|
| * Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-0110-50/+106
| |\
| | * mm: mempolicy: keep VMA walk if both MPOL_MF_STRICT and MPOL_MF_MOVE are spec...Yang Shi2023-09-291-20/+19
| | * mm/damon/vaddr-test: fix memory leak in damon_do_test_apply_three_regions()Jinjie Ruan2023-09-291-0/+2
| | * mm, memcg: reconsider kmem.limit_in_bytes deprecationMichal Hocko2023-09-291-0/+13
| | * mm: zswap: fix potential memory corruption on duplicate storeDomenico Cerasuolo2023-09-291-0/+20
| | * mm: hugetlb: add huge page size param to set_huge_pte_at()Ryan Roberts2023-09-295-28/+50
| | * mm: report success more often from filemap_map_folio_range()Matthew Wilcox (Oracle)2023-09-291-2/+2
| * | Merge tag 'slab-fixes-for-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-291-18/+18
| |\ \
| | * | slab: kmalloc_size_roundup() must not return 0 for non-zero sizeDavid Laight2023-09-201-12/+12
| | * | mm/slab_common: fix slab_caches list corruption after kmem_cache_destroy()Rafael Aquini2023-09-111-6/+6
| * | | Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-233-30/+57
| |\ \ \ | | | |/ | | |/|
| | * | filemap: add filemap_map_order0_folio() to handle order0 folioYin Fengwei2023-09-191-21/+48
| | * | mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner2023-09-191-3/+3
| | * | mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy listJohannes Weiner2023-09-191-6/+6
| * | | Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-231-5/+3
| |\ \ \
| | * | | kasan: Cleanup the __HAVE_ARCH_SHADOW_MAP usageHuacai Chen2023-09-201-5/+3
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-212-2/+2
|\| | |
| * | | Revert "tmpfs: add support for multigrain timestamps"Christian Brauner2023-09-201-1/+1
| |/ /
| * | vm: fix move_vma() memory accounting being offLinus Torvalds2023-09-161-1/+1
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2023-09-171-1/+0
|\ \ \ | |/ / |/| |
| * | mm: kasan: Declare kasan_unpoison_task_stack_below in kasan.hKumar Kartikeya Dwivedi2023-09-161-1/+0
* | | Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-09-083-6/+23
|\ \ \ | |/ / |/| |
| * | kasan: Add (pmd|pud)_init for LoongArch zero_(pud|p4d)_populate processQing Zhang2023-09-061-4/+14
| * | kasan: Add __HAVE_ARCH_SHADOW_MAP to support arch specific mappingQing Zhang2023-09-061-0/+6
| * | kfence: Defer the assignment of the local variable addrEnze Li2023-09-061-2/+3
| * | Merge tag 'md-next-20230814-resend' into loongarch-nextHuacai Chen2023-08-301-2/+2
| |\ \
* | \ \ Merge tag 'mm-hotfixes-stable-2023-09-05-11-51' of git://git.kernel.org/pub/s...Linus Torvalds2023-09-057-24/+53
|\ \ \ \
| * | | | mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()Tong Tiangen2023-09-053-13/+10
| * | | | revert "memfd: improve userspace warnings for missing exec-related flags".Andrew Morton2023-09-051-1/+1