summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2013-07-01Make the acpi global lock functions actually work. Luckily these functionsMark Kettenis
2013-06-29Remove unsigned comparison >= 0.Brad Smith
2013-06-26Since interrupts at IPL_AUDIO no longer grab the kernel lock, and nobodyMark Kettenis
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-04Remove remaining references to HIBERNATE_COPY_PAGE. It was effectivelyMike Larkin
2013-06-04Cpu topology for AMD64.Christiano F. Haesbaert
2013-06-04Add RCS ids.Paul Irofti
2013-06-03Convert some internal APIs to use timespecs instead of timevalsPhilip Guenther
2013-06-03changes for isc fuse support. not enabled. ok beck deraadt.Ted Unangst
2013-06-02Revert previous: libsa/ufs.c was fixed to not use big types when notPhilip Guenther
2013-06-02Fix a bug where the calibration loop could show wrong CPU frequencies.Gerhard Roth
2013-06-02Fix descriptions of structuresPhilip Guenther
2013-06-02Don't need gdt.h herePhilip Guenther
2013-06-02fix tpyoPhilip Guenther
2013-06-02To prevent lock ordering problems with the kernel lock, we need to make sureMark Kettenis
2013-06-01Introduce a new amd64 IPI, x86_ipi_halt_realmode to park CPUS into realMike Larkin
2013-06-01Call x86_ipi_halt_realmode to park APs in real mode before unpacking imageMike Larkin
2013-06-01cleanup and consolidate the spinlock_lock (what a name!) code.Ted Unangst
2013-06-01Fix offset error when clearing the resume time stack pagesMike Larkin
2013-06-01Add code to drop a CPU from long mode back to real mode, will be used toMike Larkin
2013-06-01Add vmx(4) to the kernel config, but comment it out for now.Reyk Floeter
2013-05-31We need to halt the APs on MP hibernate resume or else they will beMike Larkin
2013-05-30Fix a bug in amd64 hibernate introduced when we moved the kernel to load atMike Larkin
2013-05-30Make interrupt handling in hibernate resume MI by providing MD-specificMike Larkin
2013-05-30Even though we reserve 3 pages for the amd64 hibernate stack, we set theMike Larkin
2013-05-30If ACPI is not compiled in, pci_min_powerstate() has no facts to supportTheo de Raadt
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