summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-061-2/+6
|\
| * swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk2017-01-061-0/+4
| * swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2016-12-191-2/+2
* | Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-01-055-29/+36
|\ \
| * | Xen: ARM: Zero reserved fields of xatp before making hypervisor callJiandi An2017-01-031-3/+5
| * | xen: events: Replace BUG() with BUG_ON()Shyam Saini2017-01-031-2/+1
| * | xen: remove stale xs_input_avail() from headerJuergen Gross2016-12-231-1/+0
| * | xen: return xenstore command failures via response instead of rcJuergen Gross2016-12-231-20/+27
| * | xen: xenbus driver must not accept invalid transaction idsJuergen Gross2016-12-231-1/+1
| * | xen/evtchn: use rb_entry()Geliang Tang2016-12-221-2/+2
* | | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* | | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-1/+1
* | | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-1310-32/+37
|\ \ \ | |/ / | | / | |/ |/|
| * xen/balloon: Only mark a page as managed when it is releasedRoss Lagerwall2016-12-121-4/+2
| * xenbus: fix deadlock on writes to /proc/xen/xenbusDavid Vrabel2016-12-121-0/+2
| * xen: xenbus: set error code on failurePan Bian2016-12-081-1/+1
| * xen: set error code on failuresPan Bian2016-12-081-3/+6
| * xen/events: use xen_vcpu_id mapping for EVTCHNOP_statusVitaly Kuznetsov2016-11-301-1/+1
| * xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancingBoris Ostrovsky2016-11-281-1/+1
| * xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2016-11-171-1/+1
| * xen-platform: use builtin_pci_driverGeliang Tang2016-11-171-5/+1
| * xen: make use of xenbus_read_unsigned() in xenbusJuergen Gross2016-11-072-11/+4
| * xen: make use of xenbus_read_unsigned() in xen-pcibackJuergen Gross2016-11-071-5/+3
| * xen: introduce xenbus_read_unsigned()Juergen Gross2016-11-071-0/+15
* | Merge branch 'stable/for-linus-4.9' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-131-15/+12
|\ \
| * | swiotlb: Minor fix-ups for DMA_ATTR_SKIP_CPU_SYNC supportAlexander Duyck2016-11-101-2/+2
| * | swiotlb: Add support for DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-11-071-4/+7
| * | swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping functionAlexander Duyck2016-11-071-12/+6
* | | x86: Remove empty idle.h headerThomas Gleixner2016-12-091-1/+0
* | | x86/idle: Remove enter_idle(), exit_idle()Len Brown2016-11-181-1/+0
| |/ |/|
* | Merge tag 'for-linus-4.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-243-19/+34
|\ \
| * | xenbus: check return value of xenbus_scanf()Jan Beulich2016-10-241-1/+3
| * | xenbus: prefer list_for_each()Jan Beulich2016-10-241-2/+2
| * | xenbus: advertise control feature flagsJuergen Gross2016-10-241-16/+29
* | | Merge tag 'for-linus-4.9-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-065-145/+108
|\ \ \ | |/ / | | / | |/ |/|
| * xen/pciback: support driver_overrideJuergen Gross2016-09-301-7/+29
| * xen/pciback: avoid multiple entries in slot listJuergen Gross2016-09-301-8/+31
| * xen/pciback: simplify pcistub device handlingJuergen Gross2016-09-301-21/+21
| * xen: Remove event channel notification through Xen PCI platform deviceKarimAllah Ahmed2016-09-302-81/+9
| * xen/events: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-301-22/+12
| * xen: rename xen_pmu_init() in sys-hypervisor.cJuergen Gross2016-08-241-6/+6
* | xenbus: don't look up transaction IDs for ordinary writesJan Beulich2016-08-241-1/+1
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-7/+7
* Merge tag 'for-linus-4.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-2718-242/+428
|\
| * 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
OpenPOWER on IntegriCloud