Age | Commit message (Expand) | Author |
2006-12-18 | Activate mbg(4). | Marc Balmer |
2006-12-15 | acpi can fit onto the cd ramdisks | Theo de Raadt |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-12-11 | Ensure kvm86_call actually saves the curpcb instead of junk. Error | Gordon Willem Klok |
2006-12-11 | do not bus_space_map devices which are at address 0; ok kettenis | Theo de Raadt |
2006-12-11 | On i386, swizzle interrupts for devices for which we don't have explicit | Mark Kettenis |
2006-12-09 | Like the earlier change to powernow-k7.c check for both the regular cpuid | Gordon Willem Klok |
2006-12-08 | Fix kernel link warning on i386 about boothowto being overridden, by | Dimitry Andric |
2006-11-30 | Oops, didn't mean to increase the default msgbufsize for i386. Noticed by bra... | Dimitry Andric |
2006-11-30 | Remove the macros SET_CURPCB, GET_CURPCB and GET_CPUINFO, they are only used | Gordon Willem Klok |
2006-11-29 | Nuke all commons but one, and enable --warn-common in LINKFLAGS. | Miod Vallat |
2006-11-29 | Remove all the extern cpu_{id,model,whatever} declarations from most | Dimitry Andric |
2006-11-29 | Fix the major bug in ips which prevents GENERIC to attach it. | Alexander Yurchenko |
2006-11-29 | Don't print masks if we're in apic mode. | Mark Kettenis |
2006-11-29 | Fix cpu_model string screwup. | Dimitry Andric |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | Only establish acpi interrupt if ACPI_ENABLE. | Mark Kettenis |
2006-11-28 | Let est not complain about certain strange msr values on Pentium 4's. We can't | Dimitry Andric |
2006-11-28 | Support "trace /p <pid>" to show the stack trace of any process. | Uwe Stuehler |
2006-11-28 | Always call cyrix3_get_bus_clock in cyrix3_cpu_setup, since we might | Dimitry Andric |
2006-11-28 | Don't display cpu brand string, features, etc. a second time, when booting an MP | Dimitry Andric |
2006-11-28 | Only use est and other non-acpi setperf mechanisms, if acpi is not | Dimitry Andric |
2006-11-28 | acpi may steal the timer and speedstep functionality, in which case we | Theo de Raadt |
2006-11-27 | Add disabled acpi to GENERIC and GENERIC.MP. This is required by the new | Marco Peereboom |
2006-11-27 | commit vesabios for matthieu@ | Gordon Willem Klok |
2006-11-27 | Enable kvm86. | Gordon Willem Klok |
2006-11-27 | IBM ServeRAID controllers driver. | Alexander Yurchenko |
2006-11-27 | Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4, | Dimitry Andric |
2006-11-27 | First attempt at making kvm86 MP safe, place mutex lock around calls | Gordon Willem Klok |
2006-11-27 | Prevent panics when booting GENERIC.MP with a vesabios kernel. | Gordon Willem Klok |
2006-11-27 | move uberry to a nicer place | Theo de Raadt |
2006-11-27 | enable uberry driver | Theo de Raadt |
2006-11-26 | leave name simple | Theo de Raadt |
2006-11-26 | Save misc info (ebx) register from cpuid with eax=1, so we can use it | Dimitry Andric |
2006-11-26 | Activate pwdog(4) after successful testing on i386 and macppc. | Marc Balmer |
2006-11-26 | use splclock() instead of splsoftclock() when setting the timeout period | Marc Balmer |
2006-11-25 | remove dpt(4) because it sucks. | David Gwynne |
2006-11-25 | malo works fine here, enable it. | Jonathan Gray |
2006-11-19 | Handle operations larger than will fit in the buffer we allocate, | Tom Cosgrove |
2006-11-19 | Improve the AES acceleration, by allocating a contiguous DMA-able | Tom Cosgrove |
2006-11-17 | Add code for AES acceleration. This is currently disabled with | Tom Cosgrove |
2006-11-17 | Fix typo to let this compile. | Tom Cosgrove |
2006-11-17 | Make sure we copy the IV back into the session structure, not the | Tom Cosgrove |
2006-11-15 | Add commented out entries for acpimadt(4) and acpiprt(4). | Mark Kettenis |
2006-11-15 | do not go processing normal interrupts after ipi. | Michael Shalayeff |
2006-11-11 | Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way for | Mark Kettenis |
2006-11-06 | add gem and gentbi; why not | Theo de Raadt |
2006-11-05 | Add deduced power state table for 1.00 GHz VIA Eden 90nm 'Esther'. | Dimitry Andric |
2006-11-02 | enable vic(4) now that it works. | David Gwynne |