| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r292969 | araujo | 2016-01-08 | 1 | -2/+0 |
* | MFC r286999: | royger | 2015-11-24 | 1 | -0/+5 |
* | MFC r286062, r286063 | cperciva | 2015-09-14 | 1 | -11/+160 |
* | MFC r284618, r284663, r284664, r284670, r284723 | cperciva | 2015-09-14 | 1 | -69/+3 |
* | MFC: r284296 | royger | 2015-07-21 | 2 | -44/+6 |
* | MFC r278844: | royger | 2015-03-03 | 1 | -24/+31 |
* | MFC r256746: | dim | 2013-10-18 | 1 | -2/+0 |
* | Merge Xen PVHVM support into the GENERIC kernel config for both | gibbs | 2013-09-20 | 1 | -1/+0 |
* | Add support for suspend/resume/migration operations when running as a | gibbs | 2013-09-20 | 1 | -1/+1 |
* | Implement PV IPIs for PVHVM guests and further converge PV and HVM | gibbs | 2013-09-06 | 1 | -6/+5 |
* | Implement vector callback for PVHVM and unify event channel implementations | gibbs | 2013-08-29 | 18 | -1451/+518 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -4/+2 |
* | Adjust i386 Xen PV support for updated Xen interface files. | gibbs | 2013-06-17 | 2 | -3/+3 |
* | Upgrade Xen interface headers to Xen 4.2.1. | gibbs | 2013-06-14 | 54 | -526/+4533 |
* | Fix loss of the emulated keyboard on Xen PV HVM domains. | gibbs | 2013-05-22 | 1 | -27/+50 |
* | xenstore/xenstore.c: | gibbs | 2013-04-29 | 1 | -1/+2 |
* | Move the corresponding MTX_SYSINIT() next to their struct mtx declaration | andre | 2012-10-26 | 1 | -7/+8 |
* | Make xen python scripts work with python3 | eadler | 2012-10-22 | 1 | -1/+1 |
* | blkif interface comment cleanups. No functional changes | gibbs | 2012-02-29 | 1 | -15/+19 |
* | Fix "_" vs. "-" typo in a comment. No functional changes. | gibbs | 2012-02-16 | 1 | -1/+1 |
* | Enhance documentation, improve interoperability, and fix defects in | gibbs | 2012-02-15 | 2 | -33/+477 |
* | Add the GSO prefix descriptor define. | ken | 2012-02-01 | 1 | -0/+4 |
* | Xen netback driver rewrite. | ken | 2012-01-26 | 1 | -3/+5 |
* | s/timout/timeout | kevlo | 2011-12-15 | 1 | -1/+1 |
* | Use C99 initializers for members of evtchn_devsw. | jhb | 2011-11-30 | 1 | -9/+8 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -3/+2 |
* | Properly handle suspend/resume events in the Xen device | gibbs | 2011-09-20 | 4 | -9/+18 |
* | Monitor and emit events for XenStore changes to XenBus trees | gibbs | 2011-06-11 | 10 | -85/+292 |
* | Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. | mdf | 2011-01-19 | 1 | -5/+5 |
* | Add xenpic_dynirq_disable_intr and set it as the .pic_disable_intr method | cperciva | 2010-12-30 | 1 | -0/+16 |
* | Fix a typo in a comment. | gibbs | 2010-12-14 | 1 | -1/+1 |
* | Remove spurious printf left over from debugging our XenStore support. | gibbs | 2010-12-14 | 1 | -1/+0 |
* | Postpone the unmasking of event channels (aka. interrupts) until after | cperciva | 2010-12-07 | 1 | -20/+33 |
* | Improve the Xen para-virtualized device infrastructure of FreeBSD: | gibbs | 2010-10-19 | 30 | -2687/+4363 |
* | don't hold spin lock across free | kmacy | 2010-02-21 | 1 | -1/+1 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Correct bug introduced while purging the -ERRNO Linuxism from the | gibbs | 2009-12-29 | 1 | -1/+1 |
* | Temporarily revert the new-bus locking for 8.0 release. It will be | jhb | 2009-08-20 | 1 | -4/+0 |
* | Make the newbus subsystem Giant free by adding the new newbus sxlock. | attilio | 2009-08-02 | 1 | -0/+4 |
* | Catch up with r195249, "Improve the handling of cpuset with interrupts." | alc | 2009-07-21 | 1 | -2/+3 |
* | Make ipi_cpu() function as intended. | adrian | 2009-05-30 | 1 | -1/+4 |
* | Don't call the watch callback if its NULL. | adrian | 2009-05-28 | 1 | -4/+11 |
* | Fix the Xen build for i386 PV mode. | dfr | 2009-04-01 | 2 | -3/+7 |
* | Merge in support for Xen HVM on amd64 architecture. | dfr | 2009-03-11 | 13 | -250/+569 |
|\ |
|
| * | Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64 | dfr | 2008-11-22 | 72 | -16333/+0 |
| * | merge fix for boot-time hang on centos' xen | kmacy | 2008-11-14 | 1 | -24/+38 |
| * | Merge basic SMP support from HEAD | kmacy | 2008-10-25 | 1 | -24/+69 |
| * | Update interfaces to build against RELENG_6 | kmacy | 2008-10-15 | 4 | -61/+16 |
* | | merge 186535, 186537, and 186538 from releng_7_xen | kmacy | 2008-12-29 | 16 | -1269/+1487 |
* | | Integrate 185578 from dfr | kmacy | 2008-12-04 | 11 | -1007/+640 |