summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* secretmem: Prevent secretmem_users from wrapping to zeroMatthew Wilcox (Oracle)2021-10-251-0/+2
* Revert "mm/secretmem: use refcount_t instead of atomic_t"Linus Torvalds2021-10-241-5/+4
* memblock: exclude MEMBLOCK_NOMAP regions from kmemleakMike Rapoport2021-10-211-0/+3
* Revert "memblock: exclude NOMAP regions from kmemleak"Mike Rapoport2021-10-211-6/+1
* mm/thp: decrease nr_thps in file's mapping on THP splitMarek Szyprowski2021-10-181-2/+4
* mm, slub: fix incorrect memcg slab count for bulk freeMiaohe Lin2021-10-181-1/+3
* mm, slub: fix potential use-after-free in slab_debugfs_fopsMiaohe Lin2021-10-181-2/+4
* mm, slub: fix potential memoryleak in kmem_cache_open()Miaohe Lin2021-10-181-1/+1
* mm, slub: fix mismatch between reconstructed freelist depth and cntMiaohe Lin2021-10-181-2/+9
* mm, slub: fix two bugs in slab_debug_trace_open()Miaohe Lin2021-10-181-1/+7
* mm/mempolicy: do not allow illegal MPOL_F_NUMA_BALANCING | MPOL_LOCAL in mbind()Eric Dumazet2021-10-181-11/+5
* memblock: check memory total_sizePeng Fan2021-10-181-1/+1
* mm/migrate: fix CPUHP state to update node demotion orderHuang Ying2021-10-181-3/+5
* mm/migrate: add CPU hotplug to demotion #ifdefDave Hansen2021-10-183-26/+24
* mm/migrate: optimize hotplug-time demotion order updatesDave Hansen2021-10-181-1/+11
* memblock: exclude NOMAP regions from kmemleakMike Rapoport2021-10-131-1/+6
* mm: fix uninitialized use in overcommit_policy_handlerChen Jun2021-09-241-2/+2
* mm/memory_failure: fix the missing pte_unmap() callQi Zheng2021-09-241-5/+5
* mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang2021-09-241-0/+1
* mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PINWeizhao Ouyang2021-09-241-1/+2
* mm: fs: invalidate bh_lrus for only cold pathMinchan Kim2021-09-241-3/+16
* mm/shmem.c: fix judgment error in shmem_is_huge()Liu Yuntao2021-09-241-2/+2
* mm/damon: don't use strnlen() with known-bogus source lengthAdam Borowski2021-09-241-8/+8
* mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi2021-09-241-1/+1
* memcg: flush lruvec stats in the refaultShakeel Butt2021-09-232-10/+1
* Merge tag 'afs-fixes-20210913' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-09-201-0/+1
|\
| * afs: Fix mmap coherency vs 3rd-party changesDavid Howells2021-09-131-0/+1
* | memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-1/+15
* | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds2021-09-131-2/+0
|\ \
| * | mm/ksm: remove old GCC 4.9+ checkNick Desaulniers2021-09-131-2/+0
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-09-091-6/+22
|\ \ \
| * | | ARM: 9115/1: mm/maccess: fix unaligned copy_{from,to}_kernel_nofaultArnd Bergmann2021-08-201-6/+22
| | | |
| \ \ \
*-. \ \ \ Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Linus Torvalds2021-09-087-187/+150
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | * | | mm/mempolicy: fix a race between offset_il_node and mpol_rebind_taskyanghui2021-09-081-4/+13
| | * | | mm/kmemleak: allow __GFP_NOLOCKDEP passed to kmemleak's gfpNaohiro Aota2021-09-081-1/+2
| | * | | mm/page_alloc.c: avoid accessing uninitialized pcp page migratetypeMiaohe Lin2021-09-081-1/+3
| | * | | mm,vmscan: fix divide by zero in get_scan_countRik van Riel2021-09-081-1/+1
| | * | | mm/hmm: bypass devmap pte when all pfn requested flags are fulfilledLi Zhijian2021-09-081-1/+4
| |/ / / |/| | |
| * | | compat: remove some compat entry pointsArnd Bergmann2021-09-082-50/+0
| * | | mm: simplify compat numa syscallsArnd Bergmann2021-09-081-121/+55
| * | | mm: simplify compat_sys_move_pagesArnd Bergmann2021-09-081-15/+30
| * | | mm: migrate: change to use bool type for 'page_was_mapped'Baolin Wang2021-09-081-2/+2
| * | | mm: migrate: fix the incorrect function name in commentsBaolin Wang2021-09-081-1/+1
| * | | mm: migrate: introduce a local variable to get the number of pagesBaolin Wang2021-09-081-2/+3
| * | | mm/vmstat: protect per cpu variables with preempt disable on RTIngo Molnar2021-09-081-0/+48
|/ / /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-0831-158/+3227
|\ \ \
| * | | mm/workingset: correct kernel-doc notationsRandy Dunlap2021-09-081-1/+1
| * | | percpu: remove export of pcpu_base_addrGreg Kroah-Hartman2021-09-081-1/+0
| * | | mm/damon: add kunit testsSeongJae Park2021-09-087-0/+760
| * | | mm/damon/dbgfs: support multiple contextsSeongJae Park2021-09-081-2/+193