summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf/files.amd64
AgeCommit message (Expand)Author
2023-04-26Refactor MD/MI parts of vmm.Mike Larkin
2023-01-14Implement access to EFI variables and ESRT through an ioctl(2) interfaceMark Kettenis
2022-10-16Add the guts for EFI runtime services support on amd64. This will be usedMark Kettenis
2022-02-09Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.cTheo de Raadt
2019-09-07Revert acpipci(4) changes. Too many systems are broken. We'll try againMark Kettenis
2019-08-28Use ACPI information to attach PCI busses like we do on arm64. There are aMark Kettenis
2019-05-17Mitigate Intel's Microarchitectural Data Sampling vulnerability.Philip Guenther
2018-10-26Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSCMark Kettenis
2018-08-21Rework kcov kernel config. Instead of treating kcov as both an option and aanton
2018-08-19pseudo-device must be file-flagged otherwise ramdisks cannot link.Theo de Raadt
2018-08-19Add kcov(4), a kernel code coverage tracing driver. It's used in conjunctionanton
2018-07-12Stop building rasops4 on amd64.Frederic Cambus
2018-07-01Move acpi(4) attach glue into acpi_machdep.c.Mark Kettenis
2018-01-25Move common mutex implementations to a MI place.Martin Pieuchot
2018-01-12Don't bother ucode updates in ramdisk. We don't have the files....Theo de Raadt
2018-01-11Update the Intel microcode once the root filesystem has been mounted.Patrick Wildt
2017-12-20Switch x86 architectures to the common C mutex implementation.Martin Pieuchot
2017-10-17Add a machine-independent implementation for the mplock.Visa Hankala
2017-10-06Recalibrate TSC timecounter with HPET and PM timerMike Belopuhov
2017-05-31Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-01-21Move virtio config from files.pci to files.pciReyk Floeter
2016-08-30Enable raspos24 for efifb. This makes qemu with UEFI start working.YASUOKA Masahiko
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2015-11-23No longer need 'option VMM', declaring the vmm0 device is sufficient.Theo de Raadt
2015-11-13vmm(4) kernel codeMike Larkin
2015-10-29Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).Mark Kettenis
2015-09-04Let efifb depend on rasops32 such that it works on ramdisks where rasops32Mark Kettenis
2015-08-30Modify kernel to prepare boot from UEFI.YASUOKA Masahiko
2015-07-21Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses.Reyk Floeter
2015-07-17remove obsolete INET kernel optionTed Unangst
2015-01-16Binary code patching on amd64Stefan Fritsch
2014-12-10Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDsJonathan Gray
2014-12-04as promised 18 years ago, consolidate isa floppy disks in files.isaTed Unangst
2014-07-11"It's not the years, honey; it's the mileage."Ted Unangst
2013-12-19Mtrr stops being a pseudo-device. We need to probe the cpu type andTheo de Raadt
2013-12-12Remove the scatter/gather dma implementation as it is no longer used.Mark Kettenis
2013-11-04remove iop(4) driver. it is entirely unmaintained and supports somethingTheo de Raadt
2013-08-15Include files.agp and files.drm from files.pci. Makes sure "drm.h" getsMark Kettenis
2013-08-12Add a port of the TTM and Radeon DRM code from Linux 3.8.13.Jonathan Gray
2012-07-13More foundation goo for amd64 hibernateMike Larkin
2012-05-27Add tcpcib(4) to support Intel Atom E600 watchdog.Jonathan Gray
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
2011-11-14merge syscall.c into the end of trap.c as almost all architectures do.Theo de Raadt
2011-10-06ccd goes to the atticTheo de Raadt
2011-07-07Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzTheo de Raadt
2011-05-23AMD K10/K11 pstate driver allows setperf and apm to change CPUClaudio Jeker
2011-04-02Remove the AMD GART based iommu code.Owain Ainsworth
2010-12-06- use consistent 'include' rules without a full relative path.Jasper Lievisse Adriaanse
2010-11-13Switch from TSS-per-process to TSS-per-CPU, placing the TSS rightPhilip Guenthe