| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r330897: | eadler | 2018-03-29 | 2 | -4/+0 |
* | MFC r310017, r310229, r312289, r327260, r329539, r329544-r329546, r329620, | ian | 2018-03-24 | 1 | -0/+2 |
* | Partial merge of the SPDX changes | eadler | 2018-03-14 | 2 | -0/+4 |
* | MFC r327367: | ian | 2018-01-07 | 2 | -6/+0 |
* | MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges) | ian | 2017-03-01 | 2 | -19/+0 |
* | MFC r307518: | hselasky | 2016-11-07 | 1 | -6/+0 |
* | MFC r306756: | mmel | 2016-10-15 | 1 | -1/+2 |
* | MFC r302502, r302505: | ian | 2016-07-15 | 1 | -2/+2 |
* | sys/arm: Minor spelling fixes. | pfg | 2016-05-04 | 1 | -1/+1 |
* | Move arm's devmap to some generic place, so it can be used | br | 2016-04-26 | 1 | -5/+5 |
* | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | andrew | 2016-04-15 | 1 | -1/+1 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 5 | -18/+18 |
* | Almost all copies of platform_mp_init_secondary just called | andrew | 2016-02-26 | 1 | -7/+0 |
* | Remove platform_mp_probe as it's almost identical on most ARM SoCs, and | andrew | 2016-02-26 | 1 | -7/+0 |
* | Remove platform_ipi_send, it's an unneeded as all implementations are | andrew | 2016-02-25 | 1 | -7/+0 |
* | Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms. | skra | 2016-02-22 | 2 | -4/+0 |
* | Stop defining fdt_pic_table when building for ARM_INTRNG. | andrew | 2016-02-11 | 1 | -0/+2 |
* | ARM: Use new ARMv6 naming conventions for cache and TLB functions | mmel | 2016-02-05 | 1 | -2/+2 |
* | [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. | adrian | 2015-12-18 | 1 | -1/+1 |
* | Add support for exynos5_ehci in loader | zbb | 2015-11-27 | 3 | -2/+12 |
* | Create device options for the two common ARM timers. | andrew | 2015-11-21 | 1 | -2/+0 |
* | Move more bus_space_* files to be built by files.arm. This leaves the | andrew | 2015-11-21 | 1 | -3/+0 |
* | Makeoption ARM_LITLE_ENDIAN does nothing. Remove it since it isn't | imp | 2015-11-20 | 2 | -4/+0 |
* | Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already | andrew | 2015-11-20 | 1 | -1/+0 |
* | Stop setting {KERN,}PHYSADDR on armv6, it's unneeded. | andrew | 2015-11-20 | 2 | -10/+0 |
* | Fix buffer overflow in exynos5_ehci | zbb | 2015-11-17 | 1 | -1/+1 |
* | Remove the s3c2xx0 code, it's no longer used. As far as I know I as the | andrew | 2015-10-28 | 20 | -3645/+0 |
* | Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter is | ian | 2015-10-18 | 1 | -1/+1 |
* | Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers. | ian | 2015-10-09 | 1 | -2/+2 |
* | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | kib | 2015-08-10 | 1 | -2/+2 |
* | Fix KSTACK_PAGES issue when the default value was changed in KERNCONF | zbb | 2015-07-16 | 1 | -0/+1 |
* | Use the new gic option on all configs that need it. | andrew | 2015-05-10 | 1 | -1/+0 |
* | Add support for the uart classes to set their default register shift value. | andrew | 2015-04-11 | 2 | -0/+2 |
* | Include vm/pmap.h for pmap_kextract. | andrew | 2015-04-04 | 1 | -0/+3 |
* | Build the cpufunc_asm_* files based on the cpu type, not which config file | andrew | 2015-03-29 | 2 | -2/+0 |
* | Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used. | andrew | 2015-03-29 | 1 | -1/+0 |
* | Remove the bootconfig parsing. We never used it and always passed either an | andrew | 2015-03-29 | 1 | -1/+1 |
* | Stop building unused cpuvunc_* files, we don't need anything from these. | andrew | 2015-03-29 | 1 | -2/+0 |
* | Move the uart_class definitions and fdt compat data into the individual | ian | 2015-03-07 | 3 | -3/+12 |
* | Add quirk to disable 64-bit XHCI DMA after r276717. | hselasky | 2015-03-02 | 1 | -1/+1 |
* | Update Exynos5 XHCI attach code after r276717. | hselasky | 2015-03-02 | 1 | -72/+52 |
* | Implement GPIO_GET_BUS() method for all GPIO drivers. | loos | 2015-01-31 | 1 | -4/+18 |
* | Clean up and fix the device detach routine and the failure path on GPIO | loos | 2015-01-31 | 1 | -4/+15 |
* | Remove a couple files that are no longer used (functionality take over by | ian | 2015-01-21 | 2 | -165/+0 |
* | Use the base arm bus_space instead of an identical local copy. | ian | 2015-01-21 | 4 | -30/+34 |
* | Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specific | ian | 2015-01-21 | 1 | -1/+1 |
* | For some reason, all the arm bus_space functions that work with uint16 | ian | 2015-01-21 | 1 | -9/+8 |
* | Rename Exynos UART driver. No functional change. | br | 2015-01-13 | 1 | -62/+62 |
* | Rename gic_init_secondary to arm_init_secondary_ic to help with the merge | andrew | 2015-01-11 | 1 | -1/+1 |
* | Add 64-bit DMA support in the XHCI controller driver. | hselasky | 2015-01-05 | 1 | -0/+1 |