summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2021-12-13ddb: fix function names of "noreturn" functions in stack traces.chs
2021-11-29enable UFS_ACL option for XEN3_DOMU, it's useful for e.g. running Samba in DomUjdolecek
2021-11-25add missing options EXEC_ELF32ryo
2021-11-10s/annouce/announce/ in comment.msaitoh
2021-11-06COMPAT_NETBSD32 is all about running the 32-bit flavor of nativethorpej
2021-11-02In order to prevent _mcount() from being recursively called when built with C...ryo
2021-11-01Use "stack_t" instead of "struct sigaltstack", as the former is thethorpej
2021-10-31options<space><tab>simonb
2021-10-28x86: Move RNG initialization to after consinit.riastradh
2021-10-28x86: Process bootloader rndseed much sooner.riastradh
2021-10-27- In sendsig() and sigaction1(), don't hard-code signal trampolinethorpej
2021-10-27Use the signal trampoline version constants from <sys/signal.h>.thorpej
2021-10-16Enable com and lpt at ACPI attachments.jmcneill
2021-10-15Swap fdc@isa for fdc@acpi as the former takes over a second to probe.jmcneill
2021-09-24Move XEN3_DOM0 as close as possible to GENERIC.manu
2021-09-09Enable WSDISPLAY_CUSTOM_OUTPUT and WSDISPLAY_CUSTOM_BORDER onjakllsch
2021-08-13s/struture/structure/ s/structre/structure/andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-29Remove uscanner(4) drivernia
2021-05-23ddb/amd64: Don't go out of the way to detect invalid addresses.riastradh
2021-05-17Add a new link-aggregation pseudo interface named lagg(4)yamaguchi
2021-05-04prekern: add warnings upon problems collecting entropykhorben
2021-05-04prekern: do not choke on bad entropy fileskhorben
2021-05-04prekern: add support for warning messageskhorben
2021-04-30Merge the x86 gdt function and constant definitionschristos
2021-04-30Bump MAX_USERLDT_SIZE to the max size (wastes some memory). wine needs morechristos
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-17sys/arch/amd64: remove trailing whitespacerillig
2021-04-01Whitespace: #define<tab>simonb
2021-03-10drm(4): allow limiting maximum X/Y resolutionwiz
2021-03-10 Add micphy(4).msaitoh
2021-03-05XEN3_DOM0: Approach GENERICgdt
2021-03-05GENERIC: comment typo fix (spacing)gdt
2021-03-04std.xen: Move towards std.amd64gdt
2021-03-04XEN3_DOM0: Move closer to GENERIC (NFC)gdt
2021-03-04GENERIC: Tiny comment adjustment (NFC)gdt
2021-03-03XEN3_DOM0: Move closer to GENERIC (NFC)gdt
2021-03-02XEN3_DOM0: Fix pckbc console attachment logicgdt
2021-03-02XEN3_DOM0: Sync VERBOSE with GENERICgdt
2021-03-01enable rge(4) on x86 and evbarm64jakllsch
2021-03-01add rge(4) to x86 ALL kernelsjakllsch
2021-03-01amd64/conf/XEN3_DOM0: Add commentgdt
2021-02-23introduce DDB_END_CMD and replace more than 20 copies of the samemrg
2021-01-24Attach dwiic(4) to AMD FCH I2C controllers. These busses are separatejmcneill
2021-01-24Fix a tyop in a comment.simonb
2021-01-23Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8christos
2021-01-20COMPAT_OSSAUDIO no longer exists; remove dangling referencepgoyette
2021-01-20remove compat_ossaudio from kernel modulesnia
2021-01-16Enable tpm @ acpi (now that it can match TPM 1.2 devices, which are not,thorpej
2020-12-13Add atppc* at acpi?martin