summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Enable SCTP, since it is also enabled on GENERIC and it works fine ontuexen2013-07-011-0/+1
* The mbox driver is actually MP safe, so set the right flag inrpaulo2013-07-011-5/+3
* Disable debugging.rpaulo2013-07-011-2/+0
* Use the new FDT_FILE rpi.dts.rpaulo2013-07-011-1/+1
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+40
* Add INET6.rpaulo2013-06-301-0/+1
* Replace some spaces to tab.ray2013-06-301-4/+4
* Decrypt magic numbers - define names for fields of Generic Timer's CNTKCTL reg.ray2013-06-301-3/+23
* In generic_bs_map(), use kmem_alloc_nofault() instead of kmem_alloc(), as wecognet2013-06-301-1/+1
* Arndale Board (by Insignal) kernel config file.ray2013-06-291-0/+135
* - Fix IMAPx registers values calculationgonzo2013-06-291-20/+24
* Enable patth-through of IRQ30 and IRQ31 to PIC just as comment statesgonzo2013-06-291-1/+1
* Import basic support for Samsung Exynos 5 support.ray2013-06-2910-0/+1480
* 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
OpenPOWER on IntegriCloud