summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm
Commit message (Expand)AuthorAgeFilesLines
* Disable write-back until I figure out what's wrong with it on the i81342.cognet2009-06-211-7/+1
* Track the kernel mapping of a physical page by a new entry in vm_pagethompsa2009-06-181-41/+161
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-091-1/+2
* Disable interrupts to allow booting on firmware (e.g. U-Boot) thatmarcel2009-06-091-0/+5
* Invalidate cache in pmap_remove_all() on ARM.raj2009-06-081-0/+12
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-1/+0
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+12
* Define the kernel pmap in the same way on arm as on every otheralc2009-05-071-2/+0
* - 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
* 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
* 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
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* Use Oxf0000000 instead of 0xff000000 to guess the physical address, relativecognet2009-03-311-2/+2
* Implement new way of branding ELF binaries by looking to adchagin2009-03-131-2/+4
* Oops. ARM_RAS_END is ARM_TP_ADDRESS + 8, not 4.cognet2009-02-131-1/+1
* To prevent various race conditions in the RAS code, store and restore thecognet2009-02-122-4/+18
* Do not set thread0.td_frame to a bogus value, as it's going to overwrite thecognet2009-02-121-1/+0
* The bounce zone sees its page number increased if multiple dma maps use it incognet2009-02-091-1/+6
* When bouncing pages, allow a new option to preserve the intra-pageimp2009-02-081-0/+7
* Erm... Report the buffer as being bounced even when it's the entire buffer,cognet2009-02-041-1/+1
* Remove unused variables.cognet2009-02-024-8/+4
* Increment total_bounced busdma stat as required.thompsa2009-01-301-0/+2
* Rename Marvell ARM CPU specific file according to r186933.raj2009-01-091-0/+0
* Fix confusing naming of Marvell ARM CPU specific routines.raj2009-01-093-41/+41
* Merge WIP from p4:sam2008-12-132-1/+5
* - Get rid of unused variable in KTR checks. This allows ktr(4) enabledstas2008-11-301-3/+2
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-221-1/+2
* ARM pmap style(9) and cosmetics.raj2008-11-061-5/+5
* Support kernel crash mini dumps on ARM architecture.raj2008-11-063-4/+518
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Eliminate flushing of L2 cache in ARM context switch routines.raj2008-10-161-8/+0
* Initial support of loader(8) for ARM machines running U-Boot.raj2008-10-141-0/+9
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-131-0/+2
* 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-133-4/+487
* Collect N identical (or near identical) mkdumpheader() implementations intopeter2008-10-011-22/+1
* 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
* ARM nexus style(9) improvements.raj2008-09-111-34/+31
* ARM interrupts improvements.raj2008-09-112-13/+15
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* 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