summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Bring a few simplifications to a10_gpio:loos2015-07-131-155/+103
* Add PRINTF_BUFR_SIZE=128 to avoid interleaved output.ian2015-07-121-0/+1
* Return the FDT node of the GPIO controller to gpiobus. It is used by theloos2015-07-111-0/+11
* Always send a SIGSEGV on a map failure. Use the code to tell the reasonandrew2015-07-111-2/+2
* Add the atomic_thread_fence() family of functions with intent tokib2015-07-081-0/+28
* Enable ipsec by default on all armv6 platforms.ian2015-07-051-0/+1
* Add the routines to activate the GMAC clock and setup the GMAC mode.loos2015-07-032-0/+45
* Rename a10_emac_gpio_config() to a10_gpio_ethernet_activate() to make theloos2015-07-033-12/+12
* Remove duplicate and unnecessary includes.loos2015-07-032-11/+0
* Add AHCI attachment code for Allwinner A10/A20 SoCs.loos2015-07-036-4/+416
* Add DMA support for Allwinner MMC controller.loos2015-07-012-22/+237
* pc_curpmap is only in the armv6 pcpu data.andrew2015-06-261-0/+2
* Fix a misplaced #endif (maybe a mismerge?). Emitting the symbol for CURPMAPian2015-06-241-1/+1
* Add missing driver for TDA19988 HDMI framergonzo2015-06-181-0/+810
* Add HDMI support to Beaglebone Black:gonzo2015-06-186-174/+512
* - Add clk_set_source_freq field to struct ti_clock_dev so clock devicegonzo2015-06-174-29/+113
* Write to the PRRR (Primary Region Remap Register) rather than reading fromandrew2015-06-161-1/+1
* Trying to unbreak arm.LINT by properly putting the conditional includebz2015-06-161-4/+4
* Add basic support for ACPI. It splits out the nexus driver to two newandrew2015-06-111-14/+98
* Stop using VFP in pcpu.h when we mean ARMv6 and later.andrew2015-06-111-3/+3
* Fix the spelling of __ARM_ARCH >= 6 in sys/arm/arm.andrew2015-06-116-7/+11
* Allow DTrace to be compiled-in to the kernel.br2015-06-101-0/+23
* Generalised support for copy-on-write structures shared by threads.mjg2015-06-102-6/+6
* "status_reg.acpwr ? 1 : 0" is now the same as just "status_reg.acpwr".sobomax2015-06-091-1/+1
* Fix a typo in a comment that has been carried over from am335x_pmic.c.sobomax2015-06-091-1/+1
* Use tab to do identation consistently.sobomax2015-06-091-1/+1
* Extend TPS65217 support to be able to pull and decode batterysobomax2015-06-092-41/+227
* Account for superpage mappings that are created by pmap_copy().alc2015-06-091-0/+1
* Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.alc2015-06-081-3/+2
* Stop checking for ARM_TP_ADDRESS when we mean to check if building forandrew2015-06-075-26/+32
* Remove pc_cpu, it was duplicating pc_cpuid so was unneeded.andrew2015-06-075-10/+2
* Include a header required for vtophys().br2015-06-061-0/+1
* Better handling of userland sysarch() requests to flush icache.ian2015-06-033-1/+165
* Add a missing wakeup when releasing ownership of the SPI hardware.ian2015-06-021-13/+12
* Remove __ARM_EABI__ from sys/arm/arm, building for oabi is unsupported.andrew2015-06-013-17/+0
* Clear the C bit of the saved program state register when also clearing theandrew2015-06-011-3/+5
* Set the return value correctly on copy failure in copystr.andrew2015-05-311-0/+1
* We only support the ARM EABI in head, remove the check on __ARM_EABI__.andrew2015-05-313-11/+1
* Remove unused mutex and softc variables.loos2015-05-261-18/+0
* Ensure that all arm kernel configs contain ALT_BREAK_TO_DEBUGGER and notian2015-05-2515-15/+11
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificgonzo2015-05-241-2/+2
* The kernel sends signals to the processes via ABI specific sv_sendsig method.dchagin2015-05-241-4/+0
* Add support for getting the memory map from EFI if it has been pased inandrew2015-05-242-3/+129
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-0/+1
* Enable SMP on the qemu virt platform. We use the device tree to find whichandrew2015-05-243-1/+122
* Remove trailing whitespace from sys/arm/armandrew2015-05-2437-283/+279
* Add more cp15_ functions, and use them in cpufunc.c where possible.andrew2015-05-243-31/+26
* Include the ofw cpu driver. This allows us to get a list of cpus enabledandrew2015-05-241-0/+2
* Add kernel config and dts files for an aml8726-m3ganbold2015-05-241-0/+26
* Fix a lock up where we enter swapper() with interrupts disabled.andrew2015-05-231-0/+1
OpenPOWER on IntegriCloud