aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-1/+1
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+31
2016-01-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+28
2016-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+6
2016-01-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-90/+43
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-20/+28
2016-01-08vmstat: allocate vmstat_wq before it is usedMichal Hocko1-1/+1
2016-01-08Merge branch 'for-linus' into work.miscAl Viro3-31/+70
2016-01-05x86/mm/pat: Add untrack_pfn_moved for mremapToshi Kani1-0/+4
2016-01-04new helper: memdup_user_nul()Al Viro1-0/+31
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-10/+9
2015-12-29mm/vmstat: fix overflow in mod_zone_page_state()Heiko Carstens1-5/+5
2015-12-29mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman1-12/+19
2015-12-29mm: memcontrol: fix possible memcg leak due to interrupted reclaimVladimir Davydov1-14/+46
2015-12-28cgroup: Fix uninitialized variable warningRoss Zwisler1-1/+1
2015-12-18mm/zswap: change incorrect strncmp use to strcmpDan Streetman1-3/+3
2015-12-12mm/oom_kill.c: avoid attempting to kill init sharing same memoryChen Jie1-0/+2
2015-12-12tmpfs: fix shmem_evict_inode() warnings on i_blocksHugh Dickins1-20/+14
2015-12-12mm/hugetlb.c: fix resv map memory leak for placeholder entriesMike Kravetz1-2/+12
2015-12-12mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi1-4/+4
2015-12-12mm: fix kerneldoc on mem_cgroup_replace_pageHugh Dickins1-1/+1
2015-12-12mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko2-5/+20
2015-12-12mm: fix swapped Movable and Reclaimable in /proc/pagetypeinfoVlastimil Babka2-2/+3
2015-12-12memcg: fix memory.high targetVladimir Davydov1-1/+1
2015-12-12mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi1-1/+4
2015-12-09mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory tableArd Biesheuvel1-0/+28
2015-12-08teach shmem_get_link() to work in RCU modeAl Viro1-6/+14
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-4/+8
2015-12-08don't put symlink bodies in pagecache into highmemAl Viro1-6/+3
2015-12-08Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-22/+23
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo10-109/+230
2015-12-06tmpfs: listxattr should include POSIX ACL xattrsAndreas Gruenbacher1-1/+1
2015-12-06tmpfs: Use xattr handler infrastructureAndreas Gruenbacher1-89/+42
2015-12-06x86/mm: Introduce max_possible_pfnIgor Mammedov2-0/+2
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo1-22/+23
2015-11-23treewide: Remove old email addressPeter Zijlstra1-1/+1
2015-11-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-75/+181
2015-11-22slab/slub: adjust kmem_cache_alloc_bulk APIJesper Dangaard Brouer5-10/+10
2015-11-22slub: add missing kmem cgroup support to kmem_cache_free_bulkJesper Dangaard Brouer1-1/+5
2015-11-22slub: fix kmem cgroup bug in kmem_cache_alloc_bulkJesper Dangaard Brouer1-18/+22
2015-11-22slub: optimize bulk slowpath free by detached freelistJesper Dangaard Brouer1-30/+79
2015-11-22slub: support for bulk free with SLUB freelistsJesper Dangaard Brouer1-18/+67
2015-11-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-35/+50
2015-11-20slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUGJesper Dangaard Brouer1-1/+1
2015-11-20slub: avoid irqoff/on in bulk allocationChristoph Lameter1-13/+11
2015-11-20slub: create new ___slab_alloc function that can be called with irqs disabledChristoph Lameter1-15/+29
2015-11-20kasan: fix kmemleak false-positive in kasan_module_alloc()Andrey Ryabinin1-0/+2
2015-11-20mm/page-writeback.c: initialize m_dirty to avoid compile warningYang Shi1-1/+3
2015-11-20mm: loosen MADV_NOHUGEPAGE to enable Qemu postcopy on s390Jason J. Herne1-2/+2
2015-11-20mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand1-3/+2
2015-11-18mm, dax: fix DAX deadlocks (COW fault)Yigal Korman1-4/+4
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2015-11-10hugetlb: trivial comment fixNaoya Horiguchi1-2/+2
2015-11-10Fix alloc_node_mem_map() to work on ia64 againTony Luck1-3/+4
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds28-628/+468
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-11-06mm: use 'unsigned int' for page orderKirill A. Shutemov3-24/+28
2015-11-06mm: make compound_head() robustKirill A. Shutemov9-54/+39
2015-11-06mm: pack compound_dtor and compound_order into one word in struct pageKirill A. Shutemov2-5/+14
2015-11-06zsmalloc: use page->private instead of page->first_pageKirill A. Shutemov1-6/+5
2015-11-06slab, slub: use page->rcu_head instead of page->lru plus castKirill A. Shutemov2-18/+4
2015-11-06zsmalloc: reduce size_class memory usageSergey Senozhatsky1-4/+13
2015-11-06mm/zsmalloc.c: remove useless line in obj_free()Hui Zhu1-3/+0
2015-11-06zsmalloc: don't test shrinker_enabled in zs_shrinker_count()Sergey Senozhatsky1-3/+0
2015-11-06zsmalloc: use preempt.h for in_interrupt()Sergey Senozhatsky1-1/+1
2015-11-06zsmalloc: fix obj_to_head use page_private(page) as value but not pointerHui Zhu1-1/+1
2015-11-06zsmalloc: add comments for ->inuse to zspageHui Zhu1-0/+1
2015-11-06mm: zsmalloc: constify struct zs_pool nameSergey SENOZHATSKY3-8/+8
2015-11-06zpool: remove redundant zpool->type string, const-ify zpool_get_typeDan Streetman1-6/+8
2015-11-06zswap: use charp for zswap param stringsDan Streetman1-40/+40
2015-11-06mm/zswap.c: remove unneeded initialization to NULL in zswap_entry_find_get()Alexey Klimov1-1/+1
2015-11-06mm/memcontrol.c: uninline mem_cgroup_usageAndrew Morton1-1/+1
2015-11-06thp: remove unused vma parameter from khugepaged_alloc_pageAaron Tomlin1-5/+3
2015-11-06mm, fs: introduce mapping_gfp_constraint()Michal Hocko2-4/+4
2015-11-06mm: page_alloc: hide some GFP internals and document the bits and flag combin...Mel Gorman3-0/+23
2015-11-06mm, page_alloc: only enforce watermarks for order-0 allocationsMel Gorman1-14/+39
2015-11-06mm, page_alloc: reserve pageblocks for high-order atomic allocations on demandMel Gorman2-8/+131
2015-11-06mm, page_alloc: remove MIGRATE_RESERVEMel Gorman3-142/+9
2015-11-06mm, page_alloc: delete the zonelist_cacheMel Gorman1-212/+0
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman6-12/+13
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman11-46/+58
2015-11-06mm, page_alloc: remove unnecessary recalculations for dirty zone balancingMel Gorman2-4/+8
2015-11-06mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safeMel Gorman2-4/+5
2015-11-06mm/oom_kill.c: introduce is_sysrq_oom helperYaowei Bai1-4/+13
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds46-797/+1097
2015-11-05mm: mlock: add mlock flags to enable VM_LOCKONFAULT usageEric B Munson1-13/+38
2015-11-05mm: introduce VM_LOCKONFAULTEric B Munson6-7/+14
2015-11-05mm: mlock: add new mlock system callEric B Munson1-0/+8
2015-11-05mm: mlock: refactor mlock, munlock, and munlockall codeEric B Munson1-13/+17
2015-11-05kasan: always taint kernel on reportAndrey Ryabinin1-0/+1
2015-11-05mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin1-1/+3
2015-11-05kasan: use IS_ALIGNED in memory_is_poisoned_8()Xishi Qiu1-2/+22
2015-11-05kasan: Fix a type conversion errorWang Long1-1/+1
2015-11-05kasan: update reference to kasan prototype repoAndrey Konovalov2-2/+2
2015-11-05kasan: update log messagesAndrey Konovalov2-3/+3
2015-11-05kasan: accurately determine the type of the bad accessAndrey Konovalov1-3/+14
2015-11-05kasan: update reported bug types for kernel memory accessesAndrey Konovalov1-7/+11
2015-11-05kasan: update reported bug types for not user nor kernel memory accessesAndrey Konovalov3-37/+24
2015-11-05mm/kasan: prevent deadlock in kasan reportingAneesh Kumar K.V1-2/+10
2015-11-05mm/kasan: don't use kasan shadow pointer in generic functionsAneesh Kumar K.V1-2/+8
2015-11-05mm/kasan: MODULE_VADDR is not available on all archsAneesh Kumar K.V1-3/+6
2015-11-05mm/kasan: rename kasan_enabled() to kasan_report_enabled()Aneesh Kumar K.V2-2/+2
2015-11-05tmpfs: avoid a little creat and stat slowdownHugh Dickins1-8/+14
2015-11-05memcg: fix thresholds for 32b architectures.Michal Hocko1-6/+5
2015-11-05mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner3-14/+14
2015-11-05mm: memcontrol: eliminate root memory.currentJohannes Weiner1-1/+4
2015-11-05mm, hugetlbfs: optimize when NUMA=nDave Hansen1-5/+13
2015-11-05mm, hugetlb: use memory policy when availableDave Hansen1-12/+104
2015-11-05mm/hugetlb: make node_hstates array staticAlexander Kuleshov1-1/+1
2015-11-05mm/maccess.c: actually return -EFAULT from strncpy_from_unsafeRasmus Villemoes1-1/+1
2015-11-05mm/cma.c: suppress warningAndrew Morton1-2/+4
2015-11-05mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins1-20/+31
2015-11-05mm: page migration avoid touching newpage until no going backHugh Dickins1-28/+21
2015-11-05mm: page migration use migration entry for swapcache tooHugh Dickins1-33/+30
2015-11-05mm: simplify page migration's anon_vma comment and flowHugh Dickins1-26/+10
2015-11-05mm: page migration remove_migration_ptes at lock+unlock levelHugh Dickins1-15/+19
2015-11-05mm: page migration trylock newpage at same level as oldpageHugh Dickins2-28/+28
2015-11-05mm: page migration use the put_new_page whenever necessaryHugh Dickins1-8/+11
2015-11-05mm: correct a couple of page migration commentsHugh Dickins1-2/+2
2015-11-05mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins4-26/+12
2015-11-05mm: page migration fix PageMlocked on migrated pagesHugh Dickins2-7/+8
2015-11-05mm: rmap use pte lock not mmap_sem to set PageMlockedHugh Dickins1-25/+11
2015-11-05ksm: unstable_tree_search_insert error checking cleanupAndrea Arcangeli1-2/+3
2015-11-05ksm: use find_mergeable_vma in try_to_merge_with_ksm_pageAndrea Arcangeli1-6/+2
2015-11-05ksm: use the helper method to do the hlist_empty checkAndrea Arcangeli1-1/+1
2015-11-05ksm: don't fail stable tree lookups if walking over stale stable_nodesAndrea Arcangeli1-5/+27
2015-11-05ksm: add cond_resched() to the rmap_walksAndrea Arcangeli2-0/+6
2015-11-05memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov2-18/+10
2015-11-05memcg: unify slab and other kmem pages chargingVladimir Davydov4-68/+51
2015-11-05memcg: simplify charging kmem pagesVladimir Davydov2-44/+13
2015-11-05mm/page_alloc.c: skip ZONE_MOVABLE if required_kernelcore is larger than tota...Xishi Qiu1-2/+5
2015-11-05mm/vmacache: inline vmacache_valid_mm()Davidlohr Bueso1-1/+1
2015-11-05mm: Don't offset memmap for flatmemLaura Abbott1-3/+6
2015-11-05mm/vmstat.c: uninline node_page_state()Andrew Morton1-0/+22
2015-11-05mm/mmap.c: change __install_special_mapping() args orderChen Gang1-6/+6
2015-11-05mm/nommu.c: drop unlikely inside BUG_ON()Geliang Tang1-5/+5
2015-11-05mm/mmap.c: do not initialize retval in mmap_pgoff()Chen Gang1-3/+2
2015-11-05mm/mmap.c: remove redundant statement "error = -ENOMEM"Chen Gang1-1/+0
2015-11-05mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process()Oleg Nesterov1-2/+20
2015-11-05mm/oom_kill: cleanup the "kill sharing same memory" loopOleg Nesterov1-7/+11
2015-11-05mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process()Oleg Nesterov1-4/+0
2015-11-05mm: add the "struct mm_struct *mm" local intoOleg Nesterov1-11/+13
2015-11-05mm: fix the racy mm->locked_vm change inOleg Nesterov1-4/+8
2015-11-05mm: fix overflow in find_zone_movable_pfns_for_nodes()Xishi Qiu1-0/+1
2015-11-05mm/vmscan.c: fix types of some localsAlexandru Moise1-4/+4
2015-11-05mm, oom: remove task_lock protecting comm printingDavid Rientjes1-7/+1
2015-11-05mm, compaction: distinguish contended status in tracepointsVlastimil Babka1-3/+6
2015-11-05mm, compaction: export tracepoints status strings to userspaceVlastimil Babka1-11/+0
2015-11-05mm/oom_kill.c: suppress unnecessary "sharing same memory" messageTetsuo Handa1-1/+3
2015-11-05mm/oom_kill.c: fix potentially killing unrelated processTetsuo Handa1-1/+3
2015-11-05mm/oom_kill.c: reverse the order of setting TIF_MEMDIE and sending SIGKILLTetsuo Handa1-1/+6
2015-11-05mm/vmscan: make inactive_anon/file_is_low return boolYaowei Bai1-7/+7
2015-11-05mm/memcontrol.c: fix order calculation in try_charge()Jerome Marchand1-1/+2
2015-11-05mm: hwpoison: ratelimit messages from unpoison_memory()Naoya Horiguchi1-9/+25
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura1-13/+54
2015-11-05mm/compaction.c: add an is_via_compact_memory() helperYaowei Bai1-12/+14
2015-11-05mm/vmscan: make inactive_anon_is_low_global return directlyYaowei Bai1-4/+1
2015-11-05mm: hugetlb: proc: add HugetlbPages field to /proc/PID/statusNaoya Horiguchi2-1/+12
2015-11-05mm: use only per-device readahead limitRoman Gushchin2-17/+5
2015-11-05mm/page_alloc: remove unused parameter in init_currently_empty_zone()Yaowei Bai2-6/+4
2015-11-05mm, migrate: count pages failing all retries in vmstat and tracepointVlastimil Babka1-1/+2
2015-11-05mm/memblock: make memblock_remove_range() staticAlexander Kuleshov1-1/+1
2015-11-05mm/mremap: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-11-05mm/mmap: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-11-05mm/vmalloc: use offset_in_page macroAlexander Kuleshov1-6/+6
2015-11-05mm/mlock: use offset_in_page macroAlexander Kuleshov1-3/+3
2015-11-05mm/util: use offset_in_page macroAlexander Kuleshov1-1/+1
2015-11-05mm/percpu: use offset_in_page macroAlexander Kuleshov1-5/+5
2015-11-05mm/early_ioremap: use offset_in_page macroAlexander Kuleshov1-3/+3
2015-11-05mm/mincore: use offset_in_page macroAlexander Kuleshov1-1/+1
2015-11-05mm/nommu: use offset_in_page macroAlexander Kuleshov1-4/+4
2015-11-05mm/msync: use offset_in_page macroAlexander Kuleshov1-1/+1
2015-11-05mm/list_lru.c: replace nr_node_ids for loop with for_each_node()Raghavendra K T1-11/+23
2015-11-05mm: fix docbook comment for get_vaddr_frames()Jonathan Corbet1-1/+1
2015-11-05memcg: ratify and consolidate over-charge handlingTejun Heo1-49/+20
2015-11-05memcg: punt high overage reclaim to return-to-userland pathTejun Heo1-8/+39
2015-11-05memcg: flatten task_struct->memcg_oomTejun Heo1-8/+8
2015-11-05mm/mmap.c: remove useless statement "vma = NULL" in find_vma()Chen Gang1-1/+0
2015-11-05uaccess: reimplement probe_kernel_address() using probe_kernel_read()Andrew Morton1-0/+5
2015-11-05mm/mlock.c: reorganize mlockall() return values and remove goto-out labelAlexey Klimov1-5/+4
2015-11-05mm/kmemleak.c: remove unneeded initialization of object to NULLAlexey Klimov1-1/+1
2015-11-05mm: slab: only move management objects off-slab for sizes larger than KMALLOC...Catalin Marinas1-2/+3
2015-11-05mm/slub: calculate start order with reserved in considerationWei Yang1-5/+1
2015-11-05mm/slub: use get_order() instead of fls()Wei Yang1-2/+1
2015-11-05mm/slub: correct the comment in calculate_order()Wei Yang1-1/+1
2015-11-05mm/slab_common.c: initialize kmem_cache pointer to NULLAlexandru Moise1-2/+1
2015-11-05mm/slab_common.c: do not warn that cache is busy on destroy more than onceVladimir Davydov1-6/+7
2015-11-05mm/slab_common.c: clear pointers to per memcg caches on destroyVladimir Davydov2-21/+78
2015-11-05mm/slab_common.c: rename cache create/destroy helpersVladimir Davydov1-19/+18
2015-11-05slab: convert slab_is_available() to booleanDenis Kirjanov1-1/+1
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2-8/+21
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-8/+8
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+21
2015-11-03Merge tag 'arc-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2-53/+49
2015-11-01mm: get rid of 'vmalloc_info' from /proc/meminfoLinus Torvalds1-47/+0
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-46/+79
2015-10-23mm: memory hotplug with an existing resourceDavid Vrabel1-8/+21
2015-10-23mm: make sendfile(2) killableJan Kara1-4/+5
2015-10-23thp: use is_zero_pfn() only after pte_present() checkMinchan Kim1-1/+2
2015-10-23mm: cma: fix incorrect type conversion for size during dma allocationRohit Vaswani1-2/+2