summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xen/gntdev: Fix off-by-one error when unmapping with holesRoss Lagerwall2018-01-101-3/+1
* x86: xen: remove the use of VLAISNick Desaulniers2018-01-081-5/+3
* x86/xen/time: fix section mismatch for xen_init_time_ops()Nick Desaulniers2018-01-081-1/+1
* xen/pvcalls: use GFP_ATOMIC under spin lockWei Yongjun2018-01-021-1/+1
* xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2017-12-204-13/+144
* x86-64/Xen: eliminate W+X mappingsJan Beulich2017-12-192-0/+15
* xen: XEN_ACPI_PROCESSOR is Dom0-onlyJan Beulich2017-12-121-1/+1
* x86/Xen: don't report ancient LAPIC versionJan Beulich2017-12-121-1/+1
* xen/pvcalls: Fix a check in pvcalls_front_remove()Dan Carpenter2017-12-061-1/+1
* xen/pvcalls: check for xenbus_read() errorsDan Carpenter2017-12-061-0/+2
* 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
* MAINTAINERS: xen, kvm: track pvclock-abi.h changesJoao Martins2017-11-081-0/+2
* x86/xen/time: setup vcpu 0 time info pageJoao Martins2017-11-084-1/+137
* x86/xen/time: set pvclock flags on xen_time_init()Joao Martins2017-11-081-0/+9
* x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins2017-11-085-17/+27
* 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: update arch/x86/include/asm/xen/cpuid.hJuergen Gross2017-11-061-10/+32
* 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-062-175/+0
* xen: re-introduce support for grant v2 interfaceJuergen Gross2017-11-064-13/+398
* xen: support priv-mapping in an HVM tools domainPaul Durrant2017-11-032-2/+36
* 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/time: Return -ENODEV from xen_get_wallclock()Boris Ostrovsky2017-11-031-1/+1
* 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-023-7/+73
* xen: support 52 bit physical addresses in pv guestsJuergen Gross2017-10-312-3/+12
* 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
* Linux 4.14-rc7v4.14-rc7Linus Torvalds2017-10-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-2978-361/+1021
|\
| * Merge branch 'net_sched-fix-races-with-RCU-callbacks'David S. Miller2017-10-2919-57/+367
| |\
| | * selftests: Introduce a new test case to tc testsuiteChris Mi2017-10-293-5/+40
| | * selftests: Introduce a new script to generate tc batch fileChris Mi2017-10-291-0/+62
| | * net_sched: fix call_rcu() race on act_sample module removalCong Wang2017-10-291-0/+1