Age | Commit message (Expand) | Author |
2013-05-12 | Lower heap location and load address by 1MB for the secondary boot loaders, | Miod Vallat |
2013-05-10 | whitespaces | Patrick Wildt |
2013-05-10 | Convert K&R style function declaration to ANSI. | Patrick Wildt |
2013-05-10 | Simplify mapping pages by just calling pmap_kenter_cache. | Patrick Wildt |
2013-05-10 | ditch unused zskbd_device_lookup; verified by sebastia@ | Mike Belopuhov |
2013-05-10 | Flush the secondary cache when dumping. | Patrick Wildt |
2013-05-10 | Remove an instruction cache sync which is not needed. | Patrick Wildt |
2013-05-10 | Map vector page executable when installing the fiq handler. | Patrick Wildt |
2013-05-10 | Map beagle kernel and its vector page executable. | Patrick Wildt |
2013-05-10 | whitespaces | Patrick Wildt |
2013-05-09 | Don't rely on uvm_km_free() to remove the pmap mapping when unmapping | Patrick Wildt |
2013-05-09 | Drain the bufs after or before we do a bus space operation on ARMv7. | Patrick Wildt |
2013-05-09 | On ARMv7 we can't use the cache mask to check for coherency. | Patrick Wildt |
2013-05-09 | Do not panic when running the MP kernel on a single-processor system; found | Miod Vallat |
2013-05-09 | Add a driver for the OMAP identification registers/fuses, | Patrick Wildt |
2013-05-09 | Implement mtx_enter_try for armv7 and handle ci_mutex_level. | Patrick Wildt |
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 |