]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Merge llvm trunk r338150 (just before the 7.0.0 branch point), and
[FreeBSD/FreeBSD.git] / sys / amd64 /
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-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 dimMerge llvm trunk r338150, and resolve conflicts.
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...
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-03 jhbUse 'e' instead of 'i' constraints with 64-bit atomic...
2018-07-02 mmacyinline atomics and allow tied modules to inline locks
2018-06-28 markjInvalidate the mapping before updating its physical...
2018-06-25 kibDo not leave stray qword on top of stack for interrupts...
2018-06-23 markjRe-count available PV entries after reclaiming a PV...
2018-06-22 chuckFix the Linux kernel version number calculation
2018-06-19 mmacyremove ixl iwarp and ixlv from the build until they...
2018-06-18 erjixl(4): Update to use iflib
2018-06-15 emastelinuxulator: do not include legacy syscalls on arm64
2018-06-14 kiblinuxolator/amd64: Don't mangle %r10 on return from...
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-13 araujoAdd SPDX tags to vmm(4).
2018-06-12 jkimFix number of auxargs entries to copy out for 32-bit...
2018-06-11 kibFix braino in r334799. Maxmem is in pages.
2018-06-10 bdeUntangle configuration ifdefs a little. On x86, msi...
2018-06-09 markjTell the compiler that rdtscp clobbers %ecx.
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-07 mmacycpufunc: add rdtscp for x86
2018-06-04 mmacyhwpmc: ABI fixes
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 bdeFinish COMPAT_AOUT support for amd64. It wasn't in...
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 mmacyhwpmc: remove unused pre-table driven bits for intel
2018-05-31 dimResolve conflicts between macros in fenv.h and ieeefp.h
2018-05-31 mjgamd64: switch pagecopy from non-temporal stores to...
2018-05-29 brooksCorrect pointer subtraction in KASSERT().
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-25 avgre-synchronize TSC-s on SMP systems after resume, if...
2018-05-24 brooksAvoid two suword() calls per auxarg entry.
2018-05-24 mmacytake NUMA out
2018-05-24 mmacylibpmcstat: compile in events based on json description
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 kibEnable IBRS when entering an interrupt handler from...
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 markjEnable kernel dump features in GENERIC for most platforms.
2018-05-19 mmacypmap: silence warnings
2018-05-19 sjgMerge bmake-20180512
2018-05-18 emasteamd64 GENERIC: correct whitespace on smartpqi entry
2018-05-15 antoinevmmdev: return EFAULT when trying to read beyond VM...
2018-05-14 jhbMake the common interrupt entry point labels local...
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.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-10 kibMake fpusave() and fpurestore() on amd64 ifuncs.
2018-05-09 mjgamd64: depessimize bcmp for small buffers
2018-05-09 kibAvoid calls to bzero() before ireloc.
2018-05-09 kibRemove PG_U from the rest of the kernel pmap ptes.
2018-05-09 kibRemove PG_U from the recursive pte for kernel pmap...
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
next