summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2010-07-01Backout recent AML changes, breaks on R210 and othersJordan Hargrave
2010-07-01mark acpi_savecpu with the gcc returns_twice attribute as suggestedJonathan Gray
2010-07-01Add a look-up table for machines that have special vga cards. This table willPaul Irofti
2010-07-01More accurate comment as to what happens with acpi_savecpuMike Larkin
2010-07-01Add things to enable aesni either ifdef'ed or commented out to easeThordur I. Bjornsson
2010-06-30amd64_pa_used is weird.Owain Ainsworth
2010-06-30Remove #ifdef CRYPTO. config will do this for us.Thordur I. Bjornsson
2010-06-30get rid of a few c++ comments and a few spacing nitsThordur I. Bjornsson
2010-06-30remove two useless defines.Thordur I. Bjornsson
2010-06-29make the xcrypt match the jsg code in opensslTheo de Raadt
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-29aesni, a driver for the crypto framework, similar to theThordur I. Bjornsson
2010-06-29fpu_kernel_{enter,exit}; Functions to allow the use ofThordur I. Bjornsson
2010-06-28Ah, this will not help the netboot caseTheo de Raadt
2010-06-27Disable uguru(4). Its probe touches an address used by something else on theMark Kettenis
2010-06-27Mark the PXE boot device as "netboot" even if we do not containTheo de Raadt
2010-06-27If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h>Miod Vallat
2010-06-27Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need forPhilip Guenthe
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-06-26Don't try to halt an AP if holding sched_lock since that causes hangsMike Larkin
2010-06-26Fix 100% interrupt usage on amd64 MP resume.Mike Larkin
2010-06-24The new AMD Opteron CPUs have up to 4 HyperTransport links instead of 3.Mark Kettenis
2010-06-22bump up the dmesg buffer size. new boxes have lots of crap in them, soDavid Gwynne
2010-06-10Declare safepri at the MD level on each platform, so that the kern_synch.cTheo de Raadt
2010-06-09Wire up device nodes for disk mapper.Joel Sing
2010-06-08in viac3_crypto_setup(), if we fail to get a crypto driverid,Thordur I. Bjornsson
2010-06-07space nit and use nitems().Thordur I. Bjornsson
2010-06-05Pass signal handlers a more clean FPU state (ie. the right modes) andTheo de Raadt
2010-06-04Don't warn about not knowing what the bus clock is on core i7/i5/i3Jonathan Gray
2010-06-02Add back -fno-omit-frame-pointer, which was accidentally deleted byMark Kettenis
2010-06-01use --warn-common for linking (some arch's will show new warnings), andTheo de Raadt
2010-05-31Completely rewrite the tags file creation process. use config(8) againstTheo de Raadt
2010-05-31there is no spllpt(), since lpt's are just tty devices (call tty functions,Theo de Raadt
2010-05-28${PARAM} is now included in ${CPPFLAGS}, so stop passing it separatelyPhilip Guenthe
2010-05-25The _arch and _mach variables now come from config(8), decreasing even furtherTheo de Raadt
2010-05-25Hand-list the two-step assym.h -> .[Ss] -> .o dependencies. TheTheo de Raadt
2010-05-25${SRCS} is only used once, and fits onto the line where it is usedTheo de Raadt
2010-05-24give up on -Wvariable-declTheo de Raadt
2010-05-24Unify the dependency time check for whether an architecture has SFILESTheo de Raadt
2010-05-24Reduce differences between the Makefile.* files for all architectures.Theo de Raadt
2010-05-23no need for -Dx86_64 or -Damd64, since __amd64__ is supplied by theTheo de Raadt
2010-05-22this is amd64, not i386, and the protection was all bustedTheo de Raadt
2010-05-20Force max physical memory allocation for bus_dmamem_alloc() to be 4gigOwain Ainsworth
2010-05-18Since we're direct mapped and don't need to worry about kva availability orOwain Ainsworth
2010-05-18tweak dumpsys's countdown to cope with upcoming speedupAlexander Hall
2010-05-13Synchronise amd64 more with other PMAP_DIRECT architectures. (step 1,Owain Ainsworth
2010-05-10Continue with the horrible habit of using agp_machdep.c for agp related MDOwain Ainsworth
2010-05-09Fix packed use and unbreak with gcc4, same as i386.Nicholas Marriott
2010-05-08Page Attribute Tables (PAT) support for x86.Owain Ainsworth