aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds7-16/+77
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-26/+106
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-39/+12
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+14
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+25
2018-08-10mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe8-56/+46
2018-08-05mm: Allow non-direct-map arguments to free_reserved_area()Dave Hansen1-2/+14
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner18-76/+98
2018-08-02ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu1-0/+7
2018-08-02memcg: 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-27readahead: stricter check for bdi io_pagesMarkus Stockhausen1-2/+10
2018-07-26zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang1-0/+9
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2-0/+5
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2-0/+2
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2-11/+4
2018-07-21mm: 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-17x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel1-8/+14
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel1-0/+11
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-12... and switch shmem_file_setup() to alloc_file_pseudo()Al Viro1-30/+7
2018-07-12__shmem_file_setup(): reorder allocationsAl Viro1-23/+20
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2-3/+2
2018-07-09mm: skip readahead if the cgroup is congestedJosef Bacik1-0/+7
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo5-13/+58
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo1-0/+1
2018-07-09blk: introduce REQ_SWAPJosef Bacik1-1/+1
2018-07-03mm: teach dump_page() to correctly output poisoned struct pagesPavel Tatashin1-2/+16
2018-07-03kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei1-2/+3
2018-07-03mm: 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
2018-06-28Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior1-2/+0
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+7
2018-06-22bdi: Fix another oops in wb_workfn()Jan Kara1-13/+7
2018-06-20x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-16/+30
2018-06-20x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2-10/+76
2018-06-19revert "mm/memblock: add missing include <linux/bootmem.h>"Andrew Morton1-1/+0
2018-06-15mm: fix oom_kill event handlingRoman Gushchin2-3/+5
2018-06-15mm: use octal not symbolic permissionsJoe Perches15-66/+63
2018-06-15mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman1-4/+0