summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2013-01-20Add viomb(4).Brad Smith
2013-01-18fix bogus dependencies, and allow mkdep to runMarc Espie
2013-01-18Fix the makefile so it works on other architectures.Joel Sing
2013-01-18twist the amd64 bus_space implementation a bit. instead of using the tagDavid Gwynne
2013-01-17Generate assym.h where we need it, instead of reaching around into otherJoel Sing
2013-01-17Clean up/standardise makefiles for amd64/stand.Joel Sing
2013-01-17Clean includes.Joel Sing
2013-01-17option HIBERNATE for amd64Mike Larkin
2013-01-17use .quad for gdt load when returning from long mode. Fixes a rebootMike Larkin
2013-01-17fix an error in the amd64 asm unhibernate code and a slight adjustment toMike Larkin
2013-01-16MD hibernate goo for amd64Mike Larkin
2013-01-16asm resume functions for amd64 hibernateMike Larkin
2013-01-16cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; onlyMiod Vallat
2013-01-16properly distinguish /boot and biosboot in informational and error messagesChristian Weisgerber
2013-01-16init comconsiot to X86_BUS_SPACE_IO in case someone changes the value ofDavid Gwynne
2013-01-15implement bus_space_foo_8 for amd64. it will panic on attempts to do 8David Gwynne
2013-01-02Zero out sbv_maskkey to make it boot when there's a softraid cryptoMartynas Venckus
2012-12-31Remove emulation errno mapping code from platforms that no longer havePhilip Guenther
2012-12-10Implement support for Extended Sequence Numbers for the aesni driverMike Belopuhov
2012-12-09clarify that changes to this module were not done by intelMike Belopuhov
2012-12-09get rid of awkward label names and use simple forward/backwardMike Belopuhov
2012-12-09whitespace cleanup that's been due a long timeMike Belopuhov
2012-12-08Make bus_dmamem_mmap(9) honor BUS_DMA_NOCACHE.Martin Pieuchot
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-11-29Enable rtsx(4) in GENERIC on i386 and amd64.Stefan Sperling
2012-11-27Add acpi_{acquire,release}_glk locking functions.Paul Irofti
2012-11-19Add atomic 32-bit cas operations.Paul Irofti
2012-11-16Add oce(4) / mfii(4) and virtio devicesBrad Smith
2012-11-10Recent x86 CPUs come with a constant time stamp counter. If this isMarcus Glocker
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-11-02uvm_km_alloc() allocs bytes rounded up to the nearest page not pages.Jonathan Gray
2012-10-31Add support for Intel's Supervisor Mode Access Prevention (SMAP) feature.Jonathan Gray
2012-10-30Apply a bunch of style(9) and whitespace fixes to i386/amd64 libsa, makingJoel Sing
2012-10-29add (consistent) STANDARDS;Jason McIntyre
2012-10-29Bump version.Joel Sing
2012-10-29Enable softraid boot support in pxeboot(8).Joel Sing
2012-10-29Make pxeboot(8) work correctly when it is larger than 64KB in size. WhenJoel Sing
2012-10-29Bump version.Joel Sing
2012-10-29Enable softraid boot support in cdboot(8).Joel Sing
2012-10-29Make cdboot(8) work correctly when it is larger than 64KB in size. WhenJoel Sing
2012-10-28Use the same (shorter) error message as the i386 version.Joel Sing
2012-10-28Save and restore %ebx across the call to read. Otherwise we load the firstJoel Sing
2012-10-27Move the code for softraid boot into separate files, leaving only minimalJoel Sing
2012-10-25Some LIBC_SCCS found lurking in the shadowsTheo de Raadt
2012-10-19amd64 hibernate "unpack-time" mmu/pmap code and asm goo. Work inMike Larkin
2012-10-17Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWNTheo de Raadt
2012-10-16Change the PCI memory extent to cover the whole 64-bit memory spaceMike Belopuhov
2012-10-13pxe spec reference is better placed in STANDARDS;Jason McIntyre
2012-10-13Only build fdboot on the appropriate architectures. Also fix the path toJoel Sing