aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-07-21Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtlsk-v4.1-16.07-rtAlex Shi
2016-07-20Merge remote-tracking branch 'lts/linux-4.1.y' into linux-linaro-lsk-v4.1lsk-v4.1-16.07Alex Shi
2016-07-12tmpfs: fix regression hang in fallocate undoHugh Dickins
2016-07-10mm: update min_free_kbytes from khugepaged after core initializationJason Baron
2016-07-10mm: fix invalid node in alloc_migrate_target()Xishi Qiu
2016-07-10mm, compaction: abort free scanner if split failsDavid Rientjes
2016-07-10mm, compaction: skip compound pages by order in free scannerVlastimil Babka
2016-07-10mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba
2016-07-10tmpfs: don't undo fallocate past its last pageAnthony Romano
2016-07-10mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger
2016-07-10percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo
2016-07-10percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo
2016-07-05Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtAlex Shi
2016-06-28Merge branch 'v4.1/topic/KASAN' into linux-linaro-lsk-v4.1linux-linaro-lsk-v4.1-testAlex Shi
2016-06-28mm/mempool: avoid KASAN marking mempool poison checks as use-after-freev4.1/topic/KASANMatthew Dawson
2016-06-28mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin
2016-06-24Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-24block: don't release bdi while request_queue has live referencesTejun Heo
2016-06-24writeback: use higher precision calculation in domain_dirty_limits()Tejun Heo
2016-06-24memcg: remove pcp_counter_lockGreg Thelen
2016-06-17Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtAlex Shi
2016-06-16Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-16writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran
2016-06-08Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-08memcg: fix dirty page migrationGreg Thelen
2016-06-08mm: page_alloc: generalize the dirty balance reserveJohannes Weiner
2016-06-08memcg: fix memory.high targetVladimir Davydov
2016-06-08memcg: ratify and consolidate over-charge handlingTejun Heo
2016-06-08memcg: punt high overage reclaim to return-to-userland pathTejun Heo
2016-06-08memcg: flatten task_struct->memcg_oomTejun Heo
2016-06-08mm: memcontrol: eliminate root memory.currentJohannes Weiner
2016-06-08writeback: bdi_writeback iteration must not skip dying onesTejun Heo
2016-06-08mm, vmscan: unlock page while waiting on writebackHugh Dickins
2016-06-08cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2016-06-08cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo
2016-06-08cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo
2016-06-08memcg: generate file modified notifications on "memory.events"Tejun Heo
2016-06-08cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo
2016-06-08cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo
2016-06-08memcg: move memcg_proto_active from sock.hMichal Hocko
2016-06-08memcg, tcp_kmem: check for cg_proto in sock_update_memcgMichal Hocko
2016-06-08memcg: restructure mem_cgroup_can_attach()Tejun Heo
2016-06-08memcg: export struct mem_cgroupMichal Hocko
2016-06-08memcg: convert mem_cgroup->under_oom from atomic_t to intTejun Heo
2016-06-08memcg: remove unused mem_cgroup->oom_wakeupsTejun Heo
2016-06-08writeback: remove broken rbtree_postorder_for_each_entry_safe() usage in cgwb...Tejun Heo
2016-06-08mm: add vmf_insert_pfn_pmd()Matthew Wilcox
2016-06-08mm: export various functions for the benefit of DAXMatthew Wilcox
2016-06-08writeback: memcg dirty_throttle_control should be initialized with wb->memcg_...Tejun Heo
2016-06-08writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback ...Tejun Heo