aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.i386
Commit message (Expand)AuthorAgeFilesLines
* Move linux_clone(), linux_fork(), linux_vfork() to a MI path.Dmitry Chagin2011-02-121-0/+1
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().Jung-uk Kim2011-01-171-1/+0
* Replace i386/i386/busdma_machdep.c and amd64/amd64/busdma_machdep.cColin Percival2010-12-091-1/+1
* Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86.Jung-uk Kim2010-12-081-1/+1
* MFamd64: (based on) r209957Jung-uk Kim2010-11-121-5/+20
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newJung-uk Kim2010-11-101-0/+1
* Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.Jung-uk Kim2010-11-091-1/+1
* Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it isJohn Baldwin2010-11-081-1/+1
* Merge nexus.c from amd64 and i386 to x86 subtree.Attilio Rao2010-10-281-1/+1
* Merge the mptable support from MD bits to x86 subtree.Attilio Rao2010-10-281-2/+2
* Merge dump_machdep.c i386/amd64 under the x86 subtree.Attilio Rao2010-10-261-1/+1
* Intel QPI chipsets actually provide two extra "non-core" PCI buses thatJohn Baldwin2010-08-251-0/+1
* Add tpm(4) driver for Trusted Platform Module.Takanori Watanabe2010-08-121-0/+3
* Do not build real mode emulator for i386. We use VM86 again since r210877.Jung-uk Kim2010-08-081-2/+1
* Add a parser for the ACPI SRAT table for amd64 and i386. It setsJohn Baldwin2010-07-271-0/+1
* Crypto(4) driver for AESNI.Konstantin Belousov2010-07-231-0/+4
* Rename timeevents.c to kern_clocksource.c.Alexander Motin2010-07-141-1/+1
* Move timeevents.c to MI code, as it is not x86-specific. I already haveAlexander Motin2010-07-141-1/+1
* Some style fixes for r209371.Alexander Motin2010-06-221-1/+1
* Implement new event timers infrastructure. It provides unified APIs forAlexander Motin2010-06-201-0/+1
* Move the MD support for PCI message signalled interrupts to the x86 treeJohn Baldwin2010-06-081-1/+1
* Move the machine check support code to the x86 tree since it is identicalJohn Baldwin2010-06-081-1/+1
* Move the I/O APIC code to the x86 tree since it is identical on i386 andJohn Baldwin2010-06-081-2/+2
* Unify local_apic.c for x86 archs,Alexander Motin2010-05-231-1/+1
* - Support for uncore counting events: one fixed PMC with the uncoreFabien Thomas2010-04-021-0/+1
* Introduce the new kernel sub-tree x86 which should contain all the codeAttilio Rao2010-02-251-16/+18
* Remove the usb2_input_kbd directive that was missed during the renaming of th...Rebecca Cran2010-02-081-1/+1
* amdsbwd: new driver for AMD SB600/SB7xx watchdog timerAndriy Gapon2009-11-301-0/+1
* Rewrite x86bios and update its dependent drivers.Jung-uk Kim2009-10-191-2/+0
* Scan for option ROMs on i386 and amd64 only.Marcel Moolenaar2009-10-111-0/+1
* lindev(4) [1] is supposed to be a collection of linux-specific pseudoBjoern A. Zeeb2009-09-261-0/+2
* r197444 unnecessarily changed positions of these files. Re-sort.Jung-uk Kim2009-09-241-2/+2
* Move sys/dev/x86bios to sys/compat/x86bios.Jung-uk Kim2009-09-231-2/+2
* Hide x86bios stuff in i386/amd64 specific files as atkbdc would getXin LI2009-09-221-0/+7
* Automatically depend on x86emu when vesa or dpms is being built intoXin LI2009-09-211-3/+3
* Enable s3pci on amd64 which works on top of VESA, and allowXin LI2009-09-211-0/+1
* - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI2009-09-091-3/+3
* Move libteken out of the syscons directory.Ed Schouten2009-09-031-1/+0
* * Driver for ACPI WMI (Windows Management Instrumentation)Rui Paulo2009-06-231-0/+1
* Migrate the Xen hypervisor clock reading routines into somethingAdrian Chadd2009-05-291-0/+1
* Say hello to a very basic, read-only, Xen Hypervisor RTC.Adrian Chadd2009-05-281-0/+1
* Implement simple machine check support for amd64 and i386.John Baldwin2009-05-131-0/+1
* Burn TTY ioctl bridges in compat layers.Ed Schouten2009-05-081-1/+0
* Add support for Phenom (Family 10h) to cpufreq.Michael Reifenberger2009-03-281-0/+1
* Sigh, not my day. Check-in the update version that didn't haveDoug Ambrisko2009-03-261-1/+1
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineDoug Ambrisko2009-03-261-0/+1
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedRobert Watson2009-03-151-4/+0
* Rename the k8temp driver to amdtemp.Rui Paulo2009-03-131-1/+1
* Add memmove() to the kernel, making the kernel compile with Clang.Ed Schouten2009-02-281-0/+1
* Pull in kbd.c with usb2_input_kbd, just like ukbd.Andrew Thompson2009-02-151-1/+1