summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-11-04Revert "mm: slowly shrink slabs with a relatively small number of objects"Sasha Levin1-11/+0
2018-11-04mm/migrate.c: split only transparent huge pages when allocation failsAnshuman Khandual1-1/+1
2018-11-04mm/gup_benchmark: fix unsigned comparison to zero in __gup_benchmark_ioctlYueHaibing1-1/+2
2018-10-20mremap: properly flush TLB before releasing the pageLinus Torvalds2-23/+17
2018-10-18mm/thp: fix call to mmu_notifier in set_pmd_migration_entry() v2Jérôme Glisse1-6/+0
2018-10-18mm/mmap.c: don't clobber partially overlapping VMA with MAP_FIXED_NOREPLACEJann Horn1-1/+1
2018-10-18percpu: stop leaking bitmap metadata blocksMike Rapoport1-0/+1
2018-10-18mm/vmstat.c: fix outdated vmstat_textJann Horn1-1/+0
2018-10-18mm: slowly shrink slabs with a relatively small number of objectsRoman Gushchin1-0/+11
2018-10-13mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn1-0/+3
2018-10-13mm, thp: fix mlocking THP page with migration enabledKirill A. Shutemov2-1/+4
2018-10-13mm: migration: fix migration of huge PMD shared pagesMike Kravetz2-5/+74
2018-10-10mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2018-09-29mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-09-29mm: disable deferred struct page for 32-bit archesPasha Tatashin1-0/+1
2018-09-19mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2-40/+2
2018-09-19mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V2-1/+6
2018-09-15mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEMMike Rapoport1-1/+1
2018-09-15mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin1-2/+6
2018-09-09mm, dev_pagemap: Do not clear ->mapping on final putDan Williams1-0/+2
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-09-09readahead: stricter check for bdi io_pagesMarkus Stockhausen1-2/+10
2018-09-05mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra1-0/+18
2018-09-05mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin1-3/+3
2018-08-24mm: Allow non-direct-map arguments to free_reserved_area()Dave Hansen1-2/+14
2018-08-15x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-16/+30
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2-10/+76
2018-08-11mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-08-03ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu1-0/+7
2018-08-03memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai1-4/+11
2018-08-01mm: delete historical BUG from zap_pmd_range()Hugh Dickins1-4/+2
2018-07-27zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang1-0/+9
2018-07-27mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2-0/+5
2018-07-27mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2-0/+2
2018-07-22mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2-11/+4
2018-07-22mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds2-8/+0
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2-15/+15
2018-07-21mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-07-21mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins1-0/+2
2018-07-21mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre1-0/+3
2018-07-16mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin1-2/+2
2018-07-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-21/+21
2018-07-14mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2-19/+12
2018-07-14mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVEMichal Hocko1-1/+2
2018-07-14mm: do not drop unused pages when userfaultd is runningChristian Borntraeger1-1/+7
2018-07-14mm: zero unavailable pages before memmap initPavel Tatashin1-2/+2
2018-07-04mm: teach dump_page() to correctly output poisoned struct pagesPavel Tatashin1-2/+16
2018-07-04kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei1-2/+3
2018-07-04mm: hugetlb: yield when prepping struct pagesCannon Matthews1-0/+1
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka2-1/+10