| Commit message (Expand) | Author | Age | Files | Lines |
| * | arm: Remove samsung exnynos port | Emmanuel Vadot | 2020-12-17 | 27 | -6236/+0 |
| * | arm: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 7 | -13/+2 |
| * | Add KERNEL_PANICKED macro for use in place of direct panicstr tests | Mateusz Guzik | 2020-01-12 | 1 | -1/+1 |
| * | chrome_kb: remove default get_fkeystr/diag implementations | Kyle Evans | 2019-12-16 | 1 | -2/+0 |
| * | Remove more needless <sys/tty.h> includes | Kyle Evans | 2019-12-01 | 2 | -2/+0 |
| * | exynos5: avoid NULL deref in error case | Ed Maste | 2019-08-30 | 1 | -1/+1 |
| * | exynos5: avoid NULL deref in error case | Ed Maste | 2019-08-30 | 1 | -1/+1 |
| * | arm: Add kern_clocksource.c directly in files.arm | Emmanuel Vadot | 2019-04-16 | 1 | -2/+0 |
| * | Eliminate kmem_alloc_contig()'s unused arena parameter. | Alan Cox | 2018-08-20 | 1 | -2/+2 |
| * | Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files. | Andrew Turner | 2018-07-28 | 2 | -6/+0 |
| * | arm: Fix duplicate ehci DRIVER_MODULE | Emmanuel Vadot | 2018-04-27 | 1 | -2/+2 |
| * | [ofw] fix errneous checks for OF_finddevice(9) return value | Oleksandr Tymoshenko | 2018-03-20 | 2 | -2/+2 |
| * | dwmmc: Fully subclass driver | Emmanuel Vadot | 2017-12-30 | 1 | -0/+1 |
| * | Make kernel option KERNVIRTADDR optional, remove it from std.<platform> | Ian Lepore | 2017-12-30 | 2 | -6/+0 |
| * | Revert r327250 as it broke the build for some armv6 kernel and all armv4/5 | Emmanuel Vadot | 2017-12-28 | 1 | -0/+2 |
| * | arm: Add kern/kern_clocksource.c to files.arm | Emmanuel Vadot | 2017-12-27 | 1 | -2/+0 |
| * | sys/arm: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 2 | -0/+4 |
| * | Tag all armv7 kernels as such in their machine config line. | Warner Losh | 2017-10-05 | 2 | -2/+2 |
| * | Add a delay count to the last few places. This will help make MULTIDELAY | Andrew Turner | 2017-07-04 | 1 | -1/+1 |
| * | Port the Samsung ARM code to use PLATFORM and PLATFORM_SMP. This will help | Andrew Turner | 2017-06-03 | 5 | -77/+74 |
| * | Remake support for SMP kernel on UP cpu: | Michal Meloun | 2017-02-02 | 2 | -2/+2 |
| * | ofw_spi: Parse property for the SPI mode and CS polarity. | Emmanuel Vadot | 2016-12-18 | 1 | -0/+2 |
| * | Stop including fdt_common.h from the arm code when it's unneeded. | Andrew Turner | 2016-11-14 | 1 | -1/+0 |
| * | Remove more unneeded users of the fdt_pic_decode_t table. | Andrew Turner | 2016-11-11 | 1 | -21/+0 |
| * | Fix device delete child function. | Hans Petter Selasky | 2016-10-17 | 1 | -6/+0 |
| * | ARM: SEV/WFE instructions are implemented starting from ARMv6K, | Michal Meloun | 2016-10-06 | 1 | -1/+2 |
| * | Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP, | Andrew Turner | 2016-10-04 | 2 | -2/+2 |
| * | Restrict where we need to define fdt_fixup_table to just PowerPC and | Andrew Turner | 2016-09-23 | 1 | -4/+0 |
| * | Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only need | Andrew Turner | 2016-09-23 | 1 | -15/+0 |
| * | Correct syntax errors that only show up when compiled with INVARIANTS. | Ian Lepore | 2016-07-09 | 1 | -2/+2 |
| * | sys/arm: Minor spelling fixes. | Pedro F. Giffuni | 2016-05-04 | 1 | -1/+1 |
| * | Move arm's devmap to some generic place, so it can be used | Ruslan Bukin | 2016-04-26 | 1 | -5/+5 |
| * | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | Andrew Turner | 2016-04-15 | 1 | -1/+1 |
| * | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 5 | -18/+18 |
| * | Almost all copies of platform_mp_init_secondary just called | Andrew Turner | 2016-02-26 | 1 | -7/+0 |
| * | Remove platform_mp_probe as it's almost identical on most ARM SoCs, and | Andrew Turner | 2016-02-26 | 1 | -7/+0 |
| * | Remove platform_ipi_send, it's an unneeded as all implementations are | Andrew Turner | 2016-02-25 | 1 | -7/+0 |
| * | Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms. | Svatopluk Kraus | 2016-02-22 | 2 | -4/+0 |
| * | Stop defining fdt_pic_table when building for ARM_INTRNG. | Andrew Turner | 2016-02-11 | 1 | -0/+2 |
| * | ARM: Use new ARMv6 naming conventions for cache and TLB functions | Michal Meloun | 2016-02-05 | 1 | -2/+2 |
| * | [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. | Adrian Chadd | 2015-12-18 | 1 | -1/+1 |
| * | Add support for exynos5_ehci in loader | Zbigniew Bodek | 2015-11-27 | 3 | -2/+12 |
| * | Create device options for the two common ARM timers. | Andrew Turner | 2015-11-21 | 1 | -2/+0 |
| * | Move more bus_space_* files to be built by files.arm. This leaves the | Andrew Turner | 2015-11-21 | 1 | -3/+0 |
| * | Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn't | Warner Losh | 2015-11-20 | 2 | -4/+0 |
| * | Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already | Andrew Turner | 2015-11-20 | 1 | -1/+0 |
| * | Stop setting {KERN,}PHYSADDR on armv6, it's unneeded. | Andrew Turner | 2015-11-20 | 2 | -10/+0 |
| * | Fix buffer overflow in exynos5_ehci | Zbigniew Bodek | 2015-11-17 | 1 | -1/+1 |
| * | Remove the s3c2xx0 code, it's no longer used. As far as I know I as the | Andrew Turner | 2015-10-28 | 20 | -3645/+0 |
| * | Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter is | Ian Lepore | 2015-10-18 | 1 | -1/+1 |