summaryrefslogtreecommitdiffstats
path: root/drivers/xen
AgeCommit message (Expand)Author
2021-01-06xen/gntdev.c: Mark pages as dirtySouptick Joarder
2020-12-30xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park
2020-12-30xen/xenbus: Count pending messages for each watchSeongJae Park
2020-12-30xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park
2020-12-30xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park
2020-12-30xen/xenbus: Allow watches discard events before queueingSeongJae Park
2020-11-05xen/events: block rogue events for some timeJuergen Gross
2020-11-05xen/events: defer eoi in case of excessive number of eventsJuergen Gross
2020-11-05xen/events: use a common cpu hotplug hook for event channelsJuergen Gross
2020-11-05xen/events: switch user event channels to lateeoi modelJuergen Gross
2020-11-05xen/pciback: use lateeoi irq bindingJuergen Gross
2020-11-05xen/pvcallsback: use lateeoi irq bindingJuergen Gross
2020-11-05xen/scsiback: use lateeoi irq bindingJuergen Gross
2020-11-05xen/events: add a new "late EOI" evtchn frameworkJuergen Gross
2020-11-05xen/events: fix race in evtchn_fifo_unmask()Juergen Gross
2020-11-05xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross
2020-11-05xen/events: avoid removing an event channel while handling itJuergen Gross
2020-11-05xen/events: don't use chip_data for legacy IRQsJuergen Gross
2020-09-09xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner
2020-09-03XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt XEN ...Thomas Gleixner
2020-08-26xen: don't reschedule in preemption off sectionsJuergen Gross
2020-08-19xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko
2020-08-19xen/balloon: make the balloon wait interruptibleRoger Pau Monne
2020-08-19xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne
2020-06-22xen/pvcalls-back: test for errors when calling backend_connect()Juergen Gross
2020-05-02xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross
2020-03-25xenbus: req->err should be updated before req->stateDongli Zhang
2020-03-25xenbus: req->body should be updated before req->stateDongli Zhang
2020-02-28xen: Enable interrupts when calling _cond_resched()Thomas Gleixner
2020-02-11xen/balloon: Support xend-based toolstack take twoJuergen Gross
2020-01-27net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet
2020-01-27xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter
2020-01-09xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross
2019-12-31xen/gntdev: Use select for DMA_SHARED_BUFFERJason Gunthorpe
2019-12-17pvcalls-front: don't return error when the ring is fullStefano Stabellini
2019-12-05xen/pciback: Check dev_data before using itRoss Lagerwall
2019-12-01mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand
2019-10-11xen/pci: reserve MCFG areas earlierIgor Druzhinin
2019-10-11xen/xenbus: fix self-deadlock after killing user processJuergen Gross
2019-08-25xen/pciback: remove set but not used variable 'old_state'YueHaibing
2019-08-06xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross
2019-07-26xen/events: fix binding user event channels to cpusJuergen Gross
2019-07-26xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross
2019-06-22xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall
2019-06-22xen/pvcalls: Remove set but not used variableYueHaibing
2019-06-04xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk
2019-05-08fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-04-05xen/gntdev: Do not destroy context while dma-bufs are in useOleksandr Andrushchenko
2019-02-27pvcalls-front: fix potential null dereferenceWen Yang
2019-02-27pvcalls-front: Avoid get_free_pages(GFP_KERNEL) under spinlockWen Yang