aboutsummaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Revert "sdcardfs: Flag files as non-mappable"Mister Oyster2017-04-131-3/+0
* Mediatek: mm:slub: Use newest node_nr_slabs && node_nr_objs in get_slabinfocesar.maximo@gmail.com2017-04-111-2/+2
* Mediatek: mm:slub: Drop depricated nr_partialscesar.maximo@gmail.com2017-04-111-2/+0
* Get rid of __cpuinitMoyster2017-04-115-13/+13
* sdcardfs: Flag files as non-mappablefluxi2017-04-111-0/+3
* kernel: Fix few typosMasanari Iida2017-04-111-1/+1
* swapfile: fix memory corruption via malformed swapfileJann Horn2017-04-111-0/+2
* kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2017-04-115-0/+554
* UKSM: Add Governors for Higher CPU usage (HighCPU) for more merging, and low ...Joe Maples2017-04-111-4/+4
* uksm: use deferrable timerRyan Pennucci2017-04-111-4/+24
* mm: limit UKSM sleep time instead of failingRyan Pennucci2017-04-111-1/+4
* uksm: Fix warningJoe Maples2017-04-111-1/+1
* uksm: clean up and remove some (no)inlinesRyan Pennucci2017-04-111-13/+7
* uksm: modify ema logic and tidy upRyan Pennucci2017-04-111-57/+41
* uksm: enhancements and cleanupsRyan Pennucci2017-04-111-69/+169
* uksm: squashed fixupsRyan Pennucci2017-04-111-121/+96
* UKSM: cast variable as constNathan Chancellor2017-04-111-1/+1
* UKSM: remove U64_MAX definitionNathan Chancellor2017-04-111-1/+0
* mm,ksm: add __GFP_HIGH to the allocation in alloc_stable_node()zhong jiang2017-04-111-1/+6
* mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2017-04-111-1/+2
* ksm: fix conflict between mmput and scan_get_next_rmap_itemZhou Chengming2017-04-111-5/+10
* mm/ksm.c: mark stable page dirtyMinchan Kim2017-04-111-0/+6
* mm/ksm.c: use list_for_each_entry_safeGeliang Tang2017-04-111-13/+7
* ksm: unstable_tree_search_insert error checking cleanupAndrea Arcangeli2017-04-111-2/+3
* ksm: use find_mergeable_vma in try_to_merge_with_ksm_pageAndrea Arcangeli2017-04-111-6/+2
* ksm: use the helper method to do the hlist_empty checkAndrea Arcangeli2017-04-111-1/+1
* ksm: don't fail stable tree lookups if walking over stale stable_nodesAndrea Arcangeli2017-04-111-5/+27
* ksm: add cond_resched() to the rmap_walksAndrea Arcangeli2017-04-112-0/+5
* ksm: Don't bug on pmd_trans_hugeJoe Maples2017-04-111-1/+0
* mm: ksm use pr_err instead of printkPaul McQuade2017-04-111-2/+2
* KSM: mediatek: implement Adaptive KSMAnmin Hsu2016-12-251-1/+144
* zsmalloc: Fix CPU hotplug callback registrationSrivatsa S. Bhat2016-12-111-3/+14
* zsmalloc: add copyrightMinchan Kim2016-12-111-0/+1
* zsmalloc: move it under mmMinchan Kim2016-12-113-0/+1131
* mm: reorder can_do_mlock to fix audit denialJeff Vander Stoep2016-11-171-2/+2
* proc: much faster /proc/vmstatFrancisco Franco2016-11-071-1/+3
* mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds2016-11-071-2/+12
* mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli2016-11-071-2/+12
* mm, vmalloc: remove useless variable in vmap_blockJoonsoo Kim2016-09-281-2/+0
* mm, vmalloc: use well-defined find_last_bit() funcJoonsoo Kim2016-09-281-9/+6
* proc/maps: make vm_is_stack() logic namespace-friendlyOleg Nesterov2016-09-281-17/+10
* readahead: make context readahead more conservativeFengguang Wu2016-09-281-4/+4
* slub: do not assert not having lock in removing freed partialSteven Rostedt2016-09-281-5/+3
* mm: slub: work around unneeded lockdep warningDave Hansen2016-09-281-3/+6
* slab: do not panic if we fail to create memcg cacheVladimir Davydov2016-09-281-1/+8
* slab: clean up kmem_cache_create_memcg() error handlingVladimir Davydov2016-09-281-34/+31
* mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2016-09-283-8/+8
* mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li2016-09-281-1/+9
* mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2016-09-283-12/+5
* topology: add support for node_to_mem_node() to determine the fallback nodeJoonsoo Kim2016-09-281-0/+1