summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Implement atomic_testandset_{32,int,long,64} for ARMv6. Onlykib2015-11-101-0/+48
* ARM: Remove trailing whitespace from sys/arm/includemmel2015-11-1015-43/+43
* ARM: Improve robustness of locore_v6.S and fix errors.mmel2015-11-101-3/+21
* Fix typo (s/ncpus/mp_ncpus/)tijl2015-11-091-1/+1
* Now that the PMU implementation is independent of HWPMCbz2015-11-093-5/+83
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-085-21/+12
* Make usermode variable the bool type. It's already used that way.skra2015-11-083-8/+8
* Fix some of WITNESS complaints and bootup lock by removing msg_availgonzo2015-11-081-27/+5
* - Replace semaphore-base locking with sleep/wait synchronization:gonzo2015-11-081-9/+13
* Correct !FDT case with proper name.imp2015-11-071-1/+1
* Implement the phy-mode property for ate and macb. If it is set toimp2015-11-072-18/+112
* Add support for RMII in macb, cribbed slightly from the ateimp2015-11-075-8/+26
* Set correct code for signal in abort_align() routine.skra2015-11-061-11/+2
* Include opt_platform.h to get FDT defined.cognet2015-11-061-0/+2
* Make interrupt dispatching MP safe. Use GPU interrupt bit in per-coreskra2015-11-063-2/+6
* Make if_macb work with FDT.cognet2015-11-051-0/+17
* Make at91_pmc probe any at91 pmc device we support, not just at91rm9200.cognet2015-11-051-1/+4
* Add /dev/vcio, userland access point to VideoCore mailbox property channelgonzo2015-11-052-0/+123
* Refactor mailbox property API to make it usable for /dev/vcio driver:gonzo2015-11-055-183/+123
* Fix comment about unpriviledged instructions. Now, it matches withskra2015-11-042-35/+36
* Revert r290243, it's vaid "illegal instruction" casegonzo2015-11-041-2/+2
* Eliminate the last dregs of the old global arm_root_dma_tag.ian2015-11-024-21/+9
* Add support for branch instruction on armv7 with ptrace single stepzbb2015-11-026-99/+266
* Add mailbox tag/structure for touchscreen buffer address propertygonzo2015-11-011-0/+15
* Treat synchronous VFP exception just like aynchronous: as an FP exception,gonzo2015-11-012-2/+3
* Fix framebuffer compatibility with new RPi firmware. Framebuffer drivergonzo2015-10-302-2/+2
* Fix LEAVE_HYP macro: spsr is not guaranteed to contain valid value at thisgonzo2015-10-291-2/+4
* Retire pmap_dmap_iscurrent(). It is only a wrapper around pmap_is_current(),...jah2015-10-284-19/+0
* Remove the s3c2xx0 code, it's no longer used. As far as I know I as theandrew2015-10-2820-3645/+0
* Start to remove support for the XScale i80321. As far as I can tell nobodyandrew2015-10-283-225/+0
* Start to remove support for the Samsung s3c24x0 SoCs by removing the kernelandrew2015-10-272-92/+0
* Add etherswitch support to mgezbb2015-10-258-0/+8
* Define a couple macros to access cacheline size/mask in an arch-dependentian2015-10-241-4/+12
* Provide armv4/v5 implementations of several of the armv6 cache maintenanceian2015-10-241-0/+48
* Rename dcache_dma_preread() to dcache_inv_poc_dma() to make it clear that itian2015-10-242-8/+10
* A few more whitespace, style, and comment cleanups. No functional changes.ian2015-10-241-15/+10
* Bring in all the new(-ish) statistics code from armv6.ian2015-10-241-64/+146
* Change the preallocation of a busdma segment mapping array from per-tag toian2015-10-241-156/+93
* Instead of all memory allocations using M_DEVBUF, use new categoriesian2015-10-231-14/+18
* Instead of all memory allocations using M_DEVBUF, use new categoriesian2015-10-231-21/+24
* Catch up to r232356: change the boundary constraint type to bus_addr_t.ian2015-10-231-2/+2
* Whitespace and style nits, no functional changes.ian2015-10-232-149/+131
* Remove unclear comment about address truncation in busdma. Add (hopefully mu...jah2015-10-232-18/+0
* Use pmap_quick* functions in armv6 busdma, for bounce buffers and cache maint...jah2015-10-222-159/+194
* Fix parsing of I2C addresses properties in fdt data. I2C address isian2015-10-212-2/+2
* Move arm_gic_bind() out of the #ifdef SMP block to fix compile errors inian2015-10-211-1/+1
* Use pmap_quick* for out-of-context bounce buffers and (limited) cache mainten...jah2015-10-211-26/+125
* Uncomment some rather important code that was commented out for benchmarking.ian2015-10-201-4/+4
* Include "opt_platform.h" to fix kernel build for amlogic devices.ganbold2015-10-201-0/+2
* Follow the advice of the misplaced comment and don't access the map structian2015-10-201-2/+1
OpenPOWER on IntegriCloud