summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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/+12
| * 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-031-2/+16
* kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei2018-07-031-2/+3
* mm: hugetlb: yield when prepping struct pagesCannon Matthews2018-07-031-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/+0
* Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-241-13/+7
|\
| * bdi: Fix another oops in wb_workfn()Jan Kara2018-06-221-13/+7
* | revert "mm/memblock: add missing include <linux/bootmem.h>"Andrew Morton2018-06-191-1/+0
* | mm: fix oom_kill event handlingRoman Gushchin2018-06-152-3/+5
* | mm: use octal not symbolic permissionsJoe Perches2018-06-1515-66/+63
* | mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman2018-06-151-4/+0
* | 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-121-1/+1
* | treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-124-6/+7
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-4/+6
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-8/+11
|/
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-084-22/+35
|\
| * Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-084-22/+35
| |\
| | * mm: fix __gup_device_huge vs unmapDan Williams2018-05-221-10/+26
| | * mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-223-12/+9
* | | Merge branch 'akpm' (patches from Andrew)HEADmasterLinus Torvalds2018-06-0732-737/+1008
|\ \ \
| * | | mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko2018-06-071-2/+4
| * | | mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov2018-06-071-2/+1
| * | | mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-06-071-1/+0
| * | | userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport2018-06-071-5/+17
| * | | mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo2018-06-071-5/+1
| * | | mm/shmem.c: use new return type vm_fault_tSouptick Joarder2018-06-071-6/+6
| * | | slub: remove 'reserved' file from sysfsMatthew Wilcox2018-06-071-7/+0
| * | | slub: remove kmem_cache->reservedMatthew Wilcox2018-06-071-21/+20
| * | | slab,slub: remove rcu_head size checksMatthew Wilcox2018-06-072-27/+2
| * | | mm: combine LRU and main union in struct pageMatthew Wilcox2018-06-071-1/+1
| * | | mm: move lru union within struct pageMatthew Wilcox2018-06-071-4/+4
| * | | mm: use page->deferred_listMatthew Wilcox2018-06-072-6/+3
| * | | mm: move 'private' union within struct pageMatthew Wilcox2018-06-071-18/+2
| * | | mm: switch s_mem and slab_cache in struct pageMatthew Wilcox2018-06-071-0/+1
| * | | mm: split page_type out from _mapcountMatthew Wilcox2018-06-071-8/+5
| * | | mm, hugetlbfs: pass fault address to no page handlerHuang Ying2018-06-071-21/+21
| * | | mm: change return type to vm_fault_tSouptick Joarder2018-06-072-3/+3
| * | | mm: use new return type vm_fault_tSouptick Joarder2018-06-072-5/+5
| * | | mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye2018-06-071-3/+2
| * | | mm/vmpressure.c: convert to use match_string() helperAndy Shevchenko2018-06-071-26/+6