| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix Machine Check Exception on Page Size Change. | Gordon Tetlow | 2019-11-12 | 2 | -1/+68 |
| * | Add bhyve instruction emulation improvements (opcode 03H and F7H). | Gordon Tetlow | 2019-08-20 | 1 | -0/+195 |
| * | Mitigations for Microarchitectural Data Sampling. | Gordon Tetlow | 2019-05-14 | 6 | -1/+260 |
| * | MFS12 r343781: amd64: clear callee-preserved registers on syscall exit | Ed Maste | 2019-02-05 | 1 | -2/+4 |
| * | MFS12 r341490, r341493: | Glen Barber | 2018-12-05 | 2 | -0/+5 |
| * | MFS r341146 | Eric van Gyzen | 2018-11-28 | 1 | -0/+2 |
| * | MFC r339531,r339579,r340252,r340463,r340464,340472,r340587 | Mateusz Guzik | 2018-11-20 | 1 | -47/+77 |
| * | MFS12 r340630: | Glen Barber | 2018-11-19 | 1 | -9/+0 |
| * | MFS r340605: | Konstantin Belousov | 2018-11-19 | 1 | -1/+2 |
| * | MFC 340164,340168,340170: Add custom cpu_lock_delay() for x86. | John Baldwin | 2018-11-08 | 1 | -0/+1 |
| * | MFC r340181, r340185: | Tijl Coosemans | 2018-11-08 | 1 | -2/+4 |
| * | MFC r339979: | Konstantin Belousov | 2018-11-07 | 2 | -0/+15 |
| * | MFC: r339562 (remove obsolete drivers from GENERIC) | Warner Losh | 2018-10-25 | 1 | -5/+0 |
| * | - Prune svn:mergeinfo from the new branch, as nothing has been merged | Glen Barber | 2018-10-19 | 2 | -51/+0 |
| * | Do not flush cache for PCIe config window. | Konstantin Belousov | 2018-10-18 | 3 | -15/+36 |
| * | Provide pmap_large_map() KPI on amd64. | Konstantin Belousov | 2018-10-16 | 3 | -10/+577 |
| * | Add clwb(). | Konstantin Belousov | 2018-10-16 | 1 | -0/+7 |
| * | Reload the LDT selector after an AMD-v #VMEXIT. | John Baldwin | 2018-10-15 | 1 | -0/+13 |
| * | amd64: partially depessimize cpu_fetch_syscall_args and cpu_set_syscall_retval | Mateusz Guzik | 2018-10-13 | 3 | -24/+62 |
| * | ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9) | Eric Joyner | 2018-10-12 | 2 | -8/+4 |
| * | amd64: employ MEMMOVE in copyin/copyout | Mateusz Guzik | 2018-10-12 | 1 | -57/+37 |
| * | Call initializecpucache() before ifuncs are resolved. | Konstantin Belousov | 2018-10-12 | 1 | -5/+1 |
| * | bhyve: emulate CLFLUSH and CLFLUSHOPT. | Konstantin Belousov | 2018-10-12 | 1 | -0/+40 |
| * | amd64: make memmove and memcpy less slow with mov | Mateusz Guzik | 2018-10-11 | 1 | -68/+198 |
| * | Provide string functions for use before ifuncs get resolved. | Mateusz Guzik | 2018-10-11 | 1 | -0/+4 |
| * | Fully restore the GDTR, IDTR, and LDTR after VT-x VM exits. | John Baldwin | 2018-10-11 | 2 | -0/+31 |
| * | Regenerated assorted syscall related files after: | Brooks Davis | 2018-10-09 | 3 | -63/+79 |
| * | Address the warning regarding duplicate option 'GEOM_PART_GPT' when | Michael Tuexen | 2018-10-07 | 2 | -2/+0 |
| * | amd64: make memset less slow with mov | Mateusz Guzik | 2018-10-05 | 1 | -19/+68 |
| * | amd64: hide non-erms jump label under non-erms copyin/copyout | Mateusz Guzik | 2018-10-04 | 1 | -2/+2 |
| * | Apply r339046 to i386. | Mark Johnston | 2018-10-01 | 1 | -1/+2 |
| * | Count bootstrap data as resident in the kernel pmap. | Mark Johnston | 2018-10-01 | 1 | -2/+4 |
| * | Revert part of the r338891 which reordered local invalidation and IPI. | Konstantin Belousov | 2018-09-28 | 1 | -3/+3 |
| * | amd64: fix return value of copyinstr after r338970 | Mateusz Guzik | 2018-09-27 | 1 | -1/+1 |
| * | Don't clear DR6 for debug exceptions from userland. | John Baldwin | 2018-09-27 | 1 | -6/+0 |
| * | amd64: macroify and mostly depessimize copyinstr | Mateusz Guzik | 2018-09-27 | 1 | -58/+46 |
| * | amd64: mostly depessimize copystr | Mateusz Guzik | 2018-09-27 | 1 | -14/+13 |
| * | amd64: clean up copyin/copyout | Mateusz Guzik | 2018-09-27 | 1 | -18/+23 |
| * | amd64: implement memcmp in assembly | Mateusz Guzik | 2018-09-27 | 1 | -0/+94 |
| * | Handle a guest executing a vm instruction by trapping and raising an | Andrew Turner | 2018-09-27 | 3 | -0/+18 |
| * | Fix some uses of dmaplimit. | Konstantin Belousov | 2018-09-25 | 1 | -2/+2 |
| * | Fix an issue in r338862. | Konstantin Belousov | 2018-09-25 | 1 | -4/+4 |
| * | Further reorganize pmap_invalidate TLB code. | Konstantin Belousov | 2018-09-22 | 1 | -11/+10 |
| * | Use the GNU as-compatible .endm instead of .endmacro. | Mark Johnston | 2018-09-21 | 1 | -4/+4 |
| * | Convert x86 TLB top-level invalidation functions to ifuncs. | Konstantin Belousov | 2018-09-21 | 1 | -131/+234 |
| * | amd64: even up copyin/copyout with memcpy + other cleanup | Mateusz Guzik | 2018-09-21 | 1 | -26/+30 |
| * | amd64: check for small size in memmove, memcpy and memset | Mateusz Guzik | 2018-09-21 | 1 | -0/+9 |
| * | amd64: macroify copyin/copyout and provide erms variants, follow up | Mateusz Guzik | 2018-09-20 | 1 | -1/+1 |
| * | amd64: macroify copyin/copyout and provide erms variants | Mateusz Guzik | 2018-09-20 | 2 | -98/+93 |
| * | amd64: move fusufault after all users | Mateusz Guzik | 2018-09-20 | 1 | -10/+10 |