aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* sys/xen: Use __printflike() instead of format(printf)Alex Richardson2026-01-041-1/+1
* xen/blk{front,back}: fix usage of sector sizes different than 512bRoger Pau Monné2024-10-152-18/+47
* xen-netfront: attempt to make cleanup idempotentRoger Pau Monné2024-10-111-5/+22
* xen: fix initialization of grant table frame arrayRoger Pau Monné2024-10-111-9/+1
* gntdev: Handle errors from suword32() in gntdev_alloc_gref()Mark Johnston2024-01-021-5/+7
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2322-44/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-233-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-259-9/+9
* Adjust function definitions in xen's control.c to avoid clang 15 warningsDimitry Andric2022-07-291-4/+4
* Fix unused variable warning in xen's blkfront.cDimitry Andric2022-07-291-2/+1
* Fix unused variable warning in xen's blkback.cDimitry Andric2022-07-291-3/+0
* kerneldump: remove physical argument from d_dumperMitchell Horne2022-06-271-2/+1
* Create wrapper for Giant taken for newbusWarner Losh2022-06-211-5/+4
* xen/blkback: fix reconnection of backendRoger Pau Monné2022-04-121-35/+48
* xen/netback: do not attempt to connect in the Initialised stateRoger Pau Monné2022-04-121-1/+1
* xen/blkfront: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin2022-01-021-1/+1
* xen(4): Fix two typos in source code commentsGordon Bergling2021-12-031-2/+2
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-11-032-23/+9
* xnb: Don't pass SIOC{ADD,DEL}MULTI to ifmedia_ioctl().John Baldwin2021-03-291-0/+1
* xen-blkback: fix leak of grant maps on ring setup failureRoger Pau Monné2021-02-231-0/+21
* 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