aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-10-25Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-rtlsk-v3.18-16.11-rtAlex Shi
2016-10-25 Merge tag 'v3.18.44' into linux-linaro-lsk-v3.18lsk-v3.18-16.11Alex Shi
2016-10-22mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds
2016-10-19Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-rtAlex Shi
2016-08-23 Merge tag 'v3.18.40' into linux-linaro-lsk-v3.18Alex Shi
2016-08-22mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He
2016-08-10Merge remote-tracking branch 'lsk/linux-linaro-lsk-v3.18' into linux-linaro-l...lsk-v3.18-16.09-rtlinux-linaro-lsk-v3.18-rt-testAnders Roxell
2016-08-01 Merge tag 'v3.18.38' into linux-linaro-lsk-v3.18Alex Shi
2016-07-204.1.28 Fix bad backport of 8f182270dfec "mm/swap.c: flush lru pvecs on compou...Steven Rostedt
2016-07-17 Merge tag 'v3.18.37' into linux-linaro-lsk-v3.18lsk-v3.18-16.07Alex Shi
2016-07-12tmpfs: fix regression hang in fallocate undoHugh Dickins
2016-07-12mm: fix invalid node in alloc_migrate_target()Xishi Qiu
2016-07-12mm, compaction: abort free scanner if split failsDavid Rientjes
2016-07-12mm, compaction: skip compound pages by order in free scannerVlastimil Babka
2016-07-12mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba
2016-07-12mm: rename deactivate_page to deactivate_file_pageMinchan Kim
2016-07-12tmpfs: don't undo fallocate past its last pageAnthony Romano
2016-07-12mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger
2016-07-11percpu: fix synchronization between synchronous map extension and chunk destr...Tejun Heo
2016-07-11percpu: fix synchronization between chunk->map_extend_work and chunk destructionTejun Heo
2016-05-24 Merge tag 'v3.18.34' into linux-linaro-lsk-v3.18lsk-v3.18-16.05Alex Shi
2016-05-17mm, cma: prevent nr_isolated_* counters from going negativeHugh Dickins
2016-05-17mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov
2016-04-27Merge branch 'v3.18/topic/KASAN' into linux-linaro-lsk-v3.18lsk-v3.18-16.04Alex Shi
2016-04-27mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()Jerome Marchand
2016-04-27mm/early_ioremap: add explicit #include of asm/early_ioremap.hArd Biesheuvel
2016-04-18mm/page_alloc: prevent merging between isolated and other pageblocksVlastimil Babka
2016-04-18mm: use 'unsigned int' for page orderKirill A. Shutemov
2016-04-18mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman
2016-04-12ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-04-11kasan: add functions to clear stack poisonMark Rutland
2016-04-11kasan: fix kmemleak false-positive in kasan_module_alloc()Andrey Ryabinin
2016-04-11kasan: always taint kernel on reportAndrey Ryabinin
2016-04-11mm, slub, kasan: enable user tracking by default with KASAN=yAndrey Ryabinin
2016-04-11kasan: use IS_ALIGNED in memory_is_poisoned_8()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-11arm64: add KASAN supportAndrey Ryabinin
2016-04-11kasan: fix last shadow judgement in memory_is_poisoned_16()Xishi Qiu
2016-04-11mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin
2016-04-11mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson
2016-04-11mm/mempool: allow NULL `pool' pointer in mempool_destroy()Sergey Senozhatsky