Age | Commit message (Expand) | Author |
2017-05-31 | Split early startup code out of locore.S into locore0.S. Adjust link | Theo de Raadt |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-01-21 | Move virtio config from files.pci to files.pci | Reyk Floeter |
2016-08-30 | Enable raspos24 for efifb. This makes qemu with UEFI start working. | YASUOKA Masahiko |
2016-01-08 | Move HID support files out of dev/usb into new dev/hid directory | Joshua Stein |
2015-11-23 | No longer need 'option VMM', declaring the vmm0 device is sufficient. | Theo de Raadt |
2015-11-13 | vmm(4) kernel code | Mike Larkin |
2015-10-29 | Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4). | Mark Kettenis |
2015-09-04 | Let efifb depend on rasops32 such that it works on ramdisks where rasops32 | Mark Kettenis |
2015-08-30 | Modify kernel to prepare boot from UEFI. | YASUOKA Masahiko |
2015-07-21 | Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses. | Reyk Floeter |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-01-16 | Binary code patching on amd64 | Stefan Fritsch |
2014-12-10 | Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDs | Jonathan Gray |
2014-12-04 | as promised 18 years ago, consolidate isa floppy disks in files.isa | Ted Unangst |
2014-07-11 | "It's not the years, honey; it's the mileage." | Ted Unangst |
2013-12-19 | Mtrr stops being a pseudo-device. We need to probe the cpu type and | Theo de Raadt |
2013-12-12 | Remove the scatter/gather dma implementation as it is no longer used. | Mark Kettenis |
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt |
2013-08-15 | Include files.agp and files.drm from files.pci. Makes sure "drm.h" gets | Mark Kettenis |
2013-08-12 | Add a port of the TTM and Radeon DRM code from Linux 3.8.13. | Jonathan Gray |
2012-07-13 | More foundation goo for amd64 hibernate | Mike Larkin |
2012-05-27 | Add tcpcib(4) to support Intel Atom E600 watchdog. | Jonathan Gray |
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt |
2011-11-14 | merge syscall.c into the end of trap.c as almost all architectures do. | Theo de Raadt |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-07-07 | Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz | Theo de Raadt |
2011-05-23 | AMD K10/K11 pstate driver allows setperf and apm to change CPU | Claudio Jeker |
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 |