summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2018-07-03xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky1-2/+0
2018-06-20xen: xenbus_dev_frontend: Really return response stringSimon Gaiser1-1/+2
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/pvcalls: fix null pointer dereference on map->sockColin Ian King1-1/+1
2018-05-30xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin1-1/+1
2018-04-26xen/grant-table: Use put_page instead of free_pageRoss Lagerwall1-2/+2
2018-04-19xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser1-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-03-03xen/balloon: Mark unallocated host memory as UNUSABLEBoris Ostrovsky1-9/+56
2018-02-28mm, swap, frontswap: fix THP swap if frontswap enabledHuang Ying1-0/+4
2018-02-25xen: XEN_ACPI_PROCESSOR is Dom0-onlyJan Beulich1-1/+1
2018-02-22xenbus: track caller request idJoao Martins3-0/+5
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds23-0/+23
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman23-0/+23
2017-10-28Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-7/+14
2017-10-26xen: fix booting ballooned down hvm guestJuergen Gross1-6/+13
2017-10-25xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap()Juergen Gross1-1/+1
2017-09-29Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+10
2017-09-28xen-pciback: relax BAR sizing write value checkJan Beulich1-1/+10
2017-09-22Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-63/+67
2017-09-18xen: don't compile pv-specific parts if XEN_PV isn't configuredJuergen Gross1-63/+67
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-09-07Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-8/+1262
2017-09-05Merge tag 'driver-core-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-24/+20
2017-09-05Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2017-09-01xen/gntdev: update to new mmu_notifier semanticJérôme Glisse1-8/+0
2017-08-31xen: Don't try to call xen_alloc_p2m_entry() on autotranslating guestsBoris Ostrovsky1-3/+5
2017-08-31xen/events: events_fifo: Don't use {get,put}_cpu() in xen_evtchn_fifo_init()Julien Grall1-4/+3
2017-08-31xen/pvcalls: use WARN_ON(1) instead of __WARN()Arnd Bergmann1-5/+5
2017-08-31xen-platform: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-31xen: introduce a Kconfig option to enable the pvcalls backendStefano Stabellini2-0/+13
2017-08-31xen/pvcalls: implement writeStefano Stabellini1-0/+71
2017-08-31xen/pvcalls: implement readStefano Stabellini1-0/+85
2017-08-31xen/pvcalls: implement the ioworker functionsStefano Stabellini1-0/+26
2017-08-31xen/pvcalls: disconnect and module_exitStefano Stabellini1-0/+53
2017-08-31xen/pvcalls: implement release commandStefano Stabellini1-0/+68
2017-08-31xen/pvcalls: implement poll commandStefano Stabellini1-1/+74
2017-08-31xen/pvcalls: implement accept commandStefano Stabellini1-0/+113
2017-08-31xen/pvcalls: implement listen commandStefano Stabellini1-0/+21
2017-08-31xen/pvcalls: implement bind commandStefano Stabellini1-0/+79
2017-08-31xen/pvcalls: implement connect commandStefano Stabellini1-0/+179
2017-08-31xen/pvcalls: implement socket commandStefano Stabellini1-0/+27
2017-08-31xen/pvcalls: handle commands from the frontendStefano Stabellini1-0/+125
2017-08-31xen/pvcalls: connect to a frontendStefano Stabellini1-0/+82
2017-08-31xen/pvcalls: xenbus state handlingStefano Stabellini1-0/+155
2017-08-31xen/pvcalls: initialize the module and register the xenbus backendStefano Stabellini1-0/+22
2017-08-31xen/pvcalls: introduce the pvcalls xenbus backendStefano Stabellini1-0/+61