aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Fix comment about what board this is really for left over from earlyWarner Losh2012-05-021-5/+1
* The PIT is really 16 bytes long (0x10) not 10 bytes long. Doesn'tWarner Losh2012-05-021-1/+1
* - Add missing locking in at91_usart_getc().Marius Strobl2012-05-011-117/+157
* Add a convenience macro for the returns_twice attribute, and apply it toDimitry Andric2012-04-291-1/+1
* - Disable MMU before reconfiguring the pagetables in the trampoline code.Stanislav Sedov2012-04-251-0/+11
* Interrupts must be disabled while handling a partial cache line flush,Marius Strobl2012-04-221-20/+27
* - Add support for MCI1 revision 2xx controllers and a work-around for theirMarius Strobl2012-04-222-7/+51
* Replace the C implementation of __aeabi_read_tp with an assembly version.Andrew Turner2012-04-162-0/+7
* Generate an obviously missing STOP when having finished transmitting data.Marius Strobl2012-04-141-0/+1
* Add support for the Atmel SAM9XE familiy of microcontrollers, whichMarius Strobl2012-04-141-5/+9
* Add support for the Atmel SAM9XE familiy of microcontrollers, whichMarius Strobl2012-04-148-14/+40
* - Try to bring these files closer to style(9).Marius Strobl2012-04-1412-208/+236
* - Revert part of r234005, which I did not intend to commit.Stanislav Sedov2012-04-071-1/+1
* - Add kernel config file for QEMU-emulated gumstix board.Stanislav Sedov2012-04-072-1/+93
* - Add new ARM kernel option QEMU_WORKAROUNDS which can beStanislav Sedov2012-04-071-2/+18
* Add software PMC support.Fabien Thomas2012-03-281-1/+1
* Remove pty(4) from our kernel configurations.Ed Schouten2012-03-2121-22/+0
* Fix error check.Rafal Jaworowski2012-03-151-1/+1
* Disable the option VFS_ALLOW_NONMPSAFE by default on all the supportedAttilio Rao2012-03-061-2/+0
* Remove unused #defines. All this is now retrieved from the device tree.Rafal Jaworowski2012-03-041-126/+0
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedJohn Baldwin2012-03-011-5/+5
* Make sure we do not provide the page 0 to the VM. It can't handle it properly,Olivier Houchard2012-02-292-5/+15
* Add C11 macros describing subnormal numbers to float.h.David Schultz2012-01-231-0/+16
* TDF_* flags should be used with td_flags field and TDP_* flags should be usedPawel Jakub Dawidek2012-01-221-1/+1
* Add parentheses where required. Without them, `sizeof LDBL_MAX'David Schultz2012-01-201-3/+3
* Fix the value of float_t to match what is implied by FLT_EVAL_METHOD.David Schultz2012-01-161-1/+1
* Fix the definition of FLT_EVAL_METHOD and some minor bugs.David Schultz2012-01-161-4/+6
* Implement FLT_ROUNDS for arm. Some (all?) arm FPUs lack support forDavid Schultz2012-01-161-1/+5
* Remove spurious 8bit chars, turning files into plain ASCII.Ulrich Spörlein2012-01-152-2/+2
* Add missing options so modules build/load correctly.Adrian Chadd2012-01-051-0/+3
* Fix header pollution, possibly unbreaking the build of cfi_bus_ixp4xx.cMarius Strobl2011-12-313-1/+6
* ARM pmap fixes:Rafal Jaworowski2011-12-152-2/+5
* Eliminate vestiges of page coloring.Alan Cox2011-12-151-3/+1
* Make *intr{cnt,names} on ARM reside in data section, similar to other arches.Rafal Jaworowski2011-12-141-2/+1
* Implement better support for USB controller suspend and resume.Hans Petter Selasky2011-12-142-52/+11
* Replace __signed by signed.Ed Schouten2011-12-131-1/+1
* Fix OF_finddevice error return value in case of FDT.Jayachandran C.2011-12-022-8/+8
* Rename device_delete_all_children() into device_delete_children().Hans Petter Selasky2011-11-223-3/+3
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-226-16/+6
* Initial version of cesa(4) driver for Marvell crypto engine and securityRafal Jaworowski2011-11-193-0/+9
* Move the device_delete_all_children() function from usb_util.cHans Petter Selasky2011-11-191-7/+1
* Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default onAttilio Rao2011-11-081-0/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-074-4/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-073-3/+4
* - Import the common MII bitbang'ing code from NetBSD and convert drivers toMarius Strobl2011-11-011-0/+1
* Check the return value of BUS_SETUP_INTR()Kevin Lo2011-10-276-13/+32
* People porting FreeBSD to new architectures ought not have toDavid Schultz2011-10-211-0/+2
* Trace attempts to call restricted MD syscalls.Dag-Erling Smørgrav2011-10-181-0/+4
* Fix 2 bugs :Olivier Houchard2011-10-162-17/+19
* Explicitely set ARM_RAS_START and ARM_RAS_END once the cacheline or theOlivier Houchard2011-10-161-0/+2