summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.i386
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover from r282269.jkim2015-04-301-2/+2
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-301-25/+18
* Only enable the hpet driver on x86 hardware, it doesn't exist on arm64.andrew2015-04-281-0/+1
* Move common code from sys/i386/i386/mp_machdep.c andkib2015-04-241-0/+1
* Move some common code from sys/amd64/amd64/machdep.c andkib2015-04-221-0/+1
* Use VT-d interrupt remapping block (IR) to perform FSB messageskib2015-03-191-0/+1
* Amend r277940, by also disabling -Wcast-qual warnings for a few specificdim2015-03-141-2/+2
* Record the dependency to x86bios in vga_pcidumbbell2015-03-011-2/+2
* Generalized parts of the XEN timer code into a generic pvclockbryanv2015-02-041-0/+1
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-121-1/+6
* o Add Virtio MMIO bus driver to configbr2014-11-251-11/+0
* Add VirtIO console to the x86 NOTES and filesbryanv2014-11-031-0/+1
* msi: add Xen MSI implementationroyger2014-09-301-0/+1
* Implement most of timer_{create,settime,gettime,getoverrun,delete}bz2014-09-181-0/+1
* Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,delphij2014-09-131-0/+1
* Merge the amd64 and i386 identcpu.c into a single x86 implementation.jhb2014-09-041-1/+1
* Merge all MD sf_buf allocators into one MI, residing in kern/subr_sfbuf.cglebius2014-08-051-0/+1
* Remove stale link to deleted vt(4) xboxfb driver.ray2014-06-181-1/+0
* xen: create a Xen nexus to use in PV/PVHroyger2014-06-161-0/+1
* xen: introduce xenpv busroyger2014-06-161-0/+1
* xen: add hooks for Xen PV APICroyger2014-06-161-0/+1
* imagact_binmisc builds for all supported architectures, so enable it for all.jhibbits2014-05-221-1/+0
* lindev(4): finish the partial commit in r265212eadler2014-05-021-2/+0
* Add Stacey Son's binary activation patches that allow remapping ofsbruno2014-04-081-0/+1
* xen: implement an early timer for Xen PVHroyger2014-03-111-0/+1
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAbrueffer2014-02-161-12/+0
* provide fast versions of ffsl and flsl for i386; ffsll and flsll for amd64avg2014-02-141-2/+1
* Now that FreeBSD/i386 works as a bhyve guest, allow i386 kernels tojhb2014-02-071-0/+5
* Add very simple virtio_random(4) driver to harvest entropy from hostbryanv2014-01-181-0/+1
* Merge VT(9) project (a.k.a. newcons).ray2013-12-051-1/+2
|\
| * MFC @r257698.ray2013-11-051-0/+10
| |\
| * \ MFC @r256953ray2013-10-231-2/+2
| |\ \
| * \ \ MFC @r256148.ray2013-10-081-2/+13
| |\ \ \
| * \ \ \ MFC @r255128.ray2013-09-011-2/+3
| |\ \ \ \
| * \ \ \ \ MFC @r219886.ray2013-07-251-5/+16
| |\ \ \ \ \
| * \ \ \ \ \ MFC@r248830ray2013-03-281-5/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ IFC @ 247036nwhitehorn2013-02-201-2/+10
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ IFC @ 243795nwhitehorn2012-12-021-7/+19
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Sync with head@234197marcel2012-04-131-6/+126
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge in FreeBSD HEAD r226141.ed2011-10-081-4/+5
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Readd the vt(4) driver and corresponding tools.ed2011-03-221-0/+1
* | | | | | | | | | | | Support Hyper-V on i386:delphij2013-12-051-0/+12
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Add support for queued invalidation.kib2013-11-011-0/+1
* | | | | | | | | | | Import the driver for VT-d DMAR hardware, as specified in the revisionkib2013-10-281-0/+8
* | | | | | | | | | | Add a virtual table for the busdma methods on x86, to allow differentkib2013-10-271-0/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Snapshot.markm2013-10-061-0/+2
* | | | | | | | | | Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-2/+0
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Substantial rewrite of bxe(4) to add support for the BCM57712 anddavidch2013-09-201-0/+8
* | | | | | | | | Revert r255672, it has some serious flaws, leaking file references etc.rdivacky2013-09-181-1/+0
* | | | | | | | | Implement epoll support in Linuxulator. This is a tiny wrapper around kqueuerdivacky2013-09-181-0/+1
OpenPOWER on IntegriCloud