]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64/amd64
MFhead@r344270
[FreeBSD/FreeBSD.git] / sys / amd64 / amd64 /
2018-09-11 dimMerge ^/head r338392 through r338594.
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 kibSwap order of dererencing PCPU curpmap and checking...
2018-08-29 dimMerge ^/head r338298 through r338391.
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 dimMerge ^/head r338026 through r338297, and resolve confl...
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-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-19 kibUpdate L1TF workaround to sustain L1D pollution from...
2018-08-18 dimMerge ^/head r337646 through r338014.
2018-08-15 kibFix early EFIRT on PCID machines after r337773.
2018-08-14 jkimMerge OpenSSL 1.0.2p.
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-10 dimMerge ^/head r337286 through r337585.
2018-08-08 eadlerfile: update to 5.34
2018-08-04 kevansefirt: Don't enter EFI context early, convert addrs...
2018-08-04 dimMerge ^/head r336870 through r337285, and resolve confl...
2018-08-03 kibFix typo in copyinstr_smap, resulting in mis-handling...
2018-08-02 emasteMerge vendor lld/docs directory from r337145
2018-08-02 dimMerge libc++ trunk r338150 (just before the 7.0.0 branc...
2018-08-02 dimMerge clang trunk r338150 (just before the 7.0.0 branch...
2018-08-02 dimMerge llvm trunk r338150 (just before the 7.0.0 branch...
2018-08-02 dimMerge compiler-rt trunk r338150, and resolve conflicts.
2018-08-02 dimMerge libc++ trunk r338150, and resolve conflicts.
2018-08-01 kibAdd pmap_is_valid_memattr(9).
2018-08-01 markjMake sure that ENTRY() and END() refer to the same...
2018-07-31 mavMFV r336991, r337001:
2018-07-31 dimMerge lldb trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lld trunk r338150, and resolve conflicts.
2018-07-31 dimMerge clang trunk r338150, and resolve conflicts.
2018-07-30 kibRemove unneeded CLDs instructions in the SMAP-ed versio...
2018-07-30 dimMerge llvm trunk r338150, and resolve conflicts.
2018-07-29 kibUse SMAP on amd64.
2018-07-29 mmMFV r336851:
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-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...
2018-07-05 alcAs of r335784, if pmap_enter() replaces a managed mappi...
2018-07-04 kibIn x86 pmap_extract_and_hold()s, handle the case of...
2018-07-02 mmacyinline atomics and allow tied modules to inline locks
2018-06-28 markjInvalidate the mapping before updating its physical...
2018-06-23 markjRe-count available PV entries after reclaiming a PV...
2018-06-14 kibReorganize code flow in fpudna()/npxdna() to highlight...
2018-06-14 kibRemove printf() in #NM handler.
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-13 kibEnable eager FPU context switch by default on amd64.
2018-06-13 jtlMake UMA and malloc(9) return non-executable memory...
2018-06-11 kibFix braino in r334799. Maxmem is in pages.
2018-06-10 bdeUntangle configuration ifdefs a little. On x86, msi...
2018-06-08 tychonDon't bother looking for non-executable pages when...
2018-06-08 mmacyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-08 mjgamd64: remove now unused bzero, bcmp and bcopy. move...
2018-06-08 mjgamd64: fix a retarded bug in memset
2018-06-07 kibAccount for dmap limit when selecting the pages for...
2018-06-02 mjgRemove an unused argument to turnstile_unpend.
2018-06-02 mjgamd64: add a mild depessimization to rep mov/stos users
2018-06-02 bdeFix high resolution kernel profiling just enough to...
2018-06-02 bdeFix recent breakages of kernel profiling, mostly on...
2018-05-31 mjgamd64: switch pagecopy from non-temporal stores to...
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-23 kibx86: stop unconditionally clearing PSL_T on the trace...
2018-05-23 kibStyle.
2018-05-23 philImport libxo-0.9.0:
2018-05-22 jhbCleanups related to debug exceptions on x86.
2018-05-21 kibAdd Intel Spec Store Bypass Disable control.
2018-05-21 kibPreserve other bits in IA32_SPEC_CTL MSR when changing...
2018-05-21 kibFix grammar.
2018-05-21 kibAdd missed barrier for pm_gen/pm_active interaction.
2018-05-21 mjgamd64: annotate pti with __read_frequently
2018-05-20 eadlerMFV: file 5.33
2018-05-19 mmacypmap: silence warnings
2018-05-19 sjgMerge bmake-20180512
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
next