summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Move ohci files to their proper place in the tree for atmel.imp2016-01-163-3/+501
* Add mmu format info into ARM vmcore.skra2016-01-152-2/+21
* Reduce diffs to upstream by adding a couple comment blocks and moving theian2016-01-151-28/+34
* Remove the commented out sc device from the i.MX kernels, they both useandrew2016-01-152-16/+0
* Fix the handling of the "PDC write transfer length" erratum for at91. Theian2016-01-141-11/+10
* Fix the spelling of fueword* to eliminate compile warnings about mismatchedian2016-01-131-2/+2
* Fix local macro for early KVA allocation.skra2016-01-121-1/+1
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscalldchagin2016-01-091-0/+1
* Print curpmap in "show pcpu" command.skra2016-01-071-0/+4
* Store the pointer to the bootloader-provided env data in a static varian2016-01-031-4/+7
* Reword the comment to better describe what I found while researching theian2016-01-021-8/+6
* Work around problems that happen when there is ram at the end of theian2016-01-021-0/+14
* Use 64-bit math when processing the lists of physical and excluded memoryian2016-01-021-8/+9
* Make the 'env' directive described in config(5) work on all architectures,ian2016-01-022-7/+7
* Bring some of the recent locore-v4.S improvements into locore-V6...ian2015-12-291-25/+38
* Fix typo (s/harware/hardware/)kevlo2015-12-251-2/+2
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeandrew2015-12-2224-27/+0
* Add i.MX 6 IPU driver and enable it in IMX6 configgonzo2015-12-213-0/+1208
* - Add driver for i.MX 6 HDMI framergonzo2015-12-215-0/+1467
* Add CCM functions to enable HDMI framer and IPU units (video controller)gonzo2015-12-213-0/+55
* Configure the Atmel eval boards to boot the same way. This givesimp2015-12-212-5/+9
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationian2015-12-212-0/+74
* Replace some references to KERNPHYSADDR with the equivelent value passed inian2015-12-215-10/+10
* Change KERNVIRTADDR to 0xc0000000 since the low-order bits no longer need toian2015-12-201-12/+2
* Allow armv4/5 kernels to be loaded on any 2MB boundary, like armv6/7.ian2015-12-201-38/+48
* 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
OpenPOWER on IntegriCloud