summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | mm: cma: debugfs interfaceSasha Levin2015-04-155-15/+91
| * | | | | memory hotplug: use macro to switch between section and pfnSheng Yong2015-04-151-1/+1
| * | | | | mm: memcontrol: update copyright noticeJohannes Weiner2015-04-151-0/+6
| * | | | | mm/memblock.c: rename local variable of memblock_type to `type'Baoquan He2015-04-151-2/+2
| * | | | | mm: move mm_populate()-related code to mm/gup.cKirill A. Shutemov2015-04-152-118/+118
| * | | | | mm: move gup() -> posix mlock() error conversion out of __mm_populateKirill A. Shutemov2015-04-151-4/+7
| * | | | | mm: rename __mlock_vma_pages_range() to populate_vma_page_range()Kirill A. Shutemov2015-04-153-9/+9
| * | | | | mm: rename FOLL_MLOCK to FOLL_POPULATEKirill A. Shutemov2015-04-153-5/+5
| * | | | | slob: make slob_alloc_node() static and remove EXPORT_SYMBOL()Fabian Frederick2015-04-151-2/+1
| * | | | | slub: use bool function return values of true/false not 1/0Joe Perches2015-04-151-6/+6
| * | | | | mm/slub.c: parse slub_debug O option in switch statementChris J Arges2015-04-151-9/+7
| * | | | | mm/migrate: mark unmap_and_move() "noinline" to avoid ICE in gcc 4.7.3Geert Uytterhoeven2015-04-151-3/+14
| * | | | | mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer2015-04-151-2/+1
* | | | | | Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-154-27/+14
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | process_vm_access: switch to {compat_,}import_iovec()Al Viro2015-04-121-23/+12
| * | | | Merge branch 'iocb' into for-nextAl Viro2015-04-123-4/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-263-3/+2
| | * | | fs: remove ki_nbytesChristoph Hellwig2015-03-131-1/+0
* | | | | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2015-04-141-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | percpu: Fix trivial typos in commentsYannick Guerrini2015-03-241-2/+2
* | | | | fix mremap() vs. ioctx_kill() raceAl Viro2015-04-061-2/+8
| |_|_|/ |/| | |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-03-269-38/+53
|\ \ \ \
| * | | | mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman2015-03-261-0/+1
| * | | | mm: numa: slow PTE scan rate if migration failures occurMel Gorman2015-03-262-2/+4
| * | | | mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman2015-03-263-6/+14
| * | | | mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman2015-03-262-19/+13
| * | | | mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott2015-03-261-0/+1
| * | | | mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland2015-03-261-2/+4
| * | | | mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng2015-03-261-9/+4
| * | | | mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...Naoya Horiguchi2015-03-261-1/+8
| * | | | mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2015-03-262-3/+8
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-03-251-2/+5
|\ \ \ \ | |/ / / |/| | |
| * | | writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-03-231-1/+4
| * | | writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-03-041-1/+1
* | | | Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2015-03-132-754/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | move iov_iter.c from mm/ to lib/Al Viro2015-02-182-769/+1
| * | | new helper: dup_iter()Al Viro2015-02-181-0/+15
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-03-138-13/+30
|\ \ \ \
| * | | | memcg: disable hierarchy support if bound to the legacy cgroup hierarchyVladimir Davydov2015-03-131-1/+3
| * | | | mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep2015-03-131-2/+2
| * | | | kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin2015-03-132-3/+12
| * | | | mm/nommu.c: export symbol max_mapnrgchen gchen2015-03-131-0/+1
| * | | | mm: cma: fix CMA aligned offset calculationDanesh Petigara2015-03-131-5/+7
| * | | | mm, hugetlb: close race when setting PageTail for gigantic pagesDavid Rientjes2015-03-131-1/+3
| * | | | mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledMichal Hocko2015-03-131-1/+2
* | | | | mm: thp: Return the correct value for change_huge_pmdMel Gorman2015-03-121-2/+2
|/ / / /
* | / / mm: fix up numa read-only thread grouping logicLinus Torvalds2015-03-122-2/+12
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-281-0/+3
|\ \ \
| * | | mm: shmem: check for mapping owner before dereferencingSasha Levin2015-02-231-0/+3
| | |/ | |/|
* | | mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner2015-02-281-1/+8