aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-0/+3
* Implement support for online disk capacity changes.Pawel Jakub Dawidek2019-03-301-3/+32
* Change the vm_ooffset_t type to unsigned.Konstantin Belousov2018-12-021-4/+4
* xen: temporary disable SMAP when forwarding hypercalls from user-spaceRoger Pau Monné2018-09-131-1/+13
* xen/netfront: Ensure curvnet is setKristof Provost2018-08-231-0/+4
* Make timespecadd(3) and friends publicAlan Somers2018-07-301-1/+1
* xen/grants: fix deadlocks in the free callbacksRoger Pau Monné2018-07-301-1/+1
* xen-blkfront: fix memory leak in xbd_connect error pathRoger Pau Monné2018-07-301-2/+9
* xen-blkfront: fix length checkRoger Pau Monné2018-07-301-2/+2
* xen: attach the PV CPU if no CPU device is presentRoger Pau Monné2018-07-191-2/+2
* xen: do not limit PV console usage to PV guestsRoger Pau Monné2018-07-191-8/+3
* xen: remove direct usage of HYPERVISOR_start_infoRoger Pau Monné2018-07-194-48/+53
* xen-netback: fix LORRoger Pau Monné2018-06-261-3/+3
* xen: check if there are clients waiting in gnttab_end_foreign_access_referencesRoger Pau Monné2018-06-211-0/+1
* xen/evtchn: fix LOR in evtchn deviceRoger Pau Monné2018-05-241-2/+2