summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-14/+12
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-267-49/+59
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-195-19/+29
| |\ \
| * | | net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang2021-08-181-13/+11
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-3112-35/+65
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-235-76/+77
| |\ \ \ \
| * | | | | memcg: enable accounting for IP address and routing-related objectsVasily Averin2021-07-201-1/+1
* | | | | | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2021-08-311-9/+27
|\ \ \ \ \ \
| * | | | | | fs: add a filemap_fdatawrite_wbc helperJosef Bacik2021-08-231-9/+27
* | | | | | | 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