summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* Invalidate cache in pmap_remove_all() on ARM.raj2009-06-081-0/+12
* maintain existing stylesam2009-05-301-2/+2
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-303-7/+14
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-1/+0
* Delete the old USB stack. The new stack has settled in and has all thethompsa2009-05-273-239/+6
* accumulate npe statistics and expose them through dev.npe.X.statssam2009-05-231-2/+20
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+12
* Fix name for driver to assign to the SPI device.imp2009-05-151-1/+1
* - Set MAC address in ateinit, so it can be changed later.stas2009-05-131-8/+7
* - Style(9) and consistency nitpicking.stas2009-05-131-72/+88
* - Make SPI bus bridge be non-arch dependent by using more genericgonzo2009-05-131-1/+1
* - Resurrect the debug printf message I accidentally droppedstas2009-05-121-1/+4
* - Eliminate extra register reads by using a variable to storestas2009-05-121-16/+28
* - Implement detach path.stas2009-05-121-82/+143
* - Fix build with INVARIANTS enabled.stas2009-05-101-2/+2
* - Fix multicast operation that I broke in previous commit.stas2009-05-101-16/+44
* - Fix promisc/multicast/broadcast parameters setting by introducing thestas2009-05-101-12/+53
* - Use "device\t" and "options \t" for consistency.kuriyama2009-05-1015-238/+238
* Define the kernel pmap in the same way on arm as on every otheralc2009-05-072-5/+2
* Use the good hints for the NSLU, it should fix the network adapter.cognet2009-05-061-6/+6
* - Add support for PXA270 cpu.stas2009-05-051-0/+1
* Reduce the number of bounce zones (and thus the number of bounce pagesjhb2009-04-231-11/+5
* - Whitespace nitpicking.stas2009-04-231-7/+7
* - Add the driver for AT91RM9200 CompactFlash controller. The driverstas2009-04-225-0/+302
* - Rename ds1672 and ds133x devices to "ds1672_rtc" and "ds133x_rtc"stas2009-04-213-6/+6
* - Give a warning and start the oscillator if it was not previouslystas2009-04-203-6/+6
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingrwatson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.rwatson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedrwatson2009-04-191-0/+5
* minor cleanupticso2009-04-171-5/+3
* Restore bus DMA bounce pages to an offset of 0 when they are released byjhb2009-04-171-3/+10
* Minor style fixes and better comments.raj2009-04-162-0/+9
* Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions,raj2009-04-165-19/+42
* The bus_dmamap_load_uio(9) shall use pmap of the thread recorded in thekib2009-04-131-4/+8
* Minor description fix.raj2009-04-081-1/+1
* Properly handle KDB entry in fatal abort. This lets KDB_UNATTENDED work on ARM.raj2009-04-081-1/+2
* MFp4 //depot/projects/usb@159992thompsa2009-04-051-2/+0
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,alc2009-04-041-2/+0
* Fix the userland, RAS, version of atomic_fetchadd_32 :cognet2009-03-311-9/+10
* Use Oxf0000000 instead of 0xff000000 to guess the physical address, relativecognet2009-03-311-2/+2
* revert unintended changesam2009-03-301-1/+0
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-0/+1
* Remove ATH_SUPPORT_TDMA and use IEEE80211_SUPPORT_TDMA instead. Itsam2009-03-302-2/+0
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-192-2/+0
* Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointerkib2009-03-171-1/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+4
* switch to !legacy usb stacksam2009-03-111-6/+5
* configure flash supportsam2009-03-102-0/+6
* add IXP4XX_FLASH_SIZE config knob that can be used to override the defaultsam2009-03-101-0/+4
OpenPOWER on IntegriCloud