summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* - Fix two minor errors in at91 code.stas2008-11-182-2/+2
* ARM pmap style(9) and cosmetics.raj2008-11-061-5/+5
* Auto-size kernel page tables allocation on Marvell systems.raj2008-11-061-11/+9
* Support kernel crash mini dumps on ARM architecture.raj2008-11-066-4/+570
* Allow card reader bridge driver to report maximum supported transfer size.mav2008-10-291-0/+4
* - Add stream bus_space operations.stas2008-10-261-0/+36
* - Add a missing NULL-pointer check.stas2008-10-261-2/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Add arm/conf/DEFAULTS and populate it with:marcel2008-10-2315-28/+11
* Eliminate flushing of L2 cache in ARM context switch routines.raj2008-10-161-8/+0
* correct sizeof calculationsam2008-10-141-1/+1
* Initial support of loader(8) for ARM machines running U-Boot.raj2008-10-143-1/+82
* Add kernel config files for Marvell development boards.raj2008-10-143-0/+235
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-1328-1/+5698
* One more L2 cache synchronization call that didn't make the previous commit.raj2008-10-131-0/+2
* Provide L2 cache synchronization (write back + invalidation) on ARM.raj2008-10-135-12/+134
* Do not use cached page for temporary mapping in pmap_zero_page_generic()raj2008-10-131-10/+8
* Introduce low-level support for new Marvell core CPUs: 88FR131, 88FR571.raj2008-10-135-4/+514
* Use bus_get_dma_tag() instead of NULL here. Not really needed for atmelimp2008-10-074-17/+18
* Allow static hints to override kenv.bms2008-10-021-0/+5
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-22/+1
* Properly implement read only. Also, the caps implementation is wrongimp2008-09-301-5/+1
* Implement MMCBR_IVAR_CAPS for AT91 MCI device.imp2008-09-281-0/+5
* White space nit.imp2008-09-281-1/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-4/+4
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-241-44/+45
* Bandaid: disable interrupts to make sure intr_enabled and the IER registercognet2008-09-111-3/+8
* Remove the unused field "pc_prvspace" from the MD fields for the structcognet2008-09-111-6/+1
* ARM nexus style(9) improvements.raj2008-09-111-34/+31
* ARM interrupts improvements.raj2008-09-113-14/+16
* IXP425: split handling of the two QMGR interrupts so they are separatelyraj2008-09-111-14/+42
* Commit the no-brainer parts of my space saving kernel experiments. Weimp2008-09-081-1/+5
* Minor cleanup of this config file:imp2008-09-071-9/+12
* Turn some lame pseudo-code into a less lame comment.imp2008-09-051-8/+1
* Kill bogus #if 0'd stuff for interrupts. They don't happen, and thisimp2008-09-051-16/+0
* Kill vestiges of the special case code we once had in place for usbimp2008-09-051-12/+2
* Kill bogus #if 1. There's no need for it since usb works these days.imp2008-09-051-2/+0
* Use a locally assigned address rather than stealing Atmel's whichimp2008-08-311-4/+6
* - Fix comment.stas2008-08-311-3/+3
* - Try to look for MAC address in all SA registers, not only in thestas2008-08-301-16/+37
* - Style fix.stas2008-08-301-1/+1
* Whitespace nit.imp2008-08-231-1/+1
* Provide hooks into the GPIO lines and the ability to set/clearimp2008-08-192-0/+47
* Use the proper clock domain for the usb host controller.imp2008-08-191-1/+1
* Add IRQ line for usb device. I'm not 100% sure this is the rightimp2008-08-191-1/+1
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-0/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-042-0/+16
* Do not modify td->td_intr_nesting_level, it is now done in the MI code.cognet2008-08-041-3/+0
* Fix ARM nocache allocator:raj2008-08-041-5/+4
OpenPOWER on IntegriCloud