summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | mm, compaction: move pageblock checks up from isolate_migratepages_range()Vlastimil Babka2014-10-093-112/+149
* | | | | | | | | mm, compaction: do not recheck suitable_migration_target under lockVlastimil Babka2014-10-091-13/+0
* | | | | | | | | mm, compaction: do not count compact_stall if all zones skipped compactionVlastimil Babka2014-10-091-35/+41
* | | | | | | | | mm, compaction: defer each zone individually instead of preferred zoneVlastimil Babka2014-10-093-37/+66
* | | | | | | | | mm, THP: don't hold mmap_sem in khugepaged when allocating THPVlastimil Babka2014-10-091-13/+7
* | | | | | | | | mm: page_alloc: determine migratetype only onceVlastimil Babka2014-10-091-4/+3
* | | | | | | | | mm: cma: adjust address limit to avoid hitting low/high memory boundaryMarek Szyprowski2014-10-091-0/+21
* | | | | | | | | memory-hotplug: add sysfs valid_zones attributeZhang Zhen2014-10-091-1/+1
* | | | | | | | | mm/mmap.c: whitespace fixesvishnu.ps2014-10-091-18/+19
* | | | | | | | | mm/slab: use percpu allocator for cpu cacheJoonsoo Kim2014-10-092-165/+75
* | | | | | | | | mm/slab: support slab mergeJoonsoo Kim2014-10-092-1/+27
* | | | | | | | | mm/slab_common: commonize slab merge logicJoonsoo Kim2014-10-093-89/+108
* | | | | | | | | slab: fix for_each_kmem_cache_node()Mikulas Patocka2014-10-091-2/+2
* | | | | | | | | slub: fall back to node_to_mem_node() node if allocating on memoryless nodeJoonsoo Kim2014-10-091-6/+18
* | | | | | | | | topology: add support for node_to_mem_node() to determine the fallback nodeJoonsoo Kim2014-10-091-0/+1
* | | | | | | | | slub: disable tracing and failslab for merged slabsChristoph Lameter2014-10-091-0/+11
* | | | | | | | | mm/slab: factor out unlikely part of cache_free_alien()Joonsoo Kim2014-10-091-17/+21
* | | | | | | | | mm/slab: noinline __ac_put_obj()Joonsoo Kim2014-10-091-2/+2
* | | | | | | | | mm/slab: move cache_flusharray() out of unlikely.text sectionJoonsoo Kim2014-10-091-1/+1
* | | | | | | | | mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller()Joonsoo Kim2014-10-092-20/+0
* | | | | | | | | mm/slab_common: move kmem_cache definition to internal headerJoonsoo Kim2014-10-093-0/+45
* | | | | | | | | mm/slab_common.c: suppress warningAndrew Morton2014-10-091-1/+3
* | | | | | | | | proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2014-10-091-15/+8
* | | | | | | | | Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-10-081-6/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MM: export page_wakeup functionsNeilBrown2014-09-251-6/+2
| * | | | | | | | | SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown2014-09-251-0/+13
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-083-3/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-242-3/+8
| * | | | | | | | | | kvm: Faults which trigger IO release the mmap_semAndres Lagar-Cavilla2014-09-241-0/+4
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida2014-09-091-1/+1
* | | | | | | | | | | Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds2014-10-071-2/+5
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | mm: Support compiling out madvise and fadviseJosh Triplett2014-08-171-2/+5
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds2014-10-022-9/+34
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner2014-10-021-4/+3
| * | | | | | | | | | mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner2014-10-021-5/+31
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman2014-10-021-2/+5
* | | | | | | | | | mm: migrate: Close race between migration completion and mprotectMel Gorman2014-10-021-1/+4
|/ / / / / / / / /
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-09-272-6/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fuse: honour max_read and max_write in direct_io modeMiklos Szeredi2014-09-261-5/+9
| * | | | | | | | | shmem: fix nlink for rename overwrite directoryMiklos Szeredi2014-09-261-1/+3
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-271-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2014-09-241-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | mm: softdirty: keep bit when zapping file ptePeter Feiner2014-09-261-1/+1
* | | | | | | | | mm, slab: initialize object alignment on cache creationDavid Rientjes2014-09-261-9/+2
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-09-221-0/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel2014-09-141-0/+2
| |/ / / / / /
* | | | | | | Fix unbalanced mutex in dma_pool_create().Krzysztof HaƂasa2014-09-181-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | mm/mmap.c: use pr_emerg when printing BUG related informationSasha Levin2014-09-101-8/+8
* | | | | | mem-hotplug: let memblock skip the hotpluggable memory regions in __next_mem_...Xishi Qiu2014-09-102-0/+6
OpenPOWER on IntegriCloud