aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-20xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky4-13/+144
2017-12-19x86-64/Xen: eliminate W+X mappingsJan Beulich2-0/+15
2017-12-12xen: XEN_ACPI_PROCESSOR is Dom0-onlyJan Beulich1-1/+1
2017-12-12x86/Xen: don't report ancient LAPIC versionJan Beulich1-1/+1
2017-12-06xen/pvcalls: Fix a check in pvcalls_front_remove()Dan Carpenter1-1/+1
2017-12-06xen/pvcalls: check for xenbus_read() errorsDan Carpenter1-0/+2
2017-11-15xen/pvcalls: fix potential endless loop in pvcalls-front.cStefano Stabellini1-6/+5
2017-11-15xen/pvcalls: Add MODULE_LICENSE()Boris Ostrovsky2-0/+8
2017-11-08MAINTAINERS: xen, kvm: track pvclock-abi.h changesJoao Martins1-0/+2
2017-11-08x86/xen/time: setup vcpu 0 time info pageJoao Martins4-1/+137
2017-11-08x86/xen/time: set pvclock flags on xen_time_init()Joao Martins1-0/+9
2017-11-08x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins5-17/+27
2017-11-08ptp_kvm: probe for kvm guest availabilityJoao Martins1-0/+3
2017-11-08xen/privcmd: remove unused variable pageidxColin Ian King1-3/+0
2017-11-06xen: select grant interface versionJuergen Gross1-2/+33
2017-11-06xen: update arch/x86/include/asm/xen/cpuid.hJuergen Gross1-10/+32
2017-11-06xen: add grant interface version dependent constants to gnttab_opsJuergen Gross1-30/+43
2017-11-06xen: limit grant v2 interface to the v1 functionalityJuergen Gross2-175/+0
2017-11-06xen: re-introduce support for grant v2 interfaceJuergen Gross4-13/+398
2017-11-03xen: support priv-mapping in an HVM tools domainPaul Durrant2-2/+36
2017-11-03xen/pvcalls: remove redundant check for irq >= 0Colin Ian King1-3/+1
2017-11-03xen/pvcalls: fix unsigned less than zero error checkColin Ian King1-4/+3
2017-11-03xen/time: Return -ENODEV from xen_get_wallclock()Boris Ostrovsky1-1/+1
2017-11-03xen/pvcalls-front: mark expected switch fall-throughGustavo A. R. Silva1-1/+2
2017-11-03xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-11-02xen/time: do not decrease steal time after live migration on xenDongli Zhang3-7/+73
2017-10-31xen: support 52 bit physical addresses in pv guestsJuergen Gross2-3/+12
2017-10-31xen: introduce a Kconfig option to enable the pvcalls frontendStefano Stabellini2-0/+12
2017-10-31xen/pvcalls: implement release commandStefano Stabellini2-0/+99
2017-10-31xen/pvcalls: implement poll commandStefano Stabellini2-9/+138
2017-10-31xen/pvcalls: implement recvmsgStefano Stabellini2-0/+115
2017-10-31xen/pvcalls: implement sendmsgStefano Stabellini2-0/+124
2017-10-31xen/pvcalls: implement accept commandStefano Stabellini2-0/+148
2017-10-31xen/pvcalls: implement listen commandStefano Stabellini2-0/+58
2017-10-31xen/pvcalls: implement bind commandStefano Stabellini2-0/+69
2017-10-31xen/pvcalls: implement connect commandStefano Stabellini2-0/+160
2017-10-31xen/pvcalls: implement socket command and handle eventsStefano Stabellini2-0/+139
2017-10-31xen/pvcalls: connect to the backendStefano Stabellini1-0/+132
2017-10-31xen/pvcalls: implement frontend disconnectStefano Stabellini1-0/+71
2017-10-31xen/pvcalls: introduce the pvcalls xenbus frontendStefano Stabellini1-0/+61
2017-10-29Linux 4.14-rc7Linus Torvalds1-1/+1
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds78-361/+1021
2017-10-29Merge branch 'net_sched-fix-races-with-RCU-callbacks'David S. Miller19-57/+367
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi3-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi1-0/+62
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang1-0/+1
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang1-0/+1
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang1-5/+33
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang1-3/+16