summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Stop using PVF_MOD, PVF_REF & PVF_EXEC flags in pv_entry, use PTE.gber2013-05-231-0/+1
* Improve, optimize and clean-up ARMv6/v7 memory management related code.gber2013-05-231-1/+0
* Switch to AP[2:1] access permissions model. Store "referenced"gber2013-05-232-3/+20
* Port the new PV entry allocator from amd64/i386/mips to armv6/v7.gber2013-05-141-2/+25
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inattilio2013-05-072-7/+4
* Fix L2 PTE access permissions management.gber2013-05-061-1/+1
* Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.wkoszek2013-04-271-0/+1
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* Merge from projects/counters: counter(9).glebius2013-04-081-0/+54
* Merge from projects/counters:glebius2013-04-081-3/+4
* Hide non-assembler bits behind #ifndef __ASSEMBLER__andrew2013-04-061-0/+3
* Add userland access to at91 gpio functionality via ioctl calls. Also,ian2013-03-291-0/+108
* Add a couple forward declarations, so that board support routines don't haveian2013-03-291-3/+5
* o Switch to use physical addresses in rman for FDT.ray2013-03-181-1/+1
* Add a macro that gets the physical address of a memory mapped deviceian2013-03-171-0/+8
* Add an END macro to ARM. This is mostly used to tell gas where the boundsandrew2013-03-161-1/+13
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+2
* Don't use an empty struct.cognet2013-03-111-0/+1
* __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH inandrew2013-03-091-1/+1
* Fix stack alignment in the kernel to be on an 8 byte boundary as requiredandrew2013-03-061-1/+5
* Move some virtual memory constants to the top of the file where they are onandrew2013-03-021-21/+25
* Increase the maximum text size on ARM to 64MiB. Without this clang would beandrew2013-03-011-1/+3
* Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.)alc2013-03-011-0/+4
* Export vfp_init() prototype, for use in the MP code.cognet2013-02-261-0/+1
* Be more conservative in auto-sizing and capping the kmem submap. Inalc2013-02-261-3/+3
OpenPOWER on IntegriCloud