summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-11-166-108/+593
|\
| * Merge tag 'imx-soc-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Arnd Bergmann2017-10-301-20/+65
| |\
| | * cpufreq: imx6q: Move speed grading check to cpufreq driverFabio Estevam2017-10-181-20/+65
| * | Merge tag 'omap-for-v4.15/ti-sysc-signed' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2017-10-203-0/+591
| |\ \
| | * | bus: ti-sysc: Fix unbalanced pm_runtime_enable by adding removeTony Lindgren2017-10-131-0/+25
| | * | bus: ti-sysc: mark PM functions as __maybe_unusedArnd Bergmann2017-10-131-2/+2
| | * | bus: ti-sysc: Add minimal TI sysc interconnect target driverTony Lindgren2017-10-103-0/+566
| | |/
| * | Merge tag 'arm-soc/for-4.15/soc' of http://github.com/Broadcom/stblinux into ...Arnd Bergmann2017-10-193-108/+2
| |\ \
| | * | irqchip: bcm2836: Move SMP startup code to arch/arm (v2)Stefan Wahren2017-09-251-77/+2
| | * | clk: bcm2835: remove remains from stub clk driverDanilo Krummrich2017-09-252-31/+0
| | |/
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-11-165-13/+29
|\ \ \
| * | | fw_cfg: fix the command line module nameMarc-André Lureau2017-11-141-4/+4
| * | | vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi2017-11-141-0/+2
| * | | vhost: fix end of range for access_okMichael S. Tsirkin2017-11-141-2/+2
| * | | vhost/scsi: Use safe iteration in vhost_scsi_complete_cmd_work()Byungchul Park2017-11-141-2/+2
| * | | virtio_balloon: fix deadlock on OOMMichael S. Tsirkin2017-11-141-5/+19
* | | | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-1611-36/+1619
|\ \ \ \
| * | | | xen/pvcalls: fix potential endless loop in pvcalls-front.cStefano Stabellini2017-11-151-6/+5
| * | | | xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky2017-11-152-0/+8
| * | | | x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins2017-11-081-1/+1
| * | | | ptp_kvm: probe for kvm guest availabilityJoao Martins2017-11-081-0/+3
| * | | | xen/privcmd: remove unused variable pageidxColin Ian King2017-11-081-3/+0
| * | | | xen: select grant interface versionJuergen Gross2017-11-061-2/+33
| * | | | xen: add grant interface version dependent constants to gnttab_opsJuergen Gross2017-11-061-30/+43
| * | | | xen: limit grant v2 interface to the v1 functionalityJuergen Gross2017-11-061-150/+0
| * | | | xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-061-6/+306
| * | | | xen/pvcalls: remove redundant check for irq >= 0Colin Ian King2017-11-031-3/+1
| * | | | xen/pvcalls: fix unsigned less than zero error checkColin Ian King2017-11-031-4/+3
| * | | | xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva2017-11-031-1/+2
| * | | | xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva2017-11-031-0/+2
| * | | | xen/time: do not decrease steal time after live migration on xenDongli Zhang2017-11-022-7/+72
| * | | | xen: introduce a Kconfig option to enable the pvcalls frontendStefano Stabellini2017-10-312-0/+12
| * | | | xen/pvcalls: implement release commandStefano Stabellini2017-10-312-0/+99
| * | | | xen/pvcalls: implement poll commandStefano Stabellini2017-10-312-9/+138
| * | | | xen/pvcalls: implement recvmsgStefano Stabellini2017-10-312-0/+115
| * | | | xen/pvcalls: implement sendmsgStefano Stabellini2017-10-312-0/+124
| * | | | xen/pvcalls: implement accept commandStefano Stabellini2017-10-312-0/+148
| * | | | xen/pvcalls: implement listen commandStefano Stabellini2017-10-312-0/+58
| * | | | xen/pvcalls: implement bind commandStefano Stabellini2017-10-312-0/+69
| * | | | xen/pvcalls: implement connect commandStefano Stabellini2017-10-312-0/+160
| * | | | xen/pvcalls: implement socket command and handle eventsStefano Stabellini2017-10-312-0/+139
| * | | | xen/pvcalls: connect to the backendStefano Stabellini2017-10-311-0/+132
| * | | | xen/pvcalls: implement frontend disconnectStefano Stabellini2017-10-311-0/+71
| * | | | xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini2017-10-311-0/+61
* | | | | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-163-8/+41
|\ \ \ \ \
| * | | | | KVM: arm/arm64: Check that system supports split eoi/deactivateChristoffer Dall2017-11-062-4/+10
| * | | | | arm64: Use physical counter for in-kernel reads when booted in EL2Christoffer Dall2017-11-061-4/+8
| * | | | | arm64: Implement arch_counter_get_cntpct to read the physical counterChristoffer Dall2017-11-061-0/+23
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-11-161-13/+20
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'fixes', 'misc' and 'sa1111-for-next' into for-nextRussell King2017-11-081-13/+20
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |