summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
AgeCommit message (Expand)Author
2009-02-10enable run(4) everywhere where ural(4) and rum(4) are enabled.Damien Bergamini
2009-02-08Spacing nit.Alexander Yurchenko
2009-02-08Enable ips(4) on CD install media so people can try it.Alexander Yurchenko
2009-02-05Mirroring the i386 commit just made. Add MD PMAP_NOCACHE flag to pmap,Owain Ainsworth
2009-02-03Free TSS on the stack of the dead process.Mike Belopuhov
2009-01-31Don't cast pointer to int, use register_t here.Alexander Yurchenko
2009-01-28Add missing braces in trunc_page() call from vmapbuf().Alexander Yurchenko
2009-01-27Switch the amd64 PCI_CONF_LOCK from being a simplelock and splhigh to aOwain Ainsworth
2009-01-25Remove /dev/drum and related code.Miod Vallat
2009-01-23Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providingMichael Knudsen
2009-01-18enable atphy/ageKevin Lo
2009-01-17gdt_compact() was removed years ago, so kill the code and commentsPhilip Guenthe
2009-01-16add next-server option to exampleOleg Safiullin
2009-01-13Fix lvalue abuse by removing a redundant cast.Alexander Yurchenko
2009-01-13Turn mpbios into a real device, such that people can disable it on crappyMark Kettenis
2009-01-07Enable urlphy in addition to url.Jonathan Gray
2009-01-06- add and enable ipgphy(4) everywhere there's a stge(4) entry.Jasper Lievisse Adriaanse
2009-01-03run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.Damien Bergamini
2009-01-02Do not evict the kernel image from the mem_clusters[] array, otherwiseMiod Vallat
2008-12-30savecore(8) wants dumpmag to be an unsigned long.Miod Vallat
2008-12-28No longer look for RSDP in memory marked as "ACPI Reclaim" in the BIOS memoryMark Kettenis
2008-12-28Remove confusion between "raw" and "swizzled" interrupt pins. Remove someMark Kettenis
2008-12-22Get rid of many arbitrary differences between the i386 and amd64 mpbios code.Mark Kettenis
2008-12-22use the exact same policy for choosing apic on all 3 types of kernel.Theo de Raadt
2008-12-21Change the way we include mpbios code to be similar to what we do on i386.Mark Kettenis
2008-12-18Don't set the global bit PG_G for kernel pmap low memory mappings.Kurt Miller
2008-12-18use atomic operations to update ptes in pmap_unwire(). okay weingart@Kurt Miller
2008-12-11Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 andOwain Ainsworth
2008-12-10When booting from a CD on i386/amd64, assume the root filesystemKenneth R Westerback
2008-12-10both x86 platforms isa bus_dma implementations handle bus_dmamap_syncOwain Ainsworth
2008-12-07Make acpiprt(4) check whether the current interrupt routing is "possible" andMark Kettenis
2008-12-06revert all changes related to the mpsafe intr handler. i screwed up the commitTed Unangst
2008-12-06not commited, i'm a retardTed Unangst
2008-12-06the not MP version didn't compile, mglocker foundTed Unangst
2008-12-06cvs wouldn't let me check this in beforeTed Unangst
2008-12-06mpsafe intr_establish that doesn't get biglock, so that we may dream of the d...Ted Unangst
2008-12-04Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process.Tobias Weingartner
2008-12-03Remove the x86 and i386 prefixes to the bus_dma types. It's really quiteOwain Ainsworth
2008-12-01terse is good, more readable; please commit deraadt@Todd T. Fries
2008-11-26Enable Bluetooth (btd and btctl are not hooked into the build yet)Uwe Stuehler
2008-11-26Change pci_intr_handle_t to be like i386 where it is a struct that stores theMark Kettenis
2008-11-24Import btsco(4) from NetBSD to work on itUwe Stuehler
2008-11-22Move the drm drivers over from:Owain Ainsworth
2008-11-22The last parts of cpu_unidle. i386, amd64 and sparc64Artur Grabowski
2008-11-22same change as for amd64. Move bus_space_* functions from inlines andOwain Ainsworth
2008-11-22Re-enable ACPI PDC support and fetching cpu performance statesGordon Willem Klok
2008-11-22potentially com, not pccomTheo de Raadt
2008-11-21de-inline the bus_space_* functions in favour of real functionsOwain Ainsworth
2008-11-21no, amd64 does not have pccom; ok dlg with gleeTheo de Raadt
2008-11-12Add a comment to sigcode() to explain why the use of 'int $0x80' isTobias Weingartner