summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the kernel support for Thumb-2. It is only supported on ARMv7 as theandrew2015-05-115-57/+128
* Mark thumb entry points as such when building for thumb, otherwise markandrew2015-05-111-1/+7
* Use the Thumb compliant version of the add instruction. We can only useandrew2015-05-111-1/+1
* List both registers to use in the 64-bit atomic instructions. We will needandrew2015-05-111-19/+19
* cpu-v6.h should only be used in the kernel, add an error to enforce this.andrew2015-05-111-0/+7
* Move to use __ARM_ARCH in more places in the kernel.andrew2015-05-112-21/+12
* Use the ACLE spelling of _ARM_ARCH_6: "__ARM_ARCH >= 6"andrew2015-05-111-1/+2
* Use the new gic option on all configs that need it.andrew2015-05-1016-8/+24
* Use the new gic option. While here remove extra whitespace from the ned ofandrew2015-05-102-4/+6
* Add the gic to files.arm under "device gic" and use it with theandrew2015-05-102-2/+3
* First pass clenup over the Marvell db-88f6xxx kernel configs.andrew2015-05-104-124/+120
* Clean up the style to use "options<space><tab>".andrew2015-05-101-3/+3
* Pass over the at91 kernels to reduce the diff between them.andrew2015-05-0910-356/+468
OpenPOWER on IntegriCloud