summaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Name these gpio pins better, they are on an external PLD and not the same asAndrew Thompson2011-10-121-5/+5
* Dont just set the pin high when turning on output, use the current value. AlsoAndrew Thompson2011-10-121-9/+38
* Remove unused define.Konstantin Belousov2011-10-071-1/+0
* Add missing newbus glue, this has never attached properly to gpiobus.Andrew Thompson2011-10-051-0/+5
* Properly guard definitions of DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ andMarcel Moolenaar2011-10-041-0/+10
* Fix build when DEBUG is defined in the kernel configuration file (e.g.Marcel Moolenaar2011-10-042-6/+0
* Include opt_* headers first. Otherwise we can end up with redefinedMarcel Moolenaar2011-10-041-7/+7
* Fix build when DEBUG is defined (e.g. for LINT).Marcel Moolenaar2011-10-041-23/+4
* Convert ARM to the syscallenter/syscallret system call sequence handlers.Konstantin Belousov2011-10-043-81/+62
* Remove pointless semicolons after labelKevin Lo2011-09-308-10/+10
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Fix a zyd(4) comment typo that was copy+pasted into most kernel config files.Christian Brueffer2011-09-115-5/+5
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomicKonstantin Belousov2011-09-061-16/+16
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-21/+4
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagKonstantin Belousov2011-08-091-27/+27
* Change all the sample kernel configurations to useRick Macklem2011-08-0722-56/+56
* Fix for arm and mips case the size of storage for sintrcnt/sintrnames.Attilio Rao2011-08-022-3/+3
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofAttilio Rao2011-07-182-13/+10
* Do not call platform_gpio_init() early. It doesn't work because we doMarcel Moolenaar2011-07-152-26/+2
* Set preload_addr_relocate accordingly so that preloaded modules andMarcel Moolenaar2011-07-151-0/+1
* In pmap_protect(), don't call vm_page_dirty() if the page is unmanaged.Marcel Moolenaar2011-07-151-3/+6
* Add some checks to ensure that Capsicum is behaving correctly, and add someJonathan Anderson2011-06-301-9/+11
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisAlan Cox2011-06-291-2/+2
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasJonathan Anderson2011-06-291-2/+2
* TypoKevin Lo2011-06-291-1/+1
* Remove duplicate header includesKevin Lo2011-06-263-4/+0
* Comment out AH_DEBUG, to get this kernel to compile, until AH_DEBUG is fixed.Olivier Houchard2011-06-241-1/+1
* MFCAttilio Rao2011-05-132-1/+4
|\