]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Fix host crash in bhyve with PCI device passthrough.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2018-10-16 Konstantin BelousovAdd clwb().
2018-10-16 Jonathan T. LooneyImport CK as of commit 5221ae2f3722a78c7fc41e47069ad949...
2018-10-15 John BaldwinReload the LDT selector after an AMD-v #VMEXIT.
2018-10-13 Mateusz Guzikamd64: partially depessimize cpu_fetch_syscall_args...
2018-10-12 Eric Joynerixl/iavf(4): Change ixlv to iavf and update it to use...
2018-10-12 Mateusz Guzikamd64: employ MEMMOVE in copyin/copyout
2018-10-12 Konstantin BelousovCall initializecpucache() before ifuncs are resolved.
2018-10-12 Konstantin Belousovbhyve: emulate CLFLUSH and CLFLUSHOPT.
2018-10-11 Mateusz Guzikamd64: make memmove and memcpy less slow with mov
2018-10-11 Mateusz GuzikProvide string functions for use before ifuncs get...
2018-10-11 John BaldwinFully restore the GDTR, IDTR, and LDTR after VT-x VM...
2018-10-10 Dag-Erling SmørgravUpgrade to 1.8.1.
2018-10-10 Dag-Erling SmørgravUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 Glen BarberMerge the remainder of the projects/openssl111 branch...
2018-10-09 Brooks DavisRegenerated assorted syscall related files after:
2018-10-09 Jung-uk KimUpdate ACPICA to 20181003.
2018-10-09 John BaldwinUpdate sendmail to work with the OpenSSL 1.1 API.
2018-10-09 John BaldwinUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 Ed MasteCopy libevent sources to contrib
2018-10-08 Glen BarberFix a mismerge from head to projects/openssl111.
2018-10-08 Glen BarberMFH r339206-r339212, r339215-r339239
2018-10-08 Glen BarberMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-07 Michael TuexenAddress the warning regarding duplicate option 'GEOM_PA...
2018-10-06 Ed Masteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-10-05 Mateusz Guzikamd64: make memset less slow with mov
2018-10-05 Glen BarberMFH r338661 through r339200.
2018-10-04 Mateusz Guzikamd64: hide non-erms jump label under non-erms copyin...
2018-10-01 Mark JohnstonApply r339046 to i386.
2018-10-01 Mark JohnstonCount bootstrap data as resident in the kernel pmap.
2018-09-28 Konstantin BelousovRevert part of the r338891 which reordered local invali...
2018-09-27 Mateusz Guzikamd64: fix return value of copyinstr after r338970
2018-09-27 John BaldwinDon't clear DR6 for debug exceptions from userland.
2018-09-27 Mateusz Guzikamd64: macroify and mostly depessimize copyinstr
2018-09-27 Mateusz Guzikamd64: mostly depessimize copystr
2018-09-27 Mateusz Guzikamd64: clean up copyin/copyout
2018-09-27 Mateusz Guzikamd64: implement memcmp in assembly
2018-09-27 Andrew TurnerHandle a guest executing a vm instruction by trapping...
2018-09-25 Konstantin BelousovFix some uses of dmaplimit.
2018-09-25 Konstantin BelousovFix an issue in r338862.
2018-09-24 Ed MasteCopy libevent sources to contrib
2018-09-22 Konstantin BelousovFurther reorganize pmap_invalidate TLB code.
2018-09-21 Alexander MotinMFV r338866: 9700 ZFS resilvered mirror does not balanc...
2018-09-21 Mark JohnstonUse the GNU as-compatible .endm instead of .endmacro.
2018-09-21 Konstantin BelousovConvert x86 TLB top-level invalidation functions to...
2018-09-21 Mateusz Guzikamd64: even up copyin/copyout with memcpy + other cleanup
2018-09-21 Mateusz Guzikamd64: check for small size in memmove, memcpy and...
2018-09-20 Mateusz Guzikamd64: macroify copyin/copyout and provide erms variant...
2018-09-20 Mateusz Guzikamd64: macroify copyin/copyout and provide erms variants
2018-09-20 Mateusz Guzikamd64: move fusufault after all users
2018-09-20 Martin MatuskaMFV r338797:
2018-09-20 Baptiste DaroussinImport mandoc 1.14.4
2018-09-19 Konstantin BelousovConvert x86 cache invalidation functions to ifuncs.
2018-09-19 Konstantin Belousovamd64 pmap: remove tautological assert.
2018-09-17 Konstantin BelousovUse ifunc to resolve context switching mode on amd64.
2018-09-17 Mateusz Guzikamd64: tidy up kernel memmove, take 2
2018-09-17 Konstantin BelousovCalculate PTI, PCID and INVPCID modes earlier, before...
2018-09-17 Konstantin BelousovMake the PTI violation check to follow style of the...
2018-09-16 Mateusz GuzikRevert amd64: tidy up kernel memmove
2018-09-16 Mateusz Guzikamd64: tidy up kernel memmove
2018-09-16 Konstantin BelousovRemove unneeded new line from the panic string.
2018-09-14 Mateusz Guzikamd64: implement pagezero_erms
2018-09-13 Jung-uk KimUpdate OpenSSL to 1.1.1.
2018-09-13 Mateusz Guzikamd64: implement ERMS-based memmove, memcpy and memset
2018-09-11 Mateusz Guzikamd64: enable options NUMA in GENERIC and MINIMAL
2018-09-11 Martin MatuskaMFV r338519:
2018-09-10 Dag-Erling SmørgravUpgrade Unbound to 1.7.3. More to follow.
2018-09-10 Dag-Erling SmørgravUpgrade Unbound to 1.7.2. More to follow.
2018-09-10 Dag-Erling SmørgravUpgrade to OpenSSH 7.8p1.
2018-09-06 Mateusz Guzikamd64: depessimize copyinstr_smap
2018-09-04 Konstantin Belousovamd64: Properly re-merge r334537 into SMAP-ified copyin...
2018-09-04 Konstantin Belousovamd64: For non-PTI mode, do not initialize PCPU kcr3...
2018-09-02 Konstantin BelousovCatch exceptions during EFI RT calls on amd64.
2018-09-02 Konstantin BelousovAdd amd64 mdthread fields needed for the upcoming EFI...
2018-09-02 Konstantin BelousovSwap order of dererencing PCPU curpmap and checking...
2018-09-02 Konstantin BelousovNormalize use of semicolon with EFI_TIME_LOCK macros.
2018-08-29 Konstantin BelousovRemove {max/min}_offset() macros, use vm_map_{max/min...
2018-08-28 Konstantin BelousovSeveral bug fixes and robustness improvements for the...
2018-08-25 Alan CoxEliminate the arena parameter to kmem_free(). Implicit...
2018-08-25 Konstantin BelousovUnify amd64 and i386 vmspace0 pmap activation.
2018-08-24 Warner LoshRevert drm2 removal.
2018-08-23 Emmanuel Vadotdts: Import DTS for arm64
2018-08-22 Mark JohnstonPrepare the kernel linker to handle PC-relative ifunc...
2018-08-22 Konstantin BelousovSkip PMAP_PCID_KERN + 1 PCPU pcid_next value on APs...
2018-08-22 Matt MacyRemove legacy drm and drm2 from tree
2018-08-21 Alan CoxEliminate kmem_malloc()'s unused arena parameter. ...
2018-08-21 Xin LIMFV r338092: ntp 4.2.8p12.
2018-08-20 Konstantin BelousovUpdate comment about ABI of flush_l1s_sw to match the...
2018-08-20 Konstantin BelousovAlways initialize PCPU kcr3 for vmspace0 pmap.
2018-08-20 John BaldwinMerge amd64 and i386 <machine/intr_machdep.h> headers.
2018-08-19 Konstantin BelousovUpdate L1TF workaround to sustain L1D pollution from...
2018-08-18 John BaldwinMake 'device crypto' lines more consistent.
2018-08-17 Warner LoshGPT is standard in x86 and arm64 land. Add it to DEFAUL...
2018-08-15 Konstantin BelousovFix early EFIRT on PCID machines after r337773.
2018-08-14 Cy SchubertMFV r337818:
2018-08-14 Kyle EvansMFV r337586: lua: Update to 5.3.5
2018-08-14 Jung-uk KimMerge OpenSSL 1.0.2p.
2018-08-14 Konstantin BelousovProvide part of the mitigation for L1TF-VMM.
2018-08-14 Konstantin BelousovReserve page at the physical address zero on amd64.
2018-08-14 Konstantin Belousovamd64: ensure that curproc->p_vmspace pmap always match...
2018-08-14 Konstantin BelousovFix typo.
next