index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "mm: simplify code of swap.c"
Linus Torvalds
2011-01-17
1
-54
/
+47
*
Revert "mm: batch activate_page() to reduce lock contention"
Linus Torvalds
2011-01-17
3
-92
/
+13
*
fix non-x86 build failure in pmdp_get_and_clear
Andrea Arcangeli
2011-01-17
1
-7
/
+4
*
mm/slab.c: make local symbols static
H Hartley Sweeten
2011-01-15
1
-3
/
+3
*
Merge branch 'slub/hotplug' into slab/urgent
Pekka Enberg
2011-01-15
2
-2
/
+6
|
\
|
*
slub: Avoid use of slub_lock in show_slab_objects()
Christoph Lameter
2011-01-11
1
-2
/
+2
|
*
memory hotplug: one more lock on memory hotplug
KAMEZAWA Hiroyuki
2011-01-11
1
-0
/
+4
*
|
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
2011-01-14
1
-0
/
+1
|
\
\
|
*
\
Merge branch 'apei' into release
Len Brown
2011-01-12
1
-0
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
ACPI, APEI, Generic Hardware Error Source POLL/IRQ/NMI notification type support
Huang Ying
2011-01-12
1
-0
/
+1
*
|
|
memcg: fix memory migration of shmem swapcache
Daisuke Nishimura
2011-01-14
2
-4
/
+3
*
|
|
memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset
Jesper Juhl
2011-01-14
1
-6
/
+3
*
|
|
memcg: fix deadlock between cpuset and memcg
Daisuke Nishimura
2011-01-14
1
-35
/
+49
*
|
|
memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()
Minchan Kim
2011-01-14
1
-1
/
+0
*
|
|
memcg: fix unit mismatch in memcg oom limit calculation
Johannes Weiner
2011-01-14
1
-2
/
+3
*
|
|
memcg: add lock to synchronize page accounting and migration
KAMEZAWA Hiroyuki
2011-01-14
1
-2
/
+7
*
|
|
memcg: create extensible page stat update routines
Greg Thelen
2011-01-14
2
-11
/
+9
*
|
|
mm: batch activate_page() to reduce lock contention
Shaohua Li
2011-01-14
3
-13
/
+92
*
|
|
mm: simplify code of swap.c
Shaohua Li
2011-01-14
1
-47
/
+54
*
|
|
mm/page_alloc.c: don't cache `current' in a local
Andrew Morton
2011-01-14
1
-14
/
+10
*
|
|
mm: fix hugepage migration
Hugh Dickins
2011-01-14
1
-17
/
+6
*
|
|
mm: fix migration hangs on anon_vma lock
Hugh Dickins
2011-01-14
1
-29
/
+19
*
|
|
ksm: drain pagevecs to lru
Hugh Dickins
2011-01-14
1
-0
/
+12
*
|
|
hugetlb: fix handling of parse errors in sysfs
Eric B Munson
2011-01-14
1
-4
/
+2
*
|
|
hugetlb: do not allow pagesize >= MAX_ORDER pool adjustment
Eric B Munson
2011-01-14
1
-2
/
+21
*
|
|
hugetlb: check the return value of string conversion in sysctl handler
Michal Hocko
2011-01-14
1
-6
/
+12
*
|
|
mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc()
Andrew Morton
2011-01-14
1
-1
/
+1
*
|
|
mm/dmapool.c: take lock only once in dma_pool_free()
Rolf Eike Beer
2011-01-14
1
-8
/
+6
*
|
|
mm/page_alloc.c: simplify calculation of combined index of adjacent buddy lists
KyongHo Cho
2011-01-14
1
-15
/
+10
*
|
|
brk: fix min_brk lower bound computation for COMPAT_BRK
Jiri Kosina
2011-01-14
1
-1
/
+9
*
|
|
mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common()
Jesper Juhl
2011-01-14
1
-1
/
+3
*
|
|
mm: migration: use rcu_dereference_protected when dereferencing the radix tre...
Mel Gorman
2011-01-14
1
-2
/
+2
*
|
|
thp: add compound_trans_head() helper
Andrea Arcangeli
2011-01-14
1
-12
/
+3
*
|
|
thp: KSM on THP
Andrea Arcangeli
2011-01-14
1
-9
/
+58
*
|
|
thp: khugepaged: make khugepaged aware about madvise
Andrea Arcangeli
2011-01-14
2
-5
/
+20
*
|
|
thp: madvise(MADV_NOHUGEPAGE)
Andrea Arcangeli
2011-01-14
2
-12
/
+33
*
|
|
thp: compound_trans_order
Andrea Arcangeli
2011-01-14
2
-12
/
+12
*
|
|
thp: fix memory-failure hugetlbfs vs THP collision
Andrea Arcangeli
2011-01-14
2
-2
/
+2
*
|
|
thp: add debug checks for mapcount related invariants
Andrea Arcangeli
2011-01-14
1
-2
/
+4
*
|
|
thp: scale nr_rotated to balance memory pressure
Rik van Riel
2011-01-14
1
-2
/
+3
*
|
|
thp: fix anon memory statistics with transparent hugepages
Rik van Riel
2011-01-14
3
-6
/
+17
*
|
|
thp: disable transparent hugepages by default on small systems
Rik van Riel
2011-01-14
1
-0
/
+8
*
|
|
thp: use compaction for all allocation orders
Andrea Arcangeli
2011-01-14
1
-1
/
+1
*
|
|
thp: use compaction in kswapd for GFP_ATOMIC order > 0
Andrea Arcangeli
2011-01-14
2
-15
/
+46
*
|
|
thp: freeze khugepaged and ksmd
Andrea Arcangeli
2011-01-14
2
-4
/
+18
*
|
|
thp: mmu_notifier_test_young
Andrea Arcangeli
2011-01-14
2
-2
/
+24
*
|
|
thp: don't allow transparent hugepage support without PSE
Andrea Arcangeli
2011-01-14
1
-0
/
+8
*
|
|
thp: avoid breaking huge pmd invariants in case of vma_adjust failures
Andrea Arcangeli
2011-01-14
2
-2
/
+80
*
|
|
thp: transhuge isolate_migratepages()
Andrea Arcangeli
2011-01-14
1
-0
/
+15
*
|
|
thp: select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled
Andrea Arcangeli
2011-01-14
1
-0
/
+1
[next]