Age | Commit message (Expand) | Author |
2011-04-02 | Remove the AMD GART based iommu code. | Owain Ainsworth |
2010-12-06 | - use consistent 'include' rules without a full relative path. | Jasper Lievisse Adriaanse |
2010-11-13 | Switch from TSS-per-process to TSS-per-CPU, placing the TSS right | Philip Guenthe |
2010-09-07 | enable aesni. | Mike Belopuhov |
2010-07-01 | Add things to enable aesni either ifdef'ed or commented out to ease | Thordur I. Bjornsson |
2010-05-24 | give up on -Wvariable-decl | Theo de Raadt |
2009-12-28 | tweak vmt to work on amd64 as well as i386. like i386, it is still | David Gwynne |
2009-11-26 | do not pull acpi_wakecode.o into RAMDISKS | Theo de Raadt |
2009-08-10 | gpio for amd64. | Jonathan Gray |
2009-06-06 | instead of #ifndef SMALL_KERNELing the whole sg_dma.c file, just put the | Owain Ainsworth |
2009-06-06 | option X86EMU is how this subsystem is brought into a kernel | Theo de Raadt |
2009-06-06 | Add vga bios repost support. Fetched from the NetBSD tree mostly. | Paul Irofti |
2009-05-31 | Add VIA crypto features support to amd64. ok deraadt@ | Matthieu Herrb |
2009-05-09 | Initial console device driver for USB displays based on the DisplayLink | Marcus Glocker |
2009-05-07 | Move amas device from arch/amd64 to dev/pci and enable it in i386 as well. | Ariane van der Steldt |
2009-04-21 | add a sg_dma backend for amd64 bus_dma. This is a lot more clever about | Owain Ainsworth |
2009-04-20 | amas device for amd64, describes the physical memory layout on AMD64 CPU. | Ariane van der Steldt |
2009-02-15 | Add sleep plumbing code for amd64 making it the sameish as i386. Committing | Marco Peereboom |
2009-01-13 | Turn mpbios into a real device, such that people can disable it on crappy | Mark Kettenis |
2008-12-21 | Change the way we include mpbios code to be similar to what we do on i386. | Mark Kettenis |
2008-11-09 | Rework that way that agp attaches. | Owain Ainsworth |
2008-06-11 | Synchronize the MTRR API with i386, and enable | Peter Hessler |
2008-03-16 | Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes | Owain Ainsworth |
2007-11-26 | Like i386 - make the __mp_lock not spin at splhigh. | Artur Grabowski |
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-07 | Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET written | Marc Balmer |
2007-09-12 | port of i386 pctr code to amd64; Mike Belopuhov | Theo de Raadt |
2007-08-02 | copy nvram code from i386, because amd64 can use it too. done by | Theo de Raadt |
2007-06-04 | bluetooth isn't really useful yet, but at least give it a chance to compile | Chris Kuethe |
2007-05-29 | only the i810 is known to be needed for agp, reduce driver set to just that | Ted Unangst |
2007-05-29 | Some improvements for better intel cpu support. | Ted Unangst |
2007-05-28 | Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes are | Kenneth R Westerback |
2007-05-19 | (disabled) option for PCIAGP. at least lets i945 chipsets work | Ted Unangst |
2007-05-06 | Add the mp setperf mechanism to AMD64, like its i386 counterpart it allows | Gordon Willem Klok |
2007-02-17 | Add code to check for the AMD amd64 errata, and correct them where | Tom Cosgrove |
2006-09-27 | Add files.onewire to all our USB archs, it will be used soon. | Alexander Yurchenko |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-05-29 | Enable sdmmc on amd64 too. ok brad@, deraadt@. | Matthieu Herrb |
2006-05-08 | Add smbios support for i386 and amd64, fix ipmi to use this new functionallity, | Gordon Willem Klok |
2006-03-22 | Fixup broken mpbios'es on VT8237 and nForce4 chipsets. Fixes interrupt | Mark Kettenis |
2006-03-08 | Patch from Gordon Klock to update AMD PowerNow K8 support on i386, | Uwe Stuehler |
2006-02-12 | Remove dead sysbeep driver and unused sysbeep() routine. No functional change. | Miod Vallat |
2006-01-29 | Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 that | Marco Peereboom |
2005-12-29 | Add viapm(4). | Mark Kettenis |
2005-11-07 | add some needed defs for upcoming kgdb support. | Federico G. Schwindt |
2005-10-19 | Add IPMI to amd64. Keep it disabled for now. | Marco Peereboom |
2005-10-05 | Add CardBus/PCMCIA support to AMD64. | Thierry Deval |
2005-10-02 | pci machines need the hme stub here | Theo de Raadt |
2005-06-02 | Start on a basic ACPI framework -- does not do much more than read out the | Thorsten Lockert |