summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/conf/ld.script
AgeCommit message (Expand)Author
2018-07-13Disable codepatching infrastructure after bootStefan Fritsch
2018-07-12Reorganize the Meltdown entry and exit trampolines for syscall andPhilip Guenther
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-03-01accidentally did two ALIGN's before kudutaTheo de Raadt
2018-02-21Meltdown: implement user/kernel page table separation.Philip Guenther
2017-10-24In ld scripts, an output section with no input sections is always markedPhilip Guenther
2017-07-06Disassociate PA load address of the kernel from VA, such that PA isn'tTheo de Raadt
2017-06-21Fill space between sections with traps, rather than nops.Theo de Raadt
2017-05-31Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt
2016-09-03Make .openbsd.randomdata section RO. Highlight is that the stack protectorTheo de Raadt
2015-04-28Explicitly include .codepatch and .codepatchend in .rodata such thatMark Kettenis
2014-12-21Prevent writing to the kernel area via the direct map. We do this by paddingMike Larkin
2014-11-18rename ld.script to same name as other architecturesTheo de Raadt