summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-178-450/+25
* MFC 257774, 256760, 262916, 262905, 262918, 262919, 262920, 262921, 262924,ian2014-05-174-7/+7
* MFC r262534, r262548, r262549, r262552, r262568, r262581, r262583, r262584,ian2014-05-162-0/+2
* MFC r257854 (discussed with alc@)ian2014-05-161-6/+11
* MFC r262409, r262411, r262413, r262420, r262426, r262427, r262440, r262456,ian2014-05-162-0/+12
* MFC r261982, r261987, r262123, r262244, r262278, r262280, r262353, r262354,ian2014-05-151-2/+2
* MFC r261917, r261918, r261919, r261920, r261921, r261922ian2014-05-151-0/+1
* MFC r261803, r261808, r261814, r261815, r261816, r261817, r261818, r261826,ian2014-05-151-0/+2
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-153-3/+97
* MFC r257549, r261642ian2014-05-153-62/+8
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-152-1/+2
* MFC r261414, r261415, r261417, r261418, r261419ian2014-05-152-11/+27
* MFC r261137, r261393ian2014-05-152-13/+18
* MFC r260440, r260441, r260447, r260490, r260493ian2014-05-141-0/+3
* MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323,ian2014-05-144-10/+7
* MFC r260161, r260163, r260165, r260166, r260189ian2014-05-141-0/+3
* MFC r258359, r258742, r258845, r259936, r259640ian2014-05-145-4/+9
* MFC r256707, r256708, r257291, r258358ian2014-05-141-4/+12
* MFC r257170, r257171, r257172, r257240, r257278, r257279, r257280, r257281,ian2014-05-142-14/+1
* MFC r263998:tijl2014-04-151-2/+2
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* MFC r257669, r257672, r257673, r257676, r257678:ian2013-12-143-7/+53
* MFC r257648, r257649, r257660:ian2013-12-134-23/+78
* MFC r257201, r257202ian2013-12-131-5/+0
* MFC r257199, r257200, r257217:ian2013-12-136-6/+6
* On ARM EABI double precision floating point values are stored in theandrew2013-09-071-1/+1
* Fix of r255318: move sf_buf_alloc()/sf_buf_free() out of #ifdefglebius2013-09-071-3/+4
* Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarationsglebius2013-09-061-0/+2
* Introduce superpages support for ARMv6/v7.raj2013-08-263-9/+43
* Provide settings for superpage reservation system on ARM.raj2013-08-261-2/+9
* Do not use pv_kva on ARMv6/v7 and save some space on each vm_page. It's onlyraj2013-08-191-0/+2
* Clear all L2 PTE protection bits before their configuration.raj2013-08-191-1/+1
* Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. Thisandrew2013-08-171-1/+1
* Remove fpe_sp_state as we don't support fpe.andrew2013-08-172-13/+0
* Instead of just trying to do it for arm, make sure vm_kmem_size is properlycognet2013-08-091-2/+2
* Make sure vm_kmem_size is aligned on a page boundary, since that's what vmemcognet2013-08-091-2/+2
* When entering exception handlers we may not have an aligned stack. This isandrew2013-08-052-4/+14
* Add identification for Cortex-A7 (R0) cores.ganbold2013-08-011-0/+1
* Explicitely include <machine/pcb.h>, so that we get the definition ofcognet2013-07-291-0/+1
* Define KDB_STOPPEDPCB, so that we can access the backtraces of threads runningcognet2013-07-292-0/+5
* Revert r253748,253749avg2013-07-281-3/+2
* put contents of cpu.h under _KERNELavg2013-07-281-2/+3
* Start adding support to build bits of our code using the Thumb-2andrew2013-07-201-9/+26
* Fix issues with zeroing and fetching the counters, on x86 and ppc64.kib2013-07-011-0/+40
* Bump max number of IRQs for Cortex-Ax family to cover Exynos5 requirement.ray2013-06-281-1/+1
* Add identification for Cortex-A15 (R0) cores.ray2013-06-281-0/+1
* Add UNWINDSVCFRAME to provide the unwind pseudo ops to allow us to unwindandrew2013-06-271-1/+10
* Fix the vfp code to work with the 16 register variants of the VFP unit. Weandrew2013-06-131-1/+3
* Merge in changes from NetBSD:andrew2013-06-081-17/+25
* Reduce the difference to NetBSD.andrew2013-06-071-25/+27
OpenPOWER on IntegriCloud