aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-21writeback: remove broken rbtree_postorder_for_each_entry_safe() usage in cgwb...Tejun Heo1-4/+6
2015-10-17mm,thp: introduce flush_pmd_tlb_rangeVineet Gupta2-7/+21
2015-10-17mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta1-21/+3
2015-10-17mm: group pte related helpers togetherVineet Gupta1-25/+25
2015-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+7
2015-10-16mm, dax: fix DAX deadlocksRoss Zwisler1-0/+2
2015-10-16memcg: convert threshold to bytesShaohua Li1-0/+1
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko1-4/+4
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo1-1/+1
2015-10-15vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds1-3/+4
2015-10-15block: don't release bdi while request_queue has live referencesTejun Heo1-1/+11
2015-10-12writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo2-29/+35
2015-10-12writeback: memcg dirty_throttle_control should be initialized with wb->memcg_...Tejun Heo1-9/+11
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo2-3/+14
2015-10-12writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback ...Tejun Heo1-0/+2
2015-10-07Revert "fs: do not prefault sys_write() user buffer pages"Linus Torvalds1-18/+16
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2-8/+8
2015-10-01dmapool: fix overflow condition in pool_find_page()Robin Murphy1-1/+1
2015-10-01memcg: remove pcp_counter_lockGreg Thelen1-1/+0
2015-10-01memcg: make mem_cgroup_read_stat() unsignedGreg Thelen1-12/+18
2015-10-01memcg: fix dirty page migrationGreg Thelen1-1/+11
2015-10-01mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-10-01mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim1-3/+10
2015-09-29mm: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-09-22vmscan: fix sane_reclaim helper for legacy memcgVladimir Davydov1-1/+1
2015-09-22mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi1-1/+1
2015-09-22mm, dax: VMA with vm_ops->pfn_mkwrite wants to be write-notifiedKirill A. Shutemov1-1/+2
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo1-2/+15
2015-09-21memcg: generate file modified notifications on "memory.events"Tejun Heo1-0/+1
2015-09-18cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo1-2/+1
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo1-2/+2
2015-09-17revert "mm: make sure all file VMAs have ->vm_ops set"Andrew Morton1-8/+0
2015-09-17kasan: fix last shadow judgement in memory_is_poisoned_16()Xishi Qiu1-2/+1
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2015-09-11Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds3-0/+234
2015-09-11mm/early_ioremap: add explicit #include of asm/early_ioremap.hArd Biesheuvel1-0/+1
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+5
2015-09-10mm: use vma_is_anonymous() in create_huge_pmd() and wp_huge_pmd()Kirill A. Shutemov1-2/+2
2015-09-10mm: make sure all file VMAs have ->vm_ops setKirill A. Shutemov1-0/+8
2015-09-10mm, mpx: add "vm_flags_t vm_flags" arg to do_mmap_pgoff()Oleg Nesterov2-15/+14
2015-09-10kmemleak: use seq_hex_dump() to dump buffersAndy Shevchenko1-15/+6
2015-09-10mm: introduce idle page trackingVladimir Davydov9-2/+278
2015-09-10mmu-notifier: add clear_young callbackVladimir Davydov1-0/+17
2015-09-10memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov1-36/+12
2015-09-10hwpoison: use page_cgroup_ino for filtering by memcgVladimir Davydov2-18/+3
2015-09-10memcg: add page_cgroup_ino helperVladimir Davydov1-0/+28
2015-09-10zswap: change zpool/compressor at runtimeDan Streetman1-13/+129
2015-09-10zswap: dynamic pool creationDan Streetman1-143/+405
2015-09-10zpool: add zpool_has_pool()Dan Streetman1-0/+33
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds36-1030/+1243
2015-09-08zpool: remove no-op module init/exitDan Streetman1-14/+0