aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-04-14Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-04-14Merge branch 'v4.1/topic/KASAN' into linux-linaro-lsk-v4.1Alex Shi
2016-04-11kasan: fix kmemleak false-positive in kasan_module_alloc()Andrey Ryabinin
2016-04-11kasan: always taint kernel on reportAndrey Ryabinin
2016-04-11kasan: use IS_ALIGNED in memory_is_poisoned_8()Xishi Qiu
2016-04-11kasan: fix last shadow judgement in memory_is_poisoned_16()Xishi Qiu
2016-04-11kasan: Fix a type conversion errorWang Long
2016-04-11kasan: update reference to kasan prototype repoAndrey Konovalov
2016-04-11kasan: update log messagesAndrey Konovalov
2016-04-11kasan: accurately determine the type of the bad accessAndrey Konovalov
2016-04-11kasan: update reported bug types for kernel memory accessesAndrey Konovalov
2016-04-11kasan: update reported bug types for not user nor kernel memory accessesAndrey Konovalov
2016-04-11mm/kasan: prevent deadlock in kasan reportingAneesh Kumar K.V
2016-04-11mm/kasan: don't use kasan shadow pointer in generic functionsAneesh Kumar K.V
2016-04-11mm/kasan: MODULE_VADDR is not available on all archsAneesh Kumar K.V
2016-04-11mm/kasan: rename kasan_enabled() to kasan_report_enabled()Aneesh Kumar K.V
2016-04-11x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin
2016-04-11kasan: remove duplicate definition of the macro KASAN_FREE_PAGEWang Long
2016-04-08Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-04-08Merge branch 'v4.1/topic/KASAN' into linux-linaro-lsk-v4.1Alex Shi
2016-04-08mm: add utility for early copy from unmapped ramMark Salter
2016-04-07Merge remote-tracking branch 'linux-linaro-lsk-v4.1-android-test' into linux-...Alex Shi
2016-04-07Merge remote-tracking branch 'v4.1/topic/ro-vDSO' into linux-linaro-lsk-v4.1Alex Shi
2016-04-01debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2016-03-18Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidlsk-v4.1-16.03-androidAlex Shi
2016-03-18 Merge tag 'v4.1.20' into linux-linaro-lsk-v4.1lsk-v4.1-16.03Alex Shi
2016-03-14Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-03-14 Merge tag 'v4.1.19' into linux-linaro-lsk-v4.1Alex Shi
2016-03-09mm: numa: quickly fail allocations for NUMA balancing on full nodesMel Gorman
2016-03-09mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2016-03-04mm: fix regression in remap_file_pages() emulationKirill A. Shutemov
2016-03-02Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-androidAlex Shi
2016-03-01Merge branch 'writeback-cg' into linux-4.1.yAlex Shi
2016-03-01mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2016-03-01writeback: don't drain bdi_writeback_congested on bdi destructionTejun Heo
2016-03-01writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo
2016-03-01bdi: fix wrong error return value in cgwb_create()Tejun Heo
2016-03-01writeback: implement unlocked_inode_to_wb transaction and use it for stat upd...Tejun Heo
2016-03-01writeback: make writeback_control track the inode being written backTejun Heo
2016-03-01writeback: relocate wb[_try]_get(), wb_put(), inode_{attach|detach}_wb()Tejun Heo
2016-03-01mm: vmscan: disable memcg direct reclaim stalling if cgroup writeback support...Tejun Heo
2016-03-01writeback: implement memcg writeback domain based throttlingTejun Heo
2016-03-01writeback: reset wb_domain->dirty_limit[_tstmp] when memcg domain size changesTejun Heo
2016-03-01writeback: implement memcg wb_domainTejun Heo
2016-03-01writeback: update wb_over_bg_thresh() to use wb_domain aware operationsTejun Heo
2016-03-01writeback: move over_bground_thresh() to mm/page-writeback.cTejun Heo
2016-03-01writeback: separate out domain_dirty_limits()Tejun Heo
2016-03-01writeback: make __wb_writeout_inc() and hard_dirty_limit() take wb_domaas a p...Tejun Heo
2016-03-01writeback: add dirty_throttle_control->domTejun Heo
2016-03-01writeback: add dirty_throttle_control->wb_completionsTejun Heo