summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2020-01-29xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter1-1/+1
2020-01-23xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross1-3/+13
2020-01-12xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross1-1/+2
2019-12-05xen/pciback: Check dev_data before using itRoss Lagerwall1-1/+2
2019-10-17xen/pci: reserve MCFG areas earlierIgor Druzhinin1-6/+15
2019-08-25xen/pciback: remove set but not used variable 'old_state'YueHaibing1-2/+1
2019-08-06xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross1-2/+2
2019-06-11fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-1/+1
2019-06-11xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk1-2/+0
2018-12-17xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli1-0/+1
2018-11-21xen-swiotlb: use actually allocated size on check physical continuousJoe Jin1-0/+6
2018-10-10xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham1-1/+1
2018-10-10xen: avoid crash in disable_hotplug_cpuOlaf Hering1-7/+8
2018-10-10xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov1-2/+4
2018-07-03xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky1-2/+0
2018-05-30xen/acpi: off by one in read_acpi_id()Dan Carpenter1-3/+3
2018-05-30xen: xenbus: use put_device() instead of kfree()Arvind Yadav1-1/+4
2018-05-30xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne1-2/+2
2018-05-30xen/grant-table: Use put_page instead of free_pageRoss Lagerwall1-2/+2
2018-05-30xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin1-1/+1
2018-03-03xen/gntdev: Fix partial gntdev_mmap() cleanupRoss Lagerwall1-1/+3
2018-03-03xen/gntdev: Fix off-by-one error when unmapping with holesRoss Lagerwall1-3/+1
2018-02-25xen: XEN_ACPI_PROCESSOR is Dom0-onlyJan Beulich1-1/+1
2017-11-30xen: xenbus driver must not accept invalid transaction idsJuergen Gross1-1/+1
2017-11-08xen: don't print error message in case of missing Xenstore entryJuergen Gross1-2/+10
2017-11-08xen/manage: correct return value check on xenbus_scanf()Jan Beulich1-1/+1
2017-11-02xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()Juergen Gross1-1/+1
2017-10-05fix xen_swiotlb_dma_mmap prototypeArnd Bergmann1-1/+1
2017-10-05swiotlb-xen: implement xen_swiotlb_dma_mmap callbackStefano Stabellini1-0/+19
2017-08-25xen: fix bio vec mergingRoger Pau Monne1-2/+1
2017-07-05swiotlb-xen: update dev_addr after swapping pagesStefano Stabellini1-2/+3
2017-06-14xen/privcmd: Support correctly 64KB page granularity when mapping memoryJulien Grall1-2/+2
2017-03-30xen/acpi: upload PM state from init-domain to XenAnkur Arora1-8/+26
2017-01-06xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancingBoris Ostrovsky1-1/+1
2016-10-31xenbus: don't look up transaction IDs for ordinary writesJan Beulich1-1/+1
2016-08-10xenbus: don't bail early from xenbus_dev_request_and_reply()Jan Beulich1-3/+0
2016-08-10xenbus: don't BUG() on user mode induced conditionJan Beulich1-6/+8
2016-08-10xen/pciback: Fix conf_space read/write overlap check.Andrey Grodzovsky1-4/+2
2016-07-27xen/acpi: allow xen-acpi-processor driver to load on Xen 4.7Jan Beulich1-32/+3
2016-07-27xen/balloon: Fix declared-but-not-defined warningRoss Lagerwall1-15/+13
2016-06-08xen/events: Don't move disabled irqsRoss Lagerwall1-2/+4
2016-05-11xen/evtchn: fix ring resize when binding new eventsJan Beulich1-12/+8
2016-05-11xen/balloon: Fix crash when ballooning on x86 32 bit PAERoss Lagerwall1-0/+16
2016-04-20xen/events: Mask a moving irqBoris Ostrovsky1-4/+24
2016-03-04xen/pciback: Save the number of MSI-X entries to be copied later.Konrad Rzeszutek Wilk1-1/+5
2016-03-04xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORYKonrad Rzeszutek Wilk1-1/+2
2016-03-04xen/scsiback: correct frontend countingJuergen Gross1-5/+5
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-22/+83
2015-12-18xen-pciback: fix up cleanup path when alloc failsDoug Goldstein1-1/+3
2015-12-18xen/pciback: Don't allow MSI-X ops if PCI_COMMAND_MEMORY is not set.Konrad Rzeszutek Wilk1-1/+7