aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* 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
* xen-blkback: don't unbind the interrupt while holding the lockRoger Pau Monné2018-05-241-2/+1
* dev/xenstore: prevent transaction hijackingRoger Pau Monné2018-05-241-6/+22
* dev/xenstore: add support for watchesRoger Pau Monné2018-05-241-20/+248
* xenstore: don't wait with the PCATCH flagRoger Pau Monné2018-05-241-2/+2
* xenstore: remove the suspend sx lockRoger Pau Monné2018-05-241-77/+4
* xen-blkback: do not use state 3 (XenbusStateInitialised)Roger Pau Monné2018-05-221-6/+13
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* xen: fix gntdevRoger Pau Monné2018-05-021-7/+18
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-232-4/+4
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-212-7/+8
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-132-8/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-279-2/+20
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Stop calling atrtc_set() from the xen timer clock_settime() method. ThatIan Lepore2017-08-111-5/+0
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* netfront.c: avoid gcc variably-modified warningRyan Libby2017-06-301-2/+2
* Skip setting the MTU in the netfront driver (xn# devices) if the new MTUColin Percival2017-06-021-0/+3
* xen/netfront: don't drop the RX lock in xn_rxeofRoger Pau Monné2017-05-221-2/+0