summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-11-10Merge branch 'x86/mm' into x86/asm, to merge branchesIngo Molnar
2017-11-07mm/sparsemem: Fix ARM64 boot crash when CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-03mm, swap: fix race between swap count continuation operationsHuang Ying
2017-11-03mm/huge_memory.c: deposit page table when copying a PMD migration entryZi Yan
2017-11-03userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_sizeAndrea Arcangeli
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30Merge tag 'v4.14-rc7' into x86/mm, to pick up fixesIngo Molnar
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-25locking/atomics, mm: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Paul E. McKenney
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-10-20mm/sparsemem: Allocate mem_section at runtime for CONFIG_SPARSEMEM_EXTREME=yKirill A. Shutemov
2017-10-20Merge branch 'x86/urgent' into x86/mm, to pick up fixesIngo Molnar
2017-10-19mm, percpu: add support for __GFP_NOWARN flagDaniel Borkmann
2017-10-13mm, swap: use page-cluster as max window of VMA based swap readaheadHuang Ying
2017-10-13mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lockWill Deacon
2017-10-13Revert "vmalloc: back off when the current task is killed"Johannes Weiner
2017-10-13mm/cma.c: take __GFP_NOWARN into account in cma_alloc()Boris Brezillon
2017-10-13mm: remove unnecessary WARN_ONCE in page_vma_mapped_walk().Zi Yan
2017-10-13mm/mempolicy: fix NUMA_INTERLEAVE_HIT counterAndrey Ryabinin
2017-10-13mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi
2017-10-13mm/migrate: fix indexing bug (off by one) and avoid out of bound accessMark Hairgrove
2017-10-09net: memcontrol: defer call to mem_cgroup_sk_alloc()Eric Dumazet
2017-10-03mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU
2017-10-03mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU
2017-10-03mm, page_alloc: add scheduling point to memmap_init_zoneMichal Hocko
2017-10-03mm, memory_hotplug: add scheduling point to __add_pagesMichal Hocko
2017-10-03mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner
2017-10-03mm/device-public-memory: fix edge case in _vm_normal_page()Reza Arbab
2017-10-03mm: fix data corruption caused by lazyfree pageShaohua Li
2017-10-03mm: avoid marking swap cached page as lazyfreeShaohua Li
2017-10-03mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPCJeff Layton
2017-10-03mm: fix RODATA_TEST failure "rodata_test: test data was not read only"Christophe Leroy
2017-10-03mm: meminit: mark init_reserved_page as __meminitArnd Bergmann
2017-10-03z3fold: fix stale list handlingVitaly Wool
2017-10-03mm,compaction: serialize waitqueue_active() checks (for real)Davidlohr Bueso
2017-10-03mm/memcg: avoid page count check for zone deviceJérôme Glisse
2017-10-03mm, memcg: remove hotplug locking from try_chargeMichal Hocko
2017-10-03mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko
2017-10-03z3fold: fix potential race in z3fold_reclaim_pageVitaly Wool
2017-10-03mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise
2017-10-03ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai
2017-09-28percpu: fix iteration to prevent skipping over blockDennis Zhou
2017-09-27percpu: fix starting offset for chunk statistics traversalDennis Zhou
2017-09-25fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner
2017-09-14Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds