aboutsummaryrefslogtreecommitdiff
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.14.197 into kernel.lnx.4.14.r4-relNathan Chancellor2020-09-201-2/+8
* Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-09-091-8/+8
* Merge 4.14.195 into kernel.lnx.4.14.r4-relNathan Chancellor2020-09-091-1/+1
* Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-09-091-2/+10
* Merge 4.14.185 into kernel.lnx.4.14.r4-relNathan Chancellor2020-07-011-1/+2
* Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-05-021-1/+8
|\
| * xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross2020-05-021-1/+8
* | Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-04-042-3/+10
|\|
| * xenbus: req->err should be updated before req->stateDongli Zhang2020-04-021-0/+2
| * xenbus: req->body should be updated before req->stateDongli Zhang2020-04-022-3/+8
* | Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-03-021-1/+3
|\|
| * xen: Enable interrupts when calling _cond_resched()Thomas Gleixner2020-02-281-1/+3
* | Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into re-testYaroslav Furman2020-02-221-1/+1
|\|
| * xen/balloon: Support xend-based toolstack take twoJuergen Gross2020-02-141-1/+1
* | Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-02-032-2/+2
|\|
| * net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2020-01-271-1/+1
| * xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter2020-01-271-1/+1
* | Merge remote-tracking branch 'als/kernel.lnx.4.14.r4-rel' into Q-raphaelYaroslav Furman2020-01-101-1/+2
|\|
| * xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross2020-01-091-1/+2
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2020-01-061-3/+3
|/
* xen/pciback: Check dev_data before using itRoss Lagerwall2019-12-051-1/+2
* mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand2019-12-011-0/+3
* xen/pci: reserve MCFG areas earlierIgor Druzhinin2019-10-111-6/+15
* xen/xenbus: fix self-deadlock after killing user processJuergen Gross2019-10-111-2/+18
* xen/pciback: remove set but not used variable 'old_state'YueHaibing2019-08-251-2/+1
* xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross2019-08-061-2/+2
* xen/events: fix binding user event channels to cpusJuergen Gross2019-07-312-3/+11
* xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross2019-07-311-3/+13
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-111-3/+1
* xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk2019-06-091-2/+0
* xen/pvcalls: remove set but not used variable 'intf'YueHaibing2019-02-271-2/+0
* pvcalls-back: set -ENOTCONN in pvcalls_conn_back_readStefano Stabellini2019-02-271-3/+4
* xen: Fix x86 sched_clock() interface for xenJuergen Gross2019-01-311-1/+1
* Revert "xen/balloon: Mark unallocated host memory as UNUSABLE"Igor Druzhinin2018-12-171-56/+9
* xen: xlate_mmu: add missing header to fix 'W=1' warningSrikanth Boddepalli2018-12-171-0/+1
* xen/balloon: Support xend-based toolstackBoris Ostrovsky2018-11-131-5/+8
* xen-swiotlb: use actually allocated size on check physical continuousJoe Jin2018-11-131-0/+6
* xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham2018-10-101-1/+1
* xen: avoid crash in disable_hotplug_cpuOlaf Hering2018-10-101-7/+8
* xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov2018-10-101-2/+4
* xen/balloon: fix balloon initialization for PVH Dom0Roger Pau Monne2018-09-151-1/+1
* xen/scsiback: add error handling for xenbus_printfZhouyang Jia2018-08-241-3/+13
* xen: add error handling for xenbus_printfZhouyang Jia2018-08-241-3/+15
* xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky2018-07-031-2/+0
* xen: xenbus_dev_frontend: Really return response stringSimon Gaiser2018-06-211-1/+2
* xen/acpi: off by one in read_acpi_id()Dan Carpenter2018-05-301-3/+3
* xen: xenbus: use put_device() instead of kfree()Arvind Yadav2018-05-301-1/+4
* xen/pirq: fix error path cleanup when binding MSIsRoger Pau Monne2018-05-301-2/+2
* xen/pvcalls: fix null pointer dereference on map->sockColin Ian King2018-05-301-1/+1
* xen-swiotlb: fix the check condition for xen_swiotlb_free_coherentJoe Jin2018-05-301-1/+1