summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2013-11-261-6/+6
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-2/+0
* Improve robustness of the Xen balloon driver.gibbs2013-11-151-157/+45
* Fix typo in r257515.glebius2013-11-101-1/+1
* On XenServer the "halt" message is used instead of "poweroff", whichgibbs2013-11-091-8/+1
* Somehow fix LINT-NOIP.glebius2013-11-013-15/+30
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)nwhitehorn2013-10-293-3/+3
* Remove dead function show_device(). It isn't buildable if DEBUG isglebius2013-10-281-22/+0
* Include if_var.h.glebius2013-10-282-1/+2
* Make netback compile without INET support in the kernel.bz2013-10-221-1/+1
* Allow FreeBSD to be booted from CDROM media on XenServer 6.2 andgibbs2013-10-131-5/+33
* Initialize a variable in sys/dev/xen/control/control.c, to silence a gccdim2013-10-071-0/+1
* Formalize the concept of virtual CPU ids by adding a per-cpu vcpu_idgibbs2013-10-051-2/+2
* Add support for suspend/resume/migration operations when running as agibbs2013-09-203-78/+105
* Correct blkback handling of the BLKIF_OP_FLUSH_DISKCACHE opcode.gibbs2013-09-041-12/+4
* sys/dev/xen/blkback/blkback.c:gibbs2013-09-031-1/+1
* If reading a virtual-device value fails, attempt to read a virtual-device-extcperciva2013-08-301-0/+3
* Introduce a new, HVM compatible, paravirtualized timer driver for Xen.gibbs2013-08-291-0/+608
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-2912-754/+184
* Remove duplicate dev.xbd.*.max_requests sysctl added in r252260.cperciva2013-08-271-4/+0
* Fix mbuf debugging printf()'s after the recent mbuf header changes.andre2013-08-261-4/+4
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-073-5/+5
* In the Xen block front driver, take advantage of backends thatgibbs2013-06-262-27/+175
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-161-1/+1
* Properly track the different reasons new I/O is temporarily disabled, andgibbs2013-06-152-16/+58
* Improve debugger visibility into queuing functions by removing the macrogibbs2013-06-142-178/+197
* sys/dev/xen/netfront/netfront.c:gibbs2013-06-141-1/+1
* Specify a maximum TSO length limiting the segment chain to what theandre2013-06-031-0/+2
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-011-11/+0
* sys/dev/xen/blkfront/blkfront.c:gibbs2013-06-011-20/+20
* Style changes. No intended functional changes.gibbs2013-05-311-5/+5
* Style cleanups. No intended functional changes.gibbs2013-05-311-725/+687
* Style cleanups. No intended functional changes.gibbs2013-05-312-659/+664
* Make netif_free() safe to call on a partially initialized softc.gibbs2013-05-311-2/+5
* Apply the ad* => ada* IDE device name transition to the Xen blockgibbs2013-05-311-10/+10
* Correct panic on detach of Xen PV network interfaces.gibbs2013-05-221-3/+7
* - Correct spelling in commentsgabor2013-04-171-1/+1
* - Correct mispellings of the word necessarygabor2013-04-171-1/+1
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+2
* Remove files not connected to the build. It's confusing enough thatmarius2013-01-032-474/+0
* - Replace partially incorrect function names in panic(9) strings withmarius2013-01-031-42/+16
* - Fix !SMP build.marius2013-01-031-13/+11
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Redo r242889, now using the method from projects/amd64_xen_pv r240747.dim2012-11-121-4/+4
* Fix a typo.rdivacky2012-11-111-1/+1
* Change the XNB_ASSERT from a statement expression to do-while(0) as itsrdivacky2012-11-111-2/+2
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-14/+0
* s/ is is / is /geadler2012-09-141-3/+3
* Fix a bug which causes a panic in daopen(). The panic is caused byken2012-06-241-1/+1
* Allow booting XENHVM kernel without Xen hypervisor.fabient2012-06-201-0/+3
OpenPOWER on IntegriCloud