summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
Commit message (Expand)AuthorAgeFilesLines
* Hoist the MI compat_freebsd32 files up into files from files.*.imp2012-10-251-5/+0
* Disconnect non-MPSAFE SMBFS from the build in preparation for droppingattilio2012-10-181-1/+1
* Integrate nvme(4) and nvd(4) into the amd64 and i386 builds.jimharris2012-09-171-0/+10
* Rename the IVY_RNG option to RDRAND_RNG.kib2012-09-131-1/+1
* Remove some trailing whitespace.jimharris2012-09-121-1/+1
* Replace a bare use of 'objcopy' with ${OBJCOPY} for easier cross compilationobrien2012-09-121-1/+1
* After r240104, make sure the hpt27xx driver also compiles with clang,dim2012-09-051-1/+2
* Add support for new Intel on-CPU Bull Mountain random numberkib2012-09-051-1/+2
* Some fixes for r236772.iwasaki2012-06-101-1/+1
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofiwasaki2012-06-091-2/+1
* uart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev/uart) aremarcel2012-04-111-1/+1
* Move the legacy(4) driver to x86.jhb2012-03-301-1/+1
* Allow (with a license warning) "options ZFS" to work in static kernels.peter2012-03-271-0/+1
* Move i386's intr_machdep.c to the x86 tree and share it with amd64.jhb2012-03-091-1/+1
* Allow a native i386 kernel to be built with 'nodevice atpic'. Just as onjhb2012-03-091-1/+1
* Provide wbwd(4), a driver for the watchdog timer found on variousbz2012-03-061-0/+1
* Rebase user/jimharris/isci branch from head.jimharris2012-01-261-0/+10
|\
| * Add support for the extended FPU states on amd64, both for nativekib2012-01-211-0/+1
| * Enable hardware RNG for VIA Nano processors.jkim2012-01-091-0/+1
| * Import the first release of HighPoint RocketRAID 27xx SAS 6Gb/s HBA carddelphij2011-12-281-0/+7
| * Add watchdog support for VIA south bridge chipset.fabient2011-12-121-0/+1
* | Modify GENERIC, files and options for isci (Intel C600 SAS controller) driver.jimharris2012-01-061-0/+109
|/
* Limit building sfxge(4) in-kernel to amd64 for the time being. We can put itphilip2011-11-281-0/+31
* Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30bz2011-11-031-0/+6
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-221-2/+2
* Compile in in_cksum* implementations for both IPv6 and IPv6.bz2011-04-201-1/+1
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.dchagin2011-02-121-0/+1
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-1/+0
* Replace i386/i386/busdma_machdep.c and amd64/amd64/busdma_machdep.ccperciva2010-12-091-1/+1
* Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86.jkim2010-12-081-1/+1
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newjkim2010-11-101-0/+1
* Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.jkim2010-11-091-1/+1
* Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isjhb2010-11-081-1/+1
* Merge nexus.c from amd64 and i386 to x86 subtree.attilio2010-10-281-1/+1
* Merge the mptable support from MD bits to x86 subtree.attilio2010-10-281-2/+2
* Merge dump_machdep.c i386/amd64 under the x86 subtree.attilio2010-10-261-1/+1
* Stop hard coding nm(1) and make it overridable.jkim2010-10-141-1/+1
* Add support 'device tpm' for amd64.nork2010-09-191-0/+3
* Intel QPI chipsets actually provide two extra "non-core" PCI buses thatjhb2010-08-251-0/+1
* Add a parser for the ACPI SRAT table for amd64 and i386. It setsjhb2010-07-271-1/+1
* Crypto(4) driver for AESNI.kib2010-07-231-0/+4
* Rename timeevents.c to kern_clocksource.c.mav2010-07-141-1/+1
* Move timeevents.c to MI code, as it is not x86-specific. I already havemav2010-07-141-1/+2
* Move i386-inherited logic of building ACPI headers for acpi_wakeup.c intojkim2010-07-121-10/+19
* Some style fixes for r209371.mav2010-06-221-1/+1
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-201-0/+1
* Move the MD support for PCI message signalled interrupts to the x86 treejhb2010-06-081-1/+1
* Move the machine check support code to the x86 tree since it is identicaljhb2010-06-081-1/+1
* Move the I/O APIC code to the x86 tree since it is identical on i386 andjhb2010-06-081-2/+2
* Unify local_apic.c for x86 archs,mav2010-05-231-1/+1
OpenPOWER on IntegriCloud