| Commit message (Expand) | Author | Age | Files | Lines |
| * | arm: Remove support for Armv6 CPU cores | Andrew Turner | 2024-09-11 | 1 | -3/+0 |
| * | arm: Update declarations for arm_dcache_align{,_mask} | Mark Johnston | 2023-11-02 | 1 | -2/+2 |
| * | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | Consistently provide ffs/fls using builtins | Mitchell Horne | 2023-07-06 | 1 | -57/+0 |
| * | Remove unused functions and variables in cpufunc.[ch]. | Michal Meloun | 2020-12-14 | 1 | -16/+0 |
| * | Remove remaining fragments of code for older already ceased ARM versions. | Michal Meloun | 2020-11-29 | 1 | -37/+0 |
| * | Remove the pre-ARMv6 and pre-INTRNG code. | Michal Meloun | 2020-11-29 | 1 | -123/+0 |
| * | arm: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
| * | Implement the ffs and fls functions, and their longer counterparts, in | Doug Moore | 2019-05-28 | 1 | -0/+58 |
| * | Remove cpu_pfr from arm. It's unused. | Andrew Turner | 2018-08-14 | 1 | -1/+0 |
| * | Use the cp15 functions to read cp15 registers rather than using assembly | Andrew Turner | 2018-07-28 | 1 | -4/+0 |
| * | Make the arm cpu setup functions static. Any other place that needs these | Andrew Turner | 2018-07-28 | 1 | -7/+0 |
| * | Remove old CPU_ values from the arm cpufunc code. These have been removed. | Andrew Turner | 2018-07-28 | 1 | -110/+1 |
| * | Revert r336773: it removed too much. | Warner Losh | 2018-07-27 | 1 | -1/+67 |
| * | Remove xscale support | Warner Losh | 2018-07-27 | 1 | -67/+1 |
| * | Remove the dead code from ARM cpufunc_* files. | Michal Meloun | 2018-07-18 | 1 | -13/+0 |
| * | Remove kernel support for armeb | Warner Losh | 2018-07-17 | 1 | -5/+3 |
| * | Export a breakpoint() function to userland for arm and arm64. | John Baldwin | 2018-07-06 | 1 | -1/+14 |
| * | sys/arm: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Remake support for SMP kernel on UP cpu: | Michal Meloun | 2017-02-02 | 1 | -2/+1 |
| * | Remove arm's cpuconf.h, and references to it, after moving a few lines from | Ian Lepore | 2017-01-16 | 1 | -1/+0 |
| * | Remove armadaxp_idcache_wbinv_all, it's a static function in the ELF | Andrew Turner | 2016-10-25 | 1 | -2/+0 |
| * | Remove arm11x6_setttb and armv7_setttb as they are unused. While here | Andrew Turner | 2016-10-25 | 1 | -2/+0 |
| * | ARM: SEV/WFE instructions are implemented starting from ARMv6K, | Michal Meloun | 2016-10-06 | 1 | -1/+0 |
| * | We don't use cpu_control on armv6, remove the macro there. | Andrew Turner | 2016-10-05 | 1 | -2/+1 |
| * | ARM: Remove next bunch of unused cpu_functions from ARMv6. | Michal Meloun | 2016-10-05 | 1 | -2/+2 |
| * | Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP, | Andrew Turner | 2016-10-04 | 1 | -1/+2 |
| * | Remove unused functions on armv6. Some of the cache handling code is still | Andrew Turner | 2016-10-03 | 1 | -28/+0 |
| * | Remove the parts of cpu_functions from armv6 that are unused on that | Andrew Turner | 2016-10-03 | 1 | -1/+6 |
| * | ARM: Use new ARMv6 naming conventions for cache and TLB functions | Michal Meloun | 2016-02-05 | 1 | -0/+6 |
| * | ARM: Don't use ugly (and hidden) global variable, control register is | Michal Meloun | 2016-02-04 | 1 | -0/+1 |
| * | ARM: Consistently use cpu_setttb() instead of setttb(). | Michal Meloun | 2016-02-03 | 1 | -3/+0 |
| * | ARM: Replace only once used cpu_icache_sync_all() by ranged equivalent. | Michal Meloun | 2016-02-03 | 1 | -10/+2 |
| * | ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't single | Michal Meloun | 2016-02-03 | 1 | -7/+4 |
| * | ARM: All remaining functions in cpufunc_asm_arm10.S are identical with | Michal Meloun | 2016-02-02 | 1 | -8/+4 |
| * | ARM: Remove last unused function, cpu_flush_prefetchbuf(), | Michal Meloun | 2016-02-02 | 1 | -4/+0 |
| * | ARM: Remove never used cpu_tlb_flushI and cpu_tlb_flushI_SE() functions | Michal Meloun | 2016-02-01 | 1 | -9/+0 |
| * | ARM: cpufunc_domains, cpufunc_faultstatus and cpufunc_faultaddress | Michal Meloun | 2016-01-31 | 1 | -13/+4 |
| * | ARM: Next round of cpufunc.* cleaning. Nobody uses flush_brnchtgt* functions, | Michal Meloun | 2016-01-31 | 1 | -6/+0 |
| * | ARM: First round of cpufunc.* cleaning. All abort_fixup functions are | Michal Meloun | 2016-01-31 | 1 | -12/+0 |
| * | ARM: Remove TLB IPI. | Michal Meloun | 2016-01-30 | 1 | -47/+0 |
| * | ARM: Remove outdated katelib.h. | Michal Meloun | 2015-12-15 | 1 | -1/+0 |
| * | ARM: Refactor interrupt_enable/disable/restore. | Michal Meloun | 2015-11-10 | 1 | -25/+32 |
| * | ARM: Remove trailing whitespace from sys/arm/include | Michal Meloun | 2015-11-10 | 1 | -6/+6 |
| * | It appears to be armv7_sleep is a duplication of armv7_cpu_sleep. | Ganbold Tsagaankhuu | 2015-05-15 | 1 | -1/+0 |
| * | Remove support for CPU_XSCALE_80200. None of our configs support it, and | Andrew Turner | 2015-03-30 | 1 | -3/+3 |
| * | Remove support for CPU_FA626TE. It's unused by any of our kernel configs. | Andrew Turner | 2015-03-30 | 1 | -2/+2 |
| * | pj4b_config and pj4bv7_setup are only used when CPU_MV_PJ4B is defined. | Andrew Turner | 2015-03-29 | 1 | -2/+4 |
| * | Remove arm1136 support. We don't have any configs that use it, and I don't | Andrew Turner | 2015-03-29 | 1 | -5/+1 |
| * | Remove the bootconfig parsing. We never used it and always passed either an | Andrew Turner | 2015-03-29 | 1 | -10/+10 |