summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Move the check to see if we are tracing a function with the DTrace Functionandrew2015-12-055-20/+49
* Add glue driver for Amlogic Meson Gigabit Ethernet Controllerganbold2015-12-032-0/+99
* ARM: Define PCI_RES_BUS resource for platforms having NEW_PCIB enabled.mmel2015-12-021-0/+3
* ARM: Fix of detection of root interrupt controller.mmel2015-12-021-3/+13
* ARM: create new memory attribute for writethrough cacheable memory.mmel2015-11-303-15/+18
* ARM: Implement atomic_swap_int(9). It's used in DRM2 code.mmel2015-11-283-0/+27
* ARM: Add support for new KRAIT 300 CPU revision.mmel2015-11-283-3/+8
* ARM: Cumulative fixes for GICmmel2015-11-281-13/+29
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structkib2015-11-281-3/+0
* Add support for exynos5_ehci in loaderzbb2015-11-273-2/+12
* Rename sysctl node hw.imx6 to hw.imx. Move its definition to imx_machdep.cian2015-11-265-10/+42
* Flush all kernel mappings from TLB(s) in time when they are cleared.skra2015-11-242-14/+17
* Use #ifdef to get the file compiling without errorsandrew2015-11-231-1/+1
* Only enable the first interrupt for now, we don't correctly configure orandrew2015-11-231-0/+7
* Revert r291142.skra2015-11-232-4/+4
* Remove unneeded includes of opt_kdtrace.h.markj2015-11-221-1/+0
* Update the imx5/imx6 cpu_reset() implementation based on a new understandingian2015-11-211-6/+4
* Fix BUS_DMA_MIN_ALLOC_COMP flag logic. When bus_dmamap_t map is beingskra2015-11-212-4/+4
* Move hdmi_if.m to files.arm so other kernel configs can use it.andrew2015-11-211-1/+0
* Create device options for the two common ARM timers.andrew2015-11-2118-15/+19
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-2123-54/+0
* Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place inandrew2015-11-213-1/+7
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'timp2015-11-2014-19/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyandrew2015-11-2012-12/+0
* Remove pl310.c from the SoC std.* files, it's in files.armandrew2015-11-206-3/+6
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-2017-94/+0
* Add usermode variable to KTR output. Fix style.skra2015-11-201-2/+2
* Fix style and argument count for KTR.skra2015-11-201-1/+2
* ARM: Fix dma_dcache_sync() for early allocated memory.mmel2015-11-181-13/+22
* Make PCB structure binary compatible for old and new PMAP on ARMzbb2015-11-171-5/+8
* Fix buffer overflow in exynos5_ehcizbb2015-11-171-1/+1
* Make pl310_print_config static, it's not called out of pl310.candrew2015-11-172-2/+1
* Replace magic numbers for CCGRx registers with more descriptive namesgonzo2015-11-142-8/+81
* Somewhat improve HDMI event APIgonzo2015-11-143-4/+6
* hdmi_if.m will be reused by iMX6 IPU code so move it to arm/armgonzo2015-11-142-1/+1
* Move all HDMI-related stuff to hdmi_if.m, hdmi.h is not requiredgonzo2015-11-144-40/+7
* - Add driver for System-Reset-Controler i.MX6 modulegonzo2015-11-133-0/+208
* Add support for the Zybo and similar boards to ZEDBOARD kernel.imp2015-11-131-1/+2
* Enable cloks for all USDHC interfaces, previous value was USDHC 1-3 + USBOH3gonzo2015-11-121-1/+1
* Consistently capitalize "TI" as an abbreviation for Texas Instruments.gavin2015-11-123-3/+3
* Move the root to s3a given this kernel will be used with a nanobsdimp2015-11-121-1/+1
* Revisit this old board with 64MB of RAM. Comment out usb entirely,imp2015-11-121-20/+37
* Refactor bcm2835_cpufreq to use bcm2835_mbox_property APIgonzo2015-11-111-360/+134
* - Set have_message in interrupt to handle "response before READ" casegonzo2015-11-111-4/+17
* ARM: Refactor interrupt_enable/disable/restore.mmel2015-11-101-25/+32
* Fix cp15 PAR definition and function. While here, add cp15 ATS1CPWskra2015-11-102-3/+4
* Fix pmap_fault(). It turned out that alignment abort may have higherskra2015-11-101-3/+5
* 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
OpenPOWER on IntegriCloud