aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
...
* xen/acpi: only evaluate Processor objects matching online CPUsRoger Pau Monné2022-11-291-0/+29
* xen/netfront: deal with mbuf data crossing a page boundaryRoger Pau Monné2022-11-031-56/+138
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-2/+2
* Adjust function definitions in xen's control.c to avoid clang 15 warningsDimitry Andric2022-07-261-5/+5
* Fix unused variable warning in xen's blkback.cDimitry Andric2022-07-261-3/+0
* Fix unused variable warning in xen's blkfront.cDimitry Andric2022-07-261-2/+1
* xen/blkback: do not use x86 CPUID in generic codeRoger Pau Monné2022-06-281-6/+1
* xen/blkback: remove bounce buffering modeRoger Pau Monné2022-06-071-178/+22
* xen/blkback: fix tear-down issuesRoger Pau Monné2022-06-071-33/+30
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-05-131-2/+1
* xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0619-54/+20
* xen: Use devclass_find to lookup devclasses in identify.John Baldwin2022-04-252-4/+4
* xen/acpi: upload Cx and Px data to XenRoger Pau Monné2022-04-121-0/+605
* xen netback: Remove write-only variables.John Baldwin2022-04-062-11/+5
* stack_zero is not needed before stack_saveEric van Gyzen2022-03-261-1/+0
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* xen: switch to use headers in contribElliott Mitchell2022-02-079-15/+15
* xen/grant-table: remove explicit linear mapping additionsRoger Pau Monné2022-02-071-22/+6
* xen: use an hypercall for shutdown and rebootRoger Pau Monné2022-01-131-12/+6
* xen/blkfront: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin2021-12-261-1/+1
* xen: plug some of set-but-not-used varsMateusz Guzik2021-12-157-14/+7
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-5/+4
* xen/dev: remove write-only variableElliott Mitchell2021-11-301-3/+1
* xen(4): Fix two typos in source code commentsGordon Bergling2021-11-301-2/+2
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* xen/privcmd: fix MMAP_RESOURCE ioctl to copy out resultsRoger Pau Monné2021-11-181-5/+3
* xen/devices: purge uses of intr_machdep.hElliott Mitchell2021-10-212-2/+0
* xen/pcifront: purge from treeRoger Pau Monné2021-10-211-688/+0
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-202-23/+9
* xen: use correct cache attributes for Xen specific memory regionsRoger Pau Monné2021-08-121-1/+8
* xen: introduce xen_has_percpu_evtchn()Julien Grall2021-07-281-1/+1
* xen/control: print warning on call of xctrl_suspend()Julien Grall2021-07-281-1/+9
* xen/grant_table: cleanup max_nr_grant_frames()Elliott Mitchell2021-07-281-4/+1
* xen/control: introduce xen_pv_shutdown_handler()Julien Grall2021-07-281-1/+1
* xen: introduce xen_pv_disks_disabled()Julien Grall2021-07-281-1/+1
* xen/netfront: introduce xen_pv_nics_disabled()Julien Grall2021-07-281-1/+1
* xen/xenpv: remove low memory limit for non-x86Elliott Mitchell2021-07-281-1/+5
* xen/control: gate x86 specific code in the preprocessorElliott Mitchell2021-07-281-0/+4
* xen: create VM_MEMATTR_XEN for Xen memory mappingsElliott Mitchell2021-07-283-3/+3
* xen: move x86/xen/xenpv.c to dev/xen/bus/xenpv.cJulien Grall2021-07-281-0/+200
* x86/xen: remove PVHv1 codeRoger Pau Monné2021-05-173-275/+0
* xen/blkback: fix reconnection of backendRoger Pau Monné2021-05-111-35/+48
* xen/netback: do not attempt to connect in the Initialised stateRoger Pau Monné2021-03-231-1/+1
* xnb: Don't pass SIOC{ADD,DEL}MULTI to ifmedia_ioctl().John Baldwin2021-03-221-0/+1
* xen: remove x86-ism from Xen common codeElliott Mitchell2021-03-011-1/+1
* xen-blkback: fix leak of grant maps on ring setup failureRoger Pau Monné2021-02-221-0/+21
* xen/efi: introduce a PV interface for EFI run time services for dom0Roger Pau Monné2021-02-161-0/+255
* xen/privcmd: implement the restrict ioctlRoger Pau Monne2021-01-111-0/+82
* xen/privcmd: implement the dm op ioctlRoger Pau Monne2021-01-111-0/+49
* xen/privcmd: implement the map resource ioctlRoger Pau Monne2021-01-111-0/+52