summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
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
2010-03-28Remove uninitialized nitems and use npss as $deity intended.Marco Peereboom
2010-03-25Make the i386 and amd64 bus_dma functions for isa less stupid:Owain Ainsworth
2010-03-24Bring back PHYSLOAD_DEVICE for uvm_page_physload.Owain Ainsworth
2010-03-23Use CPUID leaf function 0x80000008 to fetch the physical address sizeMark Kettenis
2010-03-21Add some additional Intel CPUID values for recent and upcoming processors.Jonathan Gray
2010-03-08fix compiling without ACPI, ok marco@ deraadt@ krw@ mlarkin@Jolan Luff
2010-03-07back out strict splassert semantics from 1.103; it breaks some thingsTheo de Raadt
2010-03-06remove the (now inaccurate) note about not being able to runJason McIntyre
2010-03-03Enable urndis(4) everywhere that has USB enabled to get it tested.Michael Knudsen
2010-03-01Set the user data of interrupt counters to the interrupt vector number usedMark Kettenis
2010-03-01bring the splassert semantic from sparc64 to amd64. splassert in interruptDavid Gwynne
2010-02-28enable mpiiJonathan Gray
2010-02-23Restore MTRRs on resume.Mark Kettenis
2010-02-22Don't attempt to repost the video hardware. There are quite a few machinesMark Kettenis
2010-02-09Switching the strange VIA VT8251 PCIE host bridge into a PCI-PCI bridgeMark Kettenis
2010-01-13As per NetBSD move HAYAKAWA Koichi's licenses to two clause.Jonathan Gray
2010-01-10Fix two bugs in IPsec/HMAC-SHA2:Markus Friedl
2010-01-03enable aibsTheo de Raadt
2009-12-28oops, comment vmt out, it isnt good enough yet.David Gwynne
2009-12-28tweak vmt to work on amd64 as well as i386. like i386, it is stillDavid Gwynne
2009-12-25Do not #include unused <machine/mcontext.h>Miod Vallat
2009-12-20compile in utrhTheo de Raadt
2009-12-09this does not even compileTheo de Raadt
2009-12-09add uhts(4).Matthieu Herrb
2009-12-09sloppy oga, tsk tsk, you are scaring usTheo de Raadt
2009-12-09Remove the clean gdt bit and leave the idt part in.Paul Irofti
2009-12-09add two new MD only pmap apis to amd64 and i386 (not to be used in MIOwain Ainsworth
2009-12-09add cpufunc functions for the clflush instruction and the mfenceOwain Ainsworth
2009-12-09Detect the cache line size for the clflush instruction when we identifyOwain Ainsworth
2009-12-03Stop using the linker script. Something is arranging memory just soTheo de Raadt
2009-12-01Don't claim to know about nehalem until we can be sureJonathan Gray
2009-12-01The MD ACPI PSS paths are using MSRs they shouldn't beJonathan Gray
2009-11-30KNFPaul Irofti
2009-11-30Bump up array size to prevent overflow when probing memoryCan Erkin Acar
2009-11-29disable the isa wdc's because amd64 machines are much more likely toTheo de Raadt