summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* drivers: dma-contiguous: add initialization from device treeMarek Szyprowski2014-10-141-11/+51
* mm/cma: fix cma bitmap aligned mask computingWeijie Yang2014-10-141-1/+3
* mm/slab: fix unaligned access on sparc64Joonsoo Kim2014-10-141-1/+1
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-131-1/+1
|\
| * Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-09-231-1/+1
| |\
| | * rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loopsPaul E. McKenney2014-09-081-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-14/+226
|\ \ \
| * | | Add copy_to_iter(), copy_from_iter() and iov_iter_zero()Matthew Wilcox2014-10-091-14/+226
* | | | Merge tag 'tiny/no-advice-fixup-3.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-121-1/+2
|\ \ \ \
| * | | | mm: Support fadvise without CONFIG_MMUJosh Triplett2014-10-101-1/+2
* | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-10-108-239/+477
|\ \ \ \ \
| * | | | | percpu: fix how @gfp is interpreted by the percpu allocatorTejun Heo2014-10-081-1/+1
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo2014-09-2411-43/+104
| |\ \ \ \ \
| * | | | | | Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck2014-09-221-2/+0Star
| * | | | | | percpu: fix locking regression in the failure path of pcpu_alloc()Tejun Heo2014-09-091-0/+1
| * | | | | | proportions: add @gfp to init functionsTejun Heo2014-09-082-2/+2
| * | | | | | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-084-4/+4
| * | | | | | percpu: implement asynchronous chunk populationTejun Heo2014-09-021-4/+113
| * | | | | | percpu: rename pcpu_reclaim_work to pcpu_balance_workTejun Heo2014-09-021-15/+12Star
| * | | | | | percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populatedTejun Heo2014-09-022-10/+114
| * | | | | | percpu: make sure chunk->map array has available spaceTejun Heo2014-09-021-8/+45
| * | | | | | percpu: implement [__]alloc_percpu_gfp()Tejun Heo2014-09-021-25/+39
| * | | | | | percpu: indent the population block in pcpu_alloc()Tejun Heo2014-09-021-17/+21
| * | | | | | percpu: make pcpu_alloc_area() capable of allocating only from populated areasTejun Heo2014-09-021-7/+58
| * | | | | | percpu: restructure lockingTejun Heo2014-09-022-40/+37Star
| * | | | | | percpu: make percpu-km set chunk->populated bitmap properlyTejun Heo2014-09-021-0/+3
| * | | | | | percpu: move region iterations out of pcpu_[de]populate_chunk()Tejun Heo2014-09-023-54/+28Star
| * | | | | | percpu: move common parts out of pcpu_[de]populate_chunk()Tejun Heo2014-09-023-40/+31Star
| * | | | | | percpu: remove @may_alloc from pcpu_get_pages()Tejun Heo2014-09-021-7/+8
| * | | | | | percpu: remove the usage of separate populated bitmap in percpu-vmTejun Heo2014-09-021-68/+25Star
* | | | | | | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-10-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | cgroup: remove redundant check in cgroup_ino()Zefan Li2014-09-191-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | zbud: avoid accessing last unused freelistChao Yu2014-10-101-6/+7
* | | | | | | zsmalloc: simplify init_zspage free obj linkingDan Streetman2014-10-101-9/+5Star
* | | | | | | mm/zsmalloc.c: correct comment for fullness group computationWang Sheng-Hui2014-10-101-1/+1
* | | | | | | zsmalloc: change return value unit of zs_get_total_size_bytesMinchan Kim2014-10-101-5/+4Star
* | | | | | | zsmalloc: move pages_allocated to zs_poolMinchan Kim2014-10-101-15/+8Star
* | | | | | | vmstat: on-demand vmstat workers V8Christoph Lameter2014-10-101-21/+120
* | | | | | | mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZYMel Gorman2014-10-101-1/+3
* | | | | | | mm/balloon_compaction: add vmstat counters and kpageflags bitKonstantin Khlebnikov2014-10-104-3/+21
* | | | | | | mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov2014-10-101-89/+6Star
* | | | | | | mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov2014-10-103-27/+17Star
* | | | | | | mm: introduce a general RCU get_user_pages_fast()Steve Capper2014-10-102-0/+357
* | | | | | | mm/dmapool.c: fixed a brace coding style issuePaul McQuade2014-10-101-9/+6Star
* | | | | | | mm: ksm use pr_err instead of printkPaul McQuade2014-10-101-2/+2
* | | | | | | mm/bootmem.c: use include/linux/ headersPaul McQuade2014-10-101-2/+2
* | | | | | | mm/filemap.c: remove trailing whitespacePaul McQuade2014-10-101-2/+2
* | | | | | | mm/mremap.c: use linux headersPaul McQuade2014-10-101-1/+1
* | | | | | | memcg: zap memcg_can_account_kmemVladimir Davydov2014-10-101-9/+3Star
* | | | | | | mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner2014-10-102-55/+21Star