index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'slab/urgent' into slab/next
Pekka Enberg
2011-03-11
1
-4
/
+4
|
\
|
*
Revert "slab: Fix missing DEBUG_SLAB last user"
Pekka Enberg
2011-02-14
1
-4
/
+4
*
|
Merge branch 'slab/rcu' into slab/next
Pekka Enberg
2011-03-11
19
-190
/
+356
|
\
\
|
*
|
slab,rcu: don't assume the size of struct rcu_head
Lai Jiangshan
2011-03-11
1
-18
/
+21
|
*
|
slub,rcu: don't assume the size of struct rcu_head
Lai Jiangshan
2011-03-11
1
-5
/
+25
|
*
|
slub: automatically reserve bytes at the end of slab
Lai Jiangshan
2011-03-11
1
-17
/
+30
|
*
|
mm: use correct numa policy node for transparent hugepages
Andi Kleen
2011-03-04
2
-8
/
+19
|
*
|
mm: preserve original node for transparent huge page copies
Andi Kleen
2011-03-04
1
-2
/
+2
|
*
|
mm: change alloc_pages_vma to pass down the policy node for local policy
Andi Kleen
2011-03-04
2
-7
/
+6
|
*
|
memcg: more mem_cgroup_uncharge() batching
Hugh Dickins
2011-02-25
1
-0
/
+2
|
*
|
thp: fix interleaving for transparent hugepages
Andi Kleen
2011-02-25
1
-1
/
+1
|
*
|
mm: fix dubious code in __count_immobile_pages()
Namhyung Kim
2011-02-25
1
-3
/
+2
|
*
|
mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !...
Mel Gorman
2011-02-25
1
-10
/
+22
|
*
|
mm: grab rcu read lock in move_pages()
Greg Thelen
2011-02-25
1
-3
/
+3
|
*
|
mm: fix refcounting in swapon
Miklos Szeredi
2011-02-24
1
-1
/
+1
|
*
|
mm: fix possible cause of a page_mapped BUG
Hugh Dickins
2011-02-23
1
-3
/
+1
|
*
|
mm: prevent concurrent unmap_mapping_range() on the same inode
Miklos Szeredi
2011-02-23
1
-0
/
+2
|
*
|
thp: prevent hugepages during args/env copying into the user stack
Andrea Arcangeli
2011-02-15
1
-19
/
+16
|
*
|
memcg: fix leak of accounting at failure path of hugepage collapsing
KAMEZAWA Hiroyuki
2011-02-11
1
-1
/
+1
|
*
|
vmscan: fix zone shrinking exit when scan work is done
Johannes Weiner
2011-02-11
1
-2
/
+2
|
*
|
mlock: do not munlock pages in __do_fault()
Michel Lespinasse
2011-02-11
1
-6
/
+0
|
*
|
mlock: fix race when munlocking pages in do_wp_page()
Michel Lespinasse
2011-02-11
1
-14
/
+12
|
*
|
memblock: don't adjust size in memblock_find_base()
Yinghai Lu
2011-02-11
1
-2
/
+0
|
*
|
memcg: fix event counting breakage from recent THP update
KAMEZAWA Hiroyuki
2011-02-02
1
-1
/
+3
|
*
|
memcg: never OOM when charging huge pages
Johannes Weiner
2011-02-02
1
-2
/
+8
|
*
|
memcg: prevent endless loop when charging huge pages to near-limit group
Johannes Weiner
2011-02-02
1
-7
/
+28
|
*
|
memcg: prevent endless loop when charging huge pages
Johannes Weiner
2011-02-02
1
-2
/
+9
|
*
|
thp: fix unsuitable behavior for hwpoisoned tail page
Jin Dongming
2011-02-02
1
-14
/
+17
|
*
|
thp: fix the wrong reported address of hwpoisoned hugepages
Jin Dongming
2011-02-02
2
-6
/
+28
|
*
|
thp: fix splitting of hwpoisoned hugepages
Jin Dongming
2011-02-02
1
-2
/
+28
|
*
|
mm/migration: fix page corruption during hugepage migration
Minchan Kim
2011-02-02
2
-5
/
+4
|
*
|
mm: when migrate_pages returns 0, all pages must have been released
Andrea Arcangeli
2011-02-02
2
-2
/
+2
|
*
|
memsw: deprecate noswapaccount kernel parameter and schedule it for removal
Michal Hocko
2011-02-02
1
-0
/
+1
|
*
|
memsw: handle swapaccount kernel parameter correctly
Michal Hocko
2011-02-02
1
-3
/
+3
|
*
|
mlock: operate on any regions with protection != PROT_NONE
Michel Lespinasse
2011-02-02
1
-0
/
+7
|
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cma...
Linus Torvalds
2011-01-31
2
-9
/
+10
|
|
\
\
|
|
*
|
kmemleak: Allow kmemleak metadata allocations to fail
Catalin Marinas
2011-01-27
1
-5
/
+8
|
|
*
|
kmemleak: remove memset by using kzalloc
Jesper Juhl
2011-01-27
1
-4
/
+2
|
*
|
|
memcg: fix race at move_parent around compound_order()
KAMEZAWA Hiroyuki
2011-01-26
1
-9
/
+16
|
*
|
|
memcg: bugfix check mem_cgroup_disabled() at split fixup
KAMEZAWA Hiroyuki
2011-01-26
1
-0
/
+2
|
*
|
|
memcg: fix account leak at failure of memsw acconting
KAMEZAWA Hiroyuki
2011-01-26
1
-0
/
+1
|
*
|
|
mm: migration: clarify migrate_pages() comment
Minchan Kim
2011-01-26
1
-1
/
+1
|
*
|
|
mm: compaction: don't depend on HUGETLB_PAGE
Andrea Arcangeli
2011-01-26
1
-1
/
+1
|
*
|
|
mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()
Jesper Juhl
2011-01-26
1
-1
/
+2
|
*
|
|
mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator
David Rientjes
2011-01-26
1
-2
/
+4
|
*
|
|
mm: fix deferred congestion timeout if preferred zone is not allowed
David Rientjes
2011-01-26
2
-2
/
+13
|
*
|
|
mm/pgtable-generic.c: fix CONFIG_SWAP=n build
Andrew Morton
2011-01-26
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
slub: fix ksize() build error
Mariusz Kozlowski
2011-02-27
1
-24
/
+24
*
|
|
slub: fix kmemcheck calls to match ksize() hints
Eric Dumazet
2011-02-23
1
-23
/
+26
*
|
|
mm: Remove support for kmem_cache_name()
Christoph Lameter
2011-01-23
3
-20
/
+0
|
/
/
[next]