Age | Commit message (Expand) | Author |
2013-05-09 | Have the ARM MPCore Timer use the private timer, which will be very useful | Patrick Wildt |
2013-05-09 | Have the ARM MPCore Timer use the private timer, which will be very useful | Patrick Wildt |
2013-05-08 | Port over NetBSD's arm dma sync code. This makes it easier to flush | Patrick Wildt |
2013-05-08 | this comment is not attached to this value. remove | Ted Unangst |
2013-05-08 | remove stale cyrix emc support, and switch to just using intial npxcw | Ted Unangst |
2013-05-07 | remove an unreferenced var that accessed uninitialised memory | Jonathan Gray |
2013-05-06 | the use of modern intel performance counter msrs to measure the number of | David Gwynne |
2013-05-06 | the use of modern intel performance counter msrs to measure the number of | David Gwynne |
2013-05-05 | remove never used get/set ioperm sysarch functions. ok guenther | Ted Unangst |
2013-05-03 | Fix a shift in the beagle prcm. | Patrick Wildt |
2013-05-03 | Don't return before calling splx. | Patrick Wildt |
2013-05-02 | Remove an #endif I forgot in there. | Patrick Wildt |
2013-05-02 | Add a driver for the secondary cache controller on the PandaBoard and | Patrick Wildt |
2013-05-02 | typos | Miod Vallat |
2013-05-02 | remove static from a simple lock to avoid a compiler warning/error that | Ted Unangst |
2013-05-01 | Add a secure monitor call function, so that a secondary cache controller | Patrick Wildt |
2013-05-01 | Disable PandaBoard's L2 Cache early on bootup. We will re-enable it | Patrick Wildt |
2013-05-01 | Fix a case where we might be cache flushing unmapped pages. | Patrick Wildt |
2013-05-01 | Add a cortex bus which represents the ARM MPCore Complex. | Patrick Wildt |
2013-04-30 | Fix beagle makefile dependency after switching to new context switching | Patrick Wildt |
2013-04-30 | Use ARMv7 access permission bits. | Patrick Wildt |
2013-04-30 | Switch from pmap to pmap7. | Patrick Wildt |
2013-04-30 | Add context switching code matching to our pmap for ARMv7. | Patrick Wildt |
2013-04-30 | Add matching header for pmap7. | Patrick Wildt |
2013-04-30 | Replace the statically defined protection bits with a macro, which will | Patrick Wildt |
2013-04-28 | Preliminary modifications for Xorg 1bpp server, based on OpenBSD/hp300 | Kenji Aoyama |
2013-04-28 | Revert the ARMv7 header split introduced in pmap7. | Patrick Wildt |
2013-04-28 | Improved dealing of ARMv7 faults. Added ARMv7 fault descriptions. | Patrick Wildt |
2013-04-26 | ARMv7 userland uses a single domain. This define is already used in pmap7. | Patrick Wildt |
2013-04-26 | Update and clean ARMv7 specific defines in the PTE header file. | Patrick Wildt |
2013-04-26 | Clean up ARM's generic interrupt controller and timer. Add the ability to | Patrick Wildt |
2013-04-25 | Use the correct arch name in a beagle header. | Patrick Wildt |
2013-04-25 | Add GPIO support for the PandaBoard. Disable BeagleBoard's unused interrupt | Patrick Wildt |
2013-04-25 | Add a terminator to the device list, so that we don't end up having | Patrick Wildt |
2013-04-25 | Correctly enable ARM's Generic Interrupt Controller. | Patrick Wildt |
2013-04-24 | Use the manufacturer-supplied bios serial/uuid as a source of | Bret Lambert |
2013-04-23 | remove unused time_t related chunks; ok kettenis | Theo de Raadt |
2013-04-23 | Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - they | Joel Sing |
2013-04-23 | Remove a loongson reference. | Brian Callahan |
2013-04-23 | Remove obsolete comment, okay mlarkin@. | Paul Irofti |
2013-04-23 | tedu unused makefiles. | Joel Sing |
2013-04-23 | Remove softraid boot support from fdboot (again). | Joel Sing |
2013-04-23 | Don't assume time_t is an uint32_t. | Martin Pieuchot |
2013-04-21 | eeprom does not contain a a time_t -- it contains an unsigned 32 bit int. | Theo de Raadt |
2013-04-21 | Well, it turns out the assumption that boards with a 32-bit ID register | Miod Vallat |
2013-04-21 | In inittodr(), be sure to only invoke tc_setclock() once. Fixes huge uptime | Miod Vallat |
2013-04-21 | Unify the zs tty driver. | Sebastian Reitenbach |
2013-04-20 | more pckbd fallout, sigh | Theo de Raadt |
2013-04-20 | Do not wait too long for the chip to unbusy, and return EAGAIN to the upper | Miod Vallat |
2013-04-20 | Prefer the processor-specific _DYNAMIC[] tags value to find out the boundaries | Miod Vallat |