summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-04-13add missing arguments to debug printfMike Larkin
2016-04-12Call debug register dump functions in error conditions (if VMM_DEBUG set)Mike Larkin
2016-04-12Only build the vcpu register dump functions if VMM_DEBUG is enabled, noMike Larkin
2016-04-11Add functions to dump vcpu register state. Needed for some upcoming diffs.Mike Larkin
2016-04-11Clarify some commentsMike Larkin
2016-04-10For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8MMark Kettenis
2016-04-10remove an uneeded includeJonathan Gray
2016-04-10Don't try to get a board name string before attaching mainbus with theJonathan Gray
2016-04-08Fix match function so that the cortex bus only attaches if the attachPatrick Wildt
2016-04-06define number of exit/entry save/load MSRs as a #define instead of a magicMike Larkin
2016-04-05Support processors without unrestricted guest capability.Mike Larkin
2016-04-04Deallocate guest vm_map when the guest gets terminated.Stefan Kempf
2016-04-04Store curcpu pointer in TPIDRPRW.Patrick Wildt
2016-04-04Read cache line sizes from CP15 Cache Type Register.Patrick Wildt
2016-04-04use fixed size unsigned variables for reading/writing the control registerJonathan Gray
2016-04-04Set the SMP/coherency bit in ACTLR on Cortex A models it is documentedJonathan Gray
2016-04-03Don't call savectx() from cpu_fork(): the registers saved are overwrittenPhilip Guenther
2016-04-03Move the setting of pcb_fsbase out of reset_segs() into its callersPhilip Guenther
2016-04-03Teach ddb's disassembler about {rd,wr}[fg]sbasePhilip Guenther
2016-04-03Don't call savectx() from cpu_fork(): the registers saved are overwrittenPhilip Guenther
2016-04-03Add cpu_auxcontrol() to clear and set bits in the implementation/modelJonathan Gray
2016-04-03Map the bootconfig/FDT area passed by u-boot and try to init FDT on it.Patrick Wildt
2016-04-03Remove XSCALE preprocessor checks from a file which is only for ARMv7.Patrick Wildt
2016-04-03Remove __lockbarrier() defines, unused since cpu_lock removal a fewJonathan Gray
2016-04-03remove unused cpu_lock codeJonathan Gray
2016-04-03Remove tests for "processing" which was never set. It attempted toJonathan Gray
2016-03-30Better support for alphas without all IEEE-mode instructionsAndrew Fresh
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-30some oce(4) work, it appearsTheo de Raadt
2016-03-29Some sparc64 pci frame buffers incorrectly have the `depth' propertyMark Kettenis
2016-03-29make the ie(4)s bpf_mtap_ether outgoing packets like all the other driversDavid Gwynne
2016-03-29Enable bytgpio(4) here as well.Jonathan Gray
2016-03-28Enable bytgpio(4).Mark Kettenis
2016-03-24Kill commented out & unused CI_CURPRIORITY.Martin Pieuchot
2016-03-24Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits.Philip Guenther
2016-03-23Cleanup SCTLR mask to only include bits that are actually defined onPatrick Wildt
2016-03-22Remove support for ARM11. This was the last unused and unmaintainedPatrick Wildt
2016-03-22Remove support for ARM10.Patrick Wildt
2016-03-22Remove support for ARM9E. This is another step in the plan to removePatrick Wildt
2016-03-22Remove defines for unsupported chips, add V5TEJ and remove incorrectJonathan Gray
2016-03-21On Octeon systems, U-Boot provides a list of usable memory regions. UseVisa Hankala
2016-03-21Plug a memory leak in vnet(4) ioctl code path.Stefan Sperling
2016-03-19Attach dwctwo(4) only on Octeon models that have a DWC2 controller.Visa Hankala
2016-03-19Remove the unused flags argument from VOP_UNLOCK().natano
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-19Remove support for the XScale 80200. We don't use it, it didn't compilePatrick Wildt
2016-03-19Remove support for IXP425. This is another architecture that is notPatrick Wildt
2016-03-19Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 andPatrick Wildt
2016-03-18IXP425 is v5 not v4. Same change by msaitoh in NetBSD rev 1.16.Jonathan Gray