summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)Author
2019-09-16xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall
2019-09-16xen/pvcalls: Remove set but not used variableYueHaibing
2019-09-12xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk
2019-05-23fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-03-08pvcalls-front: fix potential null dereferenceWen Yang
2019-03-08pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang
2019-03-08xen/pvcalls: remove set but not used variable 'intf'YueHaibing
2019-03-08pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini
2019-03-08pvcalls-front: properly allocate skStefano Stabellini
2019-03-08pvcalls-front: don't try to free unallocated ringsStefano Stabellini
2019-03-08pvcalls-front: read all data before closing the connectionStefano Stabellini
2019-02-05xen: Fix x86 sched_clock() interface for xenJuergen Gross
2018-12-30pvcalls-front: fixes incorrect error handlingPan Bian
2018-12-30Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin
2018-12-30xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli
2018-11-13xen: remove size limit of privcmd-buf mapping interfaceJuergen Gross
2018-11-13xen/balloon: Support xend-based toolstackBoris Ostrovsky
2018-11-13xen-swiotlb: use actually allocated size on check physical continuousJoe Jin
2018-10-10xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham
2018-10-10xen: avoid crash in disable_hotplug_cpuOlaf Hering
2018-10-10xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov
2018-09-15xen/balloon: fix balloon initialization for PVH Dom0Roger Pau Monne
2018-06-23Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-22xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky
2018-06-22xen: add new hypercall buffer mapping deviceJuergen Gross
2018-06-19xen/scsiback: add error handling for xenbus_printfZhouyang Jia
2018-06-19xen/grant-table: Export gnttab_{alloc|free}_pages as GPLOleksandr Andrushchenko
2018-06-19xen: add error handling for xenbus_printfZhouyang Jia
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-08Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-05-18xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin
2018-05-17xen/store: do not store local values in xen_start_infoRoger Pau Monne
2018-05-14xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCEPaul Durrant
2018-05-14xen: Change return type to vm_fault_tSouptick Joarder
2018-04-20Merge tag 'for-linus-4.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-04-17xen: xenbus_dev_frontend: Really return response stringSimon Gaiser
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_reg_addJia-Ju Bai
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in xen_pcibk_config_quir...Jia-Ju Bai
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_device_allocJia-Ju Bai
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_init_deviceJia-Ju Bai
2018-04-16xen: xen-pciback: Replace GFP_ATOMIC with GFP_KERNEL in pcistub_probeJia-Ju Bai
2018-04-12Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-03-30xen/acpi: off by one in read_acpi_id()Dan Carpenter
2018-03-21xen/acpi: upload _PSD info for non Dom0 CPUs tooJoao Martins
2018-03-21xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_ENDSimon Gaiser
2018-03-21xen: xenbus: Catch closing of non existent transactionsSimon Gaiser
2018-03-21xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser
2018-03-20x86/dma: Remove dma_alloc_coherent_mask()Christoph Hellwig