]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/x86
clockcalib: Fix an overflow bug
[FreeBSD/FreeBSD.git] / sys / x86 /
2022-04-29 John BaldwinSimplify swi for bus_dma.
2022-04-29 John BaldwinAdd <machine/tls.h> header to hold MD constants and...
2022-04-12 Roger Pau Monnéx86/xen: fallback when VCPUOP_send_nmi is not available
2022-04-11 Mark Johnstoni386: Fix the nodevice apic build
2022-04-02 Gordon Berglingxen(4): Fix a few typos in source code comments
2022-03-31 Mark Johnstonx86: Defer early TSC timecounter calibration to SI_SUB_CPU
2022-03-31 Mark Johnstonx86: Probe the TSC frequency earlier
2022-03-29 Martin Matuskazfs: merge openzfs/zfs@52bad4f23 (zfs-2.1-release)...
2022-03-23 Roger Pau Monnéx86/xen: fix CPUID signature
2022-03-19 Zhenlei Huangx86: Correctly report unexpected cache level
2022-03-11 Martin Matuskazfs: merge openzfs/zfs@ef83e07db (zfs-2.1-release)...
2022-03-03 Austin Zhangatrtc: reads Century field from FADT table
2022-03-03 Allan Judesmbios: Move smbios driver out from x86 machdep code
2022-03-02 Eric van GyzenWait longer for a previous IPI to be sent
2022-02-13 Edward Tomasz Napi... linux: deduplicate DUMMY() entries
2022-02-11 Colin PercivalUse CPUID leaf 0x40000010 for local APIC freq
2022-02-11 Colin PercivalTSC: Use 0x40000010 CPUID leaf for all VM types
2022-02-11 Colin PercivalDetect CPU type before asking VMWare for TSC freq
2022-02-11 Colin Percivalx86: Speed up clock calibration
2022-02-10 Kyle Evanssched: separate out schedinit_ap()
2022-02-08 Ed MasteRemove "All Rights Reserved" from FreeBSD Foundation...
2022-01-16 Colin PercivalFix variable name: freq_khz -> freq
2022-01-16 Colin PercivalSkip TSC calibration if exact value known
2022-01-14 Stefan EßerMake CPU_SET macros compliant with other implementations
2022-01-09 Alexander Motinx86: Remove CTLFLAG_NEEDGIANT from sysctls.
2022-01-06 Mark Johnstonx86: Fix up the MFC of 08161fd3b207105847bdd1dd8729ea4c...
2022-01-06 Mark Johnstonx86: Skip late calibration if our reference timer has...
2022-01-04 Alexander MotinMake CPU children explicitly share parent unit numbers.
2021-12-30 Bjoern A. Zeebmodules: increase MAXMODNAME and provide backward compat
2021-12-29 Mark Johnstonx86: Do not attempt to calibrate the LAPIC timer if...
2021-12-29 Mark Johnstonx86: Perform late TSC calibration before LAPIC timer...
2021-12-29 Mark Johnstonx86: Defer LAPIC calibration until after timecounters...
2021-12-29 Mark Johnstonx86: Implement deferred TSC calibration
2021-12-27 Mark Johnstonx86: Deduplicate clock.h
2021-12-24 Alexander Motinsmist: Remove unneeded Giant from bus_dma_tag_create().
2021-12-24 Alexander Motinbusdma: Remove outdated comments about Giant.
2021-12-23 Alexander Motinmca: Some error handling logic improvements.
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-19 Alexander Motinx86: Make AMD elvtX dump more compact.
2021-12-19 Corvin Köhnepci: add missing PCI id of Coffee Lake GPU
2021-12-15 Mark Johnstonamd64: Reduce the amount of cpuset copying done for...
2021-12-15 Alexander Motinmca: Switch to using taskqueue_enqueue_timeout_sbt().
2021-12-15 Alexander Motinmca: Decode new Intel status bits.
2021-12-15 Alexander Motinmca: Remove excessively verbose debug messages.
2021-12-15 Alexander Motinmca: Make some sysctls also a loader tunables.
2021-12-10 Mitchell Hornex86: remove unused T_USER flag
2021-12-03 Mitchell Horneminidump: Parameterize minidumpsys()
2021-11-20 Alexander MotinPrefer CPUID leaf 1Fh for Intel CPU topology detection.
2021-11-01 Mark JohnstonGeneralize bus_space(9) and atomic(9) sanitizer interce...
2021-11-01 Mark Johnstonx86: Mark the trapframe as initialized in ipi_bitmap_ha...
2021-11-01 Mark Johnstonstack(9): Disable KASAN in stack_capture()
2021-11-01 Mark Johnstonamd64: Add MD bits for KASAN
2021-11-01 Mark Johnstoncpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consu...
2021-10-27 Konstantin BelousovDMAR: clean up warnings about write-only variables
2021-10-25 Mark Johnstonx86: Remove some leftover APM support
2021-10-21 Alexander Motinx86: Add NUMA nodes into CPU topology.
2021-10-15 Mitchell Horneminidump: De-duplicate the progress bar
2021-10-10 Konstantin Belousovapic: initialize lapic_paddr statically
2021-10-10 Konstantin BelousovRevert "linux32: add a hack to avoid redefining the...
2021-10-10 Konstantin Belousovlinux32: add a hack to avoid redefining the type of...
2021-10-10 Adam Fennpvclock: Add vDSO support
2021-10-10 Adam Fennkvm_clock: KVM paravirtual clock support
2021-10-10 Adam Fennpvclock: Add 'struct pvclock' API
2021-10-10 Adam Fennx86: cpufunc: Add rdtsc_ordered()
2021-10-01 Konstantin Belousovx86 bounce_bus_dmamem_alloc(): use malloc_aligned(...
2021-09-20 Konstantin Belousovx86: duplicate acpi_wakeup.c per i386 and amd64
2021-09-20 Konstantin Belousovamd64 acpi_wakeup: map 1:1 whole low 4G for the trampol...
2021-09-20 Konstantin Belousovx86 acpi_install_wakeup_handler(): style
2021-09-20 Konstantin Belousovamd64: do not touch low memory in acpi_wakeup_ap()...
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-02 Dimitry Andricxen: Fix warning by adding KERNBASE to modlist_paddr...
2021-08-23 Konstantin Belousovamd64: stop doing special allocation for the AP startup...
2021-08-23 Konstantin Belousovamd64: rework AP startup
2021-08-23 Konstantin Belousovx86_msr_op: extend the KPI to allow MSR read and single...
2021-08-11 Alexander MotinDo not expose to scheduler caches of single CPU.
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-24 Mitchell HorneConsolidate machine/endian.h definitions
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-10 Konstantin BelousovDisable x2APIC for SandyBridge laptops with Samsung...
2021-06-10 Konstantin Belousovmadt_setup_local: extract special case checks into...
2021-06-10 Konstantin Belousovmadt_setup_local: convert series of strcmp to iteration...
2021-06-10 Konstantin Belousovmadt_setup_local: skip further checks if ACPI DMAR...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-08 Mark Johnstoni386: Make setidt_disp a size_t instead of uintptr_t
2021-06-07 Mark Johnstonx86: Fix lapic_ipi_alloc() on i386
2021-05-05 Piotr Pawel StefaniakBalance parentheses in sysctl descriptions
2021-04-23 Konstantin Belousovx86: add x86_clear_dbregs() helper
2021-04-21 Mitchell Hornegdb: allow setting/removing hardware watchpoints
2021-04-21 Mitchell Hornex86: implement kdb watchpoint functions
2021-04-21 Mitchell Hornex86: consolidate hw watchpoint logic into new file
2021-04-14 Mark JohnstonRemove more remnants of sio(4)
2021-03-15 Mark JohnstonRename _cscan_atomic.h and _cscan_bus.h to atomic_san...
2021-03-12 Kyle Evansx86: tsc: deprioritize TSC on VirtualBox
2021-02-15 Mark Johnstonmca: Handle inconsistent CMCI capability reporting
2021-02-04 Mateusz Guzikx86: use compiler intrinsics for bswap*
next