]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
Import tzdata 2020c
[FreeBSD/FreeBSD.git] / sys / amd64 /
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-21 Konstantin BelousovImprove FPU Tag Word reconstruction on i386 to indicate...
2020-10-20 John BaldwinAdd a kernel crypto driver using assembly routines...
2020-10-19 Mark Johnstonvmx: Implement pmap (de)activation in C
2020-10-18 Edward Tomasz Napi... Stop calling set_syscall_retval() from linux_set_syscal...
2020-10-18 Edward Tomasz Napi... Slightly tweak linux ptrace(2) debug message; no functi...
2020-10-17 Matt MacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
2020-10-17 Philip PaepsImport tzdata 2020c
2020-10-16 Kyle EvansMFC r366760: lua: update to 5.3.6
2020-10-16 Konstantin Belousovamd64 pmap.h: explicitly provide constants values inste...
2020-10-15 Mitchell HorneSimplify preload_dump() condition
2020-10-14 Konstantin BelousovFix for mis-interpretation of PCB_KERNFPU.
2020-10-14 Konstantin BelousovLimit workaround for errata E400 to appropriate AMD...
2020-10-14 Konstantin BelousovAvoid dump_avail[] redefinition.
2020-10-13 Tycho Nightingaleeliminate possible race in parallel TLB shootdown IPI
2020-10-12 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-11 Emmanuel Vadot10Gigabit Ethernet driver for AMD SoC
2020-10-10 Conrad Meyerrandom(4) FenestrasX: Push root seed version to arc4ran...
2020-10-09 Jung-uk KimMFV: r366539
2020-10-09 Warner LoshCreate in-tree LINT files
2020-10-08 Mitchell HorneAdd a routine to dump boot metadata
2020-10-08 Philip PaepsImport tzdata 2020b
2020-10-07 Mitchell HornePrint symbol index for unsupported relocation types
2020-10-03 Konstantin Belousovamd64: Store full 64bit of FIP/FDP for 64bit processes...
2020-10-03 Konstantin BelousovFix pmap_pti_add_kva() call for doublefault stack page.
2020-10-03 Konstantin BelousovMove ctx_switch_xsave declaration to amd64 md_var.h.
2020-10-03 Jakub Wojciech KlamaImport lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
2020-10-02 Emmanuel VadotFix LINT: Add backlight to NOTES
2020-10-01 Matt MacyOpenZFS: MFV 2.0-rc3-gfc5966
2020-10-01 Mark JohnstonRemove svn:executable from a couple of vmm(4) source...
2020-10-01 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-10-01 John BaldwinClear the upper 32-bits of registers in x86_emulate_cpu...
2020-10-01 Stefan EßerUpgrade to version 3.1.6
2020-10-01 Baptiste DaroussinUpdate nvi to 2.2.0-05ed8b9
2020-09-29 Ruslan BukinRename kernel option ACPI_DMAR to IOMMU.
2020-09-27 Edward Tomasz Napi... Get rid of sa->narg. It serves no purpose; use sa...
2020-09-25 Edward Tomasz Napi... Regen after r366145.
2020-09-23 Mark JohnstonAdd a vmparam.h constant indicating pmap support for...
2020-09-23 Warner LoshUse envvar rather than nonstandard hint. lines
2020-09-22 Konstantin Belousovamd64 pmap: More unification for psind = 1 vs 2 in...
2020-09-22 Jung-uk KimMerge OpenSSL 1.1.1h.
2020-09-21 D Scott PhillipsSparsify the vm_page_dump bitmap
2020-09-21 D Scott PhillipsMove vm_page_dump bitset array definition to MI code
2020-09-21 Konstantin Belousovamd64 pmap: only calculate page table page when needed.
2020-09-20 Konstantin Belousovamd64 pmap: handle cases where pml4 page table page...
2020-09-19 Mark JohnstonFix some nits in 1G page support in the amd64 pmap.
2020-09-18 Matt MacyMFV 2.0-rc2
2020-09-18 Eric van Gyzenamd64 pmap_pkru_same: prev_ppr was always NULL
2020-09-18 Mark JohnstonEnsure that a protection key is selected in pmap_enter_...
2020-09-17 Edward Tomasz Napi... Get rid of sv_errtbl and SV_ABI_ERRNO().
2020-09-16 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-09-15 Ed Mastebhyve: do not permit write access to VMCB / VMCS
2020-09-15 Konstantin Belousovbhyve: intercept AMD SVM instructions.
2020-09-15 Edward Tomasz Napi... Move SV_ABI_ERRNO translation into linux-specific code...
2020-09-11 John BaldwinAdd constant for the DE_CFG MSR on AMD CPUs.
2020-09-11 Kyle EvansMFV r365636: libarchive: import fix for WARNS=6 builds...
2020-09-10 John BaldwinUse vmcb_read/write for the vmcb snapshot functions.
2020-09-10 Kyle EvansMFV r365599: import fix for a libexecinfo warning at...
2020-09-09 Konstantin BelousovAdd pmap_enter(9) PMAP_ENTER_LARGEPAGE flag and impleme...
2020-09-09 Konstantin BelousovFix assert.
2020-09-09 Konstantin Belousovamd64 pmap: teach functions walking user page tables...
2020-09-09 Konstantin Belousovamd64: report support for 1G superpages in getpagesizes(2).
2020-09-09 Baptiste DaroussinUpdate nvi to 2.2.0
2020-09-05 Simon J. GerratyUpdate to bmake-20200902
2020-09-04 Matt MacyZFS: MFV 2.0-rc1-gfd20a8
2020-09-02 Mark JohnstonInclude the psind in data returned by mincore(2).
2020-09-02 Mark JohnstonAdd the MEM_EXTRACT_PADDR ioctl to /dev/mem.
2020-09-02 Konstantin BelousovFix a page table pages leak after LA57.
2020-09-01 Mateusz Guzikamd64: clean up empty lines in .c and .h files
2020-08-28 Matt MacyZFS: MFV 2.0-rc1-ga00c61
2020-08-28 Matt MacyZFS: clarify dependencies for static linking
2020-08-27 Glen BarberMFH
2020-08-24 Matt MacyInitial import from vendor-sys branch of openzfs
2020-08-24 Konstantin BelousovRestore workaround for sysret fault on non-canonical...
2020-08-24 Cy SchubertMFV 364468:
2020-08-24 Cy SchubertMFV 364467:
2020-08-24 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-24 Peter Grehancpu_auxmsr: assert caller is preventing CPU migration.
2020-08-23 Konstantin Belousovamd64: Handle 5-level paging on wakeup.
2020-08-23 Konstantin Belousovamd64: Handle 5-level paging for efirt calls.
2020-08-23 Konstantin BelousovAdd bhyve support for LA57 guest mode.
2020-08-23 Konstantin BelousovAdd amd64 procctl(2) ops to manage forced LA48/LA57...
2020-08-23 Konstantin Belousovamd64 pmap: LA57 AKA 5-level paging
2020-08-21 Eric van Gyzenamd64 pmap: potential integer overflowing expression
2020-08-20 Mark JohnstonUse pmap_mapbios() to map ACPI tables on amd64 and...
2020-08-19 Alexander MotinRemove some noisy ACPI tables messages from verbose...
2020-08-18 Mateusz Guziklinux: add sysctl compat.linux.use_emul_path
2020-08-18 Mateusz Guziklinux: consistently use LFREEPATH instead of open-coding it
2020-08-18 Peter GrehanExport a routine to provide the TSC_AUX MSR value and...
2020-08-18 Peter GrehanSupport guest rdtscp and rdpid instructions on Intel...
2020-08-18 Peter GrehanAllow guest device MMIO access from bootmem memory...
2020-08-15 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-08-12 Glen BarberMFH
2020-08-06 Dimitry AndricMerge ^/head r363739 through r363986.
2020-08-05 Ruslan Bukino Add machine/iommu.h and include MD iommu headers...
2020-08-05 Stefan EßerUpgrade to version 3.1.5
2020-08-04 Emmanuel VadotImport DTS files for arm, arm64, riscv from Linux 5.8
2020-08-03 Stefan EßerUpgrade to version 3.1.4
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2020-07-31 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
next