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.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
/
huge_memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-28
mm: thp: fix /dev/zero MAP_PRIVATE and vm_flags cleanups
Andrea Arcangeli
1
-19
/
+24
2011-04-15
mm/thp: use conventional format for boolean attributes
Ben Hutchings
1
-10
/
+14
2011-04-15
mm: add VM counters for transparent hugepages
Andi Kleen
1
-4
/
+21
2011-03-23
mm: use __GFP_OTHER_NODE for transparent huge pages
Andi Kleen
1
-9
/
+11
2011-03-14
thp+memcg-numa: fix BUG at include/linux/mm.h:370!
Hugh Dickins
1
-1
/
+5
2011-03-05
mm: use correct numa policy node for transparent hugepages
Andi Kleen
1
-7
/
+17
2011-03-05
mm: preserve original node for transparent huge page copies
Andi Kleen
1
-2
/
+2
2011-03-05
mm: change alloc_pages_vma to pass down the policy node for local policy
Andi Kleen
1
-1
/
+1
2011-02-16
thp: prevent hugepages during args/env copying into the user stack
Andrea Arcangeli
1
-19
/
+16
2011-02-12
memcg: fix leak of accounting at failure path of hugepage collapsing
KAMEZAWA Hiroyuki
1
-1
/
+1
2011-02-03
thp: fix the wrong reported address of hwpoisoned hugepages
Jin Dongming
1
-1
/
+6
2011-01-21
memcg: fix USED bit handling at uncharge in THP
KAMEZAWA Hiroyuki
1
-0
/
+2
2011-01-21
thp: keep highpte mapped until it is no longer needed
Johannes Weiner
1
-1
/
+2
2011-01-14
thp: khugepaged: make khugepaged aware about madvise
Andrea Arcangeli
1
-4
/
+19
2011-01-14
thp: madvise(MADV_NOHUGEPAGE)
Andrea Arcangeli
1
-11
/
+30
2011-01-14
thp: fix anon memory statistics with transparent hugepages
Rik van Riel
1
-0
/
+10
2011-01-14
thp: disable transparent hugepages by default on small systems
Rik van Riel
1
-0
/
+8
2011-01-14
thp: freeze khugepaged and ksmd
Andrea Arcangeli
1
-2
/
+12
2011-01-14
thp: mmu_notifier_test_young
Andrea Arcangeli
1
-2
/
+4
2011-01-14
thp: don't allow transparent hugepage support without PSE
Andrea Arcangeli
1
-0
/
+8
2011-01-14
thp: avoid breaking huge pmd invariants in case of vma_adjust failures
Andrea Arcangeli
1
-2
/
+78
2011-01-14
thp: transparent hugepage config choice
Andrea Arcangeli
1
-0
/
+5
2011-01-14
thp: allocate memory in khugepaged outside of mmap_sem write mode
Andrea Arcangeli
1
-22
/
+34
2011-01-14
thp: add numa awareness to hugepage allocations
Andrea Arcangeli
1
-13
/
+74
2011-01-14
thp: enable direct defrag
Andrea Arcangeli
1
-0
/
+1
2011-01-14
thp: set recommended min free kbytes
Andrea Arcangeli
1
-0
/
+52
2011-01-14
thp: mprotect: transparent huge page support
Johannes Weiner
1
-0
/
+27
2011-01-14
thp: mincore transparent hugepage support
Johannes Weiner
1
-0
/
+25
2011-01-14
thp: khugepaged
Andrea Arcangeli
1
-10
/
+1063
2011-01-14
thp: transparent hugepage vmstat
Andrea Arcangeli
1
-0
/
+3
2011-01-14
thp: memcg huge memory
Andrea Arcangeli
1
-5
/
+31
2011-01-14
thp: madvise(MADV_HUGEPAGE)
Andrea Arcangeli
1
-0
/
+16
2011-01-14
thp: split_huge_page anon_vma ordering dependency
Andrea Arcangeli
1
-0
/
+16
2011-01-14
thp: transparent hugepage core
Andrea Arcangeli
1
-0
/
+901