summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Add dev.fb.X.resync sysctl to resync ARM framebuffer with VideoCoregonzo2015-12-201-57/+127
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-1821-1764/+241
* Create a simplebus PNP info wrapper.imp2015-12-181-0/+1
* Fix the clock divisor calc for imx6 sdcard bus speed.ian2015-12-181-2/+9
* Adopt assert from amd64 in pmap_remove_pages().skra2015-12-161-3/+18
* Local TLB flush is sufficient in pmap_remove_pages().skra2015-12-152-10/+1
* Replace all postponed TLB flushes by immediate ones except the oneskra2015-12-151-75/+20
* Flush intermediate TLB cache when L2 page table is unlinked.skra2015-12-151-1/+6
* ARM: Remove outdated katelib.h.mmel2015-12-153-104/+2
* ARM: option PPC_PROBE_CHIPSET is applicable only for x86. Don't enable itmmel2015-12-151-0/+1
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-148-1/+8
* Add helper functions proc_readmem() and proc_writemem().markj2015-12-071-30/+10
* Add support for usermode (vdso-like) gettimeofday(2) andkib2015-12-076-7/+71
* 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
OpenPOWER on IntegriCloud