summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r283479:dchagin2016-01-091-4/+0
* MFC r283033, r283062, r283066, r283069:ian2015-05-251-1/+0
* MFC r276247, r276333, r276334, r276335, r276336, r276340, r276350:ian2015-02-121-0/+3
* MFC r276187, r276190, r271422:ian2015-02-121-9/+13
* MFC r271394, r271398:ian2015-02-121-2/+2
* MFC r278001:kib2015-02-071-1/+1
* MFC r269646: Use a SYSINIT to init the array of interrupt names on arm.ian2014-08-171-1/+0
* MFC 265913, 265914:ian2014-05-181-10/+6
* MFC 263910, 263913, 263914, 263933, 263934, 263935, 263936, 263981, 263982,ian2014-05-171-0/+2
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-171-8/+0
* MFC 257774, 256760, 262916, 262905, 262918, 262919, 262920, 262921, 262924,ian2014-05-171-2/+1
* MFC 262695, 262708, 262709, 262710, 262711, 262728, 262870, 262877, 262880,ian2014-05-161-7/+5
* MFC r262534, r262548, r262549, r262552, r262568, r262581, r262583, r262584,ian2014-05-161-0/+24
* MFC r262409, r262411, r262413, r262420, r262426, r262427, r262440, r262456,ian2014-05-161-0/+4
* MFC r261982, r261987, r262123, r262244, r262278, r262280, r262353, r262354,ian2014-05-151-1/+0
* MFC r261786, r261789ian2014-05-151-2/+2
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-151-262/+34
* MFC r256672ian2014-05-151-3/+7
* MFC r257549, r261642ian2014-05-151-3/+0
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-151-14/+15
* MFC r261414, r261415, r261417, r261418, r261419ian2014-05-151-1/+1
* MFC r260440, r260441, r260447, r260490, r260493ian2014-05-141-2/+5
* MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323,ian2014-05-141-0/+1
* MFC r258392, r258412:ian2013-12-141-1/+6
* MFC r257669, r257672, r257673, r257676, r257678:ian2013-12-141-3/+4
* MFC r257648, r257649, r257660:ian2013-12-131-2/+2
* MFC r257199, r257200, r257217:ian2013-12-131-1/+1
* Fix a typo in a comment.rpaulo2013-08-311-1/+1
* Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. Thisandrew2013-08-171-1/+1
* Add the hw.floatingpoint sysctl to ARM to tell us if we have vfp supportandrew2013-04-051-0/+4
* MFCattilio2013-02-241-1/+8
|\
| * Add basic and not very reliable protection against going to sleep withmav2013-02-231-1/+8
* | MFCattilio2013-02-211-1/+1
|\ \ | |/
| * Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-1/+1
* | Fix other architectures and ZFS.attilio2013-02-211-0/+1
|/
* On arm, like sparc64, the end of the kernel map varies from one type ofalc2013-02-181-3/+2
* Eliminate the need for an intermediate array of indices into the arrays ofian2013-01-191-0/+1
* Add hw.board.serial and hw.board.revision for exporting board-specific infogonzo2013-01-051-2/+30
* Get reserved memory regions and exclude them from available memory mapgonzo2012-11-301-1/+71
* Remove print_kernel_section_addr(). All statements in that functionmarcel2012-11-271-13/+0
* Reduce differences between these two initarms a bit more.imp2012-11-081-5/+4
* Minor cosmetic changes to bring atmel's initarm and the defaultimp2012-11-071-12/+9
* Merge the FDT versions of initarm.andrew2012-11-031-0/+451
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-0/+13
* Call set_pcpu for ARMv6 architecture toogonzo2012-08-261-1/+1
* Merging projects/armv6, part 1gonzo2012-08-151-1/+34
* Fix a global shadowing problem when LINUX_BOOT_ABI was defined.imp2012-06-151-2/+2
* More Linux boot support. Create arm_dump_avail_init() to initializeimp2012-06-141-0/+41
* Add support for parsing Linux ATAGs such as you'd see from uboot orimp2012-06-141-23/+113
* Create default_parse_boot_param which, if FreeBSD /boot/loader supportimp2012-06-141-1/+42
OpenPOWER on IntegriCloud