Age | Commit message (Expand) | Author |
2016-04-10 | For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8M | Mark Kettenis |
2016-04-10 | remove an uneeded include | Jonathan Gray |
2016-04-10 | Don't try to get a board name string before attaching mainbus with the | Jonathan Gray |
2016-04-08 | Fix match function so that the cortex bus only attaches if the attach | Patrick Wildt |
2016-04-06 | define number of exit/entry save/load MSRs as a #define instead of a magic | Mike Larkin |
2016-04-05 | Support processors without unrestricted guest capability. | Mike Larkin |
2016-04-04 | Deallocate guest vm_map when the guest gets terminated. | Stefan Kempf |
2016-04-04 | Store curcpu pointer in TPIDRPRW. | Patrick Wildt |
2016-04-04 | Read cache line sizes from CP15 Cache Type Register. | Patrick Wildt |
2016-04-04 | use fixed size unsigned variables for reading/writing the control register | Jonathan Gray |
2016-04-04 | Set the SMP/coherency bit in ACTLR on Cortex A models it is documented | Jonathan Gray |
2016-04-03 | Don't call savectx() from cpu_fork(): the registers saved are overwritten | Philip Guenther |
2016-04-03 | Move the setting of pcb_fsbase out of reset_segs() into its callers | Philip Guenther |
2016-04-03 | Teach ddb's disassembler about {rd,wr}[fg]sbase | Philip Guenther |
2016-04-03 | Don't call savectx() from cpu_fork(): the registers saved are overwritten | Philip Guenther |
2016-04-03 | Add cpu_auxcontrol() to clear and set bits in the implementation/model | Jonathan Gray |
2016-04-03 | Map the bootconfig/FDT area passed by u-boot and try to init FDT on it. | Patrick Wildt |
2016-04-03 | Remove XSCALE preprocessor checks from a file which is only for ARMv7. | Patrick Wildt |
2016-04-03 | Remove __lockbarrier() defines, unused since cpu_lock removal a few | Jonathan Gray |
2016-04-03 | remove unused cpu_lock code | Jonathan Gray |
2016-04-03 | Remove tests for "processing" which was never set. It attempted to | Jonathan Gray |
2016-03-30 | Better support for alphas without all IEEE-mode instructions | Andrew Fresh |
2016-03-30 | some Xr adjustment to catch up with MLINKS removal; | Jason McIntyre |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-30 | some oce(4) work, it appears | Theo de Raadt |
2016-03-29 | Some sparc64 pci frame buffers incorrectly have the `depth' property | Mark Kettenis |
2016-03-29 | make the ie(4)s bpf_mtap_ether outgoing packets like all the other drivers | David Gwynne |
2016-03-29 | Enable bytgpio(4) here as well. | Jonathan Gray |
2016-03-28 | Enable bytgpio(4). | Mark Kettenis |
2016-03-24 | Kill commented out & unused CI_CURPRIORITY. | Martin Pieuchot |
2016-03-24 | Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits. | Philip Guenther |
2016-03-23 | Cleanup SCTLR mask to only include bits that are actually defined on | Patrick Wildt |
2016-03-22 | Remove support for ARM11. This was the last unused and unmaintained | Patrick Wildt |
2016-03-22 | Remove support for ARM10. | Patrick Wildt |
2016-03-22 | Remove support for ARM9E. This is another step in the plan to remove | Patrick Wildt |
2016-03-22 | Remove defines for unsupported chips, add V5TEJ and remove incorrect | Jonathan Gray |
2016-03-21 | On Octeon systems, U-Boot provides a list of usable memory regions. Use | Visa Hankala |
2016-03-21 | Plug a memory leak in vnet(4) ioctl code path. | Stefan Sperling |
2016-03-19 | Attach dwctwo(4) only on Octeon models that have a DWC2 controller. | Visa Hankala |
2016-03-19 | Remove the unused flags argument from VOP_UNLOCK(). | natano |
2016-03-19 | Reduces the noise around the global ``ticks'' variable by renaming | Martin Pieuchot |
2016-03-19 | Remove support for the XScale 80200. We don't use it, it didn't compile | Patrick Wildt |
2016-03-19 | Remove support for IXP425. This is another architecture that is not | Patrick Wildt |
2016-03-19 | Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 and | Patrick Wildt |
2016-03-18 | IXP425 is v5 not v4. Same change by msaitoh in NetBSD rev 1.16. | Jonathan Gray |
2016-03-18 | Remove support for ARM9T (armv4t). Not used by any of the arm platforms. | Jonathan Gray |
2016-03-18 | Remove support for ARM8, an old armv4 processor without thumb that was | Jonathan Gray |
2016-03-18 | add octuctl, a driver for the Octeon II usb controller interface, and | Jonathan Matthew |
2016-03-17 | Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling | Martin Pieuchot |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |