aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/cpufunc.h
Commit message (Expand)AuthorAgeFilesLines
* Remove arm's cpuconf.h, and references to it, after moving a few lines fromIan Lepore2017-01-161-1/+0
* Remove armadaxp_idcache_wbinv_all, it's a static function in the ELFAndrew Turner2016-10-251-2/+0
* Remove arm11x6_setttb and armv7_setttb as they are unused. While hereAndrew Turner2016-10-251-2/+0
* ARM: SEV/WFE instructions are implemented starting from ARMv6K,Michal Meloun2016-10-061-1/+0
* We don't use cpu_control on armv6, remove the macro there.Andrew Turner2016-10-051-2/+1
* ARM: Remove next bunch of unused cpu_functions from ARMv6.Michal Meloun2016-10-051-2/+2
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-041-1/+2
* Remove unused functions on armv6. Some of the cache handling code is stillAndrew Turner2016-10-031-28/+0
* Remove the parts of cpu_functions from armv6 that are unused on thatAndrew Turner2016-10-031-1/+6
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsMichal Meloun2016-02-051-0/+6
* ARM: Don't use ugly (and hidden) global variable, control register isMichal Meloun2016-02-041-0/+1
* ARM: Consistently use cpu_setttb() instead of setttb().Michal Meloun2016-02-031-3/+0
* ARM: Replace only once used cpu_icache_sync_all() by ranged equivalent.Michal Meloun2016-02-031-10/+2
* ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't singleMichal Meloun2016-02-031-7/+4
* ARM: All remaining functions in cpufunc_asm_arm10.S are identical withMichal Meloun2016-02-021-8/+4
* ARM: Remove last unused function, cpu_flush_prefetchbuf(),Michal Meloun2016-02-021-4/+0
* ARM: Remove never used cpu_tlb_flushI and cpu_tlb_flushI_SE() functionsMichal Meloun2016-02-011-9/+0
* ARM: cpufunc_domains, cpufunc_faultstatus and cpufunc_faultaddressMichal Meloun2016-01-311-13/+4
* ARM: Next round of cpufunc.* cleaning. Nobody uses flush_brnchtgt* functions,Michal Meloun2016-01-311-6/+0
* ARM: First round of cpufunc.* cleaning. All abort_fixup functions areMichal Meloun2016-01-311-12/+0
* ARM: Remove TLB IPI.Michal Meloun2016-01-301-47/+0
* ARM: Remove outdated katelib.h.Michal Meloun2015-12-151-1/+0
* ARM: Refactor interrupt_enable/disable/restore.Michal Meloun2015-11-101-25/+32
* ARM: Remove trailing whitespace from sys/arm/includeMichal Meloun2015-11-101-6/+6
* It appears to be armv7_sleep is a duplication of armv7_cpu_sleep.Ganbold Tsagaankhuu2015-05-151-1/+0
* Remove support for CPU_XSCALE_80200. None of our configs support it, andAndrew Turner2015-03-301-3/+3
* Remove support for CPU_FA626TE. It's unused by any of our kernel configs.Andrew Turner2015-03-301-2/+2
* pj4b_config and pj4bv7_setup are only used when CPU_MV_PJ4B is defined.Andrew Turner2015-03-291-2/+4
* Remove arm1136 support. We don't have any configs that use it, and I don'tAndrew Turner2015-03-291-5/+1
* Remove the bootconfig parsing. We never used it and always passed either anAndrew Turner2015-03-291-10/+10
* Remove unused cpufunc arm11 and armv6 code. While here only define theAndrew Turner2015-03-291-29/+21
* Remove unused arm10_* functions. The remaining functions are only used inAndrew Turner2015-03-291-18/+0
* Remove support for CPU_ARM10. No kernel configs could possibly use this asAndrew Turner2015-03-291-23/+3
* Initial version of DTrace on ARM32.George V. Neville-Neil2015-02-101-1/+1
* Eliminate an unused macro whose name clashes now with a function in theIan Lepore2014-12-281-1/+0
* Delete obsolete and unused PJ4B CPU functionsZbigniew Bodek2014-05-251-9/+0
* Add cpu_l2cache_drain_writebuf(), use it to implement generic_bs_barrier().Ian Lepore2014-05-111-0/+2
* Make this declaration into a proper function prototype.Ian Lepore2014-04-291-1/+1
* Provide a proper armv7 implementation of icache_sync_all rather thanIan Lepore2014-04-271-0/+1
* Remove all traces of support for ARM chips prior to the arm9 series. WeIan Lepore2014-03-091-106/+0
* Add an armv7 implementation of cpu_sleep(). The arm11/armv6 implementationIan Lepore2014-02-281-0/+1
* Add a new cache maintenance function, idcache_inv_all, to the table, andIan Lepore2014-02-241-0/+11
* Add identification and necessary type checks for Krait CPU cores. Krait CPU i...Ganbold Tsagaankhuu2013-12-201-2/+2
* Switch off explicit broadcasting of the TLB flush operations for PJ4B CPUZbigniew Bodek2013-10-281-1/+1
* Remove not working and deprecated PJ4Bv6 supportZbigniew Bodek2013-10-281-9/+0
* Replace generic ARM11 option with more specificOleksandr Tymoshenko2012-12-201-1/+17
* Don't define intr_disable and intr_restore as macros. The macrosMarcel Moolenaar2012-11-271-8/+24
* Add support for ARM11 cpufuncOleksandr Tymoshenko2012-08-261-0/+7
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-2/+101
* trim trailing whitespaceWarner Losh2012-06-131-4/+4