summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm/cpufunc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r278518: Resolve cache line size from CP15 instead of hard-coded 32.ian2015-05-231-0/+11
* MFC r266083, r267597:ian2015-02-131-0/+53
* MFC 265861, 265870:ian2014-05-181-0/+11
* MFC 264990, 264994, 265020, 265025:ian2014-05-171-1/+1
* MFC 263910, 263913, 263914, 263933, 263934, 263935, 263936, 263981, 263982,ian2014-05-171-1/+4
* MFC 263250, 263251, 263424, 263425, 263426, 263427, 263430, 263431ian2014-05-171-5/+9
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-171-1081/+5
* MFC r262534, r262548, r262549, r262552, r262568, r262581, r262583, r262584,ian2014-05-161-1/+1
* MFC r262409, r262411, r262413, r262420, r262426, r262427, r262440, r262456,ian2014-05-161-0/+16
* MFC r258359, r258742, r258845, r259936, r259640ian2014-05-141-5/+6
* MFC r257170, r257171, r257172, r257240, r257278, r257279, r257280, r257281,ian2014-05-141-112/+2
* MFC r257199, r257200, r257217:ian2013-12-131-2/+2
* Add identification for Cortex-A7 (R0) cores.ganbold2013-08-011-1/+2
* Add identification for Cortex-A15 (R0) cores.ray2013-06-281-1/+2
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-271-1/+2
* Use armv7_drain_writebuf() and armv7_context_switch, instead of the arm11cognet2013-01-151-2/+2
* Replace generic ARM11 option with more specificgonzo2012-12-201-45/+177
* Don't include arm/xscale/i8134x/i81342reg.h when we're compiling LINT.marcel2012-11-271-1/+7
* Make it clear the L2 ops are filled for any cpu using a PL310 cache, not justcognet2012-11-141-1/+2
* Use the arrmv7 version for flushID too, as it does something different for SMP.cognet2012-11-141-1/+1
* Support identification of new PJ4B cores.gber2012-09-141-2/+3
* Add support for ARM11 cpufuncgonzo2012-08-261-17/+86
* Merging projects/armv6, part 1gonzo2012-08-151-76/+450
* Final whitespace trim.imp2012-06-131-17/+17
* Add basic cpu_sleep() support for Marvell SoCs. This drops my SheevaPlug'smav2010-09-181-1/+4
* Add support for FA626TE.kevlo2010-05-041-51/+48
* Show the cpu info for fa526kevlo2010-02-201-1/+2
* Add support for Cavium Econa CNS11XX ARM boards. These boards wererpaulo2010-01-041-1/+139
* Remove remaining bits of performance counter support.rpaulo2009-10-031-24/+0
* Remove performance counter headers. This code came from NetBSD, but ourrpaulo2009-10-021-29/+0
* Make dcache_inv_range() point to the proper routines on ARM9 and ARM9E/ARM10.raj2009-07-211-2/+2
* - Add support for PXA270 cpu.stas2009-05-051-0/+1
* Fix confusing naming of Marvell ARM CPU specific routines.raj2009-01-091-13/+13
* Merge WIP from p4:sam2008-12-131-1/+1
* Introduce low-level support for new Marvell core CPUs: 88FR131, 88FR571.raj2008-10-131-3/+90
* Fixes for ARM9/ARM10 :cognet2007-11-281-1/+4
* Add entries for the L2 cache-related functions for armv5.cognet2007-11-081-0/+5
* Don't define get_cachetype() for CPU_ARM9E unless it's going to be used.kevlo2007-10-311-1/+1
* Merge support from p4 (from NetBSD) for arm9e and arm10, arm11 cores. Notimp2007-10-181-4/+124
* Add cast to silent gcc warnings.cognet2007-08-071-24/+24
* Add a new set of functions to handle L2 cache. Make them no-op for everycognet2007-07-271-7/+47
* Use uma_set_align().cognet2007-02-111-13/+17
* First bits of Xscale core 3 support (the VM bits are far from being optimalcognet2006-11-301-0/+4
* Gateworks Avila board support:sam2006-11-191-1/+0
* Identify the xscale 81342.cognet2006-11-071-5/+77
* style(9) cleanup.kevlo2006-10-211-3/+0
* Finally bring it support for the i80219 XScale processor.cognet2006-08-241-15/+26
* MFp4: Use CPU_CONTROL_ROUNDROBIN for arm9, it seems to give marginallycognet2006-04-091-1/+2
* Remove bits specific to CPUs we won't support (< armv4).cognet2005-05-251-328/+10
* MFp4: Setup arm9 to write back by default.cognet2005-05-241-13/+17
OpenPOWER on IntegriCloud