summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Remove two dead assignments andganbold2013-02-051-14/+14
* Add gpio driver and update dts and kernel config accordingly.ganbold2013-02-053-1/+523
* Use the STACKALIGN macro to alight the stack rather than with a magic mask.andrew2013-02-041-5/+4
* Another overhaul of the CPSW driver for BeagleBonekientzle2013-02-033-901/+1586
* Tweaks to standard BEAGLEBONE config, as recently discussedkientzle2013-02-021-3/+3
* Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms.andre2013-02-011-2/+5
* Use pmap_kextract() instead of inlining the page table walk.kib2013-01-311-29/+1
* Add simple clock driver and ehci glue code for a10ganbold2013-01-295-5/+571
* Fix case for some signal names.dmarion2013-01-281-51/+51
* Filled in missing pads for AM335x / Beaglebone.dmarion2013-01-281-130/+122
* Fix off-by-one errors in low-level arm9 and arm10 cache maintenance routines.ian2013-01-272-30/+22
* Restore the irq number to the display string; I fumbled this in the previousian2013-01-271-3/+4
* Remove the remaining references to the now-obsolete sheevaplug config files,ian2013-01-272-2/+1
* Add support for the GlobalScale Technologies DreamPlug computer.ian2013-01-271-0/+183
* Add a default do-nothing implementation of fdt_pci_devmap() using a weak alias,ian2013-01-275-54/+20
* Fix a buffer overrun while pre-formatting the names array, perpetrated inian2013-01-261-7/+5
* Align td_frame as it will be placed into the sp register which must beandrew2013-01-261-0/+6
* Fix method of naming compatible string to followganbold2013-01-253-3/+3
* Fix timer to support oneshot and periodic modeganbold2013-01-241-75/+113
* Clarify the error messages for unrecognized pins and muxtypes.kientzle2013-01-191-4/+9
* Eliminate the need for an intermediate array of indices into the arrays ofian2013-01-193-12/+26
* * Correct KINFO_PROC_SIZE for ARM EABI.andrew2013-01-172-1/+13
* Implement stack unwinding based on section 9 of the "Exception handling ABIandrew2013-01-171-0/+416
* Fix style bugsganbold2013-01-161-30/+26
* Use armv7_drain_writebuf() and armv7_context_switch, instead of the arm11cognet2013-01-151-2/+2
* Only spin on the blocked_lock for SCHED_ULE+SMP, as it's done on the othercognet2013-01-151-0/+3
* Don't define rel/acq variants of some atomic operations as the regularcognet2013-01-151-13/+12
* Add mistakenly removed third clause to licenseganbold2013-01-151-3/+6
* Fix formatting of license according to share/examples/etc/bsd-style-copyrightganbold2013-01-155-5/+5
* Fix license to follow standard license templateganbold2013-01-155-20/+15
* Initial support for Allwinner A10 SoC (Cubieboard)ganbold2013-01-159-0/+1170
* Update sigcode to use both the current ABI and FreeBSD's version of theandrew2013-01-141-1/+18
* Enable syscons framebuffer support for bcm2835. It makes possible to run Xorgray2013-01-131-1/+24
* Remove accidentally copypasted commentgonzo2013-01-131-5/+0
* Define IPI_IRQ_START and IPI_IRQ_END.cognet2013-01-091-0/+4
* Use get_pcpu() instead of using pcpup, as it's wrong for SMP.cognet2013-01-091-2/+2
* Remove old declarations.cognet2013-01-081-7/+0
* Switch default cache type for ARMv6/ARMv7 from write-through togonzo2013-01-081-1/+1
* Fix cache-related issue with pmap for ARMv6/ARMv7:gonzo2013-01-081-10/+35
* - Identify more devices for OMAP4 SoC (up to OMAP4470)gonzo2013-01-072-30/+90
* Implement barriers for AMRv6 and ARMv7gonzo2013-01-071-3/+19
* Release version check for erratum 727915 workaround ingonzo2013-01-071-6/+2
* Fix the build:andrew2013-01-061-11/+11
* Only work around errata when we are on a part where the erratum applies.andrew2013-01-062-19/+32
* Export board serial and board revision obtained from FDT blobgonzo2013-01-051-0/+19
* Add hw.board.serial and hw.board.revision for exporting board-specific infogonzo2013-01-052-2/+34
* Fix background color calculationgonzo2013-01-052-2/+2
* Shuffle the TX underrun to work the same way as the RX underrun,kientzle2013-01-051-23/+9
* Prefer the new NFS moduleskientzle2013-01-051-3/+3
* While trying to track down the root cause forkientzle2013-01-052-24/+23
OpenPOWER on IntegriCloud