summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mmu_notifier: add the callback for mmu_notifier_invalidate_range()Joerg Roedel2014-11-131-0/+25
* mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel2014-11-137-11/+19
* Merge tag 'xfs-for-linus-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-11-071-3/+3
|\
| * mm: Fix comment before truncate_setsize()Jan Kara2014-11-061-2/+3
| * mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara2014-10-301-1/+0Star
* | Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2014-11-041-24/+44
|\ \
| * | mm: cma: Use %pa to print physical addressesLaurent Pinchart2014-10-271-7/+6Star
| * | mm: cma: Ensure that reservations never cross the low/high mem boundaryLaurent Pinchart2014-10-271-16/+33
| * | mm: cma: Always consider a 0 base address reservation as dynamicLaurent Pinchart2014-10-271-1/+4
| * | mm: cma: Don't crash on allocation if CMA area can't be activatedLaurent Pinchart2014-10-271-0/+1
| |/
* | mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov2014-10-301-0/+2
* | mm/slab_common: don't check for duplicate cache namesMikulas Patocka2014-10-301-10/+0Star
* | mm: rmap: split out page_remove_file_rmap()Johannes Weiner2014-10-301-32/+46
* | mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner2014-10-303-68/+79
* | mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner2014-10-301-19/+4Star
* | memory-hotplug: clear pgdat which is allocated by bootmem in try_offline_node()Yasuaki Ishimatsu2014-10-301-5/+0Star
* | mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2014-10-302-9/+10
* | mm: free compound page with correct orderYu Zhao2014-10-301-2/+2
* | mm/compaction.c: avoid premature range skip in isolate_migratepages_rangeJoonsoo Kim2014-10-301-0/+3
* | cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan2014-10-301-0/+1
* | zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon2014-10-281-0/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-261-1/+35
|\
| * shmem: support RENAME_WHITEOUTMiklos Szeredi2014-10-241-1/+35
* | Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-242-0/+25
|\ \
| * | OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-10-212-0/+25
| |/
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-10-201-0/+57
|\ \ | |/ |/|
| * vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara2014-10-021-0/+57
* | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-181-24/+16Star
|\ \
| * \ Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-226-39/+110
| |\ \
| * \ \ Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-117-9/+9
| |\ \ \
| * | | | bdi: reimplement bdev_inode_switch_bdi()Tejun Heo2014-09-081-1/+1
| * | | | bdi: explain the dirty list transferring in bdi_destroy()Tejun Heo2014-09-081-2/+11
| * | | | bdi: make backing_dev_info->wb.dwork canceling stricterTejun Heo2014-09-081-13/+2Star
| * | | | bdi: remove bdi->wb_lock locking around bdi->dev clearing in bdi_unregister()Tejun Heo2014-09-081-8/+2Star
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2014-10-145-46/+90
|\ \ \ \
| * | | | mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner2014-10-143-33/+35
| * | | | 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 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-141-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()Luiz Capitulino2014-09-161-0/+2
| | |/ / | |/| |
* | | | 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