summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-08-15Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2018-08-14Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-14Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-08-10mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-08-05mm: Allow non-direct-map arguments to free_reserved_area()Dave Hansen
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner
2018-08-02ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu
2018-08-02memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai
2018-08-02docs/mm: memblock: add overview documentationMike Rapoport
2018-08-02docs/mm: memblock: add kernel-doc comments for memblock_add[_node]Mike Rapoport
2018-08-02docs/mm: memblock: update kernel-doc commentsMike Rapoport
2018-08-02mm/memblock: add a name for memblock flags enumerationMike Rapoport
2018-08-02docs/mm: bootmem: add overview documentationMike Rapoport
2018-08-02docs/mm: bootmem: fix kernel-doc warningsMike Rapoport
2018-08-02docs/mm: nobootmem: fixup kernel-doc commentsMike Rapoport
2018-08-02mm/bootmem: drop duplicated kernel-doc commentsMike Rapoport
2018-08-02kconfig: add a Memory Management options" menuChristoph Hellwig
2018-08-01mm: delete historical BUG from zap_pmd_range()Hugh Dickins
2018-07-27readahead: stricter check for bdi io_pagesMarkus Stockhausen
2018-07-26zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-21mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia
2018-07-21mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins
2018-07-21mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre
2018-07-17x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel
2018-07-16mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin
2018-07-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-07-14mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko
2018-07-14mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVEMichal Hocko
2018-07-14mm: do not drop unused pages when userfaultd is runningChristian Borntraeger
2018-07-14mm: zero unavailable pages before memmap initPavel Tatashin
2018-07-12... and switch shmem_file_setup() to alloc_file_pseudo()Al Viro
2018-07-12__shmem_file_setup(): reorder allocationsAl Viro
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro
2018-07-09mm: skip readahead if the cgroup is congestedJosef Bacik
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo