summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* shmem: add huge pages supportKirill A. Shutemov2016-07-262-0/+5
* shmem: get_unmapped_area align huge pageHugh Dickins2016-07-261-0/+2
* shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov2016-07-262-1/+4
* mm, rmap: account shmem thp pagesKirill A. Shutemov2016-07-261-1/+3
* radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov2016-07-261-0/+1
* page-flags: relax policy for PG_mappedtodisk and PG_reclaimKirill A. Shutemov2016-07-261-3/+3
* thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov2016-07-261-1/+12
* thp, vmstats: add counters for huge file pagesKirill A. Shutemov2016-07-261-0/+7
* mm: introduce do_set_pmd()Kirill A. Shutemov2016-07-261-0/+2
* rmap: support file thpKirill A. Shutemov2016-07-261-1/+1
* mm: postpone page table allocation until we have page to mapKirill A. Shutemov2016-07-261-1/+9
* mm: introduce fault_envKirill A. Shutemov2016-07-263-29/+33
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-5/+4
* mm: make swapin readahead to improve thp collapse rateEbru Akagunduz2016-07-261-0/+24
* mm: make optimistic check for swapin readaheadEbru Akagunduz2016-07-261-5/+9
* mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-261-3/+3
* include/linux/memblock.h: Clean up code for several trivial detailsChen Gang2016-07-261-11/+9
* mm: add NR_ZSMALLOC to vmstatMinchan Kim2016-07-261-0/+3
* mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka2016-07-261-14/+20
* mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa2016-07-261-1/+1
* mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2016-07-262-9/+8
* mm: memcontrol: cleanup kmem charge functionsVladimir Davydov2016-07-261-96/+7
* mm: clean up non-standard page->_mapcount usersVladimir Davydov2016-07-262-41/+37
* mm: remove pointless struct in struct page definitionVladimir Davydov2016-07-261-36/+32
* mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-07-261-6/+21
* mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V2016-07-261-11/+33
* mm/page_owner: use stackdepot to store stacktraceJoonsoo Kim2016-07-261-2/+2
* mm/page_owner: introduce split_page_owner and replace manual handlingJoonsoo Kim2016-07-261-7/+5
* mm/compaction: split freepages without holding the zone lockJoonsoo Kim2016-07-261-1/+0
* zsmalloc: page migration supportMinchan Kim2016-07-261-0/+1
* mm: balloon: use general non-lru movable page featureMinchan Kim2016-07-262-37/+18
* mm: migrate: support non-lru movable page migrationMinchan Kim2016-07-266-12/+46
* include/linux/mmdebug.h: add VM_WARN which maps to WARN()Aneesh Kumar K.V2016-07-261-0/+2
* mm: oom: add memcg to oom_controlVladimir Davydov2016-07-261-3/+5
* mm: zap ZONE_OOM_LOCKEDVladimir Davydov2016-07-261-1/+0
* memory-hotplug: more general validation of zone during onlineReza Arbab2016-07-261-0/+2
* mm: faster kmalloc_array(), kcalloc()Alexey Dobriyan2016-07-261-0/+2
* mm: SLUB freelist randomizationThomas Garnier2016-07-261-0/+5
* mm: reorganize SLAB freelist randomizationThomas Garnier2016-07-261-1/+1
* fs/fs-writeback.c: inode writeback list tracking tracepointsBrian Foster2016-07-261-4/+18
* fs/fs-writeback.c: add a new writeback list for syncDave Chinner2016-07-262-0/+7
* debugobjects.h: fix trivial kernel doc warningRandy Dunlap2016-07-261-1/+1
* dax: remote unused fault wrappersRoss Zwisler2016-07-261-5/+0
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-256-9/+50
|\
| * Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-0465-193/+466
| |\
| | * genirq: Add a helper to spread an affinity mask for MSI/MSI-X vectorsChristoph Hellwig2016-07-041-0/+8
| | * genirq/msi: Make use of affinity aware allocationsThomas Gleixner2016-07-041-0/+2
| | * genirq: Add affinity hint to irq allocationThomas Gleixner2016-07-042-5/+8
| | * genirq: Introduce IRQD_AFFINITY_MANAGED flagThomas Gleixner2016-07-041-0/+7
| | * genirq/msi: Remove unused MSI_FLAG_IDENTITY_MAPThomas Gleixner2016-07-041-4/+2