summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r276187, r276190, r271422:ian2015-02-121-1/+1
* MFC 263631, 263637, 263664, 263676, 263679, 263698, 263711,ian2014-05-171-41/+42
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-171-15/+5
* MFC r261917, r261918, r261919, r261920, r261921, r261922ian2014-05-151-0/+1
* MFC r257549, r261642ian2014-05-151-11/+0
* MFC r256707, r256708, r257291, r258358ian2014-05-141-4/+12
* MFC r257669, r257672, r257673, r257676, r257678:ian2013-12-141-0/+1
* MFC r257648, r257649, r257660:ian2013-12-131-18/+1
* MFC r257201, r257202ian2013-12-131-5/+0
* Introduce superpages support for ARMv6/v7.raj2013-08-261-6/+34
* Do not use pv_kva on ARMv6/v7 and save some space on each vm_page. It's onlyraj2013-08-191-0/+2
* Clear all L2 PTE protection bits before their configuration.raj2013-08-191-1/+1
* Stop using PVF_MOD, PVF_REF & PVF_EXEC flags in pv_entry, use PTE.gber2013-05-231-0/+1
* Improve, optimize and clean-up ARMv6/v7 memory management related code.gber2013-05-231-1/+0
* Switch to AP[2:1] access permissions model. Store "referenced"gber2013-05-231-3/+18
* Port the new PV entry allocator from amd64/i386/mips to armv6/v7.gber2013-05-141-2/+25
* Fix L2 PTE access permissions management.gber2013-05-061-1/+1
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+2
* 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
OpenPOWER on IntegriCloud