aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen/blkfront: use the correct type for disk sectorsRoger Pau Monné2020-05-281-4/+5
* dev/xenstore: fix return with locks heldRoger Pau Monné2020-05-201-5/+6
* tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans2020-04-171-1/+1
* Remove noise that once upon a time allowed netback to build on FreeBSD 6. TheWarner Losh2020-03-011-2/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (16 of many)Pawel Biernacki2020-02-254-7/+11
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-1/+3
* xen/console: fix priority of Xen consoleRoger Pau Monné2020-02-061-1/+2
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+1
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-2/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-4/+4
* Make page busy state deterministic on free. Pages must be xbusy whenJeff Roberson2019-12-222-16/+11
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-1/+1
* (4/6) Protect page valid with the busy lock.Jeff Roberson2019-10-152-2/+2
* (1/6) Replace busy checks with acquires where it is trival to do so.Jeff Roberson2019-10-152-2/+2
* Remove an unneeded include of opt_sctp.h.Mark Johnston2019-10-111-2/+0
* xen/ctrl: acknowledge all control requestsRoger Pau Monné2019-10-011-6/+5
* Replace redundant code with a few new vm_page_grab facilities:Jeff Roberson2019-09-102-2/+2
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-092-8/+4
* Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).Mark Johnston2019-06-071-1/+1