summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-053-3/+31
|\
| * cma: Introduce cma_for_each_areaLaura Abbott2017-04-181-0/+14
| * cma: Store a name in the cma structureLaura Abbott2017-04-183-3/+17
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-051-15/+41
|\ \
| * | memblock: add memblock_cap_memory_range()AKASHI Takahiro2017-04-051-15/+29
| * | memblock: add memblock_clear_nomap()AKASHI Takahiro2017-04-051-0/+12
* | | Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-05-031-0/+1
|\ \ \
| * | | ftrace: Have init/main.c call ftrace directly to free init memorySteven Rostedt (VMware)2017-04-031-3/+0
| * | | ftrace: Allow for function tracing to record init functions on boot upSteven Rostedt (VMware)2017-03-241-0/+4
| |/ /
* | | kasan: separate report parts by empty linesAndrey Konovalov2017-05-031-0/+7
* | | kasan: improve double-free report formatAndrey Konovalov2017-05-033-18/+17
* | | kasan: print page description after stacksAndrey Konovalov2017-05-031-6/+8
* | | kasan: improve slab object descriptionAndrey Konovalov2017-05-031-11/+42
* | | kasan: change report headerAndrey Konovalov2017-05-031-4/+4
* | | kasan: simplify address description logicAndrey Konovalov2017-05-031-16/+21
* | | kasan: change allocation and freeing stack traces headersAndrey Konovalov2017-05-031-6/+4
* | | kasan: unify report headersAndrey Konovalov2017-05-031-13/+13
* | | kasan: introduce helper functions for determining bug typeAndrey Konovalov2017-05-031-10/+30
* | | mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi2017-05-031-0/+8
* | | mm: hwpoison: call shake_page() unconditionallyNaoya Horiguchi2017-05-032-18/+12
* | | mm/swapfile.c: fix swap space leak in error path of swap_free_entries()Huang Ying2017-05-031-2/+0
* | | mm/gup.c: fix access_ok() argument typeArnd Bergmann2017-05-031-1/+1
* | | mm/truncate: avoid pointless cleancache_invalidate_inode() calls.Andrey Ryabinin2017-05-031-5/+7
* | | mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i...Andrey Ryabinin2017-05-031-0/+3
* | | fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin2017-05-031-15/+11
* | | mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc()Tetsuo Handa2017-05-031-2/+1
* | | mm/memory-failure.c: add page flag description in error pathsAnshuman Khandual2017-05-031-8/+8
* | | mm/madvise: move up the behavior parameter validationAnshuman Khandual2017-05-031-4/+9
* | | mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISONAnshuman Khandual2017-05-031-14/+20
* | | mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner2017-05-035-32/+31
* | | mm: memcontrol: re-use node VM page state enumJohannes Weiner2017-05-035-81/+80
* | | mm: memcontrol: re-use global VM event enumJohannes Weiner2017-05-031-25/+28
* | | mm: memcontrol: clean up memory.events counting functionJohannes Weiner2017-05-032-5/+5
* | | mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2017-05-033-38/+87
* | | mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoffAnshuman Khandual2017-05-031-1/+1
* | | oom: improve oom disable handlingMichal Hocko2017-05-031-0/+2
* | | mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen2017-05-031-1/+3
* | | mm: enable page poisoning early at bootVinayak Menon2017-05-034-87/+17
* | | mm, swap: avoid lock swap_avail_lock when held cluster lockHuang Ying2017-05-031-3/+3
* | | mm, swap: improve readability via make spin_lock/unlock balancedHuang Ying2017-05-031-1/+1
* | | mm, swap: fix comment in __read_swap_cache_asyncHuang Ying2017-05-031-11/+1
* | | mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim2017-05-031-1/+1
* | | mm: make rmap_one boolean functionMinchan Kim2017-05-034-20/+20
* | | mm: make rmap_walk() return voidMinchan Kim2017-05-032-29/+19
* | | mm: make ttu's return booleanMinchan Kim2017-05-034-28/+19
* | | mm: remove SWAP_AGAIN in ttuMinchan Kim2017-05-032-10/+3
* | | mm: remove SWAP_MLOCK in ttuMinchan Kim2017-05-032-15/+8
* | | mm: make try_to_munlock() return voidMinchan Kim2017-05-032-16/+6
* | | mm: remove SWAP_MLOCK check for SWAP_SUCCESS in ttuMinchan Kim2017-05-031-1/+1
* | | mm: remove SWAP_DIRTY in ttuMinchan Kim2017-05-032-5/+2
OpenPOWER on IntegriCloud