summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-061-0/+3
|\
| * mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa2017-12-181-0/+3
* | mm/sparse.c: wrong allocation for mem_sectionBaoquan He2018-01-041-1/+1
* | mm/zsmalloc.c: include fs.hSergey Senozhatsky2018-01-041-0/+1
* | mm/debug.c: provide useful debugging information for VM_BUGMatthew Wilcox2018-01-041-14/+14
* | mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual2018-01-041-2/+4
* | mm: check pfn_valid first in zero_resv_unavailDave Young2018-01-041-0/+2
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-12-211-4/+1
|\ \
| * | Revert "bdi: add error handle for bdi_debug_register"Jens Axboe2017-12-211-4/+1
* | | Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-154-12/+12
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-12-151-1/+1
|\ \ \
| * | | mm/early_ioremap: Fix boot hang with earlyprintk=efi,keepDave Young2017-12-111-1/+1
* | | | mm, oom_reaper: fix memory corruptionMichal Hocko2017-12-142-6/+8
* | | | mm/frame_vector.c: release a semaphore in 'get_vaddr_frames()'Christophe JAILLET2017-12-141-2/+4
* | | | mm/slab.c: do not hash pointers when debugging slabGeert Uytterhoeven2017-12-141-13/+10
* | | | mm/page_alloc.c: avoid excessive IRQ disabled times in free_unref_page_list()Lucas Stach2017-12-141-0/+11
* | | | mm/memory.c: mark wp_huge_pmd() inline to prevent build failureGeert Uytterhoeven2017-12-141-1/+2
* | | | mm/kmemleak.c: make cond_resched() rate-limiting more efficientAndrew Morton2017-12-141-1/+1
* | | | Merge branch 'for-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-12-111-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | percpu: hack to let the CRIS architecture to boot until they clean upNicolas Pitre2017-11-271-0/+4
| | |/ | |/|
* | | kmemcheck: rip it out for realMichal Hocko2017-12-081-1/+0
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-12-011-3/+19
|\ \
| * | bdi: add error handle for bdi_debug_registerweiping zhang2017-11-191-1/+4
| * | bdi: convert bdi_debug_register to intweiping zhang2017-11-191-2/+15
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-2913-32/+121
|\ \ \
| * | | mm/hugetlb: fix NULL-pointer dereference on 5-level paging machineKirill A. Shutemov2017-11-291-1/+3
| * | | mm, memcg: fix mem_cgroup_swapout() for THPsShakeel Butt2017-11-291-1/+1
| * | | kmemleak: add scheduling point to kmemleak_scan()Yisheng Xie2017-11-291-0/+2
| * | | Revert "mm/page-writeback.c: print a warning if the vm dirtiness settings are...Michal Hocko2017-11-291-4/+1
| * | | mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie2017-11-291-3/+1
| * | | mm: fail get_vaddr_frames() for filesystem-dax mappingsDan Williams2017-11-291-0/+12
| * | | mm: introduce get_user_pages_longtermDan Williams2017-11-291-0/+64
| * | | mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2017-11-292-3/+13
| * | | mm: replace pte_write with pte_access_permitted in fault + gup pathsDan Williams2017-11-293-5/+5
| * | | mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-293-5/+5
| * | | mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams2017-11-292-2/+2
| * | | mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz2017-11-291-1/+8
| * | | mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan2017-11-291-3/+4
| * | | mm, memory_hotplug: do not back off draining pcp free pages from kworker contextMichal Hocko2017-11-291-4/+0
* | | | Merge tag 'printk-hash-pointer-4.15-rc2' of git://github.com/tcharding/linuxLinus Torvalds2017-11-291-4/+4
|\ \ \ \
| * | | | kasan: use %px to print addresses instead of %pTobin C. Harding2017-11-291-4/+4
| | |_|/ | |/| |
* | | | Revert "mm, thp: Do not make pmd/pud dirty without a reason"Linus Torvalds2017-11-295-24/+16
| |/ / |/| |
* | | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-5/+5
* | | mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov2017-11-275-16/+24
* | | mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2017-11-271-23/+13
|/ /
* | block/laptop_mode: Convert timers to use timer_setup()Kees Cook2017-11-211-3/+4
|/
* mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2017-11-173-0/+110
* mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka2017-11-171-15/+3
* mm, compaction: split off flag for not updating skip hintsVlastimil Babka2017-11-173-1/+3
* mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka2017-11-171-11/+14
OpenPOWER on IntegriCloud