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
*
memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users
Tejun Heo
2011-12-08
1
-3
/
+2
*
memblock: Track total size of regions automatically
Tejun Heo
2011-12-08
1
-14
/
+13
*
memblock: Reimplement memblock_enforce_memory_limit() using __memblock_remove()
Tejun Heo
2011-12-08
1
-29
/
+13
*
memblock: Make memblock functions handle overflowing range @size
Tejun Heo
2011-12-08
1
-3
/
+12
*
memblock: Reimplement __memblock_remove() using memblock_isolate_range()
Tejun Heo
2011-12-08
1
-47
/
+9
*
memblock: Separate out memblock_isolate_range() from memblock_set_node()
Tejun Heo
2011-12-08
1
-39
/
+78
*
memblock: Kill memblock_init()
Tejun Heo
2011-12-08
1
-34
/
+14
*
memblock: Kill sentinel entries at the end of static region arrays
Tejun Heo
2011-12-08
1
-12
/
+2
*
memblock: Add __memblock_dump_all()
Tejun Heo
2011-12-08
1
-4
/
+1
*
memblock: Use memblock_reserve() in memblock internal functions
Tejun Heo
2011-12-08
1
-6
/
+3
*
memblock: Make memblock_{add|remove|free|reserve}() return int and update pro...
Tejun Heo
2011-12-08
1
-9
/
+9
*
Merge branch 'master' into x86/memblock
Tejun Heo
2011-11-28
63
-3349
/
+5101
|
\
|
*
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-22
1
-16
/
+7
|
|
\
|
|
*
writeback: remove vm_dirties and task->dirties
Wu Fengguang
2011-11-17
1
-9
/
+0
|
|
*
writeback: hard throttle 1000+ dd on a slow USB stick
Wu Fengguang
2011-11-17
1
-6
/
+3
|
|
*
mm: Make task in balance_dirty_pages() killable
Jan Kara
2011-11-16
1
-1
/
+4
|
*
|
Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2011-11-18
2
-15
/
+14
|
|
\
\
|
|
*
|
xen: map foreign pages for shared rings by updating the PTEs directly
David Vrabel
2011-11-16
2
-15
/
+14
|
*
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2011-11-18
1
-0
/
+8
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
backing-dev: ensure wakeup_timer is deleted
Rabin Vincent
2011-11-11
1
-0
/
+8
|
|
|
/
|
*
|
hugetlb: release pages in the error path of hugetlb_cow()
Hillf Danton
2011-11-15
1
-0
/
+2
|
*
|
oom: do not kill tasks with oom_score_adj OOM_SCORE_ADJ_MIN
Michal Hocko
2011-11-15
1
-0
/
+5
|
|
/
|
*
writeback: fix uninitialized task_ratelimit
Wu Fengguang
2011-11-07
1
-4
/
+4
|
*
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
38
-36
/
+33
|
|
\
|
|
*
mm: fix implicit stat.h usage in dmapool.c
Paul Gortmaker
2011-10-31
1
-0
/
+1
|
|
*
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
30
-30
/
+30
|
|
*
mm: Add export.h for EXPORT_SYMBOL to active symbol exporters
Paul Gortmaker
2011-10-31
2
-0
/
+2
|
|
*
mm: delete various needless include <linux/module.h>
Paul Gortmaker
2011-10-31
6
-6
/
+0
|
*
|
Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
3
-154
/
+560
|
|
\
\
|
|
*
|
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth
2011-10-31
3
-3
/
+6
|
|
*
|
writeback: trace event balance_dirty_pages
Wu Fengguang
2011-10-31
1
-0
/
+22
|
|
*
|
writeback: trace event bdi_dirty_ratelimit
Wu Fengguang
2011-10-31
1
-0
/
+2
|
|
*
|
writeback: fix ppc compile warnings on do_div(long long, unsigned long)
Wu Fengguang
2011-10-11
1
-8
/
+7
|
|
*
|
writeback: dirty position control - bdi reserve area
Wu Fengguang
2011-10-03
1
-0
/
+15
|
|
*
|
writeback: control dirty pause time
Wu Fengguang
2011-10-03
1
-1
/
+19
|
|
*
|
writeback: limit max dirty pause time
Wu Fengguang
2011-10-03
1
-2
/
+42
|
|
*
|
writeback: IO-less balance_dirty_pages()
Wu Fengguang
2011-10-03
1
-105
/
+56
|
|
*
|
writeback: per task dirty rate limit
Wu Fengguang
2011-10-03
1
-39
/
+50
|
|
*
|
writeback: stabilize bdi->dirty_ratelimit
Wu Fengguang
2011-10-03
2
-1
/
+71
|
|
*
|
writeback: dirty rate control
Wu Fengguang
2011-10-03
2
-2
/
+82
|
|
*
|
writeback: add bg_threshold parameter to __bdi_update_bandwidth()
Wu Fengguang
2011-10-03
1
-4
/
+7
|
|
*
|
writeback: dirty position control
Wu Fengguang
2011-10-03
1
-1
/
+190
|
|
*
|
writeback: account per-bdi accumulated dirtied pages
Wu Fengguang
2011-10-03
2
-0
/
+3
|
*
|
|
Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2011-11-04
1
-5
/
+4
|
|
\
\
\
|
|
*
|
|
block: initialize the bounce pool if high memory may be added later
David Vrabel
2011-10-20
1
-5
/
+4
|
|
|
/
/
|
*
|
|
Merge branch 'akpm' (Andrew's incoming - part two)
Linus Torvalds
2011-11-02
7
-546
/
+641
|
|
\
\
\
|
|
*
|
|
mm/page_cgroup.c: quiet sparse noise
H Hartley Sweeten
2011-11-02
1
-1
/
+1
|
|
*
|
|
memcg: Fix race condition in memcg_check_events() with this_cpu usage
Steven Rostedt
2011-11-02
1
-4
/
+6
|
|
*
|
|
memcg: close race between charge and putback
Johannes Weiner
2011-11-02
1
-1
/
+20
|
|
*
|
|
memcg: skip scanning active lists based on individual size
Johannes Weiner
2011-11-02
2
-36
/
+19
[next]