aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/samsung
Commit message (Expand)AuthorAgeFilesLines
* arm: Remove samsung exnynos portEmmanuel Vadot2020-12-1727-6236/+0
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-017-13/+2
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* chrome_kb: remove default get_fkeystr/diag implementationsKyle Evans2019-12-161-2/+0
* Remove more needless <sys/tty.h> includesKyle Evans2019-12-012-2/+0
* exynos5: avoid NULL deref in error caseEd Maste2019-08-301-1/+1
* exynos5: avoid NULL deref in error caseEd Maste2019-08-301-1/+1
* arm: Add kern_clocksource.c directly in files.armEmmanuel Vadot2019-04-161-2/+0
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-2/+2
* Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files.Andrew Turner2018-07-282-6/+0
* arm: Fix duplicate ehci DRIVER_MODULEEmmanuel Vadot2018-04-271-2/+2
* [ofw] fix errneous checks for OF_finddevice(9) return valueOleksandr Tymoshenko2018-03-202-2/+2
* dwmmc: Fully subclass driverEmmanuel Vadot2017-12-301-0/+1
* Make kernel option KERNVIRTADDR optional, remove it from std.<platform>Ian Lepore2017-12-302-6/+0
* Revert r327250 as it broke the build for some armv6 kernel and all armv4/5Emmanuel Vadot2017-12-281-0/+2
* arm: Add kern/kern_clocksource.c to files.armEmmanuel Vadot2017-12-271-2/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* Tag all armv7 kernels as such in their machine config line.Warner Losh2017-10-052-2/+2
* Add a delay count to the last few places. This will help make MULTIDELAYAndrew Turner2017-07-041-1/+1
* Port the Samsung ARM code to use PLATFORM and PLATFORM_SMP. This will helpAndrew Turner2017-06-035-77/+74
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-022-2/+2
* ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot2016-12-181-0/+2
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-141-1/+0
* Remove more unneeded users of the fdt_pic_decode_t table.Andrew Turner2016-11-111-21/+0
* Fix device delete child function.Hans Petter Selasky2016-10-171-6/+0
* ARM: SEV/WFE instructions are implemented starting from ARMv6K,Michal Meloun2016-10-061-1/+2
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-042-2/+2
* Restrict where we need to define fdt_fixup_table to just PowerPC andAndrew Turner2016-09-231-4/+0
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-15/+0
* Correct syntax errors that only show up when compiled with INVARIANTS.Ian Lepore2016-07-091-2/+2
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-041-1/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-5/+5
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-151-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-105-18/+18
* Almost all copies of platform_mp_init_secondary just calledAndrew Turner2016-02-261-7/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner2016-02-261-7/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areAndrew Turner2016-02-251-7/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.Svatopluk Kraus2016-02-222-4/+0
* Stop defining fdt_pic_table when building for ARM_INTRNG.Andrew Turner2016-02-111-0/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-2/+2
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.Adrian Chadd2015-12-181-1/+1
* Add support for exynos5_ehci in loaderZbigniew Bodek2015-11-273-2/+12
* Create device options for the two common ARM timers.Andrew Turner2015-11-211-2/+0
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-3/+0
* Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn'tWarner Losh2015-11-202-4/+0
* Remove bus_space_asm_generic.S from the per-SoC files.* files, it's alreadyAndrew Turner2015-11-201-1/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.Andrew Turner2015-11-202-10/+0
* Fix buffer overflow in exynos5_ehciZbigniew Bodek2015-11-171-1/+1
* Remove the s3c2xx0 code, it's no longer used. As far as I know I as theAndrew Turner2015-10-2820-3645/+0
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isIan Lepore2015-10-181-1/+1