summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-03Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-05-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-05-03kasan: separate report parts by empty linesAndrey Konovalov
2017-05-03kasan: improve double-free report formatAndrey Konovalov
2017-05-03kasan: print page description after stacksAndrey Konovalov
2017-05-03kasan: improve slab object descriptionAndrey Konovalov
2017-05-03kasan: change report headerAndrey Konovalov
2017-05-03kasan: simplify address description logicAndrey Konovalov
2017-05-03kasan: change allocation and freeing stack traces headersAndrey Konovalov
2017-05-03kasan: unify report headersAndrey Konovalov
2017-05-03kasan: introduce helper functions for determining bug typeAndrey Konovalov
2017-05-03mm: hwpoison: call shake_page() after try_to_unmap() for mlocked pageNaoya Horiguchi
2017-05-03mm: hwpoison: call shake_page() unconditionallyNaoya Horiguchi
2017-05-03mm/swapfile.c: fix swap space leak in error path of swap_free_entries()Huang Ying
2017-05-03mm/gup.c: fix access_ok() argument typeArnd Bergmann
2017-05-03mm/truncate: avoid pointless cleancache_invalidate_inode() calls.Andrey Ryabinin
2017-05-03mm/truncate: bail out early from invalidate_inode_pages2_range() if mapping i...Andrey Ryabinin
2017-05-03fs/block_dev: always invalidate cleancache in invalidate_bdev()Andrey Ryabinin
2017-05-03fs: fix data invalidation in the cleancache during direct IOAndrey Ryabinin
2017-05-03zram: reduce load operation in page_same_filledSangwoo Park
2017-05-03zram: use zram_free_page instead of open-codedMinchan Kim
2017-05-03zram: introduce zram data accessorMinchan Kim
2017-05-03zram: remove zram_meta structureMinchan Kim
2017-05-03zram: use zram_slot_lock instead of raw bit_spin_lock opMinchan Kim
2017-05-03zram: partial IO refactoringMinchan Kim
2017-05-03zram: handle multiple pages attached bio's bvecMinchan Kim
2017-05-03mm, page_alloc: remove debug_guardpage_minorder() test in warn_alloc()Tetsuo Handa
2017-05-03mm/memory-failure.c: add page flag description in error pathsAnshuman Khandual
2017-05-03mm/madvise: move up the behavior parameter validationAnshuman Khandual
2017-05-03mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISONAnshuman Khandual
2017-05-03Documentation: vm, add hugetlbfs reservation overviewMike Kravetz
2017-05-03mm, swap: remove unused function prototypeHuang Ying
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner
2017-05-03mm: memcontrol: re-use global VM event enumJohannes Weiner
2017-05-03mm: memcontrol: clean up memory.events counting functionJohannes Weiner
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner
2017-05-03mm/mmap: replace SHM_HUGE_MASK with MAP_HUGE_MASK inside mmap_pgoffAnshuman Khandual
2017-05-03oom: improve oom disable handlingMichal Hocko
2017-05-03userfaultfd: selftest: combine all cases into a single executableMike Rapoport
2017-05-03mm: fix spelling errorHao Lee
2017-05-03mm/swap_slots.c: add warning if swap slots cache failed to initializeTim Chen
2017-05-03include/linux/migrate.h: add arg names to prototypePushkar Jambhlekar
2017-05-03mm: enable page poisoning early at bootVinayak Menon
2017-05-03mm, swap: avoid lock swap_avail_lock when held cluster lockHuang Ying
2017-05-03mm, swap: improve readability via make spin_lock/unlock balancedHuang Ying
2017-05-03mm, swap: fix comment in __read_swap_cache_asyncHuang Ying
2017-05-03mm: remove SWAP_[SUCCESS|AGAIN|FAIL]Minchan Kim
2017-05-03mm: make rmap_one boolean functionMinchan Kim