summaryrefslogtreecommitdiffstats
path: root/drivers/xen (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.11-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-12-166-14/+40
|\
| * xenbus/xenbus_backend: Disallow pending watch messagesSeongJae Park2020-12-141-0/+7
| * xen/xenbus: Count pending messages for each watchSeongJae Park2020-12-141-11/+18
| * xen/xenbus/xen_bus_type: Support will_handle watch callbackSeongJae Park2020-12-142-1/+4
| * xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-143-4/+9
| * xen/xenbus: Allow watches discard events before queueingSeongJae Park2020-12-142-1/+5
* | xen/unpopulated-alloc: consolidate pgmap manipulationDan Williams2020-12-151-7/+7
|/
* xen: don't use page->lru for ZONE_DEVICE memoryJuergen Gross2020-12-092-16/+69
* xen: add helpers for caching grant mapping pagesJuergen Gross2020-12-092-49/+83
* swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_singleChristoph Hellwig2020-11-021-2/+1
* Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-254-98/+82
|\
| * xen/events: unmask a fifo event channel only if it was maskedJuergen Gross2020-10-231-0/+3
| * xen/events: only register debug interrupt for 2-level eventsJuergen Gross2020-10-231-4/+6
| * xen/events: make struct irq_info private to events_base.cJuergen Gross2020-10-234-73/+73
| * xen: remove no longer used functionsJuergen Gross2020-10-231-21/+0
* | Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-2011-143/+573
|\|
| * xen/events: block rogue events for some timeJuergen Gross2020-10-202-6/+24
| * xen/events: defer eoi in case of excessive number of eventsJuergen Gross2020-10-204-32/+208
| * xen/events: use a common cpu hotplug hook for event channelsJuergen Gross2020-10-203-21/+47
| * xen/events: switch user event channels to lateeoi modelJuergen Gross2020-10-201-4/+3
| * xen/pciback: use lateeoi irq bindingJuergen Gross2020-10-204-19/+56
| * xen/pvcallsback: use lateeoi irq bindingJuergen Gross2020-10-201-30/+46
| * xen/scsiback: use lateeoi irq bindingJuergen Gross2020-10-201-10/+13
| * xen/events: add a new "late EOI" evtchn frameworkJuergen Gross2020-10-201-17/+134
| * xen/events: fix race in evtchn_fifo_unmask()Juergen Gross2020-10-201-4/+9
| * xen/events: add a proper barrier to 2-level uevent unmaskingJuergen Gross2020-10-201-0/+2
| * xen/events: avoid removing an event channel while handling itJuergen Gross2020-10-201-5/+36
* | xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pvChristoph Hellwig2020-10-181-14/+16
* | xen/balloon: try to merge system ram resourcesDavid Hildenbrand2020-10-161-1/+1
* | mm/memory_hotplug: prepare passing flags to add_memory() and friendsDavid Hildenbrand2020-10-161-1/+1
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+3
|\ \
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-2/+1
| * | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-0/+1
| * | dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
* | | Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-151-7/+6
|\ \ \
| * \ \ Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie2020-09-171-7/+6
| |\ \ \ | | |/ / | |/| |
| | * | xen: gntdev: fix common struct sg_table related issuesMarek Szyprowski2020-09-101-7/+6
* | | | Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-142-9/+10
|\ \ \ \ | | |_|/ | |/| |
| * | | xen: remove redundant initialization of variable retJing Xiangfeng2020-10-051-1/+1
| * | | xen/gntdev.c: Convert get_user_pages*() to pin_user_pages*()Souptick Joarder2020-10-051-8/+2
| * | | xen/gntdev.c: Mark pages as dirtySouptick Joarder2020-10-051-5/+12
* | | | mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-141-0/+1
* | | | mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-141-14/+30
|/ / /
* / / xen/events: don't use chip_data for legacy IRQsJuergen Gross2020-10-011-8/+21
|/ /
* | Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-09-068-11/+205
|\ \
| * | xen: add helpers to allocate unpopulated memoryRoger Pau Monne2020-09-048-11/+205
* | | Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-292-10/+16
|\| |
| * | xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner2020-08-271-2/+8
| * | XEN uses irqdesc::irq_data_common::handler_data to store a per interruptThomas Gleixner2020-08-271-8/+8
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-245-6/+6
| |/ |/|