summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Pull out the common code to initialise proc0 & thread0 from initarm to aandrew2012-06-101-0/+1
* Minor rearrangement of the locore <-> initarm interface. Pass in aimp2012-06-031-6/+14
* Flush D and I caches after setting a breakpoint.gber2012-05-301-0/+3
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+2
* Soft PMC support for ARM.fabient2012-05-231-0/+6
* Add architecture dependent code to support NAND Framework on Marvell SoCs.gber2012-05-181-0/+1
* Fix the MACHINE_ARCH for big endian arm to be armeb.imp2012-05-061-0/+4
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Replace the C implementation of __aeabi_read_tp with an assembly version.andrew2012-04-162-0/+7
* - Revert part of r234005, which I did not intend to commit.stas2012-04-071-1/+1
* - Add kernel config file for QEMU-emulated gumstix board.stas2012-04-071-1/+1
* Add software PMC support.fabient2012-03-281-1/+1
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+16
OpenPOWER on IntegriCloud