summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some checks to ensure that Capsicum is behaving correctly, and add somejonathan2011-06-301-9/+11
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-2/+2
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasjonathan2011-06-291-2/+2
* Typokevlo2011-06-291-1/+1
* Remove duplicate header includeskevlo2011-06-263-4/+0
* Comment out AH_DEBUG, to get this kernel to compile, until AH_DEBUG is fixed.cognet2011-06-241-1/+1
* MFCattilio2011-05-132-1/+4
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-053-4/+4
* Change rman_manage_region() to actually honor the rm_start and rm_endjhb2011-04-291-2/+2
* Fix build of this kernel config. The ath(4) bits need the 11n frame formatjhb2011-04-291-1/+1
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-282-0/+16
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-263-0/+3
* Typo fixcognet2011-04-251-1/+1
* Switch the GENERIC kernels for all architectures to the new CAM-based ATAmav2011-04-249-30/+29
OpenPOWER on IntegriCloud