- f90d819 include/linux/mm_inline.h: shuffle lru list addition and deletion functions by Yu Zhao · 3 years, 11 months ago
- 42895ea mm/vmscan.c: use add_page_to_lru_list() by Yu Zhao · 3 years, 11 months ago
- 725cac1 mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes() by Miaohe Lin · 3 years, 11 months ago
- c2135f7 mm/vmscan: __isolate_lru_page_prepare() cleanup by Alex Shi · 3 years, 11 months ago
- 7ecc956 mm/hugetlb: suppress wrong warning info when alloc gigantic page by Chen Wandun · 3 years, 11 months ago
- 3272cfc2 hugetlb: fix copy_huge_page_from_user contig page struct assumption by Mike Kravetz · 3 years, 11 months ago
- dbfee5a hugetlb: fix update_and_free_page contig page struct assumption by Mike Kravetz · 3 years, 11 months ago
- aca7830 mm/hugetlb: use helper huge_page_size() to get hugepage size by Miaohe Lin · 3 years, 11 months ago
- 3f1b016 mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage() by Miaohe Lin · 3 years, 11 months ago
- 07e51ed mm/hugetlb: use helper function range_in_vma() in page_table_shareable() by Miaohe Lin · 3 years, 11 months ago
- 8938494 hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroup by Miaohe Lin · 3 years, 11 months ago
- bae8495 mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is disabled by Aneesh Kumar K.V · 3 years, 11 months ago
- 2efeb8d mm/huge_memory.c: remove unused return value of set_huge_zero_page() by Miaohe Lin · 3 years, 11 months ago
- 578b772 mm/hugetlb.c: fix typos in comments by Zhiyuan Dai · 3 years, 11 months ago
- 5291c09 mm/hugetlb: remove redundant check in preparing and destroying gigantic page by Yanfei Xu · 3 years, 11 months ago
- 6c26d31 mm/hugetlb: fix some comment typos by Miaohe Lin · 3 years, 11 months ago
- 82e5d37 mm/hugetlb: refactor subpage recording by Joao Martins · 3 years, 11 months ago
- 0fa5bc4 mm/hugetlb: grab head page refcount once for group of subpages by Joao Martins · 3 years, 11 months ago
- c93b0a9 mm/hugetlb: simplify the calculation of variables by Jiapeng Zhong · 3 years, 11 months ago
- 1d88433 mm/hugetlb: fix use after free when subpool max_hpages accounting is not enabled by Miaohe Lin · 3 years, 11 months ago
- c78a7f3 mm/hugetlb: use helper huge_page_order and pages_per_huge_page by Miaohe Lin · 3 years, 11 months ago
- 0aa7f35 mm/hugetlb: avoid unnecessary hugetlb_acct_memory() call by Miaohe Lin · 3 years, 11 months ago
- a1ba9da mm/hugetlb.c: fix unnecessary address expansion of pmd sharing by Li Xinhai · 3 years, 11 months ago
- cc2205a mm/hugetlb: fix potential double free in hugetlb_register_node() error path by Miaohe Lin · 3 years, 11 months ago
- aba677f MIPS: do not call flush_tlb_all when setting pmd entry by Bibo Mao · 3 years, 11 months ago
- fca4057 mm/huge_memory.c: update tlb entry if pmd is changed by Bibo Mao · 3 years, 11 months ago
- 30c9cf4 mm,hwpoison: send SIGBUS to PF_MCE_EARLY processes on action required events by Aili Yao · 3 years, 11 months ago
- 3b2ebea mm/gfp: add kernel-doc for gfp_t by Matthew Wilcox (Oracle) · 3 years, 11 months ago
- a0cd7a7 mm: simplify free_highmem_page() and free_reserved_page() by David Hildenbrand · 3 years, 11 months ago
- b3880c6 video: fbdev: acornfb: remove free_unused_pages() by David Hildenbrand · 3 years, 11 months ago
- 9699ee7 mm: remove unneeded local variable in free_area_init_core by Baoquan He · 3 years, 11 months ago
- 7010a6e mm: simplify parameter of setup_usemap() by Baoquan He · 3 years, 11 months ago
- 3256ff8 mm: simplify parater of function memmap_init_zone() by Baoquan He · 3 years, 11 months ago
- ab28cb6 mm: rename memmap_init() and memmap_init_zone() by Baoquan He · 3 years, 11 months ago
- 93f503c mm: fix prototype warning from kernel test robot by Baoquan He · 3 years, 11 months ago
- d82dc3a kasan: don't run tests when KASAN is not enabled by Andrey Konovalov · 3 years, 11 months ago
- 1151613 kasan: add a test for kmem_cache_alloc/free_bulk by Andrey Konovalov · 3 years, 11 months ago
- 858bdeb kasan: add proper page allocator tests by Andrey Konovalov · 3 years, 11 months ago
- 611806b kasan: fix bug detection via ksize for HW_TAGS mode by Andrey Konovalov · 3 years, 11 months ago
- 027b37b kasan: move _RET_IP_ to inline wrappers by Andrey Konovalov · 3 years, 11 months ago
- e66e179 kasan: fix memory corruption in kasan_bitops_tags test by Andrey Konovalov · 3 years, 11 months ago
- 1b1df4c kasan: adapt kmalloc_uaf2 test to HW_TAGS mode by Andrey Konovalov · 3 years, 11 months ago
- 2e4bde6 kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL by Andrey Konovalov · 3 years, 11 months ago
- 5d92bdf kasan: rename CONFIG_TEST_KASAN_MODULE by Andrey Konovalov · 3 years, 11 months ago
- f05842c kasan, arm64: allow using KUnit tests with HW_TAGS mode by Andrey Konovalov · 3 years, 11 months ago
- 573a480 kasan: add match-all tag tests by Andrey Konovalov · 3 years, 11 months ago
- da17e37 kasan: add macros to simplify checking test constraints by Andrey Konovalov · 3 years, 11 months ago
- 0fd3792 kasan: clean up comments in tests by Andrey Konovalov · 3 years, 11 months ago
- 4062c24 kasan: clarify HW_TAGS impact on TBI by Andrey Konovalov · 3 years, 11 months ago
- f00748b kasan: prefix global functions with kasan_ by Andrey Konovalov · 3 years, 11 months ago
- fb9bf04 vmalloc: remove redundant NULL check by Yang Li · 3 years, 11 months ago
- 5df6d79 mm/page_reporting: use list_entry_is_head() in page_reporting_cycle() by sh_def@163.com · 3 years, 11 months ago
- 1583aa2 mm: mremap: unlink anon_vmas when mremap with MREMAP_DONTUNMAP success by Li Xinhai · 3 years, 11 months ago
- ee8ab19 mm: rmap: explicitly reset vma->anon_vma in unlink_anon_vmas() by Li Xinhai · 3 years, 11 months ago
- dbf53f7 mm/mprotect.c: optimize error detection in do_mprotect_pkey() by Tianjia Zhang · 3 years, 11 months ago
- 8abb50c mm/memory.c: fix potential pte_unmap_unlock pte error by Miaohe Lin · 3 years, 11 months ago
- 374437a mm/pgtable-generic.c: optimize the VM_BUG_ON condition in pmdp_huge_clear_flush() by Miaohe Lin · 3 years, 11 months ago
- c045c72c mm/pgtable-generic.c: simplify the VM_BUG_ON condition in pmdp_huge_clear_flush() by Miaohe Lin · 3 years, 11 months ago
- 90a3e37 mm/memory.c: fix potential pte_unmap_unlock pte error by Miaohe Lin · 3 years, 11 months ago
- b720400 mm/mmap.c: remove unnecessary local variable by Adrian Huang · 3 years, 11 months ago
- 96403bf mm: memcontrol: fix slub memory accounting by Muchun Song · 3 years, 11 months ago
- 1685bde mm: memcontrol: fix get_active_memcg return value by Muchun Song · 3 years, 11 months ago
- cae3af6 mm: memcontrol: fix swap undercounting in cgroup2 by Muchun Song · 3 years, 11 months ago
- 6eeb104 fs: buffer: use raw page_memcg() on locked page by Johannes Weiner · 3 years, 11 months ago
- a7b7e1d mm/list_lru.c: remove kvfree_rcu_local() by Shakeel Butt · 3 years, 11 months ago
- c41a40b mm: memcontrol: replace the loop with a list_for_each_entry() by Muchun Song · 3 years, 11 months ago
- 8a26016 mm/memcontrol: remove redundant NULL check by Yang Li · 3 years, 11 months ago
- 802f1d5 mm: page_counter: re-layout structure to reduce false sharing by Feng Tang · 3 years, 11 months ago
- c1a660d mm: kmem: make __memcg_kmem_(un)charge static by Roman Gushchin · 3 years, 11 months ago
- b603894 mm: memcg: add swapcache stat for memcg v2 by Shakeel Butt · 3 years, 11 months ago
- f9b1038 mm/memcg: remove rcu locking for lock_page_lruvec function series by Alex Shi · 3 years, 11 months ago
- d7e3aba mm/memcg: revise the using condition of lock_page_lruvec function series by Alex Shi · 3 years, 11 months ago
- fff66b7 mm: memcontrol: make the slab calculation consistent by Muchun Song · 3 years, 11 months ago
- 380780e mm: memcontrol: convert NR_FILE_PMDMAPPED account to pages by Muchun Song · 3 years, 11 months ago
- a1528e2 mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages by Muchun Song · 3 years, 11 months ago
- 57b2847 mm: memcontrol: convert NR_SHMEM_THPS account to pages by Muchun Song · 3 years, 11 months ago
- bf9ecea mm: memcontrol: convert NR_FILE_THPS account to pages by Muchun Song · 3 years, 11 months ago
- 69473e5 mm: memcontrol: convert NR_ANON_THPS account to pages by Muchun Song · 3 years, 11 months ago
- b0ba3bf mm: memcontrol: fix NR_ANON_THPS accounting in charge moving by Muchun Song · 3 years, 11 months ago
- f3344ad mm: memcontrol: optimize per-lruvec stats counter memory usage by Muchun Song · 3 years, 11 months ago
- 2e9bd48 mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT by Roman Gushchin · 3 years, 11 months ago
- cad8320 mm/swap: don't SetPageWorkingset unconditionally during swapin by Yu Zhao · 3 years, 11 months ago
- e48333b mm/swap_state: constify static struct attribute_group by Rikard Falkeborn · 3 years, 11 months ago
- 25eaab4 mm/page_io: use pr_alert_ratelimited for swap read/write errors by Georgi Djakov · 3 years, 11 months ago
- cf532fa mm/swapfile.c: fix debugging information problem by Stephen Zhang · 3 years, 11 months ago
- 191a722 mm/swap_slots.c: remove redundant NULL check by Yang Li · 3 years, 11 months ago
- 6986c3e mm: backing-dev: Remove duplicated macro definition by Baolin Wang · 3 years, 11 months ago
- 4ebd3ae fs/buffer.c: add checking buffer head stat before clear by Yang Guo · 3 years, 11 months ago
- 826ea86 mm/filemap: simplify generic_file_read_iter by Christoph Hellwig · 3 years, 11 months ago
- 87fa0f3 mm/filemap: rename generic_file_buffered_read to filemap_read by Christoph Hellwig · 3 years, 11 months ago
- aa1ec2f mm/filemap: don't relock the page after calling readpage by Matthew Wilcox (Oracle) · 3 years, 11 months ago
- 2642fca mm/filemap: restructure filemap_get_pages by Matthew Wilcox (Oracle) · 3 years, 11 months ago
- 5963fe0 mm/filemap: split filemap_readahead out of filemap_get_pages by Matthew Wilcox (Oracle) · 3 years, 11 months ago
- fce70da mm/filemap: add filemap_range_uptodate by Matthew Wilcox (Oracle) · 3 years, 11 months ago
- 87d1d7b mm/filemap: move the iocb checks into filemap_update_page by Matthew Wilcox (Oracle) · 3 years, 11 months ago
- 4612aee mm/filemap: convert filemap_update_page to return an errno by Matthew Wilcox (Oracle) · 3 years, 11 months ago
- f253e18 mm/filemap: change filemap_create_page calling conventions by Matthew Wilcox (Oracle) · 3 years, 11 months ago
- 6843030 mm/filemap: change filemap_read_page calling conventions by Matthew Wilcox (Oracle) · 3 years, 11 months ago
- 33a0f5c mm/filemap: don't call ->readpage if IOCB_WAITQ is set by Matthew Wilcox (Oracle) · 3 years, 11 months ago
- f32b5dd mm/filemap: inline __wait_on_page_locked_async into caller by Matthew Wilcox (Oracle) · 3 years, 11 months ago