summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-152-13/+22
* Handle a missing NPE firmware file better; if it's missing print asam2006-12-071-3/+12
* Unbreak build for Skyeye: do not attempt to do any DMA, as Skyeye doesn'tcognet2006-12-071-1/+10
* Threading cleanup.. part 2 of several.julian2006-12-065-20/+0
* Do not forget to call pmap_free_l2_bucket() in pmap_remove_pages().cognet2006-12-041-0/+1
* Provide stream operations.cognet2006-12-021-0/+36
* We can have no PV entry here if the previous mapping was unmanaged, and the newcognet2006-12-011-1/+2
* In pmap_ts_referenced(), don't attempt to do anything if the page iscognet2006-11-301-0/+2
* First bits of Xscale core 3 support (the VM bits are far from being optimalcognet2006-11-302-4/+20
* Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different thancognet2006-11-301-0/+3
* Better i2c bit definitions.kevlo2006-11-301-2/+2
* Turn console printf buffering into a kernel option and only onjb2006-11-301-1/+0
* MFp4:imp2006-11-291-2/+2
* Make this work a lot better:imp2006-11-291-36/+44
* MFp4:imp2006-11-291-3/+3
* Bring in status led support for /dev/led/gpioled on Avila.kevlo2006-11-224-0/+118
* MFp4: Make it work :-)imp2006-11-221-139/+9
* Match bus space unmap prototype.kevlo2006-11-203-4/+5
* MFp4: Tweak descriptions in preparation for porting to other members ofimp2006-11-201-4/+4
* config for Gateworks Avila board booting with NFS-mounted root on npe0sam2006-11-191-0/+135
* Gateworks Avila board support:sam2006-11-1932-1/+10134
* change bus space unmap protoypesam2006-11-191-1/+1
* correct bus space unmap prototypesam2006-11-192-30/+142
* elaborate on stepping names; add intel terminology to helpsam2006-11-191-1/+1
* Erm we really want to mask all interrupts in the range, just not the firstcognet2006-11-171-1/+1
* Compile -- remove an unused global variable avail_end.kevlo2006-11-172-2/+0
* Fix a comment.ru2006-11-131-1/+1
* Make pmap_enter() responsible for setting PG_WRITEABLE insteadalc2006-11-121-1/+4
* Eliminate unused global variables.alc2006-11-114-8/+0
* MFamd64/ia64/i386/sun4valc2006-11-081-1/+1
* Increate cnt.v_intr on interrupt.cognet2006-11-081-0/+1
* Identify the xscale 81342.cognet2006-11-076-11/+117
* In the ARM_USE_SMALL_ALLOC case, vm_page_t may have an address < KERNBASE,cognet2006-11-072-2/+14
* Add atomic_cmpset_acq_32.cognet2006-11-071-0/+1
* MFp4:imp2006-11-031-43/+81
* Do not include both <sys/types.h> and <sys/param.h>, it is a style bug ascognet2006-11-011-2/+1
* Add a cnputs() function to write a string to the console withjb2006-11-011-0/+1
* Include <sys/types.h>, to get definition for uint32_t.cognet2006-10-301-0/+1
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.jb2006-10-265-5/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-2610-0/+27
* Let allow to teardown multiple irqs as well.cognet2006-10-251-1/+3
* Setup multiple interrupts if needed.cognet2006-10-251-2/+5
* MFp4: Move the parameters that are basically dictated by the AT91imp2006-10-252-5/+5
* MFp4: Status register bitsimp2006-10-251-0/+14
* Ooops, dump_avail[i] can be 0 if the RAM starts at 0x00000000, so check thatcognet2006-10-241-4/+4
* style(9) cleanup.kevlo2006-10-219-12/+0
* Ok I am an idiot. On 32 bits big-endian systems, it is needed to handle thecognet2006-10-211-2/+17
* Use __QUAD_LOWWORD for __syscall, to always use the good word, whatever thecognet2006-10-201-2/+2
* There's no need to special-case lseek for arm/big-endian.cognet2006-10-201-14/+0
* MFp4: Working SPI driver.imp2006-10-201-53/+66
OpenPOWER on IntegriCloud