| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r355936, r356045: remove unused kbd drivers | Kyle Evans | 2019-12-27 | 1 | -19/+0 |
| * | MFC r355932: VERSATILEPB: also use default get_fkeystr/diag | Kyle Evans | 2019-12-22 | 1 | -2/+0 |
| * | MFC r355206, r355212, r355257, r355271: tty nits | Kyle Evans | 2019-12-22 | 1 | -1/+2 |
| * | MFC r355793: kbd drivers: use kbdd_* indirection for diag invocation | Kyle Evans | 2019-12-22 | 1 | -1/+1 |
| * | MFC r346295, r346297 | Emmanuel Vadot | 2019-08-05 | 1 | -2/+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 | 6 | -4/+16 |
| * | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | Move the simple armv6 only timer drivers to require MULTIDELAY to help | Andrew Turner | 2017-07-04 | 1 | -37/+1 |
| * | Teach VERSATILEPB about PLATFORM. This will help move it into the GENERIC | Andrew Turner | 2017-07-04 | 1 | -23/+18 |
| * | Stop making cpu_initclocks weak when using event timers. A weak symbol | Andrew Turner | 2017-06-03 | 2 | -57/+0 |
| * | Add MULTIDELAY support to the sp804 driver. | Andrew Turner | 2017-06-03 | 1 | -19/+38 |
| * | [versatilepb] Fix keyboard driver after switching to upstream DTS | Oleksandr Tymoshenko | 2017-04-01 | 1 | -1/+29 |
| * | [versatilepb] Convert VERSATILEPB kernel to INTRNG and switch to upstream DTB | Oleksandr Tymoshenko | 2017-04-01 | 6 | -86/+469 |
| * | Convert PCIe Hot Plug to using pci_request_feature | Warner Losh | 2017-02-25 | 1 | -0/+1 |
| * | Add the missing void to function signatures in much of the arm code. | Andrew Turner | 2016-12-13 | 1 | -1/+1 |
| * | Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to read | Andrew Turner | 2016-11-14 | 1 | -3/+2 |
| * | Stop including fdt_common.h from the arm code when it's unneeded. | Andrew Turner | 2016-11-14 | 6 | -7/+0 |
| * | Use the modern spelling of ofw_bus_node_is_compatible in sys/arm. | Andrew Turner | 2016-11-11 | 1 | -1/+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 |
| * | Move arm's devmap to some generic place, so it can be used | Ruslan Bukin | 2016-04-26 | 1 | -3/+3 |
| * | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | Andrew Turner | 2016-04-15 | 1 | -1/+1 |
| * | Remove pd_prot and pd_cache members from struct arm_devmap_entry. | Svatopluk Kraus | 2016-02-17 | 1 | -4/+2 |
| * | Stop defining fdt_pic_table when building for ARM_INTRNG. | Andrew Turner | 2016-02-11 | 1 | -0/+2 |
| * | Remove all remaining references to old and not more used struct | Svatopluk Kraus | 2016-02-02 | 1 | -1/+1 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -1/+1 |
| * | Move more bus_space_* files to be built by files.arm. This leaves the | Andrew Turner | 2015-11-21 | 1 | -3/+0 |
| * | Limit arm_base_bs_tag to ARMv4 and ARMv5, we only used it in one place in | Andrew Turner | 2015-11-21 | 1 | -1/+1 |
| * | Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already | Andrew Turner | 2015-11-20 | 1 | -1/+0 |
| * | Add domain support to PCI bus allocation | Zbigniew Bodek | 2015-09-16 | 1 | -1/+1 |
| * | Use simple fixed name strings for these timecounters and eventimers which | Ian Lepore | 2015-08-14 | 1 | -4/+2 |
| * | Include vm/pmap.h for pmap_kextract. | Andrew Turner | 2015-04-04 | 1 | -0/+4 |
| * | Stop using machine/fdt.h in the arm kernel code when we don't need it. | Andrew Turner | 2015-04-04 | 5 | -5/+0 |
| * | Build the cpufunc_asm_* files based on the cpu type, not which config file | Andrew Turner | 2015-03-29 | 1 | -3/+0 |
| * | We don't use cpufunc_asm_armv5.S in any of these configs, remove it. | Andrew Turner | 2015-03-29 | 1 | -1/+0 |
| * | Remove a no-longer-used include. | Ian Lepore | 2015-01-21 | 1 | -2/+0 |
| * | The versatile platform had two copies of a bus_space that are essentially | Ian Lepore | 2015-01-21 | 5 | -304/+2 |
| * | For some reason, all the arm bus_space functions that work with uint16 | Ian Lepore | 2015-01-21 | 2 | -16/+14 |
| * | Revise the arm bus_space implementation to avoid dereferencing the tag on | Ian Lepore | 2015-01-21 | 1 | -1/+1 |
| * | opt_global.h is included automatically in the build. No need to | Warner Losh | 2014-11-18 | 2 | -3/+0 |
| * | Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARM | Andrew Turner | 2014-09-10 | 2 | -136/+0 |
| * | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | John Baldwin | 2014-06-10 | 1 | -2/+0 |
| * | Add the start of the ARM platform code. This is based on the PowerPC | Andrew Turner | 2014-05-17 | 1 | -5/+6 |
| * | Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c | Ian Lepore | 2014-03-10 | 1 | -1/+0 |
| * | Move all the files named foo/common.c to foo/foo_common.c, as | Warner Losh | 2014-03-08 | 2 | -1/+1 |
| * | Follow r261352 by updating all drivers which are children of simplebus | Ian Lepore | 2014-02-02 | 6 | -0/+19 |
| * | Fix race condition in DELAY for SP804 timer. | Zbigniew Bodek | 2014-01-01 | 1 | -6/+21 |
| * | Correct license statements to reflect the fact that these files were all | John Baldwin | 2013-12-10 | 1 | -1/+3 |