summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-1/+1
* Place a cap on the size of the kernel's heap, also known as the kmemalc2013-02-181-0/+8
* On arm, like sparc64, the end of the kernel map varies from one type ofalc2013-02-181-1/+3
* Add VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for all ARM platforms.andre2013-02-011-2/+5
* Eliminate the need for an intermediate array of indices into the arrays ofian2013-01-191-0/+1
* * Correct KINFO_PROC_SIZE for ARM EABI.andrew2013-01-171-0/+6
* Don't define rel/acq variants of some atomic operations as the regularcognet2013-01-151-13/+12
* Use get_pcpu() instead of using pcpup, as it's wrong for SMP.cognet2013-01-091-2/+2
* Switch default cache type for ARMv6/ARMv7 from write-through togonzo2013-01-081-1/+1
* Implement barriers for AMRv6 and ARMv7gonzo2013-01-071-3/+19
* Only work around errata when we are on a part where the erratum applies.andrew2013-01-061-0/+1
* Add hw.board.serial and hw.board.revision for exporting board-specific infogonzo2013-01-051-0/+4
* Document the known values of the RTL release field in the cache is registerandrew2013-01-011-0/+8
* PL310 driver update:gonzo2012-12-311-1/+122
* Replace generic ARM11 option with more specificgonzo2012-12-204-5/+48
* Fix misleading commentgonzo2012-12-201-1/+1
* Properly implement pmap_[get|set]_memattrcognet2012-12-192-3/+5
* Don't define intr_disable and intr_restore as macros. The macrosmarcel2012-11-271-8/+24
* Merge the FDT versions of initarm.andrew2012-11-031-0/+4
* Fix the clobber list on the atomic operators that do comparisons. Withoutandrew2012-10-011-15/+17
* Eliminate an unused declaration.alc2012-09-291-2/+0
* Implementing pmap_kextract(va) as pmap_extract(kernel_pmap, va) isalc2012-09-271-2/+2
* Pull out the SoC specific parts of initarm into separate functionsandrew2012-09-231-0/+5
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-0/+11
* Add support for MSI in interrupt controlller.gber2012-09-141-1/+6
OpenPOWER on IntegriCloud