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
path:
root
/
mm
/
hugetlb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-26
mm: hugetlb: call huge_pte_alloc() only if ptep is null
Naoya Horiguchi
1
-4
/
+4
2016-04-27
mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a fault
Mel Gorman
1
-0
/
+8
2015-06-19
mm/hugetlb: add migration entry check in __unmap_hugepage_range
Naoya Horiguchi
1
-2
/
+3
2015-06-19
mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protection
Naoya Horiguchi
1
-1
/
+16
2015-06-19
mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()
Naoya Horiguchi
1
-9
/
+27
2014-07-31
mm: hugetlb: fix copy_hugetlb_page_range()
Naoya Horiguchi
1
-0
/
+1
2014-07-09
hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entry
Naoya Horiguchi
1
-28
/
+43
2014-06-08
mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()
Mizuma, Masayoshi
1
-0
/
+1
2014-05-06
mm: hugetlb: fix softlockup when a large number of hugepages are freed.
Mizuma, Masayoshi
1
-0
/
+1
2014-02-06
mm: hugetlbfs: fix hugetlbfs optimization
Andrea Arcangeli
1
-0
/
+17
2013-08-20
futex: Take hugepages into account when generating futex_key
Zhang Yi
1
-0
/
+17
2013-06-20
mm: migration: add migrate_entry_wait_huge()
Naoya Horiguchi
1
-1
/
+1
2013-04-26
hugetlbfs: add swap entry check in follow_hugetlb_page()
Naoya Horiguchi
1
-1
/
+11
2013-03-28
mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...
Wanpeng Li
1
-2
/
+6
2012-10-13
hugetlb: do not use vma_hugecache_offset() for vma_prio_tree_foreach
Michal Hocko
1
-1
/
+2
2012-08-15
mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables
Mel Gorman
1
-2
/
+23
2012-06-09
mm: fix vma_resv_map() NULL pointer
Dave Hansen
1
-1
/
+2
2012-06-09
hugetlb: fix resv_map leak in error path
Dave Hansen
1
-6
/
+22
2012-05-11
hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()
Chris Metcalf
1
-1
/
+0
2012-04-26
mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vma
Konstantin Khlebnikov
1
-1
/
+1
2012-04-13
hugetlb: fix race condition in hugetlb_fault()
Chris Metcalf
1
-0
/
+2
2012-03-24
mm: hugetlb: cleanup duplicated code in unmapping vm range
Hillf Danton
1
-14
/
+11
2012-03-22
hugepages: fix use after free bug in "quota" handling
David Gibson
1
-27
/
+108
2012-03-22
cpuset: mm: reduce large amounts of memory barrier related damage v3
Mel Gorman
1
-4
/
+11
2012-03-22
mm: hugetlb: bail out unmapping after serving reference page
Hillf Danton
1
-0
/
+4
2012-03-22
mm: hugetlb: defer freeing pages when gathering surplus pages
Hillf Danton
1
-13
/
+17
2012-03-06
flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not held
Al Viro
1
-1
/
+1
2012-01-23
mm/hugetlb.c: undo change to page mapcount in fault handler
Hillf Danton
1
-3
/
+6
2012-01-11
mm/hugetlb.c: avoid bogus counter of surplus huge page
Hillf Danton
1
-1
/
+1
2012-01-11
mm: hugetlb: fix pgoff computation when unmapping page from vma
Hillf Danton
1
-2
/
+1
2012-01-11
mm/hugetlb.c: fix virtual address handling in hugetlb fault
KAMEZAWA Hiroyuki
1
-0
/
+2
2012-01-11
hugetlb: clarify hugetlb_instantiation_mutex usage
Michal Hocko
1
-0
/
+3
2012-01-11
hugetlb: detect race upon page allocation failure during COW
Hillf Danton
1
-1
/
+8
2012-01-06
Merge branch 'driver-core-next' into Linux 3.2
Greg Kroah-Hartman
1
-17
/
+17
2011-12-30
mm: hugetlb: fix non-atomic enqueue of huge page
Hillf Danton
1
-1
/
+1
2011-12-22
convert 'memory' sysdev_class to a regular subsystem
Kay Sievers
1
-17
/
+17
2011-12-09
thp: set compound tail page _count to zero
Youquan Song
1
-0
/
+1
2011-11-16
hugetlb: release pages in the error path of hugetlb_cow()
Hillf Danton
1
-0
/
+2
2011-07-26
mm: hugetlb: fix coding style issues
Chris Forbes
1
-16
/
+15
2011-07-26
hugetlb: add phys addr to struct huge_bootmem_page
Becky Bruce
1
-1
/
+9
2011-06-16
mm: fix negative commitlimit when gigantic hugepages are allocated
Rafael Aquini
1
-0
/
+8
2011-06-06
mm: fix ENOSPC returned by handle_mm_fault()
Hugh Dickins
1
-2
/
+2
2011-05-26
mm: don't access vm_flags as 'int'
KOSAKI Motohiro
1
-2
/
+2
2011-05-25
mm: Convert i_mmap_lock to a mutex
Peter Zijlstra
1
-7
/
+7
2011-04-26
Merge branch 'master' into for-next
Jiri Kosina
1
-9
/
+7
2011-04-10
treewide: remove extra semicolons
Justin P. Mattock
1
-1
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-5
/
+5
2011-03-23
hugetlbfs: correct handling of negative input to /proc/sys/vm/nr_hugepages
Petr Holasek
1
-4
/
+2
2011-01-14
hugetlb: fix handling of parse errors in sysfs
Eric B Munson
1
-4
/
+2
2011-01-14
hugetlb: do not allow pagesize >= MAX_ORDER pool adjustment
Eric B Munson
1
-2
/
+21
[next]