]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/amd64/pmap.c
Introduce vm_page_astate.
[FreeBSD/FreeBSD.git] / sys / amd64 / amd64 / pmap.c
2019-12-10 markjIntroduce vm_page_astate.
2019-12-07 kibamd64: properly set the start of the io permission...
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-12 kibWorkaround for Intel SKL002/SKL012S errata.
2019-11-12 kibamd64: move GDT into PCPU area.
2019-11-11 kibamd64: Issue MFENCE on context switch on AMD CPUs when...
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-10 kibamd64: Change SFENCE to locked op for synchronizing...
2019-11-10 kibamd64: move common_tss into pcpu.
2019-11-07 philImport libxo-1.3.0:
2019-10-28 kibFix reset of the kernel stack pointer in TSS for !PTI...
2019-10-23 mjgamd64 pmap: per-domain pv chunk list
2019-10-22 mjgamd64 pmap: conditionalize per-superpage locks on NUMA
2019-10-22 mjgamd64 pmap: fixup invlgen lookup for fictitious mappings
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-18 markjTighten mapping protections on preloaded files on amd64.
2019-10-16 markjIntroduce pmap_change_prot() for amd64.
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-11 mjgamd64 pmap: handle fictitious mappigns with addresses...
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-08 markjSimplify pmap_page_array_startup() a bit.
2019-10-08 mjgamd64 pmap: allocate pv table entries for gaps in PA
2019-10-06 mjgamd64 pmap: implement per-superpage locks
2019-09-29 mjgamd64 pmap: batch chunk removal in pmap_remove_pages
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-26 dimMerge ^/head r352587 through r352763.
2019-09-26 cemamd64 pmap: Clarify largemap bootverbose message units
2019-09-26 cemamd64: Expose vm.pmap.large_map_pml4_entries as a sysct...
2019-09-25 markjComplete the removal of the "wire_count" field from...
2019-09-23 markjSet NX on some non-leaf direct map page table entries.
2019-09-23 markjSet NX in mappings created by pmap_kenter() and pmap_ke...
2019-09-22 kibamd64: minor tweaks to pat decoding in sysctl vm.pmap...
2019-09-21 dimMerge ^/head r352537 through r352586.
2019-09-21 kibamd64 pmap: Fix formats for 64bit addresses in ddb...
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-17 dimMerge ^/head r352319 through r352435.
2019-09-16 markjFix a couple of nits in r352110.
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-09-09 dimMerge ^/head r351732 through r352104.
2019-09-03 markjFix some nits in pmap_page_array_startup().
2019-09-03 markjMap the vm_page array into KVA on amd64.
2019-09-03 dimMerge ^/head r351317 through r351731.
2019-09-02 markjAdd a sysctl to dump kernel mappings and their properti...
2019-09-02 markjReplace PMAP_LARGEMAP_MAX_ADDRESS() with a more general...
2019-08-29 kibCentralize __pcpu definitions.
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-24 kibamd64: rework PCPU allocation
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...
2019-08-21 dimMerge llvm trunk r366426, resolve conflicts, and update...
2019-08-18 jeffAllocate amd64's page array using pages and page direct...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-03 jhbDon't reset memory attributes when mapping physical...
2019-07-31 alcIn pmap_advise(), when we encounter a superpage mapping...
2019-07-28 asomersMFHead @r350386
2019-07-25 alcSimplify the handling of superpages in pmap_clear_modif...
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-01 alcTidy up pmap_copy(). Notably, deindent the innermost...
2019-06-28 mmMFV r349454:
2019-06-28 alcWhen we protect PTEs (as opposed to PDEs), we only...
2019-06-27 asomersMFHead @349476
2019-06-26 kibamd64 pmap: Fix pkru handling in pmap_remove().
2019-06-23 kibamd64 pmap: block on turnstile for lock-less DI.
2019-06-20 asomersMFHead @349234
2019-06-17 mmMFV r349134:
2019-06-09 alcImplement an alternative solution to the amd64 and...
2019-06-07 markjReplace uses of vm_page_unwire(m, PQ_NONE) with vm_page...
2019-06-06 asomersMFHead @348740
2019-06-04 alcThe changes to pmap_demote_pde_locked()'s control flow...
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
2019-05-31 kibSimplify flow of pmap_demote_pde_locked() and add more...
2019-05-27 kibCorrect some inconsistencies in the earliest created...
2019-05-24 kibFix too loose assert in pmap_large_unmap().
2019-05-24 kibFix a corner case in demotion of kernel mappings.
2019-05-20 mmMFV r347989:
2019-05-18 kibMake lock-less delayed invalidation operational very...
2019-05-16 kibRemove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC...
next