summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* thp: use is_zero_pfn() only after pte_present() checkMinchan Kim2015-11-091-1/+2
* block: don't release bdi while request_queue has live referencesTejun Heo2015-11-091-1/+11
* mm: make sendfile(2) killableJan Kara2015-11-091-4/+5
* memcg: convert threshold to bytesShaohua Li2015-10-271-0/+1
* mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim2015-10-221-3/+10
* memcg: fix dirty page migrationGreg Thelen2015-10-221-1/+11
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-10-221-0/+8
* mm: migrate: hugetlb: putback destination hugepage to active listNaoya Horiguchi2015-10-221-1/+1
* memcg: make mem_cgroup_read_stat() unsignedGreg Thelen2015-10-221-12/+18
* vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim2015-09-291-1/+1
* memory-hotplug: add hot-added memory ranges to memblock before allocate node_...Tang Chen2015-09-211-1/+9
* mm: make page pfmemalloc check more robustMichal Hocko2015-08-213-6/+9
* mm: cma: mark cma_bitmap_maxno() inline in headerGregory Fong2015-08-141-1/+1
* memory-hotplug: fix wrong edge when hot add a new nodeXishi Qiu2015-08-142-0/+11
* .mailmap: Andrey Ryabinin has movedAndrey Ryabinin2015-08-142-2/+2
* mm/hwpoison: fix panic due to split huge zero pageWanpeng Li2015-08-141-2/+5
* mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li2015-08-141-7/+6
* mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li2015-08-141-0/+2
* writeback: fix initial dirty limitRabin Vincent2015-08-071-2/+2
* mm/memory-failure: set PageHWPoison before migrate_pages()Naoya Horiguchi2015-08-072-4/+6
* mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi2015-08-073-7/+9
* mm/memory-failure: give up error handling for non-tail-refcounted thpNaoya Horiguchi2015-08-071-9/+12
* mm/memory-failure: fix race in counting num_poisoned_pagesNaoya Horiguchi2015-08-071-2/+2
* mm/memory-failure: unlock_page before put_pageNaoya Horiguchi2015-08-071-2/+2
* ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley2015-08-071-2/+2
* mm: initialize hotplugged pages as reservedMel Gorman2015-08-071-1/+9
* mm/slub: allow merging when SLAB_DEBUG_FREE is setKonstantin Khlebnikov2015-08-071-2/+1
* fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman2015-08-071-0/+3
* mm, meminit: replace rwsem with completionNicolai Stange2015-08-071-7/+15
* mm, meminit: allow early_pfn_to_nid to be used during runtimeMel Gorman2015-08-071-8/+8
* mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko2015-08-051-10/+6
* mm/cma_debug: correct size input to bitmap functionJoonsoo Kim2015-07-171-3/+4
* mm/cma_debug: fix debugging alloc/free interfaceJoonsoo Kim2015-07-171-2/+2
* mm/page_owner: set correct gfp_mask on page_ownerJoonsoo Kim2015-07-172-3/+12
* mm/page_owner: fix possible access violationJoonsoo Kim2015-07-171-1/+3
* mm, meminit: suppress unused memory variable warningMel Gorman2015-07-171-3/+1
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2015-07-091-7/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-043-3/+3
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
| * vfs: add seq_file_path() helperMiklos Szeredi2015-06-231-1/+1
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-07-031-47/+62
|\ \
| * | writeback: don't drain bdi_writeback_congested on bdi destructionTejun Heo2015-07-021-6/+16
| * | writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo2015-07-021-41/+46
* | | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-022-3/+3
|\ \ \ | |/ / |/| |
| * | mm/page_owner.c: use late_initcall to hook in enablingPaul Gortmaker2015-06-161-1/+1
| * | mm: replace module_init usages with subsys_initcall in nommu.cPaul Gortmaker2015-06-161-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-07-017-81/+453
|\ \ \
| * | | mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-303-37/+39
| * | | mm: meminit: remove mminit_verify_page_linksMel Gorman2015-06-303-17/+0