summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-1/+1
* Switch default cache type for ARMv6/ARMv7 from write-through togonzo2013-01-081-1/+1
* Fix misleading commentgonzo2012-12-201-1/+1
* Properly implement pmap_[get|set]_memattrcognet2012-12-191-2/+3
* Eliminate an unused declaration.alc2012-09-291-2/+0
* Implementing pmap_kextract(va) as pmap_extract(kernel_pmap, va) isalc2012-09-271-2/+2
* Eliminate an unused macro.alc2012-09-071-7/+0
* Merging projects/armv6, part 1gonzo2012-08-151-11/+133
* The page flag PGA_WRITEABLE is set and cleared exclusively by the pmapalc2012-06-161-0/+1
* trim trailing whitespaceimp2012-06-131-2/+2
* ARM pmap fixes:raj2011-12-151-2/+4
* Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-051-1/+2
* Remove pmap fields that are either unused or not fully implemented.alc2011-02-171-2/+0
* Whitespace tweak.jhb2011-02-091-1/+1
* phys_addr is a PA not a VA so declare it as a vm_paddr_t not a vm_offset_t.imp2011-02-051-1/+1
* Remove ancient simulation code. Skyeye simulation never really workedimp2011-01-051-5/+0
* Update various places that store or manipulate CPU masks to use cpumask_tjhb2010-08-111-1/+1
* On Alan's advice, rather than do a wholesale conversion on a singlekmacy2010-04-301-0/+2
* Add support to the virtual memory system for configuring machine-alc2009-07-121-0/+3
* Track the kernel mapping of a physical page by a new entry in vm_pagethompsa2009-06-181-0/+2
* Define the kernel pmap in the same way on arm as on every otheralc2009-05-071-3/+2
* Support kernel crash mini dumps on ARM architecture.raj2008-11-061-0/+1
* Remove unused pv_list_count from the vm_page, and pm_count from the structcognet2008-03-061-2/+0
* Bring in the nice work from Mark Tinguely on arm pmap.cognet2008-01-311-15/+2
* Properly handle supersections.cognet2007-07-271-4/+20
* Introduce pmap_kenter_supersection(), which maps 16MB super-sections intocognet2007-06-111-0/+1
* Switch the kernel's pmap domain from 15 to 0.cognet2007-05-191-2/+2
* - Add bounce pages for arm, largely based on the i386 implementation.cognet2007-01-171-1/+1
* Fix a comment.ru2006-11-131-1/+1
* Eliminate unused global variables.alc2006-11-111-3/+0
* Identify the xscale 81342.cognet2006-11-071-1/+1
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-081-1/+2
* Add partial pmap locking.alc2006-06-061-1/+13
* Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined,cognet2006-05-311-1/+1
* Resurrect Skyeye support :cognet2006-05-131-0/+5
* MFp4: Don't write-back the PTEs if they are mapped write-through, this wascognet2006-04-091-5/+0
* Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memorycognet2006-03-011-0/+7
* Force pmap to write-back the pte cacheline after each pte modification,cognet2005-11-211-0/+5
* MFi386 rev 1.536 (sort of)cognet2005-11-061-0/+2
* dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move itscognet2005-10-041-1/+1
* Provide a dump_avail[] variable, which contains the page ranges to becognet2005-10-031-0/+2
* Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it providescognet2005-06-071-0/+12
* - Try harder to report dirty page.cognet2005-04-071-0/+2
* Instead of using sysarch() to store-retrieve the tp, add a magic address,cognet2005-02-261-0/+1
* Start all license statements with /*-imp2005-01-051-1/+1
* Remove an unused field from the struct pv_entry.cognet2004-12-051-4/+3
* Import md bits for mem(4) on arm.cognet2004-11-071-45/+6
* Implement pmap_growkernel() and pmap_extract_and_hold().cognet2004-09-231-66/+26
* Define pmap_page_is_mapped().cognet2004-07-211-0/+1
* Forward declare "struct pcb", so that one does not need to includecognet2004-07-121-0/+2
OpenPOWER on IntegriCloud