summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Overhauled CPSW driver for TI CPSW Ethernet modulekientzle2013-01-013-373/+622
* Document the known values of the RTL release field in the cache is registerandrew2013-01-011-0/+8
* PL310 driver update:gonzo2012-12-314-110/+366
* Merge r234561 from busdma_machdep.c to ARMv6 version of busdma:gonzo2012-12-311-19/+33
* Add makeshift implementation for framebuffer console's cursorgonzo2012-12-281-2/+139
* Fix event timer on Raspberry Pigonzo2012-12-281-2/+16
* Add custom renderer for poor man's cursor support for framebuffer consolegonzo2012-12-281-2/+133
* The manpage states that bus_dmamap_create(9) returns ENOMEM if it can'tcognet2012-12-221-3/+11
* The VM_MEMATTR_ constants are enumerated, not a bitset. Compare accordingly.cognet2012-12-222-8/+8
* Replace generic ARM11 option with more specificgonzo2012-12-2013-57/+452
* Fix misleading commentgonzo2012-12-201-1/+1
* Use C comments instead of C++ comments.cognet2012-12-201-4/+8
* Busdma enhancements, especially for managing small uncacheable buffers.cognet2012-12-201-198/+296
* Use the new allocator in bus_dmamem_alloc().cognet2012-12-201-40/+127
* Use NFSCL since NFSCLIENT build is broken at the momentgonzo2012-12-191-3/+1
* Properly implement pmap_[get|set]_memattrcognet2012-12-194-16/+67
* Add sysctls for changing GPIO pins functiongonzo2012-12-181-26/+163
* Fix comment to represent actual file purposegonzo2012-12-161-1/+1
* Add support for QEMU's version of Versatile Platform Boardgonzo2012-12-1314-0/+3347
* Add driver for PrimeCell Vectored Interrupt Controller (PL190)gonzo2012-12-131-0/+187
* Don't write-back the cachelines if we really just want to invalidate them.cognet2012-12-051-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-056-12/+12
* - Enable syscons/framebuffer by defaultgonzo2012-11-301-8/+8
* Get reserved memory regions and exclude them from available memory mapgonzo2012-11-301-1/+71
* Get frequency from "clock-frequency" property of "/axi/sdhci" FDT nodegonzo2012-11-301-1/+14
* Fix RGB565 casegonzo2012-11-301-4/+4
* Fix hardcoded bpp valuegonzo2012-11-291-1/+1
* Do not enable data cache until later in kernel init. Stale bits ingonzo2012-11-271-1/+1
* Add NOTES and Makefile in order to generate LINT. NOTES contains prettymarcel2012-11-272-0/+95
* Allow building LINT by defining both SAMPLE_AT_RESET on the one handmarcel2012-11-271-3/+4
* Don't include arm/xscale/i8134x/i81342reg.h when we're compiling LINT.marcel2012-11-271-1/+7
* Remove print_kernel_section_addr(). All statements in that functionmarcel2012-11-271-13/+0
* Don't define intr_disable and intr_restore as macros. The macrosmarcel2012-11-271-8/+24
* Unbreak building a kernel with EHCI: there's no ehci_atmelarm.c.marcel2012-11-261-1/+0
OpenPOWER on IntegriCloud