kernel - Implement support for SMAP and SMEP security
[dragonfly.git] / sys / platform / pc64 / x86_64 / pmap.c
2019-05-17 Matthew Dillonkernel - Implement support for SMAP and SMEP security
2019-05-15 Matthew Dillonkernel - VM rework part 8 - Precursor work for terminal...
2019-05-10 Matthew Dillonkernel - VM rework part 2 - Replace backing_object...
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-30 zrjMerge remote-tracking branch 'origin/vendor/LIBEDIT'
2019-04-24 Sascha WildnerMerge branch 'vendor/LIBRESSL'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/OPENSSH'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LDNS'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/XZ'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBARCHIVE'
2019-04-24 zrjMerge remote-tracking branch 'origin/vendor/LIBRESSL'
2019-04-16 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2019-03-27 Matthew Dillonkernel - Preliminary vm_page hash lookup (2), cleanups...
2019-03-27 Matthew Dillonkernel - Refactor vm_map structure 1/2
2019-03-17 Sascha WildnerMerge branch 'vendor/MDOCML'
2019-03-05 Matthew Dillonkernel - Remove vm_map min_offset and max_offset macros
2018-11-14 Aaron LIMerge branch 'vendor/DHCPCD'
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-06-12 Matthew DillonKernel - Enable NX for PROT_READ by default
2018-06-06 Matthew Dillonkernel - Add fuwordadd32(), fuwordadd64()
2018-05-27 Matthew Dillonkernel - Fix rare pmap_scan_callback() panic
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-05-08 Matthew Dillonkernel - Adjust pv caching a little
2018-05-08 Matthew Dillonkernel - Fix CVE-2018-8897, debug register issue
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2018-01-10 Matthew Dillonkernel - Rename machdep.isolated_user_pmap to meltdown_...
2018-01-05 Matthew Dillonkernel - Intel user/kernel separation MMU bug fix part 4
2018-01-05 Matthew Dillonkernel - Intel user/kernel separation MMU bug fix part 3/3
2018-01-05 Matthew Dillonkernel - Intel user/kernel separation MMU bug fix part 2/3
2018-01-05 Matthew Dillonkernel - Intel user/kernel separation MMU bug fix part 1/3
2017-12-19 zrjkernel/pc64: Rename i386_protection_init().
2017-12-04 Matthew Dillonkernel - Expand physical memory support to 64TB
2017-12-04 Matthew Dillonkernel - Remove DISABLE_PSE option and related code
2017-12-04 Matthew Dillonkernel - Expand page count fields to 64 bits
2017-11-09 Matthew Dillonkernel - Fix bug in vm_fault_page()
2017-10-31 Matthew Dillonkernel - Fix bug in machdep.pmap_mmu_optimize
2017-10-29 Matthew Dillonkernel - Fix boot issues with > 512GB of ram
2017-10-18 Matthew Dillonkernel - Improve pmap hinting, improve performance
2017-10-17 Sascha Wildnerkernel: Remove <sys/sysref{,2}.h> inclusion from files...
2017-10-16 Matthew Dillonkernel - Rewrite umtx_sleep() and umtx_wakeup()
2017-10-16 Matthew Dillonkernel - pmap->pm_spin now uses a shared spinlock
2017-10-16 Matthew Dillonkernel - Add pmap_qenter_noinval()
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-06-07 Matthew Dillonkernel - Move PAT indices 4, 5 to 5, 6
2017-04-12 Matthew Dillonkernel - Temporarily set the default machdep.pmap_nx_en...
2017-04-04 Matthew Dillonkernel - Implement machdep.pmap_nx_enable TUNABLE
2017-04-03 Matthew Dillonkernel - Implement NX (2)
2017-04-03 Matthew Dillonkernel - Implement NX
2017-03-23 Matthew Dillonkernel - Fix panic in zget() during heavy paging
2017-02-22 Matthew Dillonkernel - Improve exec performance
2017-02-22 Matthew Dillonkernel - Slightly reduce extra spinlock ops in _pv_alloc()
2017-02-17 Matthew Dillonkernel - Fix machdep.pmap_mmu_optimize bug
2017-02-14 Matthew Dillonkernel - Fix bug in pmap_unwire()
2017-02-09 Matthew Dillonkernel - Fix pmap dynamic deletion code, leave disabled
2017-02-06 Matthew Dillonkernel - Turn off pmap_dynamic_delete by default
2017-02-06 Matthew Dillonkernel - Fix broken assertion for "pv->pv_m != NULL...
2017-02-05 Matthew Dillonkernel - Fix lockup due to recentn pmap change
2017-02-03 Matthew Dillonkernel - Many fixes for vkernel support, plus a few...
2017-02-01 Matthew Dillonkernel - Augment vm_fault_page() for vkernel operations
2017-02-01 Matthew Dillonkernel - Validate that previous pte was cleaned.
2017-01-30 Matthew Dillonkernel - Fix races created by a comedy of circumstansce...
2017-01-29 Matthew Dillonkernel - Fix races created by a comedy of circumstances (2)
2017-01-29 Matthew Dillonkernel - Fix races created by a comedy of circumstances
2017-01-28 Matthew Dillonkernel - Change vm_fault_page[_quick]() semantics ...
2017-01-27 Matthew Dillonkernel - Remove numerous user VM page functions
2017-01-27 Matthew Dillonvkernel - Partial fix to EPT swapu32 and swapu64
2017-01-26 Matthew Dillonkernel - Refactor suword, fuword, etc. change vmm_gues...
2017-01-26 Matthew Dillonkernel - Remove object->agg_pv_list_count
2017-01-25 Matthew Dillonkernel - pmap and vkernel work
2017-01-22 Matthew Dillonvkernel - Fix vmspace_*() call bottleneck
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-08 Matthew Dillonkernel - Change machdep.pmap_dynamic_delete default
2017-01-08 Matthew Dillonkernel - Remove unused pmap_list
2017-01-07 Matthew Dillonkernel - Fix swap issue, implement dynamic pmap PT...
2017-01-07 Matthew Dillonkernel - Fix swap issue, implement dynamic pmap PT...
2017-01-06 Matthew Dillonkernel - Fix swap issue, implement dynamic pmap PT...
2017-01-01 Matthew Dillonkernel - Fix bugs in recent RSS/swap commits
2016-12-30 Matthew Dillonkernel - Fix swap issue, implement dynamic pmap PT...
2016-12-17 Matthew Dillonkernel - Tag vm_map_entry structure, slight optimizatio...
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-22 Matthew Dillonefi - Add EFI run-time ABI support
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-08 Matthew Dillonkernel - Fix a system lockup with vmm
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-08-03 Matthew Dillonkernel - Remove PG_ZERO and zeroidle (page-zeroing...
2016-07-25 Matthew Dillonkernel - Add some more options for pmap_qremove*()
2016-07-17 Matthew Dillonkernel - Refactor Xinvltlb (3)
next