index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-02-25
117
-1734
/
+2027
|
\
|
*
mm/migrate: remove unneeded semicolons
Chengyang Fan
2021-02-24
1
-1
/
+1
|
*
hugetlbfs: remove unneeded return value of hugetlb_vmtruncate()
Miaohe Lin
2021-02-24
1
-5
/
+2
|
*
hugetlbfs: fix some comment typos
Miaohe Lin
2021-02-24
1
-4
/
+4
|
*
hugetlbfs: correct some obsolete comments about inode i_mutex
Miaohe Lin
2021-02-24
1
-2
/
+2
|
*
hugetlbfs: make hugepage size conversion more readable
Miaohe Lin
2021-02-24
1
-2
/
+2
|
*
hugetlbfs: remove meaningless variable avoid_reserve
Miaohe Lin
2021-02-24
1
-3
/
+9
|
*
hugetlbfs: correct obsolete function name in hugetlbfs_read_iter()
Miaohe Lin
2021-02-24
1
-1
/
+1
|
*
hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fs
Miaohe Lin
2021-02-24
1
-1
/
+1
|
*
hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()
Miaohe Lin
2021-02-24
1
-2
/
+0
|
*
hugetlbfs: remove special hugetlbfs_set_page_dirty()
Mike Kravetz
2021-02-24
1
-12
/
+1
|
*
mm/hugetlb: change hugetlb_reserve_pages() to type bool
Mike Kravetz
2021-02-24
3
-26
/
+17
|
*
mm, oom: fix a comment in dump_task()
Tang Yizhou
2021-02-24
1
-3
/
+2
|
*
mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()
Miaohe Lin
2021-02-24
1
-1
/
+1
|
*
numa balancing: migrate on fault among multiple bound nodes
Huang Ying
2021-02-24
2
-1
/
+19
|
*
mm, compaction: make fast_isolate_freepages() stay within zone
Vlastimil Babka
2021-02-24
1
-5
/
+11
|
*
mm/compaction: fix misbehaviors of fast_find_migrateblock()
Wonhyuk Yang
2021-02-24
1
-15
/
+12
|
*
mm/compaction: correct deferral logic for proactive compaction
Charan Teja Reddy
2021-02-24
1
-6
/
+14
|
*
mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLocked
Miaohe Lin
2021-02-24
1
-1
/
+0
|
*
mm/compaction: remove rcu_read_lock during page compaction
Alex Shi
2021-02-24
1
-4
/
+1
|
*
z3fold: simplify the zhdr initialization code in init_z3fold_page()
Miaohe Lin
2021-02-24
1
-7
/
+1
|
*
z3fold: remove unused attribute for release_z3fold_page
Miaohe Lin
2021-02-24
1
-2
/
+1
|
*
mm/vmscan: restore zone_reclaim_mode ABI
Dave Hansen
2021-02-24
2
-7
/
+12
|
*
hugetlb: fix uninitialized subpool pointer
Mike Kravetz
2021-02-24
1
-0
/
+1
|
*
include/linux/hugetlb.h: add synchronization information for new hugetlb spec...
Mike Kravetz
2021-02-24
1
-0
/
+10
|
*
hugetlb: convert PageHugeFreed to HPageFreed flag
Mike Kravetz
2021-02-24
2
-19
/
+7
|
*
hugetlb: convert PageHugeTemporary() to HPageTemporary flag
Mike Kravetz
2021-02-24
2
-29
/
+13
|
*
hugetlb: convert page_huge_active() HPageMigratable flag
Mike Kravetz
2021-02-24
5
-44
/
+25
|
*
hugetlb: use page.private for hugetlb specific page flags
Mike Kravetz
2021-02-24
3
-32
/
+96
|
*
mm: workingset: clarify eviction order and distance calculation
Oscar Salvador
2021-02-24
1
-1
/
+1
|
*
mm/vmscan.c: make lruvec_lru_size() static
Yu Zhao
2021-02-24
2
-3
/
+2
|
*
include/linux/mm_inline.h: fold __update_lru_size() into its sole caller
Yu Zhao
2021-02-24
1
-8
/
+1
|
*
include/linux/mm_inline.h: fold page_lru_base_type() into its sole caller
Yu Zhao
2021-02-24
1
-21
/
+6
|
*
mm: VM_BUG_ON lru page flags
Yu Zhao
2021-02-24
3
-3
/
+4
|
*
mm: add __clear_page_lru_flags() to replace page_off_lru()
Yu Zhao
2021-02-24
3
-24
/
+13
|
*
mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()
Yu Zhao
2021-02-24
5
-23
/
+17
|
*
mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()
Yu Zhao
2021-02-24
2
-11
/
+5
|
*
mm: don't pass "enum lru_list" to lru list addition functions
Yu Zhao
2021-02-24
3
-14
/
+15
|
*
include/linux/mm_inline.h: shuffle lru list addition and deletion functions
Yu Zhao
2021-02-24
1
-21
/
+21
|
*
mm/vmscan.c: use add_page_to_lru_list()
Yu Zhao
2021-02-24
1
-5
/
+1
|
*
mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()
Miaohe Lin
2021-02-24
1
-3
/
+2
|
*
mm/vmscan: __isolate_lru_page_prepare() cleanup
Alex Shi
2021-02-24
3
-39
/
+33
|
*
mm/hugetlb: suppress wrong warning info when alloc gigantic page
Chen Wandun
2021-02-24
1
-2
/
+2
|
*
hugetlb: fix copy_huge_page_from_user contig page struct assumption
Mike Kravetz
2021-02-24
1
-4
/
+6
|
*
hugetlb: fix update_and_free_page contig page struct assumption
Mike Kravetz
2021-02-24
1
-2
/
+4
|
*
mm/hugetlb: use helper huge_page_size() to get hugepage size
Miaohe Lin
2021-02-24
1
-8
/
+6
|
*
mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()
Miaohe Lin
2021-02-24
1
-1
/
+0
|
*
mm/hugetlb: use helper function range_in_vma() in page_table_shareable()
Miaohe Lin
2021-02-24
1
-1
/
+1
|
*
hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroup
Miaohe Lin
2021-02-24
1
-3
/
+3
|
*
mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...
Aneesh Kumar K.V
2021-02-24
2
-7
/
+14
[next]