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
*
slob: Check for NULL pointer before calling ctor()
Steven Rostedt
2013-07-07
1
-1
/
+1
*
slub: Make cpu partial slab support configurable
Joonsoo Kim
2013-07-07
1
-6
/
+21
*
slab: fix init_lock_keys
Christoph Lameter
2013-07-07
1
-1
/
+1
*
slob: use DIV_ROUND_UP where possible
Sasha Levin
2013-07-07
1
-1
/
+1
*
slub: do not put a slab to cpu partial list when cpu_partial is 0
Joonsoo Kim
2013-07-07
1
-0
/
+3
*
mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfo
Wanpeng Li
2013-07-07
1
-2
/
+2
*
mm/slub: Drop unnecessary nr_partials
Wanpeng Li
2013-07-07
1
-2
/
+0
*
mm/slab: Fix /proc/slabinfo unwriteable for slab
Wanpeng Li
2013-07-07
1
-1
/
+9
*
mm/slab: Sharing s_next and s_stop between slab and slub
Wanpeng Li
2013-07-07
3
-12
/
+5
*
mm/slab: Fix drain freelist excessively
Wanpeng Li
2013-07-07
1
-3
/
+9
*
mm, slab: moved kmem_cache_alloc_node comment to correct place
Zhouping Liu
2013-06-08
1
-12
/
+11
*
mm, slab_common: Fix bootstrap creation of kmalloc caches
Christoph Lameter
2013-05-06
1
-9
/
+15
*
slab: Return NULL for oversized allocations
Christoph Lameter
2013-05-06
1
-0
/
+3
*
mm: slab: Verify the nodeid passed to ____cache_alloc_node
Aaron Tomlin
2013-05-01
1
-0
/
+1
*
slub: tid must be retrieved from the percpu area of the current processor
Christoph Lameter
2013-04-05
1
-3
/
+9
*
slub: Do not dereference NULL pointer in node_match
Christoph Lameter
2013-04-05
1
-1
/
+1
*
slub: add 'likely' macro to inc_slabs_node()
Joonsoo Kim
2013-04-02
1
-1
/
+1
*
slub: correct to calculate num of acquired objects in get_partial_node()
Joonsoo Kim
2013-04-02
1
-8
/
+9
*
slub: correctly bootstrap boot caches
Glauber Costa
2013-02-28
1
-0
/
+6
*
mm/sl[au]b: correct allocation type check in kmalloc_slab()
Joonsoo Kim
2013-02-06
1
-1
/
+1
*
slab: Fixup CONFIG_PAGE_ALLOC/DEBUG_SLAB_LEAK sections
Christoph Lameter
2013-02-06
1
-14
/
+15
*
slab: Common definition for kmem_cache_node
Christoph Lameter
2013-02-01
2
-17
/
+32
*
slab: Rename list3/l3 to node
Christoph Lameter
2013-02-01
2
-259
/
+259
*
slab: Common Kmalloc cache determination
Christoph Lameter
2013-02-01
4
-142
/
+114
*
slab: Common function to create the kmalloc array
Christoph Lameter
2013-02-01
4
-99
/
+64
*
slab: Common definition for the array of kmalloc caches
Christoph Lameter
2013-02-01
3
-15
/
+8
*
slab: Common constants for kmalloc boundaries
Christoph Lameter
2013-02-01
1
-11
/
+11
*
slab: Rename nodelists to node
Christoph Lameter
2013-02-01
1
-68
/
+67
*
slab: Common name for the per node structures
Christoph Lameter
2013-02-01
1
-44
/
+43
*
slab: Use common kmalloc_index/kmalloc_size functions
Christoph Lameter
2013-02-01
1
-93
/
+76
*
slab: Use proper formatting specs for unsigned size_t
Christoph Lameter
2013-02-01
1
-1
/
+1
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-12-20
5
-17
/
+65
|
\
|
*
memcg: don't register hotcpu notifier from ->css_alloc()
Tejun Heo
2012-12-20
1
-1
/
+13
|
*
mm: clean up transparent hugepage sysfs error messages
Jeremy Eder
2012-12-20
1
-3
/
+3
|
*
mm: cma: WARN if freed memory is still in use
Marek Szyprowski
2012-12-20
1
-2
/
+9
|
*
mm: fix calculation of dirtyable memory
Sonny Rao
2012-12-20
1
-5
/
+20
|
*
compaction: fix build error in CMA && !COMPACTION
Minchan Kim
2012-12-20
1
-6
/
+20
*
|
Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...
Al Viro
2012-12-20
3
-14
/
+15
|
\
\
|
|
/
|
*
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2012-12-20
1
-0
/
+1
|
|
\
|
|
*
mm: highmem: export kmap_to_page for modules
Will Deacon
2012-10-22
1
-0
/
+1
|
*
|
ksm: make rmap walks more scalable
Hugh Dickins
2012-12-20
1
-8
/
+8
|
*
|
mm: do not sleep in balance_pgdat if there's no i/o congestion
Zlatko Calusic
2012-12-20
1
-6
/
+6
*
|
|
mm: drop vmtruncate
Marco Stornelli
2012-12-20
1
-23
/
+0
|
/
/
*
|
mm/vmscan.c: avoid possible deadlock caused by too_many_isolated()
Fengguang Wu
2012-12-18
1
-0
/
+8
*
|
vmscan: comment too_many_isolated()
Fengguang Wu
2012-12-18
1
-1
/
+5
*
|
mm/kmemleak.c: remove obsolete simple_strtoul
Abhijit Pawar
2012-12-18
1
-1
/
+2
*
|
mm/memory_hotplug.c: improve comments
Tang Chen
2012-12-18
1
-6
/
+12
*
|
mm/hugetlb: create hugetlb cgroup file in hugetlb_init
Jianguo Wu
2012-12-18
2
-12
/
+18
*
|
mm/mprotect.c: coding-style cleanups
Andrew Morton
2012-12-18
1
-14
/
+16
*
|
slub: drop mutex before deleting sysfs entry
Glauber Costa
2012-12-18
1
-1
/
+12
[next]