summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* mm, x86/mm: Fix performance regression in get_user_pages_fast()Kirill A. Shutemov2017-12-101-39/+58
* mm/hugetlb: fix NULL-pointer dereference on 5-level paging machineKirill A. Shutemov2017-12-051-1/+3
* mm, memcg: fix mem_cgroup_swapout() for THPsShakeel Butt2017-12-051-1/+1
* mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie2017-12-051-3/+1
* mm: fail get_vaddr_frames() for filesystem-dax mappingsDan Williams2017-12-051-0/+12
* mm: introduce get_user_pages_longtermDan Williams2017-12-051-0/+64
* mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2017-12-052-3/+13
* mm/cma: fix alloc_contig_range ret code/potential leakMike Kravetz2017-12-051-1/+8
* mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov2017-12-051-23/+13
* mm, oom_reaper: gather each vma to prevent leaking TLB entryWang Nan2017-12-051-3/+4
* mm, memory_hotplug: do not back off draining pcp free pages from kworker contextMichal Hocko2017-12-051-4/+0
* mm/z3fold.c: use kref to prevent page free/compact raceVitaly Wool2017-11-301-2/+8
* mm/page_ext.c: check if page_ext is not preparedJaewon Kim2017-11-241-4/+0
* mm/page_alloc.c: broken deferred calculationPavel Tatashin2017-11-241-9/+18
* mm/pagewalk.c: report holes in hugetlb rangesJann Horn2017-11-241-1/+5
* mm, swap: fix race between swap count continuation operationsHuang Ying2017-11-031-6/+17
* mm/huge_memory.c: deposit page table when copying a PMD migration entryZi Yan2017-11-031-0/+3
* userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli2017-11-031-2/+30
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0253-0/+53
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-212-20/+10
|\
| * mm, percpu: add support for __GFP_NOWARN flagDaniel Borkmann2017-10-191-5/+10
| * net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet2017-10-091-15/+0
* | mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying2017-10-131-34/+7
* | mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon2017-10-131-15/+10
* | Revert "vmalloc: back off when the current task is killed"Johannes Weiner2017-10-131-6/+0
* | mm/cma.c: take __GFP_NOWARN into account in cma_alloc()Boris Brezillon2017-10-131-1/+1
* | mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().Zi Yan2017-10-131-2/+1
* | mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterAndrey Ryabinin2017-10-131-2/+5
* | mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi2017-10-131-1/+6
* | mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove2017-10-131-1/+2
|/
* mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU2017-10-031-2/+2
* mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU2017-10-031-1/+1
* mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko2017-10-031-0/+1
* mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko2017-10-031-0/+1
* mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner2017-10-032-13/+21
* mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab2017-10-031-1/+1
* mm: fix data corruption caused by lazyfree pageShaohua Li2017-10-031-0/+11
* mm: avoid marking swap cached page as lazyfreeShaohua Li2017-10-031-2/+2
* mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPCJeff Layton2017-10-031-0/+8
* mm: fix RODATA_TEST failure "rodata_test: test data was not read only"Christophe Leroy2017-10-031-1/+1
* mm: meminit: mark init_reserved_page as __meminitArnd Bergmann2017-10-031-1/+1
* z3fold: fix stale list handlingVitaly Wool2017-10-031-4/+2
* mm,compaction: serialize waitqueue_active() checks (for real)Davidlohr Bueso2017-10-031-8/+5
* mm/memcg: avoid page count check for zone deviceJérôme Glisse2017-10-031-1/+2
* mm, memcg: remove hotplug locking from try_chargeMichal Hocko2017-10-031-5/+15
* mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko2017-10-031-0/+16
* z3fold: fix potential race in z3fold_reclaim_pageVitaly Wool2017-10-031-1/+3
* mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise2017-10-031-2/+10
* ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai2017-10-031-1/+4
* percpu: fix iteration to prevent skipping over blockDennis Zhou2017-09-281-0/+4