summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2019-12-17pvcalls-front: don't return error when the ring is fullStefano Stabellini1-1/+3
2019-12-05xen/pciback: Check dev_data before using itRoss Lagerwall1-1/+2
2019-12-01mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand1-0/+3
2019-10-11xen/pci: reserve MCFG areas earlierIgor Druzhinin1-6/+15
2019-10-11xen/xenbus: fix self-deadlock after killing user processJuergen Gross1-2/+18
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-07-26xen/events: fix binding user event channels to cpusJuergen Gross2-3/+11
2019-07-26xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross1-3/+13
2019-06-22xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall3-2/+26
2019-06-22xen/pvcalls: Remove set but not used variableYueHaibing1-4/+0
2019-06-04xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk1-2/+0
2019-05-08fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-3/+1
2019-04-05xen/gntdev: Do not destroy context while dma-bufs are in useOleksandr Andrushchenko3-3/+13
2019-02-27pvcalls-front: fix potential null dereferenceWen Yang1-0/+3
2019-02-27pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang1-22/+59
2019-02-27xen/pvcalls: remove set but not used variable 'intf'YueHaibing1-2/+0
2019-02-27pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini1-3/+4
2019-02-27pvcalls-front: properly allocate skStefano Stabellini1-1/+7
2019-02-27pvcalls-front: don't try to free unallocated ringsStefano Stabellini1-2/+2
2019-02-27pvcalls-front: read all data before closing the connectionStefano Stabellini1-3/+1
2019-01-22xen: Fix x86 sched_clock() interface for xenJuergen Gross1-1/+1
2018-12-17pvcalls-front: fixes incorrect error handlingPan Bian1-2/+2
2018-12-17Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin1-56/+9
2018-12-17xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli1-0/+1
2018-11-27xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug messageLiam Merwick1-1/+1
2018-11-13xen: remove size limit of privcmd-buf mapping interfaceJuergen Gross1-18/+4
2018-11-13xen/balloon: Support xend-based toolstackBoris Ostrovsky1-5/+8
2018-11-13xen-swiotlb: use actually allocated size on check physical continuousJoe Jin1-0/+6
2018-09-19xen: issue warning message when out of grant maptrack entriesJuergen Gross1-6/+21
2018-09-14xen/gntdev: fix up blockable calls to mn_invl_range_startMichal Hocko1-11/+15
2018-09-14xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham1-1/+1
2018-09-14xen: avoid crash in disable_hotplug_cpuOlaf Hering1-7/+8
2018-09-14xen/balloon: add runtime control for scrubbing ballooned out pagesMarek Marczykowski-Górecki3-3/+14
2018-09-14xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov1-2/+4
2018-08-31Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+9
2018-08-29xen: export device state to sysfsJoe Jin1-0/+9
2018-08-24Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+6
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko1-9/+35
2018-08-20xen/ACPI: don't upload Px/Cx data for disabled processorsJan Beulich1-0/+6
2018-08-20xen/mcelog: eliminate redundant setting of interface versionJan Beulich1-2/+0
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-10/+7
2018-08-16Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+0
2018-08-08xen/balloon: fix balloon initialization for PVH Dom0Roger Pau Monne1-1/+1
2018-08-06xen/biomerge: Use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie1-1/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2018-07-31xen/gntdev: don't dereference a null gntdev_dmabuf on allocation failureColin Ian King1-1/+2
2018-07-27xen/gntdev: Implement dma-buf import functionalityOleksandr Andrushchenko1-5/+234
2018-07-27xen/gntdev: Implement dma-buf export functionalityOleksandr Andrushchenko1-3/+453