index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-20
vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu()
Lai Jiangshan
1
-8
/
+1
2011-07-20
slab: shrink sizeof(struct kmem_cache)
Eric Dumazet
1
-4
/
+6
2011-07-20
vmscan: add customisable shrinker batch size
Dave Chinner
1
-5
/
+6
2011-07-20
vmscan: reduce wind up shrinker->nr when shrinker can't do work
Dave Chinner
1
-0
/
+15
2011-07-20
vmscan: shrinker->nr updates race and go wrong
Dave Chinner
1
-13
/
+32
2011-07-20
vmscan: add shrink_slab tracepoints
Dave Chinner
1
-1
/
+7
2011-07-19
vmscan: fix a livelock in kswapd
Shaohua Li
1
-1
/
+2
2011-07-18
slab: fix DEBUG_SLAB build
Hugh Dickins
1
-4
/
+2
2011-07-18
slub: disable interrupts in cmpxchg_double_slab when falling back to pagelock
Christoph Lameter
1
-4
/
+45
2011-07-12
x86, numa: Implement pfn -> nid mapping granularity check
Tejun Heo
1
-0
/
+54
2011-07-11
Merge branch 'master' into for-next
Jiri Kosina
20
-293
/
+634
2011-07-09
writeback: trace global_dirty_state
Wu Fengguang
1
-0
/
+1
2011-07-09
writeback: introduce max-pause and pass-good dirty limits
Wu Fengguang
1
-0
/
+33
2011-07-09
writeback: introduce smoothed global dirty limit
Wu Fengguang
1
-2
/
+72
2011-07-09
writeback: consolidate variable names in balance_dirty_pages()
Wu Fengguang
1
-10
/
+11
2011-07-09
writeback: show bdi write bandwidth in debugfs
Wu Fengguang
1
-11
/
+13
2011-07-09
writeback: bdi write bandwidth estimation
Wu Fengguang
2
-0
/
+99
2011-07-09
writeback: account per-bdi accumulated written pages
Jan Kara
2
-2
/
+9
2011-07-09
writeback: make writeback_control.nr_to_write straight
Wu Fengguang
2
-26
/
+8
2011-07-08
mm/nommu.c: fix remap_pfn_range()
Bob Liu
1
-3
/
+6
2011-07-08
memcg: fix numa scan information update to be triggered by memory event
KAMEZAWA Hiroyuki
1
-6
/
+27
2011-07-08
memcg: fix reclaimable lru check in memcg
KAMEZAWA Hiroyuki
1
-31
/
+76
2011-07-08
mm: __tlb_remove_page() check the correct batch
Shaohua Li
1
-0
/
+1
2011-07-08
mm: vmscan: only read new_classzone_idx from pgdat when reclaiming successfully
Mel Gorman
1
-13
/
+21
2011-07-08
mm: vmscan: evaluate the watermarks against the correct classzone
Mel Gorman
1
-1
/
+1
2011-07-08
mm: vmscan: do not apply pressure to slab if we are not applying pressure to ...
Mel Gorman
1
-10
/
+13
2011-07-08
mm: vmscan: correct check for kswapd sleeping in sleeping_prematurely
Mel Gorman
1
-1
/
+1
2011-07-07
SLUB: Fix missing <linux/stacktrace.h> include
Pekka Enberg
1
-0
/
+1
2011-07-07
slub: reduce overhead of slub_debug
Marcin Slusarz
1
-2
/
+34
2011-07-07
slub: Add method to verify memory is not freed
Ben Greear
1
-0
/
+36
2011-07-07
slub: Enable backtrace for create/delete points
Ben Greear
1
-0
/
+32
2011-07-02
slub: Not necessary to check for empty slab on load_freelist
Christoph Lameter
1
-3
/
+2
2011-07-02
slub: fast release on full slab
Christoph Lameter
1
-2
/
+19
2011-07-02
slub: Add statistics for the case that the current slab does not match the node
Christoph Lameter
1
-0
/
+3
2011-07-02
slub: Get rid of the another_slab label
Christoph Lameter
1
-6
/
+5
2011-07-02
slub: Avoid disabling interrupts in free slowpath
Christoph Lameter
1
-11
/
+5
2011-07-02
slub: Disable interrupts in free_debug processing
Christoph Lameter
1
-4
/
+10
2011-07-02
slub: Invert locking and avoid slab lock
Christoph Lameter
1
-77
/
+52
2011-07-02
slub: Rework allocator fastpaths
Christoph Lameter
1
-129
/
+280
2011-07-02
slub: Pass kmem_cache struct to lock and freeze slab
Christoph Lameter
1
-7
/
+8
2011-07-02
slub: explicit list_lock taking
Christoph Lameter
1
-40
/
+49
2011-07-02
slub: Add cmpxchg_double_slab()
Christoph Lameter
1
-5
/
+60
2011-07-02
slub: Move page->frozen handling near where the page->freelist handling occurs
Christoph Lameter
1
-2
/
+6
2011-07-02
slub: Do not use frozen page flag but a bit in the page counters
Christoph Lameter
1
-6
/
+6
2011-07-02
slub: Push irq disable into allocate_slab()
Christoph Lameter
1
-10
/
+13
2011-06-27
memcg: fix direct softlimit reclaim to be called in limit path
KAMEZAWA Hiroyuki
1
-12
/
+15
2011-06-27
mm: fix assertion mapping->nrpages == 0 in end_writeback()
Jan Kara
1
-0
/
+5
2011-06-27
mm/memory-failure.c: fix spinlock vs mutex order
Peter Zijlstra
2
-18
/
+8
2011-06-27
tmpfs: add shmem_read_mapping_page_gfp
Hugh Dickins
1
-0
/
+23
2011-06-27
tmpfs: take control of its truncate_range
Hugh Dickins
2
-24
/
+31
[prev]
[next]