summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set the correct values in the arm aux control register, based on chip type.ian2015-10-195-6/+105
* Enable gpiobacklight in BEAGLEBONE config to support LCD capes bygonzo2015-10-181-0/+1
* Only decode fdt data which belongs to the GIC controller.ian2015-10-182-3/+17
* Include "opt_platform.h" early so that the FDT option is visible as needed.ian2015-10-182-0/+4
* Enable ARM_INTRNG on IMX6 platforms, and make the imx_gpio driver anian2015-10-183-86/+319
* Enable ARM_INTRNG on the pandaboard platform.ian2015-10-183-5/+3
* Import ARM_INTRNG, the "next generation" interrupt architecture for armian2015-10-188-26/+2471
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isian2015-10-1812-12/+12
* Fix a strange macro re-definition compile error. If the VM_MAXUSER_ADDRESSian2015-10-181-1/+5
* ARM userspace accessors, e.g. {s,f}uword(9), copy{in,out}(9),kib2015-10-156-48/+133
* Remove compatibility shims for legacy ATA device names.mav2015-10-118-8/+0
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.ian2015-10-093-6/+6
OpenPOWER on IntegriCloud