]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Provide the full module path to preload_delete_name().
[FreeBSD/FreeBSD.git] / sys / amd64 /
2018-07-19 Cy SchubertMFV: r336486
2018-07-19 Cy SchubertMFV: r336485
2018-07-19 Roger Pau Monnéxen: implement early init helper for PVHv2
2018-07-19 Roger Pau Monnéxen: add PVHv2 entry point
2018-07-11 Cy SchubertMFV r324714:
2018-07-06 Konstantin BelousovExpand x86 struct pcpus to UMA_PCPU_ALLOC_SIZE AKA...
2018-07-06 Konstantin BelousovRevert to recommit with the proper message.
2018-07-06 Konstantin BelousovSave a call to pmap_remove() if entry cannot have any...
2018-07-06 Hans Petter SelaskyMake sure kernel modules built by default are portable...
2018-07-06 Matt Macycounter(9): unbreak amd64 following r336020
2018-07-06 Matt MacyBack pcpu zone with domain correct pages
2018-07-05 Konstantin BelousovExtend r335969 to superpages.
2018-07-05 Konstantin BelousovRevert r335999 to re-commit with the correct error...
2018-07-05 Konstantin BelousovIn x86 pmap_extract_and_hold(), there is no need to...
2018-07-05 Konstantin BelousovIn x86 pmap_extract_and_hold(), there is no need to...
2018-07-05 Alan CoxAs of r335784, if pmap_enter() replaces a managed mappi...
2018-07-04 Konstantin BelousovIn x86 pmap_extract_and_hold()s, handle the case of...
2018-07-03 John BaldwinUse 'e' instead of 'i' constraints with 64-bit atomic...
2018-07-02 Matt Macyinline atomics and allow tied modules to inline locks
2018-06-29 Jung-uk KimMFV: r335802
2018-06-29 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-06-28 Mark JohnstonInvalidate the mapping before updating its physical...
2018-06-25 Konstantin BelousovDo not leave stray qword on top of stack for interrupts...
2018-06-23 Mark JohnstonRe-count available PV entries after reclaiming a PV...
2018-06-22 Chuck TuffliFix the Linux kernel version number calculation
2018-06-19 Matt Macyremove ixl iwarp and ixlv from the build until they...
2018-06-18 Eric Joynerixl(4): Update to use iflib
2018-06-15 Ed Mastelinuxulator: do not include legacy syscalls on arm64
2018-06-14 Konstantin Belousovlinuxolator/amd64: Don't mangle %r10 on return from...
2018-06-14 Konstantin BelousovReorganize code flow in fpudna()/npxdna() to highlight...
2018-06-14 Konstantin BelousovRemove printf() in #NM handler.
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-13 Konstantin BelousovEnable eager FPU context switch by default on amd64.
2018-06-13 Jonathan T. LooneyMake UMA and malloc(9) return non-executable memory...
2018-06-13 Marcelo AraujoAdd SPDX tags to vmm(4).
2018-06-12 Jung-uk KimFix number of auxargs entries to copy out for 32-bit...
2018-06-11 Konstantin BelousovFix braino in r334799. Maxmem is in pages.
2018-06-10 Bruce EvansUntangle configuration ifdefs a little. On x86, msi...
2018-06-09 Mark JohnstonTell the compiler that rdtscp clobbers %ecx.
2018-06-08 Tycho NightingaleDon't bother looking for non-executable pages when...
2018-06-08 Matt Macyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-08 Mateusz Guzikamd64: remove now unused bzero, bcmp and bcopy. move...
2018-06-08 Mateusz Guzikamd64: fix a retarded bug in memset
2018-06-07 Konstantin BelousovAccount for dmap limit when selecting the pages for...
2018-06-07 Matt Macycpufunc: add rdtscp for x86
2018-06-04 Jung-uk KimMFV: r334448
2018-06-04 Matt Macyhwpmc: ABI fixes
2018-06-02 Mateusz GuzikRemove an unused argument to turnstile_unpend.
2018-06-02 Mateusz Guzikamd64: add a mild depessimization to rep mov/stos users
2018-06-02 Bruce EvansFinish COMPAT_AOUT support for amd64. It wasn't in...
2018-06-02 Bruce EvansFix high resolution kernel profiling just enough to...
2018-06-02 Bruce EvansFix recent breakages of kernel profiling, mostly on...
2018-05-31 Matt Macyhwpmc: remove unused pre-table driven bits for intel
2018-05-31 Dimitry AndricResolve conflicts between macros in fenv.h and ieeefp.h
2018-05-31 Mateusz Guzikamd64: switch pagecopy from non-temporal stores to...
2018-05-29 Brooks DavisCorrect pointer subtraction in KASSERT().
2018-05-29 Slava ShwartsmanMFV r333668:
2018-05-28 Hans Petter SelaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-25 Andriy Gaponre-synchronize TSC-s on SMP systems after resume, if...
2018-05-24 Olivier HouchardImport CK as of commit 0f017230ccc86929f56bf44ef2dca93d...
2018-05-24 Brooks DavisAvoid two suword() calls per auxarg entry.
2018-05-24 Matt Macytake NUMA out
2018-05-24 Matt Macylibpmcstat: compile in events based on json description
2018-05-23 Konstantin Belousovx86: stop unconditionally clearing PSL_T on the trace...
2018-05-23 Konstantin BelousovStyle.
2018-05-23 Phil ShaferImport libxo-0.9.0:
2018-05-22 Konstantin BelousovEnable IBRS when entering an interrupt handler from...
2018-05-22 John BaldwinCleanups related to debug exceptions on x86.
2018-05-21 Konstantin BelousovAdd Intel Spec Store Bypass Disable control.
2018-05-21 Konstantin BelousovPreserve other bits in IA32_SPEC_CTL MSR when changing...
2018-05-21 Konstantin BelousovFix grammar.
2018-05-21 Konstantin BelousovAdd missed barrier for pm_gen/pm_active interaction.
2018-05-21 Mateusz Guzikamd64: annotate pti with __read_frequently
2018-05-20 Eitan AdlerMFV: file 5.33
2018-05-19 Mark JohnstonEnable kernel dump features in GENERIC for most platforms.
2018-05-19 Matt Macypmap: silence warnings
2018-05-19 Simon J. GerratyMerge bmake-20180512
2018-05-18 Ed Masteamd64 GENERIC: correct whitespace on smartpqi entry
2018-05-18 Xin LIMFV r333779: xz 5.2.4.
2018-05-16 Dag-Erling SmørgravMerge upstream patch to unbreak tunnel forwarding.
2018-05-15 Antoine Brodinvmmdev: return EFAULT when trying to read beyond VM...
2018-05-14 John BaldwinMake the common interrupt entry point labels local...
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.1.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.8. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.7. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.6. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.5. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.3. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade LDNS to 1.7.0.
2018-05-11 Dag-Erling SmørgravUpgrade to OpenSSH 7.7p1.
2018-05-10 Konstantin BelousovMake fpusave() and fpurestore() on amd64 ifuncs.
2018-05-10 Marcin WojtasApply fixes in ena-com
2018-05-09 Mateusz Guzikamd64: depessimize bcmp for small buffers
2018-05-09 Konstantin BelousovAvoid calls to bzero() before ireloc.
2018-05-09 Konstantin BelousovRemove PG_U from the rest of the kernel pmap ptes.
next