summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
Commit message (Expand)AuthorAgeFilesLines
* Remove fdt_fixup_table from architectures where it's unneeded. We only makeandrew2016-01-211-1/+0
* sfxge: add accessors for license-related MCDI calls to common codearybchik2016-01-141-0/+1
* hyperv: implement an event timersephe2016-01-141-0/+1
* Move kbd.c to main sys/conf/files listemaste2015-09-211-1/+0
* Merge stack(9) implementations for i386 and amd64 under x86/.markj2015-09-111-1/+1
* Import ioat(4) drivercem2015-08-241-0/+2
* sys/conf: pass NMFLAGS to nm(1) via genassym.sh.rpaulo2015-08-141-1/+1
* Better support memory mapped console devices, such as VGA and EFImarcel2015-08-121-0/+1
* files.amd64: Build ntb_hw.o if if_ntb OR ntb_hwcem2015-08-101-1/+1
* Add a sysentvec for CloudABI on x86-64.ed2015-07-161-0/+1
* Allow DTrace to be compiled-in to the kernel.br2015-06-101-1/+6
* sfxge: add 7xxx NICs family supportarybchik2015-05-251-31/+46
* For objcopy, use --input-target and --output-targetrodrigc2015-05-251-1/+1
* Rework signal code to allow using it by other modules, like linprocfs:dchagin2015-05-241-0/+1
* Implement epoll family system calls. This is a tiny wrapperdchagin2015-05-241-0/+1
* Introduce a new module linux_common.ko which is intended for thedchagin2015-05-241-0/+1
* Implement vdso - virtual dynamic shared object. Through vdso Linuxdchagin2015-05-241-2/+13
* Remove leftover from r282269.jkim2015-04-301-3/+3
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-301-1/+1
* 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
* Record the dependency to x86bios in vga_pcidumbbell2015-03-011-3/+3
* Generalized parts of the XEN timer code into a generic pvclockbryanv2015-02-041-0/+1
* For clang, disable -Wcast-qual warnings for specific aesni files, sincedim2015-01-301-2/+2
* Add some new modes to OpenCrypto. These modes are AES-ICM (can be usedjmg2014-12-121-1/+6
* xen: create a new PCI bus overrideroyger2014-12-091-1/+3
* 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
* agp_intel.c provides support for AGP on Intel chipsets from 440/BX tokib2014-11-031-1/+0
* msi: add Xen MSI implementationroyger2014-09-301-0/+2
* As per [1] Intel only supports this driver on 64bit platforms.bz2014-09-231-0/+20
* 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
* 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: add an apic_enumerator for PVHroyger2014-03-111-0/+1
* xen: implement an early timer for Xen PVHroyger2014-03-111-0/+1
* xen: add PV/PVH kernel entry pointroyger2014-03-111-0/+2
* Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIAbrueffer2014-02-161-12/+0
* Add very simple virtio_random(4) driver to harvest entropy from hostbryanv2014-01-181-0/+1
* MFC @r257698.ray2013-11-051-0/+10
|\
| * 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
OpenPOWER on IntegriCloud