summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/conf
AgeCommit message (Expand)AuthorFilesLines
2021-03-19another unfortunate action to cope with relentless kernel growthderaadt1-2/+2
2021-03-07Explicitly align kernel text.mortimer1-3/+3
2021-02-09Activate use of PF_LOCK() by removing the WITH_PF_LOCK ifdefs.patrick1-2/+1
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton1-1/+2
2021-02-04make if_pfsync.c a better friend with PF_LOCKsashan1-1/+2
2021-01-28Again allow COPTS= to come from the environment again, and don't lose thederaadt1-4/+4
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr1-1/+2
2020-12-27Enable acpihpet on install media, because otherwise clock initializationderaadt2-4/+4
2020-11-15Add pchgpio(4), a driver for the GPIO controllers found on modern Intelkettenis1-1/+2
2020-10-27Adding IOMMU support for AMD Vi and Intel VTD (disabled)jordan1-1/+2
2020-10-16rl(4) is becoming rare.deraadt1-2/+2
2020-09-15abl(4) is a new driver to control the backlight brightness on Intel basedmglocker1-1/+2
2020-09-12asmc0 -> asmc*mglocker1-2/+2
2020-09-12Make asmc(4) attach through acpi(4) instead of isa(4).mglocker1-2/+2
2020-07-29atapiscsi is not needed here. (well maybe it changes the behaviour ofderaadt1-2/+2
2020-06-08update drm to linux 5.7jsg1-2/+32
2020-06-02add acpihid(4) for ACPI HID event and 5-button array devicesjcs1-1/+2
2020-05-31add umstc(4) for Microsoft Surface Type Cover keyboardsjcs1-1/+2
2020-05-15disable ohci to compensate for bloat.deraadt1-3/+3
2020-05-14Bring back the acpi(4) changes. This time around only use the ACPI _CRSkettenis2-2/+4
2020-03-06Add a PCI attachment driver for com(4). Intel has been removing legacypatrick1-1/+2
2020-03-05Allow amd64 boot(8) and friends to read from an ffs2 filesystem.otto1-1/+2
2020-03-02amd64 ramdisk does not support CD9660, so no use to have a cd(4).otto1-2/+2
2020-02-19Make sure the first 2MB page of the kernel is actually mapped RO in thekettenis1-4/+4
2020-02-15Enable iwx(4) on amd64.stsp2-2/+4
2020-01-21remove a few disabled drivers that don't compile and seem unlikely totedu1-5/+1
2020-01-20floppy is a bit tight right now, evict fxp temporarily until anotherderaadt1-2/+2
2020-01-20remove esp at pcmcia attachment. it doesn't even compile.tedu1-2/+1
2019-12-23Add amdgpio(4), a driver for the GPIO controller found on newer AMDkettenis2-2/+4
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysreyk1-1/+2
2019-12-08Bye bye options KVM86 and VM86mpi1-2/+1
2019-11-19Enable rge(4).kevlo1-1/+2
2019-11-18Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernetkevlo1-1/+2
2019-11-09Retguard will start using sections named ".openbsd.randomdata.retguard.*"guenther1-3/+3
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disableguenther1-3/+3
2019-09-26Add a new driver for getting AMD CPU temperature sensor over the SMN.brynet1-1/+2
2019-09-26enable iavf(4)jmatthew2-2/+4
2019-09-07Revert acpipci(4) changes. Too many systems are broken. We'll try againkettenis4-10/+5
2019-09-04Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@cheloha2-6/+2
2019-08-28Use ACPI information to attach PCI busses like we do on arm64. There are akettenis4-5/+10
2019-08-14enable amdgpu on amd64 requested by a few peoplejsg1-6/+6
2019-06-24Add glkgpio(4), a driver for the GPIO controllers found on Intel's Geminikettenis2-2/+4
2019-06-21Further improve the filesystem stability of kernel installation by KARL.deraadt1-3/+2
2019-06-17Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollopatrick2-2/+4
2019-06-07add ukspan(4), a driver for the Keyspan USA19HS USB serial adapterjcs1-1/+3
2019-05-21add amdgpu from linux 4.19.44 for recent AMD Radeon partsjsg2-3/+34
2019-05-17Mitigate Intel's Microarchitectural Data Sampling vulnerability.guenther2-3/+4
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).kettenis1-1/+3
2019-05-04let users try mcx(4)deraadt2-2/+4
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)kettenis1-6/+6