aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-38/+53
2015-03-25mm: numa: mark huge PTEs young when clearing NUMA hinting faultsMel Gorman1-0/+1
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman2-2/+4
2015-03-25mm: numa: preserve PTE write permissions across a NUMA hinting faultMel Gorman3-6/+14
2015-03-25mm: numa: group related processes based on VMA flags instead of page table flagsMel Gorman2-19/+13
2015-03-25mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott1-0/+1
2015-03-25mm/slub: fix lockups on PREEMPT && !SMP kernelsMark Rutland1-2/+4
2015-03-25mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2015-03-25mm/pagewalk.c: prevent positive return value of walk_page_test() from being p...Naoya Horiguchi1-1/+8
2015-03-25mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2-3/+8
2015-03-25Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+5
2015-03-23writeback: fix possible underflow in write bandwidth calculationTejun Heo1-1/+4
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-754/+1
2015-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-13/+30
2015-03-12memcg: disable hierarchy support if bound to the legacy cgroup hierarchyVladimir Davydov1-1/+3
2015-03-12mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep1-2/+2
2015-03-12kasan, module, vmalloc: rework shadow allocation for modulesAndrey Ryabinin2-3/+12
2015-03-12mm/nommu.c: export symbol max_mapnrgchen gchen1-0/+1
2015-03-12mm: cma: fix CMA aligned offset calculationDanesh Petigara1-5/+7
2015-03-12mm, hugetlb: close race when setting PageTail for gigantic pagesDavid Rientjes1-1/+3
2015-03-12mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabledMichal Hocko1-1/+2
2015-03-12mm: thp: Return the correct value for change_huge_pmdMel Gorman1-2/+2
2015-03-12mm: fix up numa read-only thread grouping logicLinus Torvalds2-2/+12
2015-03-04writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo1-1/+1
2015-02-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2015-02-28mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner1-1/+8
2015-02-28mm: memcontrol: use "max" instead of "infinity" in control knobsJohannes Weiner1-6/+6
2015-02-28memcg: fix low limit calculationMichal Hocko1-2/+2
2015-02-28mm/nommu: fix memory leakJoonsoo Kim1-3/+1
2015-02-23mm: shmem: check for mapping owner before dereferencingSasha Levin1-0/+3
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+2
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-11/+11
2015-02-17move iov_iter.c from mm/ to lib/Al Viro2-769/+1
2015-02-17new helper: dup_iter()Al Viro1-0/+15
2015-02-17Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-2/+8
2015-02-17Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-9/+17
2015-02-16vfs: remove get_xip_memMatthew Wilcox4-28/+5
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox1-40/+0
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox1-206/+0
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox2-238/+2
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox1-7/+12
2015-02-16mm: allow page fault handlers to perform the COWMatthew Wilcox1-9/+32
2015-02-16mm: fix XIP fault vs truncate raceMatthew Wilcox2-2/+29
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds1-1/+1
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin3-0/+99
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-4/+6
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin1-4/+2
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin2-0/+15
2015-02-13x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin1-0/+29
2015-02-13kmemleak: disable kasan instrumentation for kmemleakAndrey Ryabinin1-0/+6
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin6-3/+160
2015-02-13mm: slub: introduce metadata_access_enable()/metadata_access_disable()Andrey Ryabinin1-0/+25
2015-02-13mm: slub: share object_err functionAndrey Ryabinin1-1/+1
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin5-0/+32
2015-02-13kasan: disable memory hotplugAndrey Ryabinin1-0/+21
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin5-0/+554
2015-02-13mm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+3
2015-02-13slub: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-12/+8
2015-02-13percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-4/+2
2015-02-13mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda1-6/+6
2015-02-13mm/util: add kstrdup_constAndrzej Hajda1-0/+38
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds26-400/+1217
2015-02-12mm/zsmalloc: add statistics supportGanesh Mahendran2-4/+239
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran4-8/+12
2015-02-12mm: fix negative nr_isolated countsHugh Dickins1-1/+3
2015-02-12mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi1-2/+0
2015-02-12mm/page_alloc: fix commentYaowei Bai1-1/+1
2015-02-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-02-12mm/mm_init.c: mark mminit_loglevel __meminitdataRasmus Villemoes1-1/+1
2015-02-12mm/mm_init.c: park mminit_verify_zonelist as __initRasmus Villemoes1-1/+1
2015-02-12mm/page_alloc.c: pull out init code from build_all_zonelistsRasmus Villemoes1-3/+14
2015-02-12mm/internal.h: don't split printk call in twoRasmus Villemoes1-2/+4
2015-02-12memcg: cleanup static keys decrementVladimir Davydov1-33/+5
2015-02-12mm/compaction: stop the isolation when we isolate enough freepageJoonsoo Kim1-7/+10
2015-02-12mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim1-1/+1
2015-02-12slub: make dead caches discard free slabs immediatelyVladimir Davydov5-11/+43
2015-02-12slub: fix kmem_cache_shrink return valueVladimir Davydov1-1/+5
2015-02-12slub: never fail to shrink cacheVladimir Davydov1-27/+31
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov2-8/+77
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov2-4/+18
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov2-17/+60
2015-02-12slab: use css id for naming per memcg cachesVladimir Davydov1-3/+3
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov4-33/+37
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov4-91/+102
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov2-24/+370
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov1-0/+34
2015-02-12list_lru: get rid of ->active_nodesVladimir Davydov1-7/+3
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov2-15/+23
2015-02-12memcg: rename some cache id related variablesVladimir Davydov2-12/+11
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov3-32/+66
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-3/+3
2015-02-12mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entriesMel Gorman2-6/+12
2015-02-12mm: numa: add paranoid check around pte_protnone_numaMel Gorman2-0/+6
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman3-3/+25
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman6-35/+16
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman5-44/+26
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman2-7/+2
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds13-180/+95
2015-02-11mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-11mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-02-11vmstat: Reduce time interval to stat update on idle cpuChristoph Lameter1-2/+2
2015-02-11mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev1-12/+14
2015-02-11mm: incorporate read-only pages into transparent huge pagesEbru Akagunduz1-13/+42
2015-02-11vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko1-1/+1
2015-02-11mm: more aggressive page stealing for UNMOVABLE allocationsVlastimil Babka1-4/+14
2015-02-11mm: always steal split buddies in fallback allocationsVlastimil Babka1-33/+29
2015-02-11mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka1-7/+5
2015-02-11mincore: apply page table walker on do_mincore()Naoya Horiguchi2-126/+60
2015-02-11mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP)Naoya Horiguchi2-8/+16
2015-02-11mempolicy: apply page table walker on queue_pages_range()Naoya Horiguchi1-136/+92
2015-02-11memcg: cleanup preparation for page table walkNaoya Horiguchi1-33/+16
2015-02-11pagewalk: add walk_page_vma()Naoya Horiguchi1-0/+18
2015-02-11pagewalk: improve vma handlingNaoya Horiguchi1-89/+117
2015-02-11mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi1-7/+2
2015-02-11mm: gup: use get_user_pages_unlockedAndrea Arcangeli1-5/+2
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli2-12/+4
2015-02-11mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli2-15/+45
2015-02-11mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli2-11/+189
2015-02-11mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka1-85/+33
2015-02-11mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V2-15/+81
2015-02-11mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim1-0/+71
2015-02-11mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim1-4/+34
2015-02-11mm/compaction: print current range where compaction workJoonsoo Kim1-3/+6
2015-02-11mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim1-2/+13
2015-02-11page_writeback: put account_page_redirty() after set_page_dirty()Konstantin Khebnikov1-1/+4
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov1-5/+0
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov5-14/+25
2015-02-11mm: memcontrol: consolidate swap controller codeJohannes Weiner1-139/+125
2015-02-11mm: memcontrol: consolidate memory controller initializationJohannes Weiner1-35/+25
2015-02-11mm: memcontrol: simplify soft limit tree init codeJohannes Weiner1-9/+8
2015-02-11mm: cma: fix totalcma_pages to include DT defined CMA regionsGeorge G. Davis1-1/+1
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko3-36/+115
2015-02-11oom: thaw the OOM victim if it is frozenMichal Hocko1-2/+8
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko2-4/+21
2015-02-11mm: memcontrol: fold move_anon() and move_file()Johannes Weiner1-31/+18
2015-02-11mm: memcontrol: default hierarchy interface for memoryJohannes Weiner2-14/+237
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner3-6/+7
2015-02-11mm: use correct format specifiers when printing address rangesJuergen Gross1-9/+11
2015-02-11memcg: add BUILD_BUG_ON() for string tablesGreg Thelen1-0/+4
2015-02-11vmscan: force scan offline memory cgroupsVladimir Davydov2-2/+20
2015-02-11mm: more checks on free_pages_prepare() for tail pagesKirill A. Shutemov1-4/+23
2015-02-11mm/page_alloc.c: drop dead destroy_compound_page()Kirill A. Shutemov1-34/+1
2015-02-11mm: microoptimize zonelist operationsVlastimil Babka1-3/+1
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka3-37/+35
2015-02-11mm, page_alloc: reduce number of alloc_pages* functions' parametersVlastimil Babka1-121/+108
2015-02-11mm: set page->pfmemalloc in prep_new_page()Vlastimil Babka1-21/+16
2015-02-11mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi1-2/+3
2015-02-11mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi1-1/+20
2015-02-11mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi1-16/+36
2015-02-11mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi3-33/+45
2015-02-11mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi1-0/+2
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-15/+15
2015-02-11mm, vmscan: wake up all pfmemalloc-throttled processes at onceVlastimil Babka1-1/+1
2015-02-11kmemcheck: move hook into __alloc_pages_nodemask() for the page allocatorXishi Qiu1-4/+3
2015-02-11mm/page_alloc.c:__alloc_pages_nodemask(): don't alter arg gfp_maskAndrew Morton1-6/+9
2015-02-11mm: memcontrol: track move_lock state internallyJohannes Weiner3-45/+47
2015-02-11swap: remove unused mem_cgroup_uncharge_swapcache declarationVladimir Davydov1-1/+1
2015-02-11oom: make sure that TIF_MEMDIE is set under task_lockMichal Hocko1-2/+5
2015-02-11oom: don't count on mm-less current processTetsuo Handa1-1/+5
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin1-6/+1
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-1098/+411
2015-02-10memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov2-180/+118
2015-02-10memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov2-8/+6
2015-02-10memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov2-20/+5
2015-02-10mm/page_alloc.c: place zone_id check before VM_BUG_ON_PAGE checkWeijie Yang1-4/+4
2015-02-10mm: hugetlb: fix type of hugetlb_treat_as_movable variableAndrey Ryabinin1-1/+1
2015-02-10mm: memory: merge shared-writable dirtying branches in do_wp_page()Johannes Weiner1-31/+17
2015-02-10mm: memory: remove ->vm_file check on shared writable vmasJohannes Weiner1-5/+2
2015-02-10mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov10-65/+47
2015-02-10mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov1-17/+17
2015-02-10rmap: drop support of non-linear mappingsKirill A. Shutemov4-275/+10
2015-02-10mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov3-3/+0
2015-02-10mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov1-56/+9
2015-02-10mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov2-69/+22
2015-02-10mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov4-292/+70
2015-02-10mm/vmstat.c: fix/cleanup ifdefsAndrew Morton1-62/+62
2015-02-10mm/slab_common.c: use kmem_cache_free()Vaishali Thakkar1-1/+1
2015-02-10mm/slub.c: fix typo in commentKim Phillips1-1/+1
2015-02-10mm/slub: optimize alloc/free fastpath by removing preemption on/offJoonsoo Kim1-12/+23
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+2
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2015-02-05memcg, shmem: fix shmem migration to use lrucareMichal Hocko2-2/+2
2015-02-05mm: export "high_memory" symbol on !MMUArnd Bergmann1-0/+1
2015-02-05mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim1-1/+4
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-2/+8
2015-01-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-3/+3
2015-01-29new helper: iov_iter_bvec()Al Viro2-9/+17
2015-01-28mm: provide a find_special_page vma operationDavid Vrabel1-0/+2
2015-01-26mm/vmscan: fix highidx argument typeMichael S. Tsirkin1-1/+1
2015-01-26memcg: remove extra newlines from memcg oom kill logGreg Thelen1-2/+2
2015-01-26mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner1-47/+35
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+1
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig1-9/+0
2015-01-20fs: don't reassign dirty inodes to default_backing_dev_infoChristoph Hellwig1-67/+23
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig3-3/+0
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig7-26/+24
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2-44/+32