summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call init_param1() much earlier, so that msgbufsize is non-zero when we wantpluknet2011-04-191-2/+3
* Delete mistakenly added sys/files.ts7800philip2011-04-181-0/+80
* Add basic support for the Marvell Orion TS-7800.philip2011-04-152-0/+19
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIhselasky2011-04-121-2/+2
* - Correct EHCI interrupt disabling at detach.hselasky2011-04-031-1/+1
* Break out the ath PCI logic into a separate device/module.adrian2011-03-312-2/+4
* Fix mv_gpio_in() for pin numbers that occupy bits 8-31 in GPIO registers.marcel2011-03-161-1/+1
* Make get_cyclecount(9) little bit more useful where binuptime(9) is used.jkim2011-03-141-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for andchagin2011-03-081-0/+1
* Continue to introduce Capsicum capability mode:rwatson2011-03-011-0/+21
* Add a real dependency on the microcode.obrien2011-02-251-1/+1
OpenPOWER on IntegriCloud