| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove xscale support. | Warner Losh | 2018-07-27 | 14 | -3602/+0 |
| * | Revert r336773: it removed too much. | Warner Losh | 2018-07-27 | 14 | -0/+3602 |
| * | Remove xscale support | Warner Losh | 2018-07-27 | 14 | -3602/+0 |
| * | Use the TSLOG framework to record entry/exit timestamps for DELAY and | Colin Percival | 2017-12-31 | 1 | -0/+2 |
| * | sys/arm: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 12 | -1/+25 |
| * | Allow setting access-width for UART registers. | Ruslan Bukin | 2017-02-27 | 1 | -1/+1 |
| * | Add the missing void to function signatures in much of the arm code. | Andrew Turner | 2016-12-13 | 4 | -13/+13 |
| * | Remove some NULL checks after M_WAITOK allocations from sys/arm/. | Edward Tomasz Napierala | 2016-08-09 | 2 | -5/+0 |
| * | 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 | -3/+3 |
| * | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 1 | -7/+6 |
| * | Fix the resource_list_print_type() calls to use uintmax_t. | Justin Hibbits | 2016-03-22 | 2 | -4/+4 |
| * | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits | 2016-03-18 | 1 | -1/+1 |
| * | Remove pd_prot and pd_cache members from struct arm_devmap_entry. | Svatopluk Kraus | 2016-02-17 | 1 | -3/+1 |
| * | ARM: Consistently use cpu_setttb() instead of setttb(). | Michal Meloun | 2016-02-03 | 1 | -2/+2 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 2 | -6/+6 |
| * | Replace some references to KERNPHYSADDR with the equivelent value passed in | Ian Lepore | 2015-12-21 | 1 | -2/+2 |
| * | Move more bus_space_* files to be built by files.arm. This leaves the | Andrew Turner | 2015-11-21 | 1 | -2/+0 |
| * | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | Konstantin Belousov | 2015-08-10 | 1 | -1/+1 |
| * | Fix KSTACK_PAGES issue when the default value was changed in KERNCONF | Zbigniew Bodek | 2015-07-16 | 1 | -0/+1 |
| * | Build the cpufunc_asm_* files based on the cpu type, not which config file | Andrew Turner | 2015-03-29 | 1 | -1/+0 |
| * | Remove the bootconfig parsing. We never used it and always passed either an | Andrew Turner | 2015-03-29 | 1 | -1/+1 |
| * | Use explicit initializer style, fill in missing functions as unimplemented. | Ian Lepore | 2015-01-21 | 1 | -43/+79 |
| * | For some reason, all the arm bus_space functions that work with uint16 | Ian Lepore | 2015-01-21 | 1 | -5/+4 |
| * | Revise the arm bus_space implementation to avoid dereferencing the tag on | Ian Lepore | 2015-01-21 | 1 | -10/+10 |
| * | Unify interrupts bit definition and usage. While here remove PSR_C_bit. | Andrew Turner | 2014-09-10 | 2 | -2/+4 |
| * | Do not hand the VM the memory used for stacks/page tables/etc. | Olivier Houchard | 2014-05-29 | 1 | -0/+4 |
| * | When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE. | Ian Lepore | 2014-05-10 | 1 | -1/+1 |
| * | Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c | Ian Lepore | 2014-03-10 | 1 | -1/+0 |
| * | Remove all traces of support for ARM chips prior to the arm9 series. We | Ian Lepore | 2014-03-09 | 1 | -3/+0 |
| * | The arm exception entry points currently vector through a function pointer | Ian Lepore | 2014-03-09 | 1 | -8/+0 |
| * | Update legacy platforms to use new arm_physmem helper routines. | Ian Lepore | 2014-02-09 | 1 | -30/+15 |
| * | It turns out a global variable is the only straightforward way to | Ian Lepore | 2014-02-09 | 1 | -0/+2 |
| * | Consolidate code related to setting up physical memory configuration into | Ian Lepore | 2014-02-08 | 1 | -3/+0 |
| * | Remove the ARM_USE_SMALL_ALLOC option and code related to it. | Ian Lepore | 2014-02-08 | 2 | -37/+0 |
| * | Call cpu_setup() from the initarm() routine on platforms that don't use | Ian Lepore | 2013-11-21 | 1 | -0/+1 |
| * | Move remaining code and data related to static device mapping into the | Ian Lepore | 2013-11-04 | 1 | -2/+3 |
| * | Hints-only devices should return BUS_PROBE_NOWILDCARD from their probe | Nathan Whitehorn | 2013-10-29 | 1 | -1/+1 |
| * | Sweep up a bit of arm-land fallout after r257244; include necessary | Ian Lepore | 2013-10-28 | 1 | -3/+4 |
| * | Increase the KVA available for xscale CPUs. | Olivier Houchard | 2013-10-17 | 1 | -1/+1 |
| * | Eliminate a redundant #include: machine/pmap.h is already included | Alan Cox | 2013-03-01 | 1 | -1/+0 |
| * | Complete r247297: | Attilio Rao | 2013-02-28 | 1 | -2/+0 |
| * | Initialize vm_max_kernel_address on non-FDT platforms. (This should have | Alan Cox | 2013-02-20 | 1 | -1/+2 |
| * | This isn't functionally identical. In some cases a hint to disable | Eitan Adler | 2012-10-22 | 1 | -0/+3 |
| * | Now that device disabling is generic, remove extraneous code from the | Eitan Adler | 2012-10-22 | 1 | -3/+0 |
| * | Create a common set_stackptrs in sys/arm/machdep.c. | Andrew Turner | 2012-09-22 | 1 | -11/+1 |
| * | Set machine correctly on ARM. This allows universe to use the correct world | Andrew Turner | 2012-08-18 | 1 | -0/+1 |
| * | Merging projects/armv6, part 1 | Oleksandr Tymoshenko | 2012-08-15 | 1 | -3/+0 |
| * | Move unmask IRQ function call up to nexus device level. | Oleksandr Tymoshenko | 2012-07-17 | 1 | -1/+0 |
| * | Remove some unused variables/externs that have been copied too many times... | Warner Losh | 2012-07-10 | 1 | -5/+0 |