summaryrefslogtreecommitdiffstats
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add parentheses where required. Without them, `sizeof LDBL_MAX'das2012-01-201-3/+3
* Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.das2012-01-161-1/+1
* Fix the definition of FLT_EVAL_METHOD and some minor bugs.das2012-01-161-4/+6
* Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support fordas2012-01-161-1/+5
* ARM pmap fixes:raj2011-12-151-2/+4
* Replace __signed by signed.ed2011-12-131-1/+1
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+2
* Fix 2 bugs :cognet2011-10-162-17/+19
* Remove unused define.kib2011-10-071-1/+0
* Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ andmarcel2011-10-041-0/+10
* Convert ARM to the syscallenter/syscallret system call sequence handlers.kib2011-10-041-0/+11
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* MFCattilio2011-05-131-0/+3
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-052-2/+2
* Make get_cyclecount(9) little bit more useful where binuptime(9) is used.jkim2011-03-141-1/+1
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
OpenPOWER on IntegriCloud