summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* Improve style.raj2010-06-131-1/+2
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-111-1/+2
* Reduce the scope of the page queues lock and the number ofalc2010-06-101-22/+16
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-06-051-1/+2
* In pmap_enter_locked(), don't require the vector page to be VPO_BUSY.alc2010-06-011-3/+4
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-2/+5
* Initial loader(8) support for Flattened Device Tree.raj2010-05-251-0/+1
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-1/+22
* Reorganize syscall entry and leave handling.kib2010-05-232-2/+5
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-1/+13
* Catchup with new prototype for db_printf().cognet2010-05-141-1/+1
* The FA526 belongs to the ARM9TDMI familykevlo2010-05-122-3/+1
* Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), andalc2010-05-081-12/+12
* Add support for FA626TE.kevlo2010-05-046-61/+66
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-032-3/+3
* Import mvs(4) - Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA controllersmav2010-05-021-0/+1
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-302-5/+10
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-1/+1
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-0/+14
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-227-0/+7
* 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
OpenPOWER on IntegriCloud