summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)
2021-02-26iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26mm/filemap: add helper for finding pagesMatthew Wilcox (Oracle)
2021-02-26mm/filemap: rename find_get_entry to mapping_get_entryMatthew Wilcox (Oracle)
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)
2021-02-26mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)
2021-02-26mm/shmem: use pagevec_lookup in shmem_unlock_mappingMatthew Wilcox (Oracle)
2021-02-26mm: make pagecache tagged lookups return only head pagesMatthew Wilcox (Oracle)
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-25Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-02-25Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-25Merge tag 'nds32-for-linux-5.12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-25nds32: Fix bogus reference to <asm/procinfo.h>Geert Uytterhoeven
2021-02-25nds32: use get_kernel_nofault in dump_memChristoph Hellwig
2021-02-25nds32: remove dump_instrChristoph Hellwig
2021-02-25nds32: configs: Cleanup CONFIG_CROSS_COMPILEKrzysztof Kozlowski
2021-02-25nds32: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-02-24mm/migrate: remove unneeded semicolonsChengyang Fan
2021-02-24hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()Miaohe Lin
2021-02-24hugetlbfs: fix some comment typosMiaohe Lin
2021-02-24hugetlbfs: correct some obsolete comments about inode i_mutexMiaohe Lin
2021-02-24hugetlbfs: make hugepage size conversion more readableMiaohe Lin
2021-02-24hugetlbfs: remove meaningless variable avoid_reserveMiaohe Lin
2021-02-24hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()Miaohe Lin
2021-02-24hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fsMiaohe Lin
2021-02-24hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()Miaohe Lin
2021-02-24hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz
2021-02-24mm, oom: fix a comment in dump_task()Tang Yizhou
2021-02-24mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()Miaohe Lin
2021-02-24numa balancing: migrate on fault among multiple bound nodesHuang Ying
2021-02-24mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka
2021-02-24mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang
2021-02-24mm/compaction: correct deferral logic for proactive compactionCharan Teja Reddy
2021-02-24mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLockedMiaohe Lin
2021-02-24mm/compaction: remove rcu_read_lock during page compactionAlex Shi
2021-02-24z3fold: simplify the zhdr initialization code in init_z3fold_page()Miaohe Lin
2021-02-24z3fold: remove unused attribute for release_z3fold_pageMiaohe Lin
2021-02-24mm/vmscan: restore zone_reclaim_mode ABIDave Hansen
2021-02-24hugetlb: fix uninitialized subpool pointerMike Kravetz
2021-02-24include/linux/hugetlb.h: add synchronization information for new hugetlb spec...Mike Kravetz
2021-02-24hugetlb: convert PageHugeFreed to HPageFreed flagMike Kravetz
2021-02-24hugetlb: convert PageHugeTemporary() to HPageTemporary flagMike Kravetz
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz
2021-02-24hugetlb: use page.private for hugetlb specific page flagsMike Kravetz
2021-02-24mm: workingset: clarify eviction order and distance calculationOscar Salvador
2021-02-24mm/vmscan.c: make lruvec_lru_size() staticYu Zhao