index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-05
mm: vmscan: add per memcg shrinker nr_deferred
Yang Shi
2
-21
/
+46
2021-05-05
mm: vmscan: use a new flag to indicate shrinker is registered
Yang Shi
2
-28
/
+19
2021-05-05
mm: vmscan: add shrinker_info_protected() helper
Yang Shi
1
-3
/
+9
2021-05-05
mm: memcontrol: rename shrinker_map to shrinker_info
Yang Shi
3
-36
/
+36
2021-05-05
mm: vmscan: use kvfree_rcu instead of call_rcu
Yang Shi
1
-6
/
+1
2021-05-05
mm: vmscan: remove memcg_shrinker_map_size
Yang Shi
1
-9
/
+11
2021-05-05
mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
Yang Shi
1
-10
/
+8
2021-05-05
mm: vmscan: consolidate shrinker_maps handling code
Yang Shi
5
-141
/
+142
2021-05-05
mm: vmscan: use nid from shrink_control for tracepoint
Yang Shi
1
-1
/
+1
2021-05-05
mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checks
Dave Hansen
3
-2
/
+9
2021-05-05
mm/vmscan: move RECLAIM* bits to uapi header
Dave Hansen
2
-8
/
+7
2021-05-05
userfaultfd/selftests: add test exercising minor fault handling
Axel Rasmussen
1
-6
/
+158
2021-05-05
userfaultfd: update documentation to describe minor fault handling
Axel Rasmussen
1
-41
/
+66
2021-05-05
userfaultfd: add UFFDIO_CONTINUE ioctl
Axel Rasmussen
6
-30
/
+156
2021-05-05
userfaultfd: hugetlbfs: only compile UFFD helpers if config enabled
Axel Rasmussen
2
-0
/
+6
2021-05-05
userfaultfd: disable huge PMD sharing for MINOR registered VMAs
Axel Rasmussen
1
-3
/
+10
2021-05-05
userfaultfd: add minor fault registration mode
Axel Rasmussen
10
-62
/
+150
2021-05-05
mm,page_alloc: drop unnecessary checks from pfn_range_valid_contig
Oscar Salvador
1
-6
/
+0
2021-05-05
mm: make alloc_contig_range handle in-use hugetlb pages
Oscar Salvador
4
-10
/
+34
2021-05-05
mm: make alloc_contig_range handle free hugetlb pages
Oscar Salvador
3
-3
/
+152
2021-05-05
mm,hugetlb: split prep_new_huge_page functionality
Oscar Salvador
1
-3
/
+17
2021-05-05
mm,hugetlb: drop clearing of flag from prep_new_huge_page
Oscar Salvador
1
-1
/
+0
2021-05-05
mm,compaction: let isolate_migratepages_{range,block} return error codes
Oscar Salvador
3
-33
/
+36
2021-05-05
mm,page_alloc: bail out earlier on -ENOMEM in alloc_contig_migrate_range
Oscar Salvador
1
-1
/
+8
2021-05-05
hugetlb: add lockdep_assert_held() calls for hugetlb_lock
Mike Kravetz
1
-0
/
+9
2021-05-05
hugetlb: make free_huge_page irq safe
Mike Kravetz
2
-110
/
+67
2021-05-05
hugetlb: change free_pool_huge_page to remove_pool_huge_page
Mike Kravetz
1
-42
/
+51
2021-05-05
hugetlb: call update_and_free_page without hugetlb_lock
Mike Kravetz
1
-5
/
+26
2021-05-05
hugetlb: create remove_hugetlb_page() to separate functionality
Mike Kravetz
1
-25
/
+40
2021-05-05
hugetlb: add per-hstate mutex to synchronize user adjustments
Mike Kravetz
2
-0
/
+9
2021-05-05
hugetlb: no need to drop hugetlb_lock to call cma_release
Mike Kravetz
1
-6
/
+0
2021-05-05
mm/cma: change cma mutex to irq safe spinlock
Mike Kravetz
3
-14
/
+14
2021-05-05
mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()
Miaohe Lin
1
-3
/
+0
2021-05-05
mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()
Miaohe Lin
1
-2
/
+9
2021-05-05
mm/hugeltb: clarify (chg - freed) won't go negative in hugetlb_unreserve_pages()
Miaohe Lin
1
-0
/
+3
2021-05-05
mm/hugeltb: simplify the return code of __vma_reservation_common()
Miaohe Lin
1
-21
/
+20
2021-05-05
mm/hugeltb: remove redundant VM_BUG_ON() in region_add()
Miaohe Lin
1
-1
/
+0
2021-05-05
mm: huge_memory: debugfs for file-backed THP split
Zi Yan
2
-6
/
+166
2021-05-05
mm: huge_memory: a new debugfs interface for splitting THP tests
Zi Yan
4
-8
/
+467
2021-05-05
khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd()
Miaohe Lin
1
-4
/
+0
2021-05-05
khugepaged: remove unnecessary out label in collapse_huge_page()
Miaohe Lin
1
-5
/
+3
2021-05-05
khugepaged: use helper function range_in_vma() in collapse_pte_mapped_thp()
Miaohe Lin
1
-1
/
+1
2021-05-05
mm/khugepaged.c: replace barrier() with READ_ONCE() for a selective variable
Yanfei Xu
1
-3
/
+1
2021-05-05
mm/huge_memory.c: use helper function migration_entry_to_page()
Miaohe Lin
1
-2
/
+2
2021-05-05
mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG
Miaohe Lin
1
-3
/
+0
2021-05-05
mm/huge_memory.c: remove redundant PageCompound() check
Miaohe Lin
1
-1
/
+1
2021-05-05
mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightly
Miaohe Lin
1
-6
/
+5
2021-05-05
mm/huge_memory.c: make get_huge_zero_page() return bool
Miaohe Lin
1
-4
/
+4
2021-05-05
mm/huge_memory.c: rework the function vma_adjust_trans_huge()
Miaohe Lin
1
-25
/
+19
2021-05-05
mm/huge_memory.c: remove unnecessary local variable ret2
Miaohe Lin
1
-5
/
+3
[next]