summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-2724-291/+615
|\
| * xen: add static initialization of steal_clock op to xen_time_opsJuergen Gross2016-07-261-1/+1
| * xen/evtchn: use xen_vcpu_id mappingVitaly Kuznetsov2016-07-251-1/+2
| * xen/events: fifo: use xen_vcpu_id mappingVitaly Kuznetsov2016-07-251-1/+1
| * xen/events: use xen_vcpu_id mapping in events_baseVitaly Kuznetsov2016-07-251-5/+5
| * x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_opVitaly Kuznetsov2016-07-252-2/+3
| * xen/evtchn: add IOCTL_EVTCHN_RESTRICTDavid Vrabel2016-07-251-0/+40
| * xen-blkback: really don't leak mode propertyJan Beulich2016-07-221-1/+4
| * xen-blkback: constify instance of "struct attribute_group"Jan Beulich2016-07-221-1/+1
| * xen-blkfront: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-07-221-24/+19
| * xen-blkback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-07-221-7/+6
| * xen: support runqueue steal time on xenJuergen Gross2016-07-061-17/+23
| * xen-pciback: drop superfluous variablesJan Beulich2016-07-061-10/+6
| * xen-pciback: short-circuit read path used for merging write valuesJan Beulich2016-07-061-4/+2
| * xen-pciback: use const and unsigned in bar_init()Jan Beulich2016-07-061-2/+2
| * xen-pciback: simplify determination of 64-bit memory resourceJan Beulich2016-07-061-4/+1
| * xen-pciback: fold read_dev_bar() into its now single callerJan Beulich2016-07-061-20/+13
| * xen-pciback: drop rom_init()Jan Beulich2016-07-061-13/+1
| * xen-pciback: drop unused function parameter of read_dev_bar()Jan Beulich2016-07-061-4/+3
| * xen: xenbus: Remove create_workqueueBhaktipriya Shridhar2016-07-061-14/+1
| * xen: xen-pciback: Remove create_workqueueBhaktipriya Shridhar2016-07-063-11/+2
| * xen: add steal_clock support on x86Juergen Gross2016-07-061-0/+20
| * xen: use vma_pages().Muhammad Falak R Wani2016-07-063-3/+3
| * Xen: EFI: Parse DT parameters for Xen specific UEFIShannon Zhao2016-07-062-16/+70
| * FDT: Add a helper to get the subnode by given nameShannon Zhao2016-07-061-0/+13
| * ARM64: XEN: Add a function to initialize Xen specific UEFI runtime servicesShannon Zhao2016-07-061-1/+1
| * XEN: EFI: Move x86 specific codes to architecture directoryShannon Zhao2016-07-061-139/+34
| * Xen: ARM: Add support for mapping AMBA device mmioShannon Zhao2016-07-061-0/+43
| * Xen: ARM: Add support for mapping platform device mmioShannon Zhao2016-07-062-0/+154
| * Xen: xlate: Use page_to_xen_pfn instead of page_to_pfnShannon Zhao2016-07-061-11/+27
| * xen/grant-table: Move xlated_setup_gnttab_pages to common placeShannon Zhao2016-07-061-0/+61
| * Xen: ACPI: Hide UART used by XenShannon Zhao2016-07-061-0/+74
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-271-5/+22
|\ \
| * | drivers/perf: arm-pmu: Handle per-interrupt affinity maskMarc Zyngier2016-07-081-5/+22
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-2619-292/+240
|\ \ \
| * | | mm: fix build warnings in <linux/compaction.h>Minchan Kim2016-07-261-1/+1
| * | | shmem: get_unmapped_area align huge pageHugh Dickins2016-07-261-0/+24
| * | | mm, rmap: account shmem thp pagesKirill A. Shutemov2016-07-261-4/+9
| * | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-262-3/+2
| * | | mm, frontswap: convert frontswap_enabled to static keyVlastimil Babka2016-07-261-2/+2
| * | | zram: use __GFP_MOVABLE for memory allocationMinchan Kim2016-07-261-2/+4
| * | | mm: balloon: use general non-lru movable page featureMinchan Kim2016-07-261-6/+48
| * | | zram: drop gfp_t from zcomp_strm_alloc()Sergey Senozhatsky2016-07-261-4/+4
| * | | zram: add more compression algorithmsSergey Senozhatsky2016-07-261-0/+9
| * | | zram: delete custom lzo/lz4Sergey Senozhatsky2016-07-268-174/+2
| * | | zram: use crypto api to check alg availabilitySergey Senozhatsky2016-07-263-33/+49
| * | | zram: switch to crypto compress APISergey Senozhatsky2016-07-264-52/+69
| * | | zram: rename zstrm find-release functionsSergey Senozhatsky2016-07-263-8/+8
| * | | mm: oom: add memcg to oom_controlVladimir Davydov2016-07-261-0/+1
| * | | memory-hotplug: use zone_can_shift() for sysfs valid_zones attributeReza Arbab2016-07-261-11/+17