summaryrefslogtreecommitdiffstats
path: root/drivers/xen
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-075-62/+44
|\
| * xen/xenbus: reference count registered modulesPaul Durrant2019-12-041-1/+12
| * xen/gntdev: switch from kcalloc() to kvcalloc()Juergen Gross2019-12-021-15/+16
| * xen/gntdev: replace global limit of mapped pages by limit per callJuergen Gross2019-12-023-26/+11
| * xen/gntdev: remove redundant non-zero check on retColin Ian King2019-12-021-7/+2
| * xen/events: remove event handling recursion detectionJuergen Gross2019-12-021-13/+3
* | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-031-5/+9
|\ \
| * | xen-platform: Convert to generic power managementBjorn Helgaas2019-11-201-5/+9
* | | mm/memory_hotplug.c: remove __online_page_set_limits()Souptick Joarder2019-12-011-1/+0
| |/ |/|
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-302-138/+49
|\ \
| * | xen/gntdev: use mmu_interval_notifier_insertJason Gunthorpe2019-11-232-138/+49
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-6/+6
|\ \
| * | dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig2019-11-201-2/+2
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
| |/
* | xen: Fix Kconfig indentationKrzysztof Kozlowski2019-11-241-29/+29
* | xen/mcelog: also allow building for 32-bit kernelsJan Beulich2019-11-141-1/+1
* | xen/mcelog: add PPIN to record when availableJan Beulich2019-11-141-0/+5
* | xen/mcelog: drop __MC_MSR_MCGCAPJan Beulich2019-11-141-2/+7
* | xen/gntdev: Use select for DMA_SHARED_BUFFERJason Gunthorpe2019-11-071-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-191-1/+1
|\
| * net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2019-10-091-1/+1
* | Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-122-13/+3
|\ \ | |/ |/|
| * xen: Stop abusing DT of_dma_configure APIRob Herring2019-10-101-11/+2
| * xen/grant-table: remove unnecessary printingFuqian Huang2019-10-101-2/+1
* | Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-10-043-56/+72
|\ \ | |/
| * xen/xenbus: fix self-deadlock after killing user processJuergen Gross2019-10-021-2/+18
| * xen/efi: have a common runtime setup functionJuergen Gross2019-10-021-37/+47
| * xen/balloon: Clear PG_offline in balloon_retrieve()David Hildenbrand2019-10-011-2/+1
| * xen/balloon: Mark pages PG_offline in balloon_append()David Hildenbrand2019-10-011-9/+4
| * xen/balloon: Drop __balloon_append()David Hildenbrand2019-10-011-8/+3
| * xen/balloon: Set pages PageOffline() in balloon_add_region()David Hildenbrand2019-10-011-0/+1
* | Merge tag 'for-linus-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-262-9/+17
|\ \ | |/
| * xen/pci: reserve MCFG areas earlierIgor Druzhinin2019-09-121-6/+15
| * swiotlb-xen: Convert to use macroSouptick Joarder2019-09-061-3/+2
* | xen/events: remove unlikely() from WARN() conditionDenis Efremov2019-09-261-1/+1
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-68/+16
|\ \
| * | swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_pageChristoph Hellwig2019-09-111-11/+4
| * | swiotlb-xen: simplify cache maintainanceChristoph Hellwig2019-09-111-10/+10
| * | swiotlb-xen: remove xen_swiotlb_dma_mmap and xen_swiotlb_dma_get_sgtableChristoph Hellwig2019-09-111-27/+2
| * | xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainanceChristoph Hellwig2019-09-111-20/+0
| |/
* | swiotlb: Split size parameter to map/unmap APIsLu Baolu2019-09-111-4/+4
|/
* Merge tag 'for-linus-5.3a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-08-025-57/+49
|\
| * xen/swiotlb: remember having called xen_create_contiguous_region()Juergen Gross2019-08-011-1/+3
| * xen/swiotlb: simplify range_straddles_page_boundary()Juergen Gross2019-08-011-22/+6
| * xen/swiotlb: fix condition for calling xen_destroy_contiguous_region()Juergen Gross2019-08-011-2/+2
| * xen: avoid link error on ARMArnd Bergmann2019-07-312-30/+37
| * xen/gntdev.c: Replace vm_map_pages() with vm_map_pages_zero()Souptick Joarder2019-07-311-1/+1
| * xen/pciback: remove set but not used variable 'old_state'YueHaibing2019-07-261-2/+1
* | Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-198-1031/+24
|\ \ | |/
| * xen: let alloc_xenballooned_pages() fail if not enough memory freeJuergen Gross2019-07-181-3/+13
OpenPOWER on IntegriCloud