aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include
Commit message (Expand)AuthorAgeFilesLines
* MFC r197933:Konstantin Belousov2010-01-191-0/+3
* MFC r189926:Konstantin Belousov2009-12-221-1/+2
* MFC r186212 (by imp):Konstantin Belousov2009-12-221-4/+0
* MFC: r195376Marius Strobl2009-12-171-0/+7
* MFC r197316Alan Cox2009-11-011-0/+2
* MFC 193396, 193521, 194331, 194337, 194376, 194454, 194562, 194642, 195033,John Baldwin2009-09-042-0/+38
* Unbreak LINT.Fabien Thomas2009-06-071-0/+4
* MFC: Add support for "superpages" on amd64 and i386. This includes adding theJohn Baldwin2009-02-261-0/+7
* MFCJohn Birrell2008-08-271-2/+2
* MFC: Export 'struct pcpu' to userland w/o requiring _KERNEL.John Baldwin2008-08-261-0/+4
* MFC r172734Andrew Thompson2008-07-281-2/+14
* MFC r177883Andrew Thompson2008-07-281-5/+5
* MFC r173249Andrew Thompson2008-07-281-1/+1
* MFC r172738Andrew Thompson2008-07-282-10/+88
* MFC r172613Andrew Thompson2008-07-281-1/+6
* Merge _bus.h:1.2 from HEAD to RELENG_7:Robert Watson2008-03-011-1/+1
* MFC:Olivier Houchard2007-12-072-21/+52
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2007-12-031-0/+42
* Change the management of cached pages (PQ_CACHE) in two fundamentalAlan Cox2007-09-251-2/+3
* Twist the RAS logic a bit to avoid branching.Olivier Houchard2007-09-221-12/+9
* In __bswap16_var(), make sure the 16 upper bits are cleared; whileOlivier Houchard2007-09-091-2/+4
* XScale core 3 definitions.Olivier Houchard2007-07-271-0/+5
* Fix the cache mode description.Olivier Houchard2007-07-271-5/+5
* Properly handle supersections.Olivier Houchard2007-07-271-4/+20
* Add a new set of functions to handle L2 cache. Make them no-op for everyOlivier Houchard2007-07-271-9/+20
* The iop34x has 128 interrupts.Olivier Houchard2007-06-161-1/+3
* Introduce pmap_kenter_supersection(), which maps 16MB super-sections intoOlivier Houchard2007-06-112-0/+69
* Add kdb_cpu_sync_icache(), intended to synchronize instructionMarcel Moolenaar2007-06-091-0/+5
* - PCPU_ADD is no longer spelled with LAZY_ in the middle.Jeff Roberson2007-06-061-1/+1
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-041-1/+2
* Add the machine-specific definitions for configuring the new physicalAlan Cox2007-06-041-0/+15
* Eliminate some unused definitions that came from NetBSD.Alan Cox2007-05-281-19/+0
* Use __mcount() instead of _mcount() to reduce diffs with NetBSD.Olivier Houchard2007-05-192-4/+4
* Switch the kernel's pmap domain from 15 to 0.Olivier Houchard2007-05-191-2/+2
* Define every architecture as either VM_PHYSSEG_DENSE orAlan Cox2007-05-051-0/+5
* Remove __PKevin Lo2007-03-213-18/+18
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentAlan Cox2007-03-111-0/+6
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-2/+2
* - Add bounce pages for arm, largely based on the i386 implementation.Olivier Houchard2007-01-173-1/+6
* MFp4: Add missing atomic functionsBernd Walter2007-01-051-33/+63
* Introduce CPU_XSCALE_CORE3, as XScale Core 3 is significally different thanOlivier Houchard2006-11-301-0/+3
* correct bus space unmap prototypeSam Leffler2006-11-191-29/+141
* Fix a comment.Ruslan Ermilov2006-11-131-1/+1
* Eliminate unused global variables.Alan Cox2006-11-111-3/+0
* Identify the xscale 81342.Olivier Houchard2006-11-074-6/+30
* Add atomic_cmpset_acq_32.Olivier Houchard2006-11-071-0/+1
* PR:John Birrell2006-10-041-34/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.Poul-Henning Kamp2006-10-021-3/+0
* Use __builtin_va_start instead of __builtin_stdarg_start. GCC4 obsoletesAlexander Kabaev2006-09-211-1/+1
* Remove dead code, already defined in sys/cdef.hOlivier Houchard2006-08-301-9/+0