summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+0Star
* 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/+1Star
* xen/pvcalls: fix unsigned less than zero error checkColin Ian King2017-11-031-4/+3Star
* 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-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
| | * net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang2017-10-291-0/+1
| | * net_sched: use tcf_queue_work() in tcindex filterCong Wang2017-10-291-5/+33
| | * net_sched: use tcf_queue_work() in rsvp filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in route filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in u32 filterCong Wang2017-10-291-3/+26
| | * net_sched: use tcf_queue_work() in matchall filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in fw filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in flower filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in flow filterCong Wang2017-10-291-3/+16
| | * net_sched: use tcf_queue_work() in cgroup filterCong Wang2017-10-291-4/+18
| | * net_sched: use tcf_queue_work() in bpf filterCong Wang2017-10-291-2/+17
| | * net_sched: use tcf_queue_work() in basic filterCong Wang2017-10-291-3/+17
| | * net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang2017-10-293-17/+56
| |/
| * Merge branch 'sctp-endianness-fixes'David S. Miller2017-10-2910-50/+59
| |\