summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2020-06-20xen/pvcalls-back: test for errors when calling backend_connect()Juergen Gross1-1/+2
2020-05-02xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross1-1/+8
2020-04-02xenbus: req->err should be updated before req->stateDongli Zhang1-0/+2
2020-04-02xenbus: req->body should be updated before req->stateDongli Zhang2-3/+8
2020-02-28xen: Enable interrupts when calling _cond_resched()Thomas Gleixner1-1/+3
2020-02-15xen/balloon: Support xend-based toolstack take twoJuergen Gross1-1/+1
2020-01-27net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet1-1/+1
2020-01-27xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter1-1/+1
2020-01-09xen/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-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-31xen/events: fix binding user event channels to cpusJuergen Gross2-3/+11
2019-07-31xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross1-3/+13
2019-06-11fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-3/+1
2019-06-09xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk1-2/+0
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-01-31xen: Fix x86 sched_clock() interface for xenJuergen Gross1-1/+1
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-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-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-09-15xen/balloon: fix balloon initialization for PVH Dom0Roger Pau Monne1-1/+1
2018-08-24xen/scsiback: add error handling for xenbus_printfZhouyang Jia1-3/+13
2018-08-24xen: add error handling for xenbus_printfZhouyang Jia1-3/+15
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