summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-30fix typos in some commentsMike Larkin
2013-05-30Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned theMatthew Dempsky
2013-05-21de-static-ize prototypes as well, which makes these functions not-staticMark Kettenis
2013-05-21remove unused cpu_lock code (where it is truly unused). it is notTed Unangst
2013-05-20de-static-ize, such that people don't get confused by aesni failures onMark Kettenis
2013-05-16Implement a mechanism to establish interrupt handlers that don't grab theMark Kettenis
2013-05-12Tell wsdisplay(4) to switch back to the console screen upon entering ddb(4).Mark Kettenis
2013-05-12Take the kernel lock and call the actual interrupt handler from aAlexandre Ratchov
2013-05-06the use of modern intel performance counter msrs to measure the number ofDavid Gwynne
2013-05-05remove never used get/set ioperm sysarch functions. ok guentherTed Unangst
2013-04-24Use the manufacturer-supplied bios serial/uuid as a source ofBret Lambert
2013-04-23Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - theyJoel Sing
2013-04-23Remove obsolete comment, okay mlarkin@.Paul Irofti
2013-04-23tedu unused makefiles.Joel Sing
2013-04-23Remove softraid boot support from fdboot (again).Joel Sing
2013-04-17Don't set the frequency of the statclock if we don't have one.Gerhard Roth
2013-04-09Add missing #ifdef CRYPTO around amd64_has_aesniPhilip Guenther
2013-04-05Add the remaining USB Wifi adapters to the CD RAMDISK media for usersBrad Smith
2013-04-05enable com3 on both i386 and amd64 (com4 config is added, but disabled)Theo de Raadt
2013-04-04zap redundant assignmentsAlexander Hall
2013-04-01Do not expose the trap T_* values to userland, since they invade theTheo de Raadt
2013-03-31try to avoid pulling in pte.h and other more crazy things. Checked againstTheo de Raadt
2013-03-30Back out previous; this needs more thought.Mark Kettenis
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-30enable com2. if it works on i386, we think it will work here.Ted Unangst
2013-03-29put urtwn in big ramdisks so I can use it for upgradesTed Unangst
2013-03-28Add STRONG_ALIAS macros to be used from assembly code in libc andMartynas Venckus
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-26Add AES-XTS support to the aesni crypto driver. This allows softraid(4)Joel Sing
2013-03-26PGSHIFT and PGOFSET are now contained inside the kernel namespace.Theo de Raadt
2013-03-25ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.Theo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-23Avoid using DEV_BSHIFT, and use DEV_BSIZE instead.Theo de Raadt
2013-03-21NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASKTheo de Raadt
2013-03-21style(9)Kurt Miller
2013-03-21Detect on-die temp sensor for Atom E6xx on amd64. Adapted fromKurt Miller
2013-03-21move kernel after 16MB. needed for additional growth that might come in aTheo de Raadt
2013-03-20Previous commit to acpi_machdep.c broke suspend because the IPI to save theMark Kettenis
2013-03-19in acpi_sleep_mp() properly flush fpu and halt the AP'sTheo de Raadt
2013-03-17Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMSMark Kettenis
2013-03-17We don't do mcontext, so remove this unused header.Mark Kettenis
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
2013-03-12Fake 'SMBIOS detection' for the Soekris boxes, by Matt DaintyTheo de Raadt
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-03-07Reword some wrong comments and some improperly formatted comments and addMike Larkin
2013-03-02Properly conditionalize adding wscons to the list of consoles onMark Kettenis
2013-03-02The last use of the int $80 syscall entry was in 5.1, so we no longerPhilip Guenther
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot