summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-142-39/+12Star
|\
| * ... and switch shmem_file_setup() to alloc_file_pseudo()Al Viro2018-07-121-30/+7Star
| * __shmem_file_setup(): reorder allocationsAl Viro2018-07-121-23/+20Star
| * alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-122-3/+2Star
* | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-141-2/+14
|\ \
| * | mm: Allow non-direct-map arguments to free_reserved_area()Dave Hansen2018-08-051-2/+14
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-142-8/+25
|\ \ \
| * | | x86/mm/tlb: Leave lazy TLB mode at page table free timeRik van Riel2018-07-171-8/+14
| * | | mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel2018-07-171-0/+11
* | | | mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com2018-08-111-0/+3
| |/ / |/| |
* | | ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu2018-08-031-0/+7
* | | memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai2018-08-031-4/+11
* | | mm: delete historical BUG from zap_pmd_range()Hugh Dickins2018-08-011-4/+2Star
* | | zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang2018-07-271-0/+9
* | | mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov2018-07-272-0/+5
* | | mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-272-0/+2
* | | mm: make vm_area_alloc() initialize core fieldsLinus Torvalds2018-07-222-11/+4Star
* | | mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds2018-07-212-8/+0Star
* | | mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds2018-07-212-15/+15
* | | mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia2018-07-211-1/+1
* | | mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins2018-07-211-0/+2
* | | mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre2018-07-211-0/+3
* | | mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin2018-07-161-2/+2
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-144-21/+21
|\ \
| * | mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2018-07-142-19/+12Star
| * | mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVEMichal Hocko2018-07-141-1/+2
| * | mm: do not drop unused pages when userfaultd is runningChristian Borntraeger2018-07-141-1/+7
* | | mm: zero unavailable pages before memmap initPavel Tatashin2018-07-141-2/+2
|/ /
* | mm: teach dump_page() to correctly output poisoned struct pagesPavel Tatashin2018-07-041-2/+16
* | kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei2018-07-041-2/+3
* | mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-07-041-0/+1
* | slub: fix failure when we delete and create a slab cacheMikulas Patocka2018-06-282-1/+10
* | Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior2018-06-281-2/+0Star
* | Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-241-13/+7Star
|\ \
| * | bdi: Fix another oops in wb_workfn()Jan Kara2018-06-221-13/+7Star
* | | revert "mm/memblock: add missing include <linux/bootmem.h>"Andrew Morton2018-06-191-1/+0Star
| |/ |/|
* | mm: fix oom_kill event handlingRoman Gushchin2018-06-152-3/+5
* | mm: use octal not symbolic permissionsJoe Perches2018-06-1515-66/+63Star
* | mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman2018-06-151-4/+0Star
* | mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre2018-06-151-0/+1
* | mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt2018-06-151-1/+32
* | mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan2018-06-151-1/+1
* | mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin2018-06-151-0/+4
* | mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He2018-06-151-4/+10
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-134-6/+7
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-4/+6
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-8/+11
|/
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-094-22/+35
|\
| * Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-094-22/+35
| |\