summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-278-25/+115
|\
| * xen: add static initialization of steal_clock op to xen_time_opsJuergen Gross2016-07-261-0/+1
| * xen: introduce xen_vcpu_id mappingVitaly Kuznetsov2016-07-251-0/+6
| * xen/evtchn: add IOCTL_EVTCHN_RESTRICTDavid Vrabel2016-07-251-0/+15
| * xen: update xen headersJuergen Gross2016-07-062-10/+31
| * xen: add steal_clock support on x86Juergen Gross2016-07-062-1/+1
| * FDT: Add a helper to get the subnode by given nameShannon Zhao2016-07-061-0/+2
| * XEN: EFI: Move x86 specific codes to architecture directoryShannon Zhao2016-07-061-8/+22
| * xen/hvm/params: Add a new delivery type for event-channel in HVM_PARAM_CALLBA...Shannon Zhao2016-07-061-0/+13
| * Xen: public/hvm: sync changes of HVM_PARAM_CALLBACK_VIA ABI from XenShannon Zhao2016-07-061-6/+21
| * xen: memory : Add new XENMAPSPACE type XENMAPSPACE_dev_mmioShannon Zhao2016-07-061-0/+1
| * xen/grant-table: Move xlated_setup_gnttab_pages to common placeShannon Zhao2016-07-061-0/+2
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-271-0/+1
|\ \
| * | arm64/kexec: Add core kexec supportGeoff Levand2016-06-271-0/+1
* | | Merge tag 'xfs-for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-272-15/+71
|\ \ \
| * | | fs: iomap based fiemap implementationChristoph Hellwig2016-06-211-0/+3
| * | | fs: introduce iomap infrastructureChristoph Hellwig2016-06-211-5/+51
| * | | fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig2016-06-212-15/+22
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-2736-344/+455
|\ \ \ \
| * | | | mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-273-18/+16
| * | | | mm, thp: convert from optimistic swapin collapsing to conservativeEbru Akagunduz2016-07-271-8/+11
| * | | | shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov2016-07-271-1/+5
| * | | | thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov2016-07-271-1/+9
| * | | | khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov2016-07-272-1/+25
| * | | | thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov2016-07-272-0/+15
| * | | | shmem: add huge pages supportKirill A. Shutemov2016-07-272-0/+5
| * | | | shmem: get_unmapped_area align huge pageHugh Dickins2016-07-271-0/+2
| * | | | shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov2016-07-272-1/+4
| * | | | mm, rmap: account shmem thp pagesKirill A. Shutemov2016-07-271-1/+3
| * | | | radix-tree: implement radix_tree_maybe_preload_order()Kirill A. Shutemov2016-07-271-0/+1
| * | | | page-flags: relax policy for PG_mappedtodisk and PG_reclaimKirill A. Shutemov2016-07-271-3/+3
| * | | | thp, mlock: do not mlock PTE-mapped file huge pagesKirill A. Shutemov2016-07-271-1/+12
| * | | | thp, vmstats: add counters for huge file pagesKirill A. Shutemov2016-07-271-0/+7
| * | | | mm: introduce do_set_pmd()Kirill A. Shutemov2016-07-271-0/+2
| * | | | rmap: support file thpKirill A. Shutemov2016-07-271-1/+1
| * | | | mm: postpone page table allocation until we have page to mapKirill A. Shutemov2016-07-271-1/+9
| * | | | mm: introduce fault_envKirill A. Shutemov2016-07-273-29/+33
| * | | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-271-5/+4
| * | | | mm: make swapin readahead to improve thp collapse rateEbru Akagunduz2016-07-271-0/+24
| * | | | mm: make optimistic check for swapin readaheadEbru Akagunduz2016-07-271-5/+9
| * | | | mm, memcg: use consistent gfp flags during readaheadMichal Hocko2016-07-271-3/+3
| * | | | include/linux/memblock.h: Clean up code for several trivial detailsChen Gang2016-07-271-11/+9
| * | | | mm: add NR_ZSMALLOC to vmstatMinchan Kim2016-07-271-0/+3
| * | | | mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka2016-07-271-14/+20
| * | | | mm,oom: remove unused argument from oom_scan_process_thread().Tetsuo Handa2016-07-271-1/+1
| * | | | mm: charge/uncharge kmemcg from generic page allocator pathsVladimir Davydov2016-07-272-9/+8
| * | | | mm: memcontrol: cleanup kmem charge functionsVladimir Davydov2016-07-271-96/+7
| * | | | mm: clean up non-standard page->_mapcount usersVladimir Davydov2016-07-272-41/+37
| * | | | mm: remove pointless struct in struct page definitionVladimir Davydov2016-07-271-36/+32
| * | | | mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-07-271-6/+21