index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
memcg: fix memory migration of shmem swapcache
Daisuke Nishimura
2011-01-13
2
-4
/
+3
*
memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset
Jesper Juhl
2011-01-13
1
-6
/
+3
*
memcg: fix deadlock between cpuset and memcg
Daisuke Nishimura
2011-01-13
1
-35
/
+49
*
memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()
Minchan Kim
2011-01-13
1
-1
/
+0
*
memcg: fix unit mismatch in memcg oom limit calculation
Johannes Weiner
2011-01-13
1
-2
/
+3
*
memcg: add lock to synchronize page accounting and migration
KAMEZAWA Hiroyuki
2011-01-13
1
-2
/
+7
*
memcg: create extensible page stat update routines
Greg Thelen
2011-01-13
2
-11
/
+9
*
mm: batch activate_page() to reduce lock contention
Shaohua Li
2011-01-13
3
-13
/
+92
*
mm: simplify code of swap.c
Shaohua Li
2011-01-13
1
-47
/
+54
*
mm/page_alloc.c: don't cache `current' in a local
Andrew Morton
2011-01-13
1
-14
/
+10
*
mm: fix hugepage migration
Hugh Dickins
2011-01-13
1
-17
/
+6
*
mm: fix migration hangs on anon_vma lock
Hugh Dickins
2011-01-13
1
-29
/
+19
*
ksm: drain pagevecs to lru
Hugh Dickins
2011-01-13
1
-0
/
+12
*
hugetlb: fix handling of parse errors in sysfs
Eric B Munson
2011-01-13
1
-4
/
+2
*
hugetlb: do not allow pagesize >= MAX_ORDER pool adjustment
Eric B Munson
2011-01-13
1
-2
/
+21
*
hugetlb: check the return value of string conversion in sysctl handler
Michal Hocko
2011-01-13
1
-6
/
+12
*
mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()
Andrew Morton
2011-01-13
1
-1
/
+1
*
mm/dmapool.c: take lock only once in dma_pool_free()
Rolf Eike Beer
2011-01-13
1
-8
/
+6
*
mm/page_alloc.c: simplify calculation of combined index of adjacent buddy lists
KyongHo Cho
2011-01-13
1
-15
/
+10
*
brk: fix min_brk lower bound computation for COMPAT_BRK
Jiri Kosina
2011-01-13
1
-1
/
+9
*
mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()
Jesper Juhl
2011-01-13
1
-1
/
+3
*
mm: migration: use rcu_dereference_protected when dereferencing the radix tre...
Mel Gorman
2011-01-13
1
-2
/
+2
*
thp: add compound_trans_head() helper
Andrea Arcangeli
2011-01-13
1
-12
/
+3
*
thp: KSM on THP
Andrea Arcangeli
2011-01-13
1
-9
/
+58
*
thp: khugepaged: make khugepaged aware about madvise
Andrea Arcangeli
2011-01-13
2
-5
/
+20
*
thp: madvise(MADV_NOHUGEPAGE)
Andrea Arcangeli
2011-01-13
2
-12
/
+33
*
thp: compound_trans_order
Andrea Arcangeli
2011-01-13
2
-12
/
+12
*
thp: fix memory-failure hugetlbfs vs THP collision
Andrea Arcangeli
2011-01-13
2
-2
/
+2
*
thp: add debug checks for mapcount related invariants
Andrea Arcangeli
2011-01-13
1
-2
/
+4
*
thp: scale nr_rotated to balance memory pressure
Rik van Riel
2011-01-13
1
-2
/
+3
*
thp: fix anon memory statistics with transparent hugepages
Rik van Riel
2011-01-13
3
-6
/
+17
*
thp: disable transparent hugepages by default on small systems
Rik van Riel
2011-01-13
1
-0
/
+8
*
thp: use compaction for all allocation orders
Andrea Arcangeli
2011-01-13
1
-1
/
+1
*
thp: use compaction in kswapd for GFP_ATOMIC order > 0
Andrea Arcangeli
2011-01-13
2
-15
/
+46
*
thp: freeze khugepaged and ksmd
Andrea Arcangeli
2011-01-13
2
-4
/
+18
*
thp: mmu_notifier_test_young
Andrea Arcangeli
2011-01-13
2
-2
/
+24
*
thp: don't allow transparent hugepage support without PSE
Andrea Arcangeli
2011-01-13
1
-0
/
+8
*
thp: avoid breaking huge pmd invariants in case of vma_adjust failures
Andrea Arcangeli
2011-01-13
2
-2
/
+80
*
thp: transhuge isolate_migratepages()
Andrea Arcangeli
2011-01-13
1
-0
/
+15
*
thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled
Andrea Arcangeli
2011-01-13
1
-0
/
+1
*
thp: transparent hugepage config choice
Andrea Arcangeli
2011-01-13
2
-2
/
+30
*
thp: allocate memory in khugepaged outside of mmap_sem write mode
Andrea Arcangeli
2011-01-13
1
-22
/
+34
*
thp: add numa awareness to hugepage allocations
Andrea Arcangeli
2011-01-13
2
-18
/
+82
*
thp: enable direct defrag
Andrea Arcangeli
2011-01-13
1
-0
/
+1
*
thp: set recommended min free kbytes
Andrea Arcangeli
2011-01-13
1
-0
/
+52
*
thp: mprotect: transparent huge page support
Johannes Weiner
2011-01-13
2
-1
/
+34
*
thp: mprotect: pass vma down to page table walkers
Johannes Weiner
2011-01-13
1
-6
/
+9
*
thp: mincore transparent hugepage support
Johannes Weiner
2011-01-13
2
-1
/
+32
*
thp: add x86 32bit support
Johannes Weiner
2011-01-13
1
-1
/
+1
*
thp: remove PG_buddy
Andrea Arcangeli
2011-01-13
3
-12
/
+13
[next]