summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf
AgeCommit message (Expand)Author
2018-08-22Enable uscom(4) where uslcom(4) is already present.Martin Pieuchot
2018-08-21Rework kcov kernel config. Instead of treating kcov as both an option and aanton
2018-08-19delete blank line not found in other archTheo de Raadt
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-08-03Add mue(4), a driver for Microchip LAN75xx/LAN78xx 10/100/1000 USB EthernetKevin Lo
2018-07-13Disable codepatching infrastructure after bootStefan Fritsch
2018-07-13repair inconsistanciesTheo de Raadt
2018-07-13zap some garbage that snuck in.Theo Buehler
2018-07-12we will be toggling witness on/off a few times. when it is on, it raisesTheo de Raadt
2018-07-12Reorganize the Meltdown entry and exit trampolines for syscall andPhilip Guenther
2018-07-12Stop building rasops4 on amd64.Frederic Cambus
2018-07-01Move acpi(4) attach glue into acpi_machdep.c.Mark Kettenis
2018-06-30acpisurface(4): driver for Surface Pro 4 and Surface Book hardwareMike Larkin
2018-06-18Align the end of the retguard area on a page boundary and provide symbolsPhilip Guenther
2018-06-14Put the .openbsd.randomdata.retguard input section at the start of thePhilip Guenther
2018-06-01Enable witness(4) on select architectures to help the current MP work.Visa Hankala
2018-05-23Enable ccpmic(4) and tipmic(4).Mark Kettenis
2018-05-23Enable bwfm(4).Patrick Wildt
2018-04-27-fretpoline for non-RAMDISK kernels. Skylake product needs it, andTheo de Raadt
2018-04-26Oups, we only need vmmci(4) for the ramdisk, not the whole vmm(4).Peter Hessler
2018-04-26enable vmmci(4) on the ramdisks, so bsd.rd plays nicer when it powers offPeter Hessler
2018-04-20enable ccp(4) as found on recent amd chipsDavid Gwynne
2018-03-27Add acpicmos(4), a driver that implements SystemCMOS OperationRegionMark Kettenis
2018-03-14On newer machines IPMI attaches only using the ACPI tables instead ofPatrick Wildt
2018-03-01accidentally did two ALIGN's before kudutaTheo de Raadt
2018-02-21Meltdown: implement user/kernel page table separation.Philip Guenther
2018-02-09Check for the existence of /bsd before trying to back it up to /obsd.Theo Buehler
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-24Add a PCI attachment driver for bwfm(4). It's not finished, but it'sPatrick Wildt
2017-12-20Switch x86 architectures to the common C mutex implementation.Martin Pieuchot
2017-12-03Enable bgw(4).Mark Kettenis
2017-11-16Add PCI attachment for dwiic(4) needed by Intel 100 Series machinesJoshua Stein
2017-11-04Since rev 1.502 of rc(8) it creates a /bsd.booted hard link. At theFlorian Obser
2017-10-28Attach efifb(4) when the system is booted with serial console. AlsoYASUOKA Masahiko
2017-10-24In ld scripts, an output section with no input sections is always markedPhilip Guenther
2017-10-17Add a machine-independent implementation for the mplock.Visa Hankala
2017-10-11Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. ThePatrick Wildt
2017-10-06Recalibrate TSC timecounter with HPET and PM timerMike Belopuhov
2017-09-28When option DDB_STRUCTINFO was removed from the kernel, too much fromPatrick Wildt
2017-09-12Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similarMartin Pieuchot
2017-08-28swap ualea for urngJasper Lievisse Adriaanse
2017-08-12Use ctfstrip(1) by default to strip kernels.Martin Pieuchot
2017-07-25remove -Wa,-n from CMACHFLAGS as clang's internal assembler does not support itRobert Nagy
2017-07-23permit kernel building with clang as the base compiler; ok kettenis@Christian Weisgerber
2017-07-18Stop automatically regenerating gap.o (and hence linking a new kernel)Theo Buehler
2017-07-16Pass the linker from make environment to makegap.sh. This is (only)Visa Hankala
2017-07-06Disassociate PA load address of the kernel from VA, such that PA isn'tTheo de Raadt