summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2016-12-06shmem: fix shm fallocate() list corruptionLinus Torvalds-1/+14
2016-12-02mm, vmscan: add cond_resched() into shrink_node_memcg()Michal Hocko-0/+2
2016-12-02mm: workingset: fix NULL ptr in count_shadow_nodesMichal Hocko-1/+1
2016-11-30mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov-4/+4
2016-11-30kasan: support use-after-scope detectionDmitry Vyukov-0/+23
2016-11-30kasan: update kasan_global for gcc 7Dmitry Vyukov-0/+3
2016-11-30thp: fix corner case of munlock() of PTE-mapped THPsKirill A. Shutemov-2/+5
2016-11-30mm, thp: propagation of conditional compilation in khugepaged.cJérémy Lefaure-0/+2
2016-11-29mremap: move_ptes: check pte dirty after its removalAaron Lu-6/+10
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu-10/+29
2016-11-11mm: kmemleak: scan .data.ro_after_initJakub Kicinski-0/+1
2016-11-11memcg: prevent memcg caches to be both OFF_SLAB & OBJFREELIST_SLABGreg Thelen-2/+2
2016-11-11mm/filemap: don't allow partially uptodate page for pipesEryu Guan-0/+3
2016-11-11mm/hugetlb: fix huge page reservation leak in private mapping error pathsMike Kravetz-0/+66
2016-11-11mm: hwpoison: fix thp split handling in memory_failure()Naoya Horiguchi-7/+5
2016-11-11swapfile: fix memory corruption via malformed swapfileJann Horn-0/+2
2016-11-11mm/cma.c: check the max limit for cma allocationShiraz Hashim-0/+3
2016-11-11shmem: fix pageflags after swapping DMA32 objectHugh Dickins-0/+2
2016-11-11mm: remove extra newline from allocation stall warningTetsuo Handa-1/+1
2016-11-01Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2016-10-31latent_entropy: Fix wrong gcc code generation with 64 bit variablesKees Cook-1/+1
2016-10-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds-26/+56
2016-10-27mm: memcontrol: do not recurse in direct reclaimJohannes Weiner-0/+11
2016-10-27mm: kmemleak: ensure that the task stack is not freed during scanningCatalin Marinas-2/+5
2016-10-27mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna-16/+28
2016-10-27mm: page_alloc: use KERN_CONT where appropriateJoe Perches-7/+9
2016-10-27mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov-0/+2
2016-10-27mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim-1/+1
2016-10-27Allow KASAN and HOTPLUG_MEMORY to co-exist when doing build testingLinus Torvalds-1/+1
2016-10-27mm: remove unused variable in memory hotplugLinus Torvalds-1/+0
2016-10-27mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds-144/+3
2016-10-24mm: unexport __get_user_pages()Lorenzo Stoakes-3/+2
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+3
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski-1/+3
2016-10-19Merge branch 'gup_flag-cleanups'Linus Torvalds-71/+73
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes-11/+8
2016-10-19mm/numa: Remove duplicated include from mprotect.cWei Yongjun-1/+0
2016-10-19mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes-12/+6
2016-10-19mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes-11/+21
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes-16/+12
2016-10-19mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes-24/+8
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes-11/+2
2016-10-19mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes-11/+14
2016-10-18mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes-20/+8
2016-10-18mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes-13/+23
2016-10-18mm: remove write/force parameters from __get_user_pages_locked()Lorenzo Stoakes-14/+33
2016-10-18mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds-2/+12
2016-10-16kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov-3/+19
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+5
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds-18/+20