]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/amd64
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / sys / amd64 /
2020-12-18 jhbSkip the vm.pmap.kernel_maps sysctl by default.
2020-12-18 John BaldwinSkip the vm.pmap.kernel_maps sysctl by default.
2020-12-18 mhorneamd64: use register macros for gdb_cpu_getreg()
2020-12-18 Mitchell Horneamd64: use register macros for gdb_cpu_getreg()
2020-12-18 mhorneamd64: allow gdb(4) to write to most registers
2020-12-18 Mitchell Horneamd64: allow gdb(4) to write to most registers
2020-12-18 Xin LIMFV r368746:
2020-12-14 kibamd64 pmap: fix PCID mode invalidations
2020-12-14 Konstantin Belousovamd64 pmap: fix PCID mode invalidations
2020-12-14 melifaroEnable ROUTE_MPATH support in GENERIC kernels.
2020-12-14 Alexander V. ChernikovEnable ROUTE_MPATH support in GENERIC kernels.
2020-12-13 Martin MatuskaMFV r368607:
2020-12-11 brookshme(4): Remove as previous announced
2020-12-11 Brooks Davishme(4): Remove as previous announced
2020-12-09 cyMFV r368464:
2020-12-09 Cy SchubertMFV r368464:
2020-12-09 Jung-uk KimMerge OpenSSL 1.1.1i.
2020-12-06 Stefan EßerUpgrade to version 3.2.3
2020-12-05 tijlFix i386 linux module after r367395.
2020-12-05 Tijl CoosemansFix i386 linux module after r367395.
2020-12-01 mmMFV r368207:
2020-12-01 Martin MatuskaMFV r368207:
2020-11-30 tsoomeAdd VT driver for VBE framebuffer device
2020-11-30 Toomas SoomeAdd VT driver for VBE framebuffer device
2020-11-29 kibbhyve: limit max GPA to VM_MAXUSER_ADDRESS_LA48.
2020-11-29 Konstantin Belousovbhyve: limit max GPA to VM_MAXUSER_ADDRESS_LA48.
2020-11-28 grehanConvert vmm_ops calls to IFUNC
2020-11-28 Peter GrehanConvert vmm_ops calls to IFUNC
2020-11-27 bro Move options IOMMU from Debugging section back to...
2020-11-27 Ruslan Bukino Move options IOMMU from Debugging section back to...
2020-11-26 seUpdate to version 3.2.0
2020-11-26 Stefan EßerUpdate to version 3.2.0
2020-11-26 grehanRemove manual instruction encodings for VMLOAD, VMRUN...
2020-11-26 Peter GrehanRemove manual instruction encodings for VMLOAD, VMRUN...
2020-11-25 sobomaxUnobfuscate "KERNLOAD" parameter on amd64. This change...
2020-11-25 Maxim SobolevUnobfuscate "KERNLOAD" parameter on amd64. This change...
2020-11-24 jhbPull the check for VM ownership into ppt_find().
2020-11-24 John BaldwinPull the check for VM ownership into ppt_find().
2020-11-24 jhbHonor the disabled setting for MSI-X interrupts for...
2020-11-24 John BaldwinHonor the disabled setting for MSI-X interrupts for...
2020-11-24 jkimPort rtsx(4) driver for Realtek SD card reader from...
2020-11-24 Jung-uk KimPort rtsx(4) driver for Realtek SD card reader from...
2020-11-23 kibLinuxolator: Replace use of eventhandlers by sysent...
2020-11-23 Konstantin BelousovLinuxolator: Replace use of eventhandlers by sysent...
2020-11-20 sjgMerge bmake-20201117
2020-11-20 Simon J. GerratyMerge bmake-20201117
2020-11-19 Dag-Erling SmørgravMerge upstream r948: fix race condition in openpam_ttyc...
2020-11-19 markjvm_phys: Try to clean up NUMA KPIs
2020-11-19 Mark Johnstonvm_phys: Try to clean up NUMA KPIs
2020-11-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-17 cem'make sysent' for r367773
2020-11-17 Conrad Meyer'make sysent' for r367773
2020-11-17 cemlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-17 Conrad Meyerlinux(4): Implement name_to_handle_at(), open_by_handle...
2020-11-13 Jung-uk KimMFV: r367652
2020-11-11 markjvmm: Make pmap_invalidate_ept() wait synchronously...
2020-11-11 Mark Johnstonvmm: Make pmap_invalidate_ept() wait synchronously...
2020-11-07 sjgUpdate to bmake-20201101
2020-11-07 Simon J. GerratyUpdate to bmake-20201101
2020-11-05 cemlinux(4): Deduplicate unimpl/dummy syscall handlers
2020-11-05 Conrad Meyerlinux(4): Deduplicate unimpl/dummy syscall handlers
2020-11-05 markjAdd qat(4)
2020-11-05 Mark JohnstonAdd qat(4)
2020-11-04 markjamd64: Make it easier to configure exception stack...
2020-11-04 Mark Johnstonamd64: Make it easier to configure exception stack...
2020-11-04 0mpFix a typo
2020-11-04 Mateusz PiotrowskiFix a typo
2020-11-02 alcTidy up the #includes. Recent changes, such as the...
2020-11-02 Alan CoxTidy up the #includes. Recent changes, such as the...
2020-10-30 mjgmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-30 Mateusz Guzikmalloc: delegate M_EXEC handling to dedicacted routines
2020-10-28 traszDrop "All rights reserved" from all my stuff. This...
2020-10-28 Edward Tomasz Napi... Drop "All rights reserved" from all my stuff. This...
2020-10-27 Cy SchubertMFV r367082:
2020-10-27 traszFix misnomer - linux_to_bsd_errno() does the exact...
2020-10-27 Edward Tomasz Napi... Fix misnomer - linux_to_bsd_errno() does the exact...
2020-10-26 kevansaudit: also correctly audit linux_execve()
2020-10-26 Kyle Evansaudit: also correctly audit linux_execve()
2020-10-24 Xin LIMFV r366990: less v563.
2020-10-22 Philip PaepsImport tzdata 2020c
2020-10-21 kibImprove FPU Tag Word reconstruction on i386 to indicate...
2020-10-21 Konstantin BelousovImprove FPU Tag Word reconstruction on i386 to indicate...
2020-10-20 jhbAdd a kernel crypto driver using assembly routines...
2020-10-20 John BaldwinAdd a kernel crypto driver using assembly routines...
2020-10-19 markjvmx: Implement pmap (de)activation in C
2020-10-19 Mark Johnstonvmx: Implement pmap (de)activation in C
2020-10-18 traszStop calling set_syscall_retval() from linux_set_syscal...
2020-10-18 Edward Tomasz Napi... Stop calling set_syscall_retval() from linux_set_syscal...
2020-10-18 traszSlightly tweak linux ptrace(2) debug message; no functi...
2020-10-18 Edward Tomasz Napi... Slightly tweak linux ptrace(2) debug message; no functi...
2020-10-17 mmacyUpdate OpenZFS to 2.0.0-rc3-gfc5966
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 kibamd64 pmap.h: explicitly provide constants values inste...
2020-10-16 Konstantin Belousovamd64 pmap.h: explicitly provide constants values inste...
2020-10-15 mhorneSimplify preload_dump() condition
2020-10-15 Mitchell HorneSimplify preload_dump() condition
2020-10-14 kibFix for mis-interpretation of PCB_KERNFPU.
next