index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/slab: introduce new slab management type, OBJFREELIST_SLAB
Joonsoo Kim
2016-03-16
1
-8
/
+86
*
mm/slab: factor out debugging initialization in cache_init_objs()
Joonsoo Kim
2016-03-16
1
-6
/
+18
*
mm/slab: factor out slab list fixup code
Joonsoo Kim
2016-03-16
1
-12
/
+13
*
mm/slab: make criteria for off slab determination robust and simple
Joonsoo Kim
2016-03-16
1
-28
/
+17
*
mm/slab: do not change cache size if debug pagealloc isn't possible
Joonsoo Kim
2016-03-16
1
-4
/
+11
*
mm/slab: clean up cache type determination
Joonsoo Kim
2016-03-16
1
-34
/
+71
*
mm/slab: align cache size first before determination of OFF_SLAB candidate
Joonsoo Kim
2016-03-16
1
-11
/
+15
*
mm/slab: put the freelist at the end of slab page
Joonsoo Kim
2016-03-16
1
-68
/
+22
*
mm/slab: remove object status buffer for DEBUG_SLAB_LEAK
Joonsoo Kim
2016-03-16
1
-32
/
+2
*
mm/slab: alternative implementation for DEBUG_SLAB_LEAK
Joonsoo Kim
2016-03-16
2
-22
/
+66
*
mm/slab: clean up DEBUG_PAGEALLOC processing code
Joonsoo Kim
2016-03-16
2
-52
/
+57
*
mm/slab: use more appropriate condition check for debug_pagealloc
Joonsoo Kim
2016-03-16
1
-3
/
+1
*
mm/slab: activate debug_pagealloc in SLAB when it is actually enabled
Joonsoo Kim
2016-03-16
1
-5
/
+10
*
mm/slab: remove the checks for slab implementation bug
Joonsoo Kim
2016-03-16
1
-22
/
+7
*
mm/slab: remove useless structure define
Joonsoo Kim
2016-03-16
1
-10
/
+1
*
mm/slab: fix stale code comment
Joonsoo Kim
2016-03-16
1
-1
/
+1
*
mm: fix some spelling
Jesper Dangaard Brouer
2016-03-16
3
-3
/
+3
*
mm: new API kfree_bulk() for SLAB+SLUB allocators
Jesper Dangaard Brouer
2016-03-16
4
-6
/
+37
*
slab: implement bulk free in SLAB allocator
Jesper Dangaard Brouer
2016-03-16
1
-6
/
+23
*
slab: avoid running debug SLAB code with IRQs disabled for alloc_bulk
Jesper Dangaard Brouer
2016-03-16
1
-3
/
+13
*
slab: implement bulk alloc in SLAB allocator
Jesper Dangaard Brouer
2016-03-16
1
-2
/
+35
*
slab: use slab_post_alloc_hook in SLAB allocator shared with SLUB
Jesper Dangaard Brouer
2016-03-16
1
-16
/
+6
*
mm: kmemcheck skip object if slab allocation failed
Jesper Dangaard Brouer
2016-03-16
1
-0
/
+3
*
slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUB
Jesper Dangaard Brouer
2016-03-16
1
-12
/
+4
*
mm: fault-inject take over bootstrap kmem_cache check
Jesper Dangaard Brouer
2016-03-16
4
-17
/
+14
*
mm/slab: move SLUB alloc hooks to common mm/slab.h
Jesper Dangaard Brouer
2016-03-16
2
-54
/
+62
*
slub: clean up code for kmem cgroup support to kmem_cache_free_bulk
Jesper Dangaard Brouer
2016-03-16
1
-11
/
+11
*
paride: make 'verbose' parameter an 'int' again
Arnd Bergmann
2016-03-16
2
-4
/
+4
*
block: partition: add partition specific uevent callbacks for partition info
San Mehat
2016-03-16
1
-0
/
+11
*
ocfs2/dlm: fix a variable overflow problem in dlmdomain.c
Jun Piao
2016-03-16
1
-1
/
+1
*
ocfs2: fix a tiny race that leads file system read-only
Jiufei Xue
2016-03-16
4
-4
/
+18
*
ocfs2/dlm: return EINVAL when the lockres on migration target is in DROPPING_...
xuejiufei
2016-03-16
1
-1
/
+13
*
ocfs2/dlm: clear DROPPING_REF flag when the master goes down
xuejiufei
2016-03-16
1
-8
/
+10
*
ocfs2/dlm: return in progress if master can not clear the refmap bit right now
xuejiufei
2016-03-16
3
-3
/
+17
*
ocfs2/dlm: add DEREF_DONE message
xuejiufei
2016-03-16
3
-1
/
+138
*
ocfs2/dlm: fix a typo in dlmcommon.h
Joseph Qi
2016-03-16
1
-2
/
+2
*
ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()
jiangyiwen
2016-03-16
1
-2
/
+3
*
ocfs2/cluster: replace the interrupt safe spinlocks with common ones
jiangyiwen
2016-03-16
1
-6
/
+4
*
blackfin: define dummy pgprot_writecombine for !MMU
Sudip Mukherjee
2016-03-16
1
-0
/
+2
*
m32r: mm: fix build warning
Sudip Mukherjee
2016-03-16
1
-12
/
+15
*
tags: Fix DEFINE_PER_CPU expansions
Peter Zijlstra
2016-03-16
8
-18
/
+13
*
init/main.c: use list_for_each_entry()
Geliang Tang
2016-03-16
1
-3
/
+1
*
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-03-15
14
-161
/
+424
|
\
|
*
Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Ingo Molnar
2016-03-08
14
-161
/
+424
|
|
\
|
|
*
sched-clock: Migrate to use new tick dependency mask model
Frederic Weisbecker
2016-03-02
2
-19
/
+5
|
|
*
posix-cpu-timers: Migrate to use new tick dependency mask model
Frederic Weisbecker
2016-03-02
4
-52
/
+12
|
|
*
sched: Migrate sched to use new tick dependency mask model
Frederic Weisbecker
2016-03-02
4
-37
/
+53
|
|
*
sched: Account rr tasks
Frederic Weisbecker
2016-03-02
2
-0
/
+17
|
|
*
perf: Migrate perf to use new tick dependency mask model
Frederic Weisbecker
2016-03-02
4
-32
/
+49
|
|
*
nohz: Use enum code for tick stop failure tracing message
Frederic Weisbecker
2016-03-02
3
-14
/
+41
[next]