Age | Commit message (Expand) | Author |
2019-07-15 | store smbios date string in globally visible var for drm | Jonathan Gray |
2019-07-14 | Delete obsolete bits in a comment: mcontext is gone and struct reg is no | Philip Guenther |
2019-07-13 | Panic for missing vp1 entry, do not panic for missing vp2 entry twice. | Dale Rahn |
2019-07-13 | Adjust the pmap_set_l* functions to a more reasonable API, | Dale Rahn |
2019-07-13 | pmap_page_protect() should not unmap pages after making them readonly. | Dale Rahn |
2019-07-12 | Remove unnecessary extern declarations. | Visa Hankala |
2019-07-12 | Make rootdev parsing a little saner. The "rootdev=" prefix can be | Visa Hankala |
2019-07-11 | Use "i" constrain instead of "n" constrain in inline assembly. Makes clang | Mark Kettenis |
2019-07-10 | +ixl (which was used to debug problems on T4-1) | Theo de Raadt |
2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and | Theo de Raadt |
2019-07-08 | amd64 pmap: remove a "set but not used" variable, found when building the | Mike Larkin |
2019-07-08 | vmm(4): remove a "set but not used" variable, found when building the | Mike Larkin |
2019-07-07 | print the cpu model in the correct place (only) | Theo de Raadt |
2019-07-05 | Fix vpci_bus_map() if the case where the "child" space in the "ranges" | Mark Kettenis |
2019-07-05 | If there is no explicit device class match for a given boot device, | Visa Hankala |
2019-07-03 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Patrick Wildt |
2019-07-02 | Drop % from register name used for register variable since it makes clang | Mark Kettenis |
2019-07-02 | Register cpu(4) as a cooling device. This supports passive cooling by | Mark Kettenis |
2019-07-02 | Add thermal zone handling code. This provides support for thermal zones | Mark Kettenis |
2019-06-30 | Ansify function definitions. | Visa Hankala |
2019-06-30 | Compute address for ll/sc only once. | Visa Hankala |
2019-06-30 | Change pcic(4) attached with resources specified by locators on luna88k, | Kenji Aoyama |
2019-06-29 | variable ver is unused; rdpr %ver is always used instead; from miod | Theo de Raadt |
2019-06-29 | kihaguru gathura plugged a umsm into a sparc64... | Theo de Raadt |
2019-06-29 | Introduce ISA-like locators on cbus(4) to specify resources in | Kenji Aoyama |
2019-06-28 | Write back and invalidate caches before updating CPU microcode, | Alexander Bluhm |
2019-06-28 | landisk/sh didn't have the code for checking if sp is on MAP_STACK | Theo de Raadt |
2019-06-26 | Fix sign handling in emulated FP operations on sparc64 | Jeremie Courreges-Anglas |
2019-06-25 | add support for bypassing iommu translation | David Gwynne |
2019-06-25 | Implement suspend/resume support for MSI-X interrupts. Loosely based on | Mark Kettenis |
2019-06-24 | Add glkgpio(4), a driver for the GPIO controllers found on Intel's Gemini | Mark Kettenis |
2019-06-24 | Add option to build octeon kernels using clang. | Visa Hankala |
2019-06-24 | Remove a 15 year old #if 0 and wrap a long line (KNF) | Mike Larkin |
2019-06-24 | vmm(4) - whitespace removal | Mike Larkin |
2019-06-23 | Sort operatinmg points by (increasing) frequency. | Mark Kettenis |
2019-06-23 | The MAPTI command has no valid bit. Pointed out by Jared McNeill. | Mark Kettenis |
2019-06-23 | Invalidate icache when changing mapping | Visa Hankala |
2019-06-22 | Use timeout_add_msec(9) | kn |
2019-06-21 | Further improve the filesystem stability of kernel installation by KARL. | Theo de Raadt |
2019-06-21 | Use timeout_add_msec(9) | kn |
2019-06-20 | Fix misleading code. The kernel keeps using the original boot | Visa Hankala |
2019-06-19 | Add checks to copyin(9), copyout(9), copyinstr(9) and copyoutstr(9) | Patrick Wildt |
2019-06-17 | add code to check stack pointer is within MAP_STACK | Theo de Raadt |
2019-06-17 | Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollo | Patrick Wildt |
2019-06-17 | The copyfault handler is supposed to store the old handler in the pcb. | Patrick Wildt |
2019-06-17 | Make pci_intr_map_msix(9) assign an address to the BAR used by the MSI-X | Mark Kettenis |
2019-06-14 | Add TSC_ADJUST CPUID flag. | Mark Kettenis |
2019-06-13 | vmm(4): Pass through CPUID function/leaf 0x16 for processor speed. | Mike Larkin |
2019-06-11 | Remove unused scheduler related definitions. | Martin Pieuchot |
2019-06-11 | add mcx now that pyro and sparc64 can do msi-x | David Gwynne |