summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2021-01-27xen: Fix event channel callback via INTX/GSIDavid Woodhouse5-33/+68
2021-01-23xen/privcmd: allow fetching resource sizesRoger Pau Monne1-6/+19
2020-12-30xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park1-0/+7
2020-12-30xen/xenbus: Count pending messages for each watchSeongJae Park1-11/+18
2020-12-30xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park2-1/+4
2020-12-30xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park3-4/+9
2020-12-30xen/xenbus: Allow watches discard events before queueingSeongJae Park2-1/+5
2020-11-05xen/events: block rogue events for some timeJuergen Gross2-6/+24
2020-11-05xen/events: defer eoi in case of excessive number of eventsJuergen Gross4-32/+208
2020-11-05xen/events: use a common cpu hotplug hook for event channelsJuergen Gross3-21/+47
2020-11-05xen/events: switch user event channels to lateeoi modelJuergen Gross1-4/+3
2020-11-05xen/pciback: use lateeoi irq bindingJuergen Gross4-20/+56
2020-11-05xen/pvcallsback: use lateeoi irq bindingJuergen Gross1-30/+46
2020-11-05xen/scsiback: use lateeoi irq bindingJuergen Gross1-10/+13
2020-11-05xen/events: add a new "late EOI" evtchn frameworkJuergen Gross1-17/+134
2020-11-05xen/events: fix race in evtchn_fifo_unmask()Juergen Gross1-4/+9
2020-11-05xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross1-0/+2
2020-11-05xen/events: avoid removing an event channel while handling itJuergen Gross1-5/+35
2020-11-01xen/gntdev.c: Mark pages as dirtySouptick Joarder1-5/+12
2020-10-17xen/events: don't use chip_data for legacy IRQsJuergen Gross1-8/+21
2020-09-09xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner1-2/+8
2020-09-03XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt XEN ...Thomas Gleixner1-8/+8
2020-08-26xen: don't reschedule in preemption off sectionsJuergen Gross1-1/+1
2020-08-26swiotlb-xen: use vmalloc_to_page on vmalloc virt addressesBoris Ostrovsky1-1/+7
2020-08-19xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko1-0/+8
2020-08-19xen/balloon: make the balloon wait interruptibleRoger Pau Monne1-2/+4
2020-08-19xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne1-0/+6
2020-06-17xen/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-03-25xenbus: req->err should be updated before req->stateDongli Zhang1-0/+2
2020-03-25xenbus: 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-11xen/balloon: Support xend-based toolstack take twoJuergen Gross1-1/+1
2020-01-09xen/balloon: fix ballooned page accounting without hotplug enabledJuergen Gross1-1/+2
2019-12-31xen/gntdev: Use select for DMA_SHARED_BUFFERJason Gunthorpe1-1/+2
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2019-10-12Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-13/+3
2019-10-10xen: Stop abusing DT of_dma_configure APIRob Herring1-11/+2
2019-10-10xen/grant-table: remove unnecessary printingFuqian Huang1-2/+1
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet1-1/+1
2019-10-04Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-56/+72
2019-10-02xen/xenbus: fix self-deadlock after killing user processJuergen Gross1-2/+18
2019-10-02xen/efi: have a common runtime setup functionJuergen Gross1-37/+47
2019-10-01xen/balloon: Clear PG_offline in balloon_retrieve()David Hildenbrand1-2/+1
2019-10-01xen/balloon: Mark pages PG_offline in balloon_append()David Hildenbrand1-9/+4
2019-10-01xen/balloon: Drop __balloon_append()David Hildenbrand1-8/+3
2019-10-01xen/balloon: Set pages PageOffline() in balloon_add_region()David Hildenbrand1-0/+1
2019-09-26Merge tag 'for-linus-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-9/+17
2019-09-26xen/events: remove unlikely() from WARN() conditionDenis Efremov1-1/+1
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-68/+16