summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for Armada XP A0.gber2012-09-141-0/+2
* Support identification of new PJ4B cores.gber2012-09-141-2/+3
* Eliminate an unused macro.alc2012-09-071-7/+0
* Add support for ARM11 cpufuncgonzo2012-08-261-0/+7
* Piggyback MIPS changes and add ARM syscons support for devices withgonzo2012-08-251-0/+71
* ARM11 might have more then 32 interrupts, e.g. BCM2835: 72 interruptsgonzo2012-08-251-0/+2
* Merging projects/armv6, part 1gonzo2012-08-1519-161/+1196
* Revert committal of local change accidentally swept up in r238329.imp2012-07-101-3/+1
* Remove some unused variables/externs that have been copied too many times...imp2012-07-101-1/+3
* Create a generic way to support multiple boards within animp2012-07-071-0/+62
* Make the wchar_t type machine dependent.andrew2012-06-242-6/+10
* Implement mechanism to export some kernel timekeeping data tokib2012-06-221-0/+34
* Reserve AT_TIMEKEEP auxv entry for providing usermode the pointer tokib2012-06-221-0/+1
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+1
* Defines for parsing linux ATAGs lists.imp2012-06-141-0/+129
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-0/+5
* Add support for parsing Linux ATAGs such as you'd see from uboot orimp2012-06-141-0/+2
* Create default_parse_boot_param which, if FreeBSD /boot/loader supportimp2012-06-141-3/+3
* Modify all the arm platform files to call parse_boot_param passing inimp2012-06-141-1/+4
* Add ARM callchain support for hwpmc.fabient2012-06-131-3/+11
* trim trailing whitespaceimp2012-06-1321-36/+33
OpenPOWER on IntegriCloud