| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: silently skip readahead for DAX inodes | Ross Zwisler | 2016-08-27 | 1 | -0/+9 |
* | mm: memcontrol: avoid unused function warning | Arnd Bergmann | 2016-08-27 | 1 | -18/+18 |
* | mm: clarify COMPACTION Kconfig text | Michal Hocko | 2016-08-27 | 1 | -1/+8 |
* | soft_dirty: fix soft_dirty during THP split | Andrea Arcangeli | 2016-08-27 | 1 | -1/+6 |
* | usercopy: fix overlap check for kernel text | Josh Poimboeuf | 2016-08-23 | 1 | -1/+1 |
* | usercopy: avoid potentially undefined behavior in pointer math | Eric Biggers | 2016-08-23 | 1 | -1/+1 |
* | mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdats | Reza Arbab | 2016-08-12 | 1 | -0/+2 |
* | mm, oom: fix uninitialized ret in task_will_free_mem() | Geert Uytterhoeven | 2016-08-12 | 1 | -1/+1 |
* | kasan: remove the unnecessary WARN_ONCE from quarantine.c | Alexander Potapenko | 2016-08-12 | 1 | -5/+2 |
* | mm: memcontrol: fix memcg id ref counter on swap charge move | Vladimir Davydov | 2016-08-12 | 1 | -6/+18 |
* | mm: memcontrol: fix swap counter leak on swapout from offline cgroup | Vladimir Davydov | 2016-08-12 | 1 | -6/+38 |
* | proc, meminfo: use correct helpers for calculating LRU sizes in meminfo | Mel Gorman | 2016-08-12 | 1 | -1/+1 |
* | mm/hugetlb: fix incorrect hugepages count during mem hotplug | zhong jiang | 2016-08-12 | 1 | -0/+1 |
* | mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lock | Chris Wilson | 2016-08-11 | 1 | -1/+5 |
* | rmap: fix compound check logic in page_remove_file_rmap | Steve Capper | 2016-08-11 | 1 | -1/+1 |
* | mm, rmap: fix false positive VM_BUG() in page_add_file_rmap() | Kirill A. Shutemov | 2016-08-11 | 1 | -2/+3 |
* | mm/page_alloc.c: recalculate some of node threshold when on/offline memory | Joonsoo Kim | 2016-08-11 | 1 | -15/+35 |
* | mm/page_alloc.c: fix wrong initialization when sysctl_min_unmapped_ratio changes | Joonsoo Kim | 2016-08-11 | 1 | -1/+1 |
* | thp: move shmem_huge_enabled() outside of SYSFS ifdef | Arnd Bergmann | 2016-08-11 | 1 | -1/+3 |
* | mm: memcontrol: only mark charged pages with PageKmemcg | Vladimir Davydov | 2016-08-09 | 2 | -11/+17 |
* | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 2016-08-08 | 4 | -0/+342 |
|\ |
|
| * | mm: SLUB hardened usercopy support | Kees Cook | 2016-07-26 | 1 | -0/+40 |
| * | mm: SLAB hardened usercopy support | Kees Cook | 2016-07-26 | 1 | -0/+30 |
| * | mm: Hardened usercopy | Kees Cook | 2016-07-26 | 2 | -0/+272 |
* | | mm: make __swap_writepage() use bio_set_op_attrs() | Jens Axboe | 2016-08-07 | 1 | -2/+3 |
* | | block/mm: make bdev_ops->rw_page() take a bool for read/write | Jens Axboe | 2016-08-07 | 1 | -2/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2016-08-06 | 2 | -3/+22 |
|\ \ |
|
| * | | mm/block: convert rw_page users to bio op use | Mike Christie | 2016-08-04 | 1 | -3/+3 |
| * | | block: fix bdi vs gendisk lifetime mismatch | Dan Williams | 2016-08-04 | 1 | -0/+19 |
* | | | Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2016-08-05 | 1 | -1/+9 |
|\ \ \ |
|
| * | | | powerpc/mm/hugetlb: Add flush_hugetlb_tlb_range | Aneesh Kumar K.V | 2016-08-01 | 1 | -1/+9 |
* | | | | mm/memblock.c: fix NULL dereference error | zijun_hu | 2016-08-05 | 1 | -1/+4 |
* | | | | slub: drop bogus inline for fixup_red_left() | Geert Uytterhoeven | 2016-08-05 | 1 | -1/+1 |
* | | | | mm: initialise per_cpu_nodestats for all online pgdats at boot | Mel Gorman | 2016-08-05 | 1 | -5/+5 |
* | | | | mm/memblock: fix a typo in a comment | Alexander Kuleshov | 2016-08-05 | 1 | -2/+2 |
* | | | | mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabled | zhong jiang | 2016-08-05 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | shmem: Fix link error if huge pages support is disabled | Geert Uytterhoeven | 2016-08-04 | 1 | -1/+2 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-08-03 | 14 | -103/+124 |
|\ \ \ |
|
| * | | | mm: refuse wrapped vm_brk requests | Kees Cook | 2016-08-03 | 1 | -3/+5 |
| * | | | treewide: replace obsolete _refok by __ref | Fabian Frederick | 2016-08-02 | 4 | -5/+5 |
| * | | | mm: vmscan: fix memcg-aware shrinkers not called on global reclaim | Vladimir Davydov | 2016-08-02 | 1 | -1/+1 |
| * | | | kasan: avoid overflowing quarantine size on low memory systems | Alexander Potapenko | 2016-08-02 | 1 | -2/+7 |
| * | | | kasan: improve double-free reports | Andrey Ryabinin | 2016-08-02 | 3 | -18/+41 |
| * | | | mm/kasan: get rid of ->state in struct kasan_alloc_meta | Andrey Ryabinin | 2016-08-02 | 6 | -64/+39 |
| * | | | mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta | Andrey Ryabinin | 2016-08-02 | 3 | -8/+4 |
| * | | | mm/kasan, slub: don't disable interrupts when object leaves quarantine | Andrey Ryabinin | 2016-08-02 | 1 | -2/+6 |
| * | | | mm/kasan: don't reduce quarantine in atomic contexts | Andrey Ryabinin | 2016-08-02 | 1 | -2/+2 |
| * | | | mm/kasan: fix corruptions and false positive reports | Andrey Ryabinin | 2016-08-02 | 1 | -1/+1 |
| * | | | memcg: put soft limit reclaim out of way if the excess tree is empty | Michal Hocko | 2016-08-02 | 1 | -0/+9 |
| * | | | mm, hugetlb: fix huge_pte_alloc BUG_ON | Michal Hocko | 2016-08-02 | 1 | -1/+1 |