]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64/arm64/pmap.c
MFV r361322:
[FreeBSD/FreeBSD.git] / sys / arm64 / arm64 / pmap.c
2020-05-21 cyMFV r361322:
2020-05-20 sjgMerge bmake-20200517
2020-05-20 mmMFV r361280:
2020-05-14 jceelImport lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
2020-05-06 markjSimplify arm64's pmap_bootstrap() a bit.
2020-04-21 jkimMerge OpenSSL 1.1.1g.
2020-04-19 mhorneConvert arm's physmem interface to MI code
2020-04-14 manudts: Import DTS from Linux 5.6
2020-04-02 dimMerge once more from ^/vendor/llvm-project/release...
2020-04-01 hartiMerge release 1.14 of bsnmp.
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-04 cyMFV r358616:
2020-03-02 mmMFV r358511,r358532:
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 dimMerge ^/head r358269 through r358399.
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-26 andrewGeneralise the arm64 ASID allocator.
2020-02-26 andrewStart to support multiple stages in the arm64 pmap.
2020-02-24 andrewSplit out the stage 1 pte bits and add the stage 2...
2020-02-18 baptUpdate ncurses to 20200118
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-12 mmMFV r357783:
2020-02-11 delphijMFV r357712: file 5.38.
2020-01-24 dimMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 dimMerge ^/vendor/lvm-project/master up to its last change...
2020-01-23 dimMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 dimMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-22 dimMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 dimMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 dimMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-06 kaktussysctl: mark more nodes as MPSAFE
2020-01-04 alcWhen a copy-on-write fault occurs, pmap_enter() is...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-30 alcDetermine whether the MMU hardware is capable of updati...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-20 alcCorrect a mistakenly inverted condition in r355833.
2019-12-18 alcWhen pmap_enter_{l2,pde}() are called to create a kerne...
2019-12-15 alcApply a small optimization to pmap_remove_l3_range...
2019-12-10 markjIntroduce vm_page_astate.
2019-12-05 alcOn a context switch, handle the possibility that the...
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-11-29 andrewUse the VM_MEMATTR macros to describe the MAIR offsets.
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-27 alcThere is no reason why we need to pin the underlying...
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-20 alcUntil every possible root cause for an "invalid ASID...
2019-11-19 alcAchieve two goals at once: (1) Avoid an unnecessary...
2019-11-18 markjImplement vm.pmap.kernel_maps for arm64.
2019-11-18 markjLet arm64 pmap_qenter() and pmap_kenter() unconditional...
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-17 alcAchieve two goals at once: (1) Avoid an unnecessary...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-10 alcEliminate a redundant pmap_load() from pmap_remove_pages().
2019-11-07 philImport libxo-1.3.0:
2019-11-03 alcUtilize ASIDs to reduce both the direct and indirect...
2019-10-31 mwFix pmap_change_attr() on arm64 to allow KV addresses
2019-10-30 andrewSet the userspace execute never bit on kernel mappings.
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-16 markjRemove page locking from pmap_mincore().
2019-10-15 jeff(6/6) Convert pmap to expect busy in write related...
2019-10-15 jeff(3/6) Add a shared object busy synchronization mechanis...
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-01 alcIn short, pmap_enter_quick_locked("user space", .....
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-28 alcEliminate redundant calls to critical_enter() and criti...
2019-09-27 markjImplement pmap_page_is_mapped() correctly on arm64...
2019-09-26 dimMerge ^/head r352587 through r352763.
2019-09-25 markjComplete the removal of the "wire_count" field from...
2019-09-21 dimMerge ^/head r352537 through r352586.
2019-09-21 alcIn case a translation fault on the kernel address space...
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-16 markjRevert r352406, which contained changes I didn't intend...
2019-09-16 markjFix a couple of nits in r352110.
2019-09-13 dimMerge ^/head r352105 through r352307.
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 markjChange synchonization rules for vm_page reference counting.
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-22 dimMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 dimMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 cyMFV r346563:
2019-08-21 dimMerge lld trunk r366426, and resolve conflicts.
2019-08-21 dimMerge clang trunk r366426, resolve conflicts, and updat...
next