| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997, | ian | 2014-05-17 | 8 | -450/+25 |
* | MFC 257774, 256760, 262916, 262905, 262918, 262919, 262920, 262921, 262924, | ian | 2014-05-17 | 4 | -7/+7 |
* | MFC r262534, r262548, r262549, r262552, r262568, r262581, r262583, r262584, | ian | 2014-05-16 | 2 | -0/+2 |
* | MFC r257854 (discussed with alc@) | ian | 2014-05-16 | 1 | -6/+11 |
* | MFC r262409, r262411, r262413, r262420, r262426, r262427, r262440, r262456, | ian | 2014-05-16 | 2 | -0/+12 |
* | MFC r261982, r261987, r262123, r262244, r262278, r262280, r262353, r262354, | ian | 2014-05-15 | 1 | -2/+2 |
* | MFC r261917, r261918, r261919, r261920, r261921, r261922 | ian | 2014-05-15 | 1 | -0/+1 |
* | MFC r261803, r261808, r261814, r261815, r261816, r261817, r261818, r261826, | ian | 2014-05-15 | 1 | -0/+2 |
* | MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663, | ian | 2014-05-15 | 3 | -3/+97 |
* | MFC r257549, r261642 | ian | 2014-05-15 | 3 | -62/+8 |
* | MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565, | ian | 2014-05-15 | 2 | -1/+2 |
* | MFC r261414, r261415, r261417, r261418, r261419 | ian | 2014-05-15 | 2 | -11/+27 |
* | MFC r261137, r261393 | ian | 2014-05-15 | 2 | -13/+18 |
* | MFC r260440, r260441, r260447, r260490, r260493 | ian | 2014-05-14 | 1 | -0/+3 |
* | MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323, | ian | 2014-05-14 | 4 | -10/+7 |
* | MFC r260161, r260163, r260165, r260166, r260189 | ian | 2014-05-14 | 1 | -0/+3 |
* | MFC r258359, r258742, r258845, r259936, r259640 | ian | 2014-05-14 | 5 | -4/+9 |
* | MFC r256707, r256708, r257291, r258358 | ian | 2014-05-14 | 1 | -4/+12 |
* | MFC r257170, r257171, r257172, r257240, r257278, r257279, r257280, r257281, | ian | 2014-05-14 | 2 | -14/+1 |
* | MFC r263998: | tijl | 2014-04-15 | 1 | -2/+2 |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 1 | -1/+1 |
* | MFC r257669, r257672, r257673, r257676, r257678: | ian | 2013-12-14 | 3 | -7/+53 |
* | MFC r257648, r257649, r257660: | ian | 2013-12-13 | 4 | -23/+78 |
* | MFC r257201, r257202 | ian | 2013-12-13 | 1 | -5/+0 |
* | MFC r257199, r257200, r257217: | ian | 2013-12-13 | 6 | -6/+6 |
* | On ARM EABI double precision floating point values are stored in the | andrew | 2013-09-07 | 1 | -1/+1 |
* | Fix of r255318: move sf_buf_alloc()/sf_buf_free() out of #ifdef | glebius | 2013-09-07 | 1 | -3/+4 |
* | Fix build with gcc. Move sf_buf_alloc()/sf_buf_free() declarations | glebius | 2013-09-06 | 1 | -0/+2 |
* | Introduce superpages support for ARMv6/v7. | raj | 2013-08-26 | 3 | -9/+43 |
* | Provide settings for superpage reservation system on ARM. | raj | 2013-08-26 | 1 | -2/+9 |
* | Do not use pv_kva on ARMv6/v7 and save some space on each vm_page. It's only | raj | 2013-08-19 | 1 | -0/+2 |
* | Clear all L2 PTE protection bits before their configuration. | raj | 2013-08-19 | 1 | -1/+1 |
* | Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. This | andrew | 2013-08-17 | 1 | -1/+1 |
* | Remove fpe_sp_state as we don't support fpe. | andrew | 2013-08-17 | 2 | -13/+0 |
* | Instead of just trying to do it for arm, make sure vm_kmem_size is properly | cognet | 2013-08-09 | 1 | -2/+2 |
* | Make sure vm_kmem_size is aligned on a page boundary, since that's what vmem | cognet | 2013-08-09 | 1 | -2/+2 |
* | When entering exception handlers we may not have an aligned stack. This is | andrew | 2013-08-05 | 2 | -4/+14 |
* | Add identification for Cortex-A7 (R0) cores. | ganbold | 2013-08-01 | 1 | -0/+1 |
* | Explicitely include <machine/pcb.h>, so that we get the definition of | cognet | 2013-07-29 | 1 | -0/+1 |
* | Define KDB_STOPPEDPCB, so that we can access the backtraces of threads running | cognet | 2013-07-29 | 2 | -0/+5 |
* | Revert r253748,253749 | avg | 2013-07-28 | 1 | -3/+2 |
* | put contents of cpu.h under _KERNEL | avg | 2013-07-28 | 1 | -2/+3 |
* | Start adding support to build bits of our code using the Thumb-2 | andrew | 2013-07-20 | 1 | -9/+26 |
* | Fix issues with zeroing and fetching the counters, on x86 and ppc64. | kib | 2013-07-01 | 1 | -0/+40 |
* | Bump max number of IRQs for Cortex-Ax family to cover Exynos5 requirement. | ray | 2013-06-28 | 1 | -1/+1 |
* | Add identification for Cortex-A15 (R0) cores. | ray | 2013-06-28 | 1 | -0/+1 |
* | Add UNWINDSVCFRAME to provide the unwind pseudo ops to allow us to unwind | andrew | 2013-06-27 | 1 | -1/+10 |
* | Fix the vfp code to work with the 16 register variants of the VFP unit. We | andrew | 2013-06-13 | 1 | -1/+3 |
* | Merge in changes from NetBSD: | andrew | 2013-06-08 | 1 | -17/+25 |
* | Reduce the difference to NetBSD. | andrew | 2013-06-07 | 1 | -25/+27 |