Age | Commit message (Expand) | Author |
2021-02-26 | mm/cma: expose all pages to the buddy if activation of an area fails | David Hildenbrand |
2021-02-26 | mm: cma: allocate cma areas bottom-up | Roman Gushchin |
2021-02-26 | mm,shmem,thp: limit shmem THP allocations to requested zones | Rik van Riel |
2021-02-26 | mm,thp,shmem: make khugepaged obey tmpfs mount flags | Rik van Riel |
2021-02-26 | mm,thp,shm: limit gfp mask to no more than specified | Rik van Riel |
2021-02-26 | mm,thp,shmem: limit shmem THP alloc gfp_mask | Rik van Riel |
2021-02-26 | mm: remove pagevec_lookup_entries | Matthew Wilcox (Oracle) |
2021-02-26 | mm: pass pvec directly to find_get_entries | Matthew Wilcox (Oracle) |
2021-02-26 | mm: remove nr_entries parameter from pagevec_lookup_entries | Matthew Wilcox (Oracle) |
2021-02-26 | mm: add an 'end' parameter to pagevec_lookup_entries | Matthew Wilcox (Oracle) |
2021-02-26 | mm: add an 'end' parameter to find_get_entries | Matthew Wilcox (Oracle) |
2021-02-26 | mm: add and use find_lock_entries | Matthew Wilcox (Oracle) |
2021-02-26 | iomap: use mapping_seek_hole_data | Matthew Wilcox (Oracle) |
2021-02-26 | mm/filemap: add mapping_seek_hole_data | Matthew Wilcox (Oracle) |
2021-02-26 | mm/filemap: add helper for finding pages | Matthew Wilcox (Oracle) |
2021-02-26 | mm/filemap: rename find_get_entry to mapping_get_entry | Matthew Wilcox (Oracle) |
2021-02-26 | mm: add FGP_ENTRY | Matthew Wilcox (Oracle) |
2021-02-26 | mm/swap: optimise get_shadow_from_swap_cache | Matthew Wilcox (Oracle) |
2021-02-26 | mm/shmem: use pagevec_lookup in shmem_unlock_mapping | Matthew Wilcox (Oracle) |
2021-02-26 | mm: make pagecache tagged lookups return only head pages | Matthew Wilcox (Oracle) |
2021-02-25 | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-02-25 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2021-02-25 | Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-02-25 | Merge tag 'nds32-for-linux-5.12' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-02-25 | nds32: Fix bogus reference to <asm/procinfo.h> | Geert Uytterhoeven |
2021-02-25 | nds32: use get_kernel_nofault in dump_mem | Christoph Hellwig |
2021-02-25 | nds32: remove dump_instr | Christoph Hellwig |
2021-02-25 | nds32: configs: Cleanup CONFIG_CROSS_COMPILE | Krzysztof Kozlowski |
2021-02-25 | nds32: Replace <linux/clk-provider.h> by <linux/of_clk.h> | Geert Uytterhoeven |
2021-02-24 | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2021-02-24 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-02-24 | mm/migrate: remove unneeded semicolons | Chengyang Fan |
2021-02-24 | hugetlbfs: remove unneeded return value of hugetlb_vmtruncate() | Miaohe Lin |
2021-02-24 | hugetlbfs: fix some comment typos | Miaohe Lin |
2021-02-24 | hugetlbfs: correct some obsolete comments about inode i_mutex | Miaohe Lin |
2021-02-24 | hugetlbfs: make hugepage size conversion more readable | Miaohe Lin |
2021-02-24 | hugetlbfs: remove meaningless variable avoid_reserve | Miaohe Lin |
2021-02-24 | hugetlbfs: correct obsolete function name in hugetlbfs_read_iter() | Miaohe Lin |
2021-02-24 | hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fs | Miaohe Lin |
2021-02-24 | hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr() | Miaohe Lin |
2021-02-24 | hugetlbfs: remove special hugetlbfs_set_page_dirty() | Mike Kravetz |
2021-02-24 | mm/hugetlb: change hugetlb_reserve_pages() to type bool | Mike Kravetz |
2021-02-24 | mm, oom: fix a comment in dump_task() | Tang Yizhou |
2021-02-24 | mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk() | Miaohe Lin |
2021-02-24 | numa balancing: migrate on fault among multiple bound nodes | Huang Ying |
2021-02-24 | mm, compaction: make fast_isolate_freepages() stay within zone | Vlastimil Babka |
2021-02-24 | mm/compaction: fix misbehaviors of fast_find_migrateblock() | Wonhyuk Yang |
2021-02-24 | mm/compaction: correct deferral logic for proactive compaction | Charan Teja Reddy |
2021-02-24 | mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLocked | Miaohe Lin |
2021-02-24 | mm/compaction: remove rcu_read_lock during page compaction | Alex Shi |