summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the wait-for-event instruction to put the core we have just enabledandrew2015-05-231-2/+9
* Remove an unused header.andrew2015-05-232-92/+0
* Export the eflags field from the elf header. This allows betterimp2015-05-221-22/+23
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-222-2/+2
* Add a miibus_statchg and use it to enable Gigabit mode when appropriate.andrew2015-05-221-0/+32
* Need to handle the !FDT case still too... I thought in r270025 weimp2015-05-221-0/+4
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-2245-2892/+3826
* Add the MMC/SD driver for Allwinner SoCs.loos2015-05-217-5/+1011
* ddb: finish converting boolean values.pfg2015-05-211-1/+1
* Add missing break statement.ganbold2015-05-211-1/+3
* Add driver for usbclock generator for earlier amlogic chip.ganbold2015-05-212-0/+429
* Remove unnecessary break statements.ganbold2015-05-213-3/+0
* The RTC initialization values are based on the SoC which can beganbold2015-05-211-33/+18
* ti_pruss: pass the correct IRQ to userland.rpaulo2015-05-202-8/+28
* D2432 (Patch for Amlogic single core PIC) moved the SMP option outganbold2015-05-202-0/+4
* Add NFS server to mix (for easier, in-place updates). Move toimp2015-05-191-3/+7
* Improve comment about unmapped I/O and fix typos.imp2015-05-191-4/+4
* Add Performance Monitoring Counters support for AArch64.br2015-05-191-7/+23
* Remove unnecessary devices from allwinner kernels.loos2015-05-182-4/+0
* Clean up the Amlogic interrupt controller driver to handle the case whereandrew2015-05-186-26/+20
* Clean up the style to be "include<space><tab>" and remove options alreadyandrew2015-05-181-7/+2
* Clean up struct syscall_args:andrew2015-05-171-4/+9
* Do not set preload_addr_relocate for ARM. Apparently there was a timeian2015-05-171-1/+0
* Don't allow unmapped I/O. The pmap isn't quite up to the task. Add aimp2015-05-161-1/+7
* More tr -d '\r' t make config happy andbz2015-05-162-39/+39
* tr -d '\r' makes config a lot more happy.bz2015-05-161-83/+83
* Introduce support for the Alpine PoC from Annapurna Labszbb2015-05-1522-0/+14704
* Add assertions that the addresses passed to tlb maintenance are page-aligned.ian2015-05-151-47/+63
* Retrieve the cache parms in the proper arch-specific way.ian2015-05-151-2/+11
* It appears to be armv7_sleep is a duplication of armv7_cpu_sleep.ganbold2015-05-153-8/+1
* Delete cpu_do_powersave which is set but never used/testedganbold2015-05-131-15/+0
* Fix the vmstat -i output on ARM.loos2015-05-131-1/+1
* Fix the SMP initialization on RPi 2 (BCM2836).loos2015-05-131-3/+2
* Add support for the power button on BeagleBone Black.loos2015-05-131-6/+73
* Disable WPI in case of aml8726-m3.ganbold2015-05-121-0/+14
* Retire pmap_lazyfix(). This function only existed in the new armv6 pmapalc2015-05-115-115/+2
OpenPOWER on IntegriCloud