aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen
Commit message (Expand)AuthorAgeFilesLines
* MFC r310013 (by cperciva):Dimitry Andric2016-12-181-1/+9
* MFC r271946 and r272595:Hans Petter Selasky2014-11-031-2/+3
* MFC r228478, r263710, r273377, r273378, r273423, r273455 and r273899:Hans Petter Selasky2014-10-311-1/+1
* Merge r256868,257276-257277,257515,257913 from head. These are fixesDon Lewis2014-07-183-38/+31
* MFC r256423:Roger Pau Monné2014-07-181-5/+35
* Change Xen event channel "last processed" values from per-CPU to global.Colin Percival2014-05-161-10/+10
* MFC r261916:Dimitry Andric2014-02-191-0/+2
* MFC r258622,258675: dtrace sdt: remove the ugly sname parameter ofAndriy Gapon2014-02-171-6/+6
* MFC r291296, r291297, r291393:Andre Oppermann2013-07-051-0/+2
* MFC Xen fixes:Justin T. Gibbs2013-06-182-13/+20
* MFC r227293 (by ed):Alexander Motin2013-04-053-3/+3
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+1
* MFC: r243857 (partial)Marius Strobl2013-03-091-3/+3
* MFC: r244993Marius Strobl2013-01-272-474/+0
* MFC: r244991Marius Strobl2013-01-271-42/+16
* MFC: r244990Marius Strobl2013-01-271-13/+11
* MFC r242889 (by rdivacky):Dimitry Andric2012-11-151-3/+3
* MFC r226843Alan Cox2012-07-021-2/+1
* MFC 237518, 237545, 237648:Kenneth D. Merry2012-07-011-1/+1
* MFC r237322:Fabien Thomas2012-06-251-0/+3
* MFC r228631: kern cons: introduce infrastructure for console grabbing byAndriy Gapon2012-05-131-0/+12
* MFC r233939:Sergey Kandaurov2012-04-171-1/+1
* MFC Revision 233465Justin T. Gibbs2012-03-281-15/+19
* MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag()Scott Long2012-03-161-1/+1
* MFC r231883Justin T. Gibbs2012-02-291-6/+2
* MFC 230183: Make XENHVM work on i386 by fixing the definition of __ffs.Colin Percival2012-02-231-1/+1
* MFC r231743,r231837,r231839: Xen PV block interface enhancementsJustin T. Gibbs2012-02-173-108/+312
* MFC 230587, 230916Kenneth D. Merry2012-02-143-1206/+4681
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-311-5/+5
* Update netfront so that it queries and honors publishedJustin T. Gibbs2011-09-211-16/+52
* Modify the netfront driver so it can successfully attach toJustin T. Gibbs2011-09-211-11/+29
* Correct suspend/resume support in the Netfront driver.Justin T. Gibbs2011-09-211-26/+54
* Add suspend/resume support to the Xen blkfront driver.Justin T. Gibbs2011-09-212-46/+51
* Properly handle suspend/resume events in the Xen deviceJustin T. Gibbs2011-09-201-9/+31
* Add support for alternative break-to-debugger support on the Xen console.Robert Watson2011-09-021-1/+9
* MFCAttilio Rao2011-06-151-523/+1445
|\
| * Several enhancements to the Xen block back driver.Justin T. Gibbs2011-06-131-523/+1445
* | Remove pc_cpumask and pc_other_cpus usage from MI code.Attilio Rao2011-06-131-4/+5
|/
* Monitor and emit events for XenStore changes to XenBus treesJustin T. Gibbs2011-06-114-9/+4
* MFCAttilio Rao2011-05-131-11/+7
|\
| * Fix msleep() usage in Xen balloon driver to not wake up on every HZ tick.Alexander Motin2011-05-131-11/+7
* | Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-8/+13
|/
* Make various (pseudo) interfaces compile without INET in the kernelBjoern A. Zeeb2011-04-271-0/+12
* Fix bug in the netfront driver that caused excessive packet drops duringJustin T. Gibbs2011-01-291-12/+1
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-2/+2
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyRobert Watson2011-01-044-2/+10
* A lack of console input is not the same thing as a byte of \0 input.Colin Percival2010-12-291-3/+4
* Set correct maximum I/O length. We can only handle I/O of up toColin Percival2010-12-061-1/+1
* sys/dev/xen/blkback/blkback.c:Justin T. Gibbs2010-10-281-2/+5
* Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs2010-10-198-1257/+3675