summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Add ARM Generic Timer driver.ray2013-06-291-0/+374
* o Initialize interrupt groups as Group 0 (secure interrupts).ray2013-06-291-15/+29
* Bump max number of IRQs for Cortex-Ax family to cover Exynos5 requirement.ray2013-06-281-1/+1
* Add identification for Cortex-A15 (R0) cores.ray2013-06-283-1/+5
* Support reading registers r0-r3 when unwinding. There is a seperateandrew2013-06-271-0/+19
* Add UNWINDSVCFRAME to provide the unwind pseudo ops to allow us to unwindandrew2013-06-272-2/+11
* - Request non-cached memory for framebuffergonzo2013-06-271-2/+24
* Print the 'setting internal ...' message only with bootverbose.rpaulo2013-06-261-1/+3
* Make support for atomics on ARM complete.ed2013-06-151-42/+316
* Fix the vfp code to work with the 16 register variants of the VFP unit. Weandrew2013-06-132-35/+46
* Add C11 atomic fallbacks for ARM.ed2013-06-131-0/+540
* Increase the maximum KVM available on TI chips. Not sure why we suddenly needcognet2013-06-091-3/+3
* Merge in changes from NetBSD:andrew2013-06-081-17/+25
* Reduce the difference to NetBSD.andrew2013-06-071-25/+27
* Fix the passing of time on Armada XP.gber2013-06-042-1/+12
* Implement pmap_copy() for ARMv6/v7.gber2013-06-041-0/+120
* AM335x LCD controller driver with syscons supportgonzo2013-05-274-0/+1518
* Add PWM module driver for AM335x. Only eCAS subsystem is supportedgonzo2013-05-273-0/+319
* Add SCM registers definitions for AM335x platformgonzo2013-05-271-0/+38
* Add clock definitions for LCD controller and PWM modulegonzo2013-05-272-3/+99
* Rework and organize pmap_enter_locked() function.gber2013-05-231-86/+72
* Stop using PVF_MOD, PVF_REF & PVF_EXEC flags in pv_entry, use PTE.gber2013-05-232-36/+33
* Improve, optimize and clean-up ARMv6/v7 memory management related code.gber2013-05-234-222/+216
* Switch to AP[2:1] access permissions model. Store "referenced"gber2013-05-235-111/+142
* o Relax locking assertions for vm_page_find_least()attilio2013-05-212-0/+4
* Add a comment explaining why stack_capture is empty for EABI and clang.andrew2013-05-191-0/+12
* Back out r250768 until I can further investigate why it mightkientzle2013-05-181-1/+1
* Label the mmc child after the parent.kientzle2013-05-181-1/+1
* Revert r250692. We'll use 1 kernel config file for the BeagleBone models.rpaulo2013-05-172-128/+3
* Fix L2 cache write-back invalidate for Sheeva core.gber2013-05-161-0/+8
* Add a kernel config file for the BeableBone Black SoC.rpaulo2013-05-161-0/+127
* Port the new PV entry allocator from amd64/i386/mips to armv6/v7.gber2013-05-142-79/+470
* Tidy up some CVS workarounds.peter2013-05-122-2/+0
* Don't use the old stack-walking code withkientzle2013-05-111-4/+5
* Update copyright date.ray2013-05-0824-23/+24
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* decode_win_sdram_fixup() function should be declared, defined and usedgber2013-05-071-0/+4
* Fix page reference emulation on ARMv6 and v7gber2013-05-061-0/+1
* Fix L2 PTE access permissions management.gber2013-05-062-7/+10
* Correct comment about initial VA=>PA mappinggber2013-05-061-1/+1
* Disable decoding windows with no FDT entry.gber2013-05-063-0/+61
* Avoid calling pcpu_init() simultaneously.gber2013-05-061-1/+8
* Properly initialize Armada XP MP subsystem.gber2013-05-066-91/+179
* Initialize L2 cache for Armada XP.gber2013-05-063-0/+109
* Move initialization of CESA decoding windows from common sectiongber2013-05-063-158/+48
* Make a debugging printf a little more useful.kientzle2013-05-041-2/+2
* Fix comment block formatting.ian2013-05-041-1/+2
* Insert STOP_UNWINDING directives in the _start (kernel entry point) andian2013-05-043-4/+12
* EABI unwinder enhancements... When it's time to stop unwinding, don'tian2013-05-041-26/+39
* Correct a few sizeof()seadler2013-05-011-1/+1
OpenPOWER on IntegriCloud