summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm/pmap-v6.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r276187, r276190, r271422:ian2015-02-121-1/+1
* MFC r273701, r274556alc2015-01-021-2/+4
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedkib2014-09-011-36/+59
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedkib2014-08-241-36/+37
* MFC r266565, r266651:ian2014-07-251-8/+10
* MFC r267213 (by alc):kib2014-07-241-2/+1
* MFC 258287: Implement pmap_align_superpage().ian2014-05-181-0/+14
* MFC 264702: Remove uncessary armv6 cache and TLB maintenance ops.ian2014-05-171-10/+0
* MFC 264183: Add a couple more required TLB flushes.ian2014-05-171-1/+6
* MFC 264128, 264129, 264130, 264135,ian2014-05-171-93/+130
* MFC r261917, r261918, r261919, r261920, r261921, r261922ian2014-05-151-26/+64
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-151-2/+0
* MFC r258359, r258742, r258845, r259936, r259640ian2014-05-141-17/+19
* MFC r256707, r256708, r257291, r258358ian2014-05-141-5/+10
* Revert r252694 from stable/10 to fix instabilities seen with jemalloc + dhcli...adrian2013-12-271-7/+2
* MFC r257648, r257649, r257660:ian2013-12-131-111/+14
* MFC r257201, r257202ian2013-12-131-1/+0
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-16/+0
* Implement pmap_advise() for ARMv6/v7 pmap modulezbb2013-09-161-1/+106
* Write protect base page after superpage demotion so that it may repromotezbb2013-09-161-1/+1
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-0/+8
* Introduce superpages support for ARMv6/v7.raj2013-08-261-115/+1097
* Add missing TAILQ initializer (omitted in r250634).raj2013-08-261-0/+1
* Revert r251370 as it contains a deadlock.andrew2013-08-261-120/+0
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-2/+0
* Do not use pv_kva on ARMv6/v7 and save some space on each vm_page. It's onlyraj2013-08-191-1/+1
* Simplify and clean up pmap_clearbit()raj2013-08-191-7/+2
* Fix ARMv6/v7 mapping's wired status.raj2013-08-191-1/+2
* Clear all L2 PTE protection bits before their configuration.raj2013-08-191-1/+1
* Simplify pv_entry removal or ARMv6/v7:raj2013-08-191-36/+18
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-13/+11
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-3/+2
* Remove extraneous format string converison specifieremaste2013-07-091-1/+1
* Remove redundant clearing of the PGA_WRITEABLE flag ingber2013-07-041-1/+0
* Fix modified bit emulation for ARMv6/v7gber2013-07-041-2/+7
* Implement pmap_copy() for ARMv6/v7.gber2013-06-041-0/+120
* Rework and organize pmap_enter_locked() function.gber2013-05-231-86/+72
* Stop using PVF_MOD, PVF_REF & PVF_EXEC flags in pv_entry, use PTE.gber2013-05-231-36/+32
* Improve, optimize and clean-up ARMv6/v7 memory management related code.gber2013-05-231-209/+207
* Switch to AP[2:1] access permissions model. Store "referenced"gber2013-05-231-108/+117
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-0/+2
* Port the new PV entry allocator from amd64/i386/mips to armv6/v7.gber2013-05-141-77/+445
* Fix page reference emulation on ARMv6 and v7gber2013-05-061-0/+1
* Fix L2 PTE access permissions management.gber2013-05-061-6/+9
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-0/+2
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+39
* MFCattilio2013-02-261-2/+1
* Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-3/+3
* MFCattilio2013-02-211-5/+6
|\
| * Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-5/+6
OpenPOWER on IntegriCloud