Age | Commit message (Expand) | Author |
2011-06-05 | Direct MSIs at the appropriate CPU. | Mark Kettenis |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-06-02 | In the land of VMWare you can have the latest 64-bit AMD multicore CPU | Mark Kettenis |
2011-05-31 | The various cleanups of the last few years have fixed pnozz(4) acceleration | Miod Vallat |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-30 | Add mmuagp. a driver for the agp chipsets on early amd64 machines. | Owain Ainsworth |
2011-05-30 | Remove unused ACB_ALLOC define. | Miod Vallat |
2011-05-30 | Enable MSI on selected hardware. For now this means all Intel, AMD and NVIDIA | Mark Kettenis |
2011-05-30 | Enable MSI on selected hardware. For now this means: | Mark Kettenis |
2011-05-29 | Use k1x cpu scaling on all families 0x10 and above (the trend is likely to | Theo de Raadt |
2011-05-29 | Let this compile on kernels without acpicpu. | Claudio Jeker |
2011-05-29 | Don't attempt to use MSI if we're not running in APIC mode. | Mark Kettenis |
2011-05-28 | Remove out of data XXX comment. | Mark Kettenis |
2011-05-27 | Thou shall not use uninitialized TAILQs | Miod Vallat |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-05-25 | Set UX and SX in the system register early in boot. While not necessary on | Miod Vallat |
2011-05-25 | Add the second serial port, might be the console device on 2E systems. | Miod Vallat |
2011-05-25 | Do not dereference ri_devcmap[] twice; found the hard way by Gilbert Fernandes | Miod Vallat |
2011-05-25 | Add dfs(4), a driver to support the Dynamic Frequency Switching feature | Martin Pieuchot |
2011-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-05-23 | AMD K10/K11 pstate driver allows setperf and apm to change CPU | Claudio Jeker |
2011-05-23 | AMD K10/K11 pstate driver allows setperf and apm to change CPU | Claudio Jeker |
2011-05-22 | do not need the DPME parts anymore | Theo de Raadt |
2011-05-22 | socppc is a pure MBR architecture (just like landisk and armish), so | Theo de Raadt |
2011-05-22 | Enable ath(4) | Martin Pieuchot |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-05-21 | It's better to have the pci_intr_map_msi() stub return -1. | Mark Kettenis |
2011-05-21 | It's better to have the pci_intr_map_msi() stub return -1. | Mark Kettenis |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-05-21 | First stab at suporting Message Signaled Interrupts on amd64. Unfortunately | Mark Kettenis |
2011-05-21 | First stab at supporting Message Signaled Interrupts on i386. Still work in | Mark Kettenis |
2011-05-18 | When the sparc64 iommu fails to lookup a vaddr, it prints a message and | Ariane van der Steldt |
2011-05-18 | Turns out VA_ALIAS_MASK is indeed a mask, but with the PAGE_MASK deceptively | Ariane van der Steldt |
2011-05-18 | Better make PMAP_PREFER_ALIGN() a rounded value, as done on other arches; | Miod Vallat |
2011-05-18 | Off-by-two in PMAP_PREFER_ALIGN definition; found the hard way by matthieu@ | Miod Vallat |
2011-05-18 | Mention new alc(4) devices in commments. No active changes. | Stuart Henderson |
2011-05-17 | Use the same define checks as used in machdep.c for the trampoline code. | Ariane van der Steldt |
2011-05-15 | Unify various gpio access using methods that take an offset relative to the | Martin Pieuchot |
2011-05-15 | Remove unused include of file.pckbdc. Those arches do not have | Matthieu Herrb |
2011-05-14 | Fix arguments to pool_init: want alignment of L2_TABLE_SIZE_REAL at | Matthew Dempsky |
2011-05-14 | pm_* methods are always attached to a PMU, no need to check for hardware. | Martin Pieuchot |
2011-05-13 | replace handrolled NELEM() with nitems() | Jasper Lievisse Adriaanse |
2011-05-12 | Get rid of the biomask printf here as well. Suggested by mikeb@ | Mark Kettenis |
2011-05-10 | Fix deadlock (re)introduced by the previous commit by explicitly re-enabling | Mark Kettenis |
2011-05-10 | revert a mistake commit | Takuya ASADA |
2011-05-10 | octeon's internal counter clock speed is same as the processor clock. ok miod@ | Takuya ASADA |
2011-05-09 | Refactor queue allocation and initialization into a wdc_alloc_queue() | Matthew Dempsky |