Age | Commit message (Expand) | Author |
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 |
2013-04-20 | more usb typedef removal fallout | Theo de Raadt |
2013-04-20 | Enable active PS/2 multiplexing if available. | Tobias Stoeckmann |
2013-04-19 | In {gpio,gdium}iic_bb_read_bits(), report the state of the SCL bit in addition | Miod Vallat |
2013-04-18 | Lower boot blocks load address, so that they fit within 8MB. Step 1 of many | Miod Vallat |
2013-04-17 | Don't set the frequency of the statclock if we don't have one. | Gerhard Roth |
2013-04-16 | Get rid of various 'typedef struct' definitions and use plain structure | Theo de Raadt |
2013-04-16 | Add secondary cache flushes to armv7's pmap. | Patrick Wildt |
2013-04-14 | Unbreak tape boot blocks by not attempting to load kernel symbols, and providing | Miod Vallat |
2013-04-12 | Fix the log messages displayed to the user. | Brian Callahan |
2013-04-12 | Double-register load and store instructions using an odd-numbered register as | Miod Vallat |
2013-04-10 | Correctly handle data memory protection ID traps: if occuring in user mode, | Miod Vallat |
2013-04-09 | Need #include "isa.h" for NISA | Philip Guenther |
2013-04-09 | Add missing #ifdef CRYPTO around amd64_has_aesni | Philip Guenther |
2013-04-08 | allow octeon to find it's root device, based on the flags passed by U-Boot. T... | Jasper Lievisse Adriaanse |