summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf
AgeCommit message (Expand)Author
2020-05-31add umstc(4) for Microsoft Surface Type Cover keyboardsJoshua Stein
2020-05-15disable ohci to compensate for bloat.Theo de Raadt
2020-05-14Bring back the acpi(4) changes. This time around only use the ACPI _CRSMark Kettenis
2020-03-06Add a PCI attachment driver for com(4). Intel has been removing legacyPatrick Wildt
2020-03-05Allow amd64 boot(8) and friends to read from an ffs2 filesystem.Otto Moerbeek
2020-03-02amd64 ramdisk does not support CD9660, so no use to have a cd(4).Otto Moerbeek
2020-02-19Make sure the first 2MB page of the kernel is actually mapped RO in theMark Kettenis
2020-02-15Enable iwx(4) on amd64.Stefan Sperling
2020-01-21remove a few disabled drivers that don't compile and seem unlikely toTed Unangst
2020-01-20floppy is a bit tight right now, evict fxp temporarily until anotherTheo de Raadt
2020-01-20remove esp at pcmcia attachment. it doesn't even compile.Ted Unangst
2019-12-23Add amdgpio(4), a driver for the GPIO controller found on newer AMDMark Kettenis
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-12-08Bye bye options KVM86 and VM86Martin Pieuchot
2019-11-19Enable rge(4).Kevin Lo
2019-11-18Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb EthernetKevin Lo
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"Philip Guenther
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disablePhilip Guenther
2019-09-26Add a new driver for getting AMD CPU temperature sensor over the SMN.Bryan Steele
2019-09-26enable iavf(4)Jonathan Matthew
2019-09-07Revert acpipci(4) changes. Too many systems are broken. We'll try againMark Kettenis
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha
2019-08-28Use ACPI information to attach PCI busses like we do on arm64. There are aMark Kettenis
2019-08-14enable amdgpu on amd64 requested by a few peopleJonathan Gray
2019-06-24Add glkgpio(4), a driver for the GPIO controllers found on Intel's GeminiMark Kettenis
2019-06-21Further improve the filesystem stability of kernel installation by KARL.Theo de Raadt
2019-06-17Add aplgpio(4) a driver for the gpio controllers found on Intel's ApolloPatrick Wildt
2019-06-07add ukspan(4), a driver for the Keyspan USA19HS USB serial adapterJoshua Stein
2019-05-21add amdgpu from linux 4.19.44 for recent AMD Radeon partsJonathan Gray
2019-05-17Mitigate Intel's Microarchitectural Data Sampling vulnerability.Philip Guenther
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-05-04let users try mcx(4)Theo de Raadt
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2019-03-28Enable uxrcom(4).Mark Kettenis
2019-03-22build umbg(4) on amd64, previously only done on i386/macppc/octeon/sparc64Stuart Henderson
2019-03-18Add kubsan(4), a undefined behavior sanitizer for the kernel. It'santon
2019-03-14Add acpicmos(4).Mark Kettenis
2019-02-03enable -msave-args when building with clang.David Gwynne
2019-01-25build ccp(4) on ramdisksJonathan Gray
2019-01-20Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP whereanton
2019-01-19enable myx(4) on the large ramdisk. has been enabled in GENERIC for a while.Peter Hessler
2019-01-19now that it works, enable ixl(4) on amd64Jonathan Matthew
2019-01-17Enable bwfm(4) in RAMDISK_CDMike Larkin
2019-01-07Enabling both kcov and retguard is now possible due to the recent bump ofanton
2018-12-30Turn on -mretpoline by default in clang on amd64, but turn it offPhilip Guenther
2018-11-23Add the pvclock(4) guest driver for paravirtual clocksReyk Floeter
2018-10-30The way we currently generate gap.o using a linker script results in .rodataMark Kettenis
2018-10-26Add acpipci(4) on amd64. For now this only calls the PCI-specific _OSCMark Kettenis