summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-302-2/+3
|\
| * mm: hide laptop_mode_wb_timer entirely behind the BDI APIChristoph Hellwig2021-08-092-2/+3
* | Merge tag 'smp-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-302-8/+8
|\ \
| * | mm: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-282-8/+8
| |/
* | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-301-1/+12
|\ \
| * | kfence: add function to mask address bitsSven Schnelle2021-07-301-1/+12
* | | Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2021-08-302-9/+0
|\ \ \
| * | | fs: remove mandatory file locking supportJeff Layton2021-08-232-9/+0
* | | | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-307-59/+162
|\ \ \ \
| * | | | mm: Add functions to lock invalidate_lock for two mappingsJan Kara2021-07-131-0/+38
| * | | | mm: Protect operations adding pages to page cache with invalidate_lockJan Kara2021-07-134-37/+102
| * | | | mm: Fix comments mentioning i_mutexJan Kara2021-07-126-24/+24
* | | | | mm/memory_hotplug: fix potential permanent lru cache disableMiaohe Lin2021-08-251-0/+1
| |/ / / |/| | |
* | | | hugetlb: don't pass page cache pages to restore_reserve_on_errorMike Kravetz2021-08-201-5/+14
* | | | mm: vmscan: fix missing psi annotation for node_reclaim()Johannes Weiner2021-08-201-0/+3
* | | | mm/hwpoison: retry with shake_page() for unhandlable pagesNaoya Horiguchi2021-08-201-3/+9
* | | | mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner2021-08-201-8/+19
* | | | mm/page_alloc: don't corrupt pcppage_migratetypeDoug Berger2021-08-201-13/+12
* | | | Revert "mm: swap: check if swap backing device is congested or not"Yang Shi2021-08-201-7/+0
* | | | Revert "mm/shmem: fix shmem_swapin() race with swapoff"Yang Shi2021-08-201-13/+1
* | | | mm/memcg: fix incorrect flushing of lruvec data in obj_stockWaiman Long2021-08-131-2/+4
* | | | mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)David Hildenbrand2021-08-132-3/+8
* | | | mm: slub: fix slub_debug disabling for list of slabsVlastimil Babka2021-08-131-5/+8
* | | | slub: fix kmalloc_pagealloc_invalid_free unit testShakeel Butt2021-08-131-4/+4
* | | | kasan, slub: reset tag when printing addressKuan-Ying Lee2021-08-131-2/+2
* | | | kasan, kmemleak: reset tags when scanning blockKuan-Ying Lee2021-08-131-3/+3
| |_|/ |/| |
* | | mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook()Wang Hai2021-07-301-1/+1
* | | slub: fix unreclaimable slab stat for bulk freeShakeel Butt2021-07-301-10/+12
* | | mm/migrate: fix NR_ISOLATED corruption on 64-bitAneesh Kumar K.V2021-07-301-1/+1
* | | mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh...Johannes Weiner2021-07-301-1/+2
| |/ |/|
* | mm: fix the deadlock in finish_fault()Qi Zheng2021-07-231-1/+10
* | mm: mmap_lock: fix disabling preemption directlyMuchun Song2021-07-231-2/+2
* | mm/secretmem: wire up ->set_page_dirtyMike Rapoport2021-07-231-0/+1
* | writeback, cgroup: remove wb from offline list before releasing refcntRoman Gushchin2021-07-231-1/+1
* | memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2021-07-231-1/+2
* | mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interactionSergei Trofimovich2021-07-231-13/+16
* | kfence: skip all GFP_ZONEMASK allocationsAlexander Potapenko2021-07-231-0/+9
* | kfence: move the size check to the beginning of __kfence_alloc()Alexander Potapenko2021-07-231-3/+7
* | kfence: defer kfence_test_init to ensure that kunit debugfs is createdWeizhao Ouyang2021-07-231-1/+1
* | Revert "mm/slub: use stackdepot to save stack trace in objects"Linus Torvalds2021-07-171-49/+30
* | mm/hugetlb: fix refs calculation from unaligned @vaddrJoao Martins2021-07-151-2/+3
* | mm/page_alloc: further fix __alloc_pages_bulk() return valueChuck Lever2021-07-151-6/+8
* | mm/page_alloc: correct return value when failing at preparingYanfei Xu2021-07-151-1/+1
* | mm/page_alloc: avoid page allocator recursion with pagesets.lock heldMel Gorman2021-07-151-0/+12
* | Revert "mm/page_alloc: make should_fail_alloc_page() static"Matteo Croce2021-07-151-1/+1
* | kasan: add memzero init for unaligned size at DEBUGYee Lee2021-07-151-0/+12
* | mm: move helper to check slub_debug_enabledMarco Elver2021-07-152-18/+11
* | mm: Make copy_huge_page() always availableMatthew Wilcox (Oracle)2021-07-122-48/+10
* | mm/rmap: fix munlocking Anon THP with mlocked ptesHugh Dickins2021-07-121-17/+22
|/
* mm/rmap: try_to_migrate() skip zone_device !device_privateHugh Dickins2021-07-111-3/+3