]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Fix the test prohibiting jails from sharing IP addresses.
[FreeBSD/FreeBSD.git] / sys / amd64 /
2018-10-05 mjgamd64: make memset less slow with mov
2018-10-04 mjgamd64: hide non-erms jump label under non-erms copyin...
2018-10-01 markjApply r339046 to i386.
2018-10-01 markjCount bootstrap data as resident in the kernel pmap.
2018-09-28 kibRevert part of the r338891 which reordered local invali...
2018-09-27 mjgamd64: fix return value of copyinstr after r338970
2018-09-27 jhbDon't clear DR6 for debug exceptions from userland.
2018-09-27 mjgamd64: macroify and mostly depessimize copyinstr
2018-09-27 mjgamd64: mostly depessimize copystr
2018-09-27 mjgamd64: clean up copyin/copyout
2018-09-27 mjgamd64: implement memcmp in assembly
2018-09-27 andrewHandle a guest executing a vm instruction by trapping...
2018-09-25 kibFix some uses of dmaplimit.
2018-09-25 kibFix an issue in r338862.
2018-09-22 kibFurther reorganize pmap_invalidate TLB code.
2018-09-21 markjUse the GNU as-compatible .endm instead of .endmacro.
2018-09-21 kibConvert x86 TLB top-level invalidation functions to...
2018-09-21 mjgamd64: even up copyin/copyout with memcpy + other cleanup
2018-09-21 mjgamd64: check for small size in memmove, memcpy and...
2018-09-20 mjgamd64: macroify copyin/copyout and provide erms variant...
2018-09-20 mjgamd64: macroify copyin/copyout and provide erms variants
2018-09-20 mjgamd64: move fusufault after all users
2018-09-20 baptImport mandoc 1.14.4
2018-09-19 kibConvert x86 cache invalidation functions to ifuncs.
2018-09-19 kibamd64 pmap: remove tautological assert.
2018-09-17 kibUse ifunc to resolve context switching mode on amd64.
2018-09-17 mjgamd64: tidy up kernel memmove, take 2
2018-09-17 kibCalculate PTI, PCID and INVPCID modes earlier, before...
2018-09-17 kibMake the PTI violation check to follow style of the...
2018-09-16 mjgRevert amd64: tidy up kernel memmove
2018-09-16 mjgamd64: tidy up kernel memmove
2018-09-16 kibRemove unneeded new line from the panic string.
2018-09-14 mjgamd64: implement pagezero_erms
2018-09-13 mjgamd64: implement ERMS-based memmove, memcpy and memset
2018-09-11 mjgamd64: enable options NUMA in GENERIC and MINIMAL
2018-09-10 desUpgrade to OpenSSH 7.8p1.
2018-09-06 mjgamd64: depessimize copyinstr_smap
2018-09-04 kibamd64: Properly re-merge r334537 into SMAP-ified copyin...
2018-09-04 kibamd64: For non-PTI mode, do not initialize PCPU kcr3...
2018-09-02 kibCatch exceptions during EFI RT calls on amd64.
2018-09-02 kibAdd amd64 mdthread fields needed for the upcoming EFI...
2018-09-02 kibSwap order of dererencing PCPU curpmap and checking...
2018-09-02 kibNormalize use of semicolon with EFI_TIME_LOCK macros.
2018-08-29 kibRemove {max/min}_offset() macros, use vm_map_{max/min...
2018-08-28 kibSeveral bug fixes and robustness improvements for the...
2018-08-25 alcEliminate the arena parameter to kmem_free(). Implicit...
2018-08-25 kibUnify amd64 and i386 vmspace0 pmap activation.
2018-08-24 impRevert drm2 removal.
2018-08-23 manudts: Import DTS for arm64
2018-08-22 markjPrepare the kernel linker to handle PC-relative ifunc...
2018-08-22 kibSkip PMAP_PCID_KERN + 1 PCPU pcid_next value on APs...
2018-08-22 mmacyRemove legacy drm and drm2 from tree
2018-08-21 alcEliminate kmem_malloc()'s unused arena parameter. ...
2018-08-20 kibUpdate comment about ABI of flush_l1s_sw to match the...
2018-08-20 kibAlways initialize PCPU kcr3 for vmspace0 pmap.
2018-08-20 jhbMerge amd64 and i386 <machine/intr_machdep.h> headers.
2018-08-19 kibUpdate L1TF workaround to sustain L1D pollution from...
2018-08-18 jhbMake 'device crypto' lines more consistent.
2018-08-17 impGPT is standard in x86 and arm64 land. Add it to DEFAUL...
2018-08-15 kibFix early EFIRT on PCID machines after r337773.
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-14 kibProvide part of the mitigation for L1TF-VMM.
2018-08-14 kibReserve page at the physical address zero on amd64.
2018-08-14 kibamd64: ensure that curproc->p_vmspace pmap always match...
2018-08-14 kibFix typo.
2018-08-13 markjImplement kernel support for early loading of Intel...
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-08 eadlerfile: update to 5.34
2018-08-07 kibFutex support functions in linux.ko and linux32.ko...
2018-08-04 kevansefirt: Don't enter EFI context early, convert addrs...
2018-08-04 kibAdd END()s for amd64 linux futex support routines.
2018-08-03 kibFix typo in copyinstr_smap, resulting in mis-handling...
2018-08-01 kibAdd pmap_is_valid_memattr(9).
2018-08-01 markjMake sure that ENTRY() and END() refer to the same...
2018-08-01 araujo- Add the ability to run bhyve(8) within a jail(8).
2018-07-31 markjCOMPAT_LINUX32 has not depended on COMPAT_43 in some...
2018-07-31 mavMFV r336991, r337001:
2018-07-30 kevansamd64/GENERIC: Enable EFIRT by default
2018-07-30 kibRemove unneeded CLDs instructions in the SMAP-ed versio...
2018-07-29 kibUse SMAP on amd64.
2018-07-29 mmMFV r336851:
2018-07-27 impRename VM_FREELIST_ISADMA to VM_FREELIST_LOWMEM.
2018-07-27 markjFix handling of KVA in kmem_bootstrap_free().
2018-07-27 kibOn amd64, enable workarounds for several Ryzen erratas...
2018-07-24 kibExtend ranges of the critical sections to ensure that...
2018-07-19 markjHave preload_delete_name() free pages backing preloaded...
2018-07-19 roygerxen: implement early init helper for PVHv2
2018-07-19 roygerxen: add PVHv2 entry point
2018-07-11 cyMFV r324714:
2018-07-06 kibExpand x86 struct pcpus to UMA_PCPU_ALLOC_SIZE AKA...
2018-07-06 kibRevert to recommit with the proper message.
2018-07-06 kibSave a call to pmap_remove() if entry cannot have any...
2018-07-06 hselaskyMake sure kernel modules built by default are portable...
2018-07-06 mmacycounter(9): unbreak amd64 following r336020
2018-07-06 mmacyBack pcpu zone with domain correct pages
2018-07-05 kibExtend r335969 to superpages.
2018-07-05 kibRevert r335999 to re-commit with the correct error...
2018-07-05 kibIn x86 pmap_extract_and_hold(), there is no need to...
2018-07-05 kibIn x86 pmap_extract_and_hold(), there is no need to...
next