summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-06kasan: accurately determine the type of the bad accessAndrey Konovalov
2015-11-06kasan: update reported bug types for kernel memory accessesAndrey Konovalov
2015-11-06kasan: update reported bug types for not user nor kernel memory accessesAndrey Konovalov
2015-11-06mm/kasan: prevent deadlock in kasan reportingAneesh Kumar K.V
2015-11-06mm/kasan: don't use kasan shadow pointer in generic functionsAneesh Kumar K.V
2015-11-06mm/kasan: MODULE_VADDR is not available on all archsAneesh Kumar K.V
2015-11-06mm/kasan: rename kasan_enabled() to kasan_report_enabled()Aneesh Kumar K.V
2015-11-06mm: remove refresh_cpu_vm_stats() definition for !SMP kernelTetsuo Handa
2015-11-06Documentation/filesystems/proc.txt: a little tidyingHugh Dickins
2015-11-06tmpfs: avoid a little creat and stat slowdownHugh Dickins
2015-11-06mm, oom: add comment for why oom_adj existsDavid Rientjes
2015-11-06memcg: fix thresholds for 32b architectures.Michal Hocko
2015-11-06mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner
2015-11-06mm: memcontrol: eliminate root memory.currentJohannes Weiner
2015-11-06mm, hugetlbfs: optimize when NUMA=nDave Hansen
2015-11-06mm, hugetlb: use memory policy when availableDave Hansen
2015-11-06mm/hugetlb: make node_hstates array staticAlexander Kuleshov
2015-11-06mm/maccess.c: actually return -EFAULT from strncpy_from_unsafeRasmus Villemoes
2015-11-06mm/cma.c: suppress warningAndrew Morton
2015-11-06mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins
2015-11-06mm: page migration avoid touching newpage until no going backHugh Dickins
2015-11-06mm: page migration use migration entry for swapcache tooHugh Dickins
2015-11-06mm: simplify page migration's anon_vma comment and flowHugh Dickins
2015-11-06mm: page migration remove_migration_ptes at lock+unlock levelHugh Dickins
2015-11-06mm: page migration trylock newpage at same level as oldpageHugh Dickins
2015-11-06mm: page migration use the put_new_page whenever necessaryHugh Dickins
2015-11-06mm: correct a couple of page migration commentsHugh Dickins
2015-11-06mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins
2015-11-06mm: page migration fix PageMlocked on migrated pagesHugh Dickins
2015-11-06mm: rmap use pte lock not mmap_sem to set PageMlockedHugh Dickins
2015-11-06mm Documentation: undoc non-linear vmasHugh Dickins
2015-11-06mm: do not inc NR_PAGETABLE if ptlock_init failedVladimir Davydov
2015-11-06mm: clear_soft_dirty_pmd() requires THPLaurent Dufour
2015-11-06mm: clear pte in clear_soft_dirty()Laurent Dufour
2015-11-06ksm: unstable_tree_search_insert error checking cleanupAndrea Arcangeli
2015-11-06ksm: use find_mergeable_vma in try_to_merge_with_ksm_pageAndrea Arcangeli
2015-11-06ksm: use the helper method to do the hlist_empty checkAndrea Arcangeli
2015-11-06ksm: don't fail stable tree lookups if walking over stale stable_nodesAndrea Arcangeli
2015-11-06ksm: add cond_resched() to the rmap_walksAndrea Arcangeli
2015-11-06memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov
2015-11-06memcg: unify slab and other kmem pages chargingVladimir Davydov
2015-11-06memcg: simplify charging kmem pagesVladimir Davydov
2015-11-06mm/page_alloc.c: skip ZONE_MOVABLE if required_kernelcore is larger than tota...Xishi Qiu
2015-11-06mm/vmacache: inline vmacache_valid_mm()Davidlohr Bueso
2015-11-06include/linux/vm_event_item.h: change HIGHMEM_ZONE macro definitionyalin wang
2015-11-06mm: Don't offset memmap for flatmemLaura Abbott
2015-11-06mm/vmstat.c: uninline node_page_state()Andrew Morton
2015-11-06mm/mmap.c: change __install_special_mapping() args orderChen Gang
2015-11-06mm/nommu.c: drop unlikely inside BUG_ON()Geliang Tang
2015-11-06mm/mmap.c: do not initialize retval in mmap_pgoff()Chen Gang