summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2010-05-06Change trap() and syscall() to accept a pointer rather than using callNicholas Marriott
2010-04-30Right now, if anything internal changes with a uvm object, diverseOwain Ainsworth
2010-04-29Add the CR_PAT MSR to the list of defined msrs.Owain Ainsworth
2010-04-28clean up more more subtle and stupid differences between the variousTheo de Raadt
2010-04-27Unifity CPPFLAGS= (using ${_mach}), SYSTEM_LD_TAIL= (always on one line),Theo de Raadt
2010-04-27Disable builtin malloc and log2 on gcc3 arches, a no-op for gcc3Jonathan Gray
2010-04-27shorten preambleTheo de Raadt
2010-04-27noone needs comments about QUOTA and TRACETheo de Raadt
2010-04-27over the years we have moved to a machine+architectures scheme that hasTheo de Raadt
2010-04-27use -f assymp.dep again; worked out with miodTheo de Raadt
2010-04-27alpha/conf/Makefile.alphaTheo de Raadt
2010-04-26even cleaner mach/arch/machdir/archdirTheo de Raadt
2010-04-26next step towards unification: make all the genassym chunks handle bothTheo de Raadt
2010-04-26typoTheo de Raadt
2010-04-26next unification step: move all MD naming _mach, _machdir, _arch, and _archdirTheo de Raadt
2010-04-26first step of unification: spaces at end of lines; comments, etc.Theo de Raadt
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-22- remove ptei(), which was verified to be unused.Jasper Lievisse Adriaanse
2010-04-20fix amd64 kernel compile after proc.h was removed from uvm_map.hPeter Hessler
2010-04-20need proc.h before user.hTed Unangst
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-04-20Instead of using PWT|PCD for uncached (which is wrong on old cpus andOwain Ainsworth
2010-04-16Use a somewhat bigger hammer and als flush tlb entries that have the globalMark Kettenis
2010-04-08Since we only start doing tlb shootdowns after setting the CPUF_RUNNING flag,Mark Kettenis
2010-04-08Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd()Owain Ainsworth
2010-04-08On amd64, move the bus_dma buftype stuff that is only used by sg_dmaOwain Ainsworth
2010-04-07Make suspend/resume work on MP machines (running an MP kernel). Joint workMark Kettenis
2010-04-06se(4) now fits, for you sickos buying such strange hardwareTheo de Raadt
2010-04-05Fix indentation.Mark Kettenis
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only theMiod Vallat
2010-04-03se* cannot fit until I resize the mediaTheo de Raadt
2010-04-02Put se(4) onto these ramdisksTheo de Raadt
2010-04-02SiS 190 ethernet driver ported from FreeBSD by Christopher ZimmermannTheo de Raadt
2010-04-02For the VT8251 host bridge, only attach the pci bus is non-zero, otherwiseMark Kettenis
2010-04-01Don't index cpu_info by apic id, but by device unit number instead. RecentMark Kettenis
2010-03-29PMAP_CANFAIL for bus_dmamem_map on all other architectures (and someOwain Ainsworth
2010-03-28Driver for microguru sensor microcontroller found on ABIT motherboards.Theo de Raadt
2010-03-28Properly initialize variable instead of just ORing in bits into random garbage.Mark Kettenis