summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-3/+3
|\
| * arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-3/+3
* | Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-10-312-4/+32
|\ \
| * \ 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-0513-103/+184
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-212-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ 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 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-10-302-11/+0
|\ \ \ \ \ \ \
| * | | | | | | mm: Remove unused vm_brk()Kees Cook2023-10-032-11/+0
* | | | | | | | Merge tag 'slab-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2023-10-301-37/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | mm/slub: refactor calculate_order() and calc_slab_order()Vlastimil Babka2023-10-021-11/+12
| * | | | | | | | mm/slub: attempt to find layouts up to 1/2 waste in calculate_order()Vlastimil Babka2023-10-021-10/+4
| * | | | | | | | mm/slub: remove min_objects loop from calculate_order()Vlastimil Babka2023-10-021-20/+18
| * | | | | | | | mm/slub: simplify the last resort slab order calculationVlastimil Babka2023-10-021-1/+1
| * | | | | | | | mm/slub: add sanity check for slub_min/max_order cmdline setupFeng Tang2023-10-021-0/+6
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2023-10-302-33/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: Remove kmem_valid_obj()Zhen Lei2023-09-132-33/+12
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-301-7/+11
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar2023-10-231-2/+5
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2023-10-0715-105/+186
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | numa: Generalize numa_map_to_online_node()Yury Norov2023-09-151-7/+11
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-10/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | mm: convert to new timestamp accessorsJeff Layton2023-10-181-10/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | shmem: move shmem_xattr_handlers to .rodataWedson Almeida Filho2023-10-101-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2023-10-301-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | vfs: fix readahead(2) on block devicesReuben Hawkins2023-10-191-1/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'vfs-6.7.super' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-11/+12
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | mm/swap: Convert to use bdev_open_by_dev()Jan Kara2023-10-281-11/+12
| | |_|_|/ / / | |/| | | | |
* | | | | | | 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
| | |_|/ / / | |/| | | |
* / | | | | mm: slab: Do not create kmalloc caches smaller than arch_slab_minalign()Catalin Marinas2023-10-111-2/+5
|/ / / / /
* | | | | Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds2023-10-0110-50/+106
|\ \ \ \ \