index
:
linux/linux-stable.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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-05
userfaultfd: add minor fault registration mode
Axel Rasmussen
2021-05-05
mm,page_alloc: drop unnecessary checks from pfn_range_valid_contig
Oscar Salvador
2021-05-05
mm: make alloc_contig_range handle in-use hugetlb pages
Oscar Salvador
2021-05-05
mm: make alloc_contig_range handle free hugetlb pages
Oscar Salvador
2021-05-05
mm,hugetlb: split prep_new_huge_page functionality
Oscar Salvador
2021-05-05
mm,hugetlb: drop clearing of flag from prep_new_huge_page
Oscar Salvador
2021-05-05
mm,compaction: let isolate_migratepages_{range,block} return error codes
Oscar Salvador
2021-05-05
mm,page_alloc: bail out earlier on -ENOMEM in alloc_contig_migrate_range
Oscar Salvador
2021-05-05
hugetlb: add lockdep_assert_held() calls for hugetlb_lock
Mike Kravetz
2021-05-05
hugetlb: make free_huge_page irq safe
Mike Kravetz
2021-05-05
hugetlb: change free_pool_huge_page to remove_pool_huge_page
Mike Kravetz
2021-05-05
hugetlb: call update_and_free_page without hugetlb_lock
Mike Kravetz
2021-05-05
hugetlb: create remove_hugetlb_page() to separate functionality
Mike Kravetz
2021-05-05
hugetlb: add per-hstate mutex to synchronize user adjustments
Mike Kravetz
2021-05-05
hugetlb: no need to drop hugetlb_lock to call cma_release
Mike Kravetz
2021-05-05
mm/cma: change cma mutex to irq safe spinlock
Mike Kravetz
2021-05-05
mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()
Miaohe Lin
2021-05-05
mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()
Miaohe Lin
2021-05-05
mm/hugeltb: clarify (chg - freed) won't go negative in hugetlb_unreserve_pages()
Miaohe Lin
2021-05-05
mm/hugeltb: simplify the return code of __vma_reservation_common()
Miaohe Lin
2021-05-05
mm/hugeltb: remove redundant VM_BUG_ON() in region_add()
Miaohe Lin
2021-05-05
mm: huge_memory: debugfs for file-backed THP split
Zi Yan
2021-05-05
mm: huge_memory: a new debugfs interface for splitting THP tests
Zi Yan
2021-05-05
khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd()
Miaohe Lin
2021-05-05
khugepaged: remove unnecessary out label in collapse_huge_page()
Miaohe Lin
2021-05-05
khugepaged: use helper function range_in_vma() in collapse_pte_mapped_thp()
Miaohe Lin
2021-05-05
mm/khugepaged.c: replace barrier() with READ_ONCE() for a selective variable
Yanfei Xu
2021-05-05
mm/huge_memory.c: use helper function migration_entry_to_page()
Miaohe Lin
2021-05-05
mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG
Miaohe Lin
2021-05-05
mm/huge_memory.c: remove redundant PageCompound() check
Miaohe Lin
2021-05-05
mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightly
Miaohe Lin
2021-05-05
mm/huge_memory.c: make get_huge_zero_page() return bool
Miaohe Lin
2021-05-05
mm/huge_memory.c: rework the function vma_adjust_trans_huge()
Miaohe Lin
2021-05-05
mm/huge_memory.c: remove unnecessary local variable ret2
Miaohe Lin
2021-05-05
khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()
Miaohe Lin
2021-05-05
khugepaged: use helper khugepaged_test_exit() in __khugepaged_enter()
Miaohe Lin
2021-05-05
khugepaged: reuse the smp_wmb() inside __SetPageUptodate()
Miaohe Lin
2021-05-05
khugepaged: remove unneeded return value of khugepaged_collapse_pte_mapped_th...
Miaohe Lin
2021-05-05
mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op case
Miaohe Lin
2021-05-05
mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page()
Miaohe Lin
2021-05-05
mm/hugetlb_cgroup: remove unnecessary VM_BUG_ON_PAGE in hugetlb_cgroup_migrate()
Miaohe Lin
2021-05-05
mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state()
Miaohe Lin
2021-05-05
mm/hugetlb: use some helper functions to cleanup code
Miaohe Lin
2021-05-05
mm: generalize HUGETLB_PAGE_SIZE_VARIABLE
Anshuman Khandual
2021-05-05
mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()
Miaohe Lin
2021-05-05
hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wp
Peter Xu
2021-05-05
mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.h
Peter Xu
2021-05-05
hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabled
Peter Xu
2021-05-05
hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()
Peter Xu
2021-05-05
mm: remove nrexceptional from inode: remove BUG_ON
Hugh Dickins
[next]