summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* xen/pci: reserve MCFG areas earlierIgor Druzhinin2019-10-111-6/+15
* xen/xenbus: fix self-deadlock after killing user processJuergen Gross2019-10-111-2/+18
* xen/pciback: remove set but not used variable 'old_state'YueHaibing2019-08-251-2/+1
* xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross2019-08-061-2/+2
* xen/events: fix binding user event channels to cpusJuergen Gross2019-07-312-3/+11
* xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross2019-07-311-3/+13
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-111-3/+1
* xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk2019-06-091-2/+0
* xen/pvcalls: remove set but not used variable 'intf'YueHaibing2019-02-271-2/+0
* pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini2019-02-271-3/+4
* xen: Fix x86 sched_clock() interface for xenJuergen Gross2019-01-311-1/+1
* Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-12-171-56/+9
* xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli2018-12-171-0/+1
* xen/balloon: Support xend-based toolstackBoris Ostrovsky2018-11-131-5/+8
* xen-swiotlb: use actually allocated size on check physical continuousJoe Jin2018-11-131-0/+6
* xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham2018-10-101-1/+1
* xen: avoid crash in disable_hotplug_cpuOlaf Hering2018-10-101-7/+8
* xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov2018-10-101-2/+4
* xen/balloon: fix balloon initialization for PVH Dom0Roger Pau Monne2018-09-151-1/+1
* xen/scsiback: add error handling for xenbus_printfZhouyang Jia2018-08-241-3/+13
* xen: add error handling for xenbus_printfZhouyang Jia2018-08-241-3/+15
* xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky2018-07-031-2/+0
* xen: xenbus_dev_frontend: Really return response stringSimon Gaiser2018-06-211-1/+2
* xen/acpi: off by one in read_acpi_id()Dan Carpenter2018-05-301-3/+3
* xen: xenbus: use put_device() instead of kfree()Arvind Yadav2018-05-301-1/+4
* xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne2018-05-301-2/+2
* xen/pvcalls: fix null pointer dereference on map->sockColin Ian King2018-05-301-1/+1
* xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin2018-05-301-1/+1
* xen/grant-table: Use put_page instead of free_pageRoss Lagerwall2018-04-261-2/+2
* xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser2018-04-191-1/+1
* xen/gntdev: Fix partial gntdev_mmap() cleanupRoss Lagerwall2018-03-031-1/+3
* xen/gntdev: Fix off-by-one error when unmapping with holesRoss Lagerwall2018-03-031-3/+1
* xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky2018-03-031-9/+56
* mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying2018-02-281-0/+4
* xen: XEN_ACPI_PROCESSOR is Dom0-onlyJan Beulich2018-02-251-1/+1
* xenbus: track caller request idJoao Martins2018-02-223-0/+5
* Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0223-0/+23
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0223-0/+23
* | Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-272-7/+14
|\ \ | |/ |/|
| * xen: fix booting ballooned down hvm guestJuergen Gross2017-10-261-6/+13
| * xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()Juergen Gross2017-10-251-1/+1
* | Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-291-1/+10
|\|
| * xen-pciback: relax BAR sizing write value checkJan Beulich2017-09-281-1/+10
* | Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-221-63/+67
|\ \ | |/ |/|
| * xen: don't compile pv-specific parts if XEN_PV isn't configuredJuergen Gross2017-09-181-63/+67
* | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-1/+1
* | Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-076-8/+1262
|\|
| * xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guestsBoris Ostrovsky2017-08-311-3/+5
| * xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()Julien Grall2017-08-311-4/+3
| * xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann2017-08-311-5/+5