summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Add C11 macros describing subnormal numbers to float.h.das2012-01-231-0/+16
* TDF_* flags should be used with td_flags field and TDP_* flags should be usedpjd2012-01-221-1/+1
* 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
* Remove spurious 8bit chars, turning files into plain ASCII.uqs2012-01-152-2/+2
* Add missing options so modules build/load correctly.adrian2012-01-051-0/+3
* Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.cmarius2011-12-313-1/+6
* ARM pmap fixes:raj2011-12-152-2/+5
* Eliminate vestiges of page coloring.alc2011-12-151-3/+1
* Make *intr{cnt,names} on ARM reside in data section, similar to other arches.raj2011-12-141-2/+1
* Implement better support for USB controller suspend and resume.hselasky2011-12-142-52/+11
* Replace __signed by signed.ed2011-12-131-1/+1
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-022-8/+8
* Rename device_delete_all_children() into device_delete_children().hselasky2011-11-223-3/+3
* - There's no need to overwrite the default device method with the defaultmarius2011-11-226-16/+6
* Initial version of cesa(4) driver for Marvell crypto engine and securityraj2011-11-193-0/+9
* Move the device_delete_all_children() function from usb_util.chselasky2011-11-191-7/+1
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onattilio2011-11-081-0/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-074-4/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-073-3/+4
* - Import the common MII bitbang'ing code from NetBSD and convert drivers tomarius2011-11-011-0/+1
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-276-13/+32
* People porting FreeBSD to new architectures ought not have todas2011-10-211-0/+2
* Trace attempts to call restricted MD syscalls.des2011-10-181-0/+4
* Fix 2 bugs :cognet2011-10-162-17/+19
* Explicitely set ARM_RAS_START and ARM_RAS_END once the cacheline or thecognet2011-10-161-0/+2
* Name these gpio pins better, they are on an external PLD and not the same asthompsa2011-10-121-5/+5
* Dont just set the pin high when turning on output, use the current value. Alsothompsa2011-10-121-9/+38
* Remove unused define.kib2011-10-071-1/+0
* Add missing newbus glue, this has never attached properly to gpiobus.thompsa2011-10-051-0/+5
* Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ andmarcel2011-10-041-0/+10
* Fix build when DEBUG is defined in the kernel configuration file (e.g.marcel2011-10-042-6/+0
* Include opt_* headers first. Otherwise we can end up with redefinedmarcel2011-10-041-7/+7
* Fix build when DEBUG is defined (e.g. for LINT).marcel2011-10-041-23/+4
* Convert ARM to the syscallenter/syscallret system call sequence handlers.kib2011-10-043-81/+62
* Remove pointless semicolons after labelkevlo2011-09-308-10/+10
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.brueffer2011-09-115-5/+5
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-16/+16
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-21/+4
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-091-27/+27
* Change all the sample kernel configurations to usermacklem2011-08-0722-56/+56
* Fix for arm and mips case the size of storage for sintrcnt/sintrnames.attilio2011-08-022-3/+3
* Add the possibility to specify from kernel configs MAXCPU value.attilio2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-182-13/+10
* Do not call platform_gpio_init() early. It doesn't work because we domarcel2011-07-152-26/+2
* Set preload_addr_relocate accordingly so that preloaded modules andmarcel2011-07-151-0/+1
* In pmap_protect(), don't call vm_page_dirty() if the page is unmanaged.marcel2011-07-151-3/+6
OpenPOWER on IntegriCloud