| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Stop using PVF_MOD, PVF_REF & PVF_EXEC flags in pv_entry, use PTE. | gber | 2013-05-23 | 1 | -0/+1 |
* | Improve, optimize and clean-up ARMv6/v7 memory management related code. | gber | 2013-05-23 | 1 | -1/+0 |
* | Switch to AP[2:1] access permissions model. Store "referenced" | gber | 2013-05-23 | 2 | -3/+20 |
* | Port the new PV entry allocator from amd64/i386/mips to armv6/v7. | gber | 2013-05-14 | 1 | -2/+25 |
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | attilio | 2013-05-07 | 2 | -7/+4 |
* | Fix L2 PTE access permissions management. | gber | 2013-05-06 | 1 | -1/+1 |
* | Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port. | wkoszek | 2013-04-27 | 1 | -0/+1 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 1 | -1/+1 |
* | Merge from projects/counters: counter(9). | glebius | 2013-04-08 | 1 | -0/+54 |
* | Merge from projects/counters: | glebius | 2013-04-08 | 1 | -3/+4 |
* | Hide non-assembler bits behind #ifndef __ASSEMBLER__ | andrew | 2013-04-06 | 1 | -0/+3 |
* | Add userland access to at91 gpio functionality via ioctl calls. Also, | ian | 2013-03-29 | 1 | -0/+108 |
* | Add a couple forward declarations, so that board support routines don't have | ian | 2013-03-29 | 1 | -3/+5 |
* | o Switch to use physical addresses in rman for FDT. | ray | 2013-03-18 | 1 | -1/+1 |
* | Add a macro that gets the physical address of a memory mapped device | ian | 2013-03-17 | 1 | -0/+8 |
* | Add an END macro to ARM. This is mostly used to tell gas where the bounds | andrew | 2013-03-16 | 1 | -1/+13 |
* | Add pmap function pmap_copy_pages(), which copies the content of the | kib | 2013-03-14 | 1 | -0/+2 |
* | Don't use an empty struct. | cognet | 2013-03-11 | 1 | -0/+1 |