summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Add BUS_SPACE_UNRESTRICTED and define it to be ~0, just like all theimp2010-04-081-0/+2
* Oops! Wrong copy-paste in r206053.mav2010-04-011-1/+1
* Fill extended ATA command registers in cPRD to support 48bit commands.mav2010-04-011-0/+5
* Build modules for this config to make sure they stay buildable...imp2010-03-291-1/+1
* Pass the correct pointer to fled_cb().rpaulo2010-03-261-1/+1
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-3/+3
* Make sure we insert and remove the PV entries related to unmanaged kernelcognet2010-03-211-3/+5
* Add support for the Samsung S3C2xx0 family of ARM SoCs written byimp2010-03-2021-0/+3664
* fix type in commentticso2010-03-121-1/+1
* Fix ARM cache handling yet more.raj2010-03-112-2/+9
* Let detailed info about CPU features print on Marvell Sheeva CPU as well.raj2010-03-111-0/+2
* Provide correct TCLK value for Kirkwood A1 silicon revision.raj2010-03-052-2/+4
* simplify hash calculationticso2010-02-281-5/+1
* remove debug leftoverticso2010-02-281-1/+0
* Fix multicast hashes.ticso2010-02-281-2/+17
* Do not force verbose and single mode in non-metadata boot case.raj2010-02-241-2/+1
* Update the commented out option for omitting the sysctl descriptions; itbrucec2010-02-243-3/+3
* Fix previous commit: led_func() doesn't exist, it should be fled_cb().rpaulo2010-02-221-1/+1
* Show the cpu info for fa526kevlo2010-02-203-1/+7
* Correct both FA526/FA626TE cpu ids since the cpu id is alwayskevlo2010-02-201-2/+2
* The NetBSD Foundation has granted permission to remove clauses 3 and 4.imp2010-02-1616-112/+0
* Adjust style (following the already existing rules) for the newlyattilio2010-02-1514-14/+14
* Correct cpu id for FA526.kevlo2010-02-141-1/+2
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-1016-0/+16
* Turn on the front LED at boot time like we do with the Avila.rpaulo2010-02-101-0/+2
* Improve checking whether an ARM VA has a valid mapping before performing cacheraj2010-02-071-74/+42
* When backtracing self, start with the current frame (i.e. themarcel2010-01-291-1/+1
* Move the examples for the 'hints' and 'env' keywords from various GENERICjhb2010-01-196-12/+0
* Do not free the dmamap if it is still busy.cognet2010-01-151-1/+1
* Revert 200594. This file isn't intended for these sorts of things.imp2010-01-041-7/+0
* Remove CNS11XXNAS.hints.rpaulo2010-01-042-3/+0
* Add support for Cavium Econa CNS11XX ARM boards. These boards wererpaulo2010-01-0422-3/+5368
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-2/+2
* Intel XScale hwpmc(4) support.rpaulo2009-12-234-6/+51
* Add INCLUDE_CONFIG_FILE, and a note in comments about how to alsodougb2009-12-161-0/+7
* Fix the build.mav2009-12-081-2/+13
* MFp4:mav2009-12-061-10/+4
* Add missing ath_ar9* ath hal entries.thompsa2009-12-021-0/+1
* Remove unknown ath hal device entries.thompsa2009-12-021-3/+0
* Simplify the invocation of vm_fault(). Specifically, eliminate the flagalc2009-11-271-2/+1
* - Initialize callout before it is used in atestop() during attach.jhb2009-11-191-9/+5
* These drivers only set if_timer but never set if_watchdog. Just removejhb2009-11-191-2/+0
* Extract the code that records syscall results in the frame into MDkib2009-11-102-36/+54
* Fix gdb_cpu_getreg() to actually match GDB's registermarcel2009-11-051-3/+7
* Implement db_trace_thread() by calling db_stack_trace_cmd() andmarcel2009-11-051-6/+3
* Implement db_trace_self() by calling db_stack_trace_cmd()marcel2009-11-051-1/+4
* Eliminate an unnecessary vm include file.alc2009-11-044-4/+0
* MFp4:mav2009-10-311-7/+6
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-6/+1
* Review previous change. It has no relation to the I-cache coherencymarcel2009-10-211-1/+1
OpenPOWER on IntegriCloud