summaryrefslogtreecommitdiff
path: root/drivers/xen
AgeCommit message (Expand)AuthorFilesLines
2024-10-18xen: Remove dependency between pciback and privcmdJiqian Chen4-7/+35
2024-10-02xen: Fix config option reference in XEN_PRIVCMD definitionLukas Bulwahn1-1/+1
2024-09-27Merge tag 'for-linus-6.12-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-8/+168
2024-09-27[tree-wide] finally take no_llseek outAl Viro3-3/+0
2024-09-25xen/pciback: fix cast to restricted pci_ers_result_t and pci_power_tMin-Hua Chen2-2/+2
2024-09-25xen/privcmd: Add new syscall to get gsi from devJiqian Chen3-3/+68
2024-09-25xen/pvh: Setup gsi for passthrough deviceJiqian Chen2-0/+70
2024-09-25xen/pci: Add a function to reset device for xenJiqian Chen2-3/+28
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-2/+2
2024-09-17xen/swiotlb: fix allocated sizeJuergen Gross1-2/+2
2024-09-17xen/swiotlb: add alignment check for dma buffersJuergen Gross1-0/+6
2024-09-13xen/pci: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-9/+5
2024-09-12xen/xenbus: Convert to use ERR_CAST()Shen Lichuan1-3/+3
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig1-2/+2
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-5/+5
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+3
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+7
2024-07-19Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-11/+20
2024-07-10swiotlb: reduce swiotlb pool lookupsMichael Kelley1-11/+20
2024-07-03mm/memory_hotplug: initialize memmap of !ZONE_DEVICE with PageOffline() inste...David Hildenbrand1-2/+7
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2-3/+3
2024-07-02xen: privcmd: Fix possible access to a freed kirqfd instanceViresh Kumar1-1/+9
2024-07-02xen: privcmd: Switch from mutex to spinlock for irqfdsViresh Kumar1-10/+15
2024-07-02xen: add missing MODULE_DESCRIPTION() macrosJeff Johnson4-0/+4
2024-07-01xen/manage: Constify struct shutdown_handlerChristophe JAILLET1-1/+1
2024-05-24Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-21/+29
2024-05-23drivers/xen: Improve the late XenStore init protocolHenry Wang1-13/+23
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2024-05-17xen/xenbus: Use *-y instead of *-objs in MakefileAndy Shevchenko1-8/+6
2024-05-13net: change proto and proto_ops accept typeJens Axboe1-1/+5
2024-05-07swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()Michael Kelley1-1/+1
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan2-2/+2
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-15/+21
2024-03-17xen/events: increment refcnt only if event channel is refcountedJuergen Gross1-9/+13
2024-03-17xen/evtchn: avoid WARN() when unbinding an event channelJuergen Gross1-0/+6
2024-03-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne1-2/+0
2024-03-13xen/grant-dma-iommu: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-02-13xen/events: close evtchn after mapping cleanupMaximilian Heyne1-2/+6
2024-02-13xen/gntalloc: Replace UAPI 1-element arrayKees Cook1-1/+1
2024-02-13xen: balloon: make balloon_subsys constRicardo B. Marliere1-1/+1
2024-02-13xen: pcpu: make xen_pcpu_subsys constRicardo B. Marliere1-1/+1
2024-02-13xen/privcmd: Use memdup_array_user() in alloc_ioreq()Markus Elfring1-10/+5
2024-02-12xen/xenbus: document will_handle argument for xenbus_watch_path()SeongJae Park1-6/+9
2024-01-31x86/traps: Add sysvec_install() to install a system interrupt handlerXin Li1-1/+1
2024-01-17Merge tag 'for-linus-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-50/+59
2024-01-10xen/gntdev: Fix the abuse of underlying struct page in DMA-buf importOleksandr Tyshchenko1-25/+25
2024-01-09xen/xenbus: client: fix kernel-doc commentsRandy Dunlap1-25/+34