aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen/privcmd: split setup of virtual address range into helperRoger Pau Monné2021-01-111-33/+36
* xen/privcmd: make some integers unsignedRoger Pau Monné2021-01-111-2/+4
* xen: allow limiting the amount of duplicated pending xenstore watchesRoger Pau Monné2020-12-305-4/+40
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-3/+4
* Suspend all writeable local filesystems on power suspend.Konstantin Belousov2020-11-051-0/+3
* Convert allocations of the phys pager to vm_pager_allocate().Konstantin Belousov2020-09-081-1/+2
* dev/xen: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0114-85/+30
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-1/+1
* Remove double-calls to tc_get_timecount() to warm timecounters.Konstantin Belousov2020-06-101-1/+0
* xen/control: short circuit xctrl_on_watch_event on spurious eventRoger Pau Monné2020-05-281-1/+1