]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/x86/x86
Create sys/reg.h for the common code previously in machine/reg.h
[FreeBSD/FreeBSD.git] / sys / x86 / x86 /
2022-05-12 Andrew TurnerCreate sys/reg.h for the common code previously in...
2022-04-29 John BaldwinSimplify swi for bus_dma.
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-02 Eric van GyzenWait longer for a previous IPI to be sent
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-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...
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-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-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-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-25 Mark Johnstonx86: Remove some leftover APM support
2021-10-21 Alexander Motinx86: Add NUMA nodes into CPU topology.
2021-10-10 Konstantin Belousovapic: initialize lapic_paddr statically
2021-10-10 Adam Fennpvclock: Add vDSO 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-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
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-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-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-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-03-12 Kyle Evansx86: tsc: deprioritize TSC on VirtualBox
2021-02-15 Mark Johnstonmca: Handle inconsistent CMCI capability reporting
2021-01-21 Konstantin Belousovx86: switch kernel TSC timecounter to RDTSCP on AMD...
2021-01-17 Konstantin Belousovx86 busdma_bounce: use malloc_domainset_aligned(9).
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-13 Konstantin BelousovRevert "x86 busdma_bounce: do not make assumptions...
2021-01-13 Konstantin Belousovx86 busdma_bounce: do not make assumptions about alignm...
2021-01-13 Konstantin Belousovx86 budma_bounce: style.
2021-01-10 Konstantin Belousovx86 tsc: mark %eax as earlyclobber in tscp_get_timecoun...
2021-01-10 Konstantin Belousovtsc: add RDTSCP or faster variants of get_timecount()
2021-01-10 Konstantin Belousovtsc: use u_int for return type for prototype, same...
2021-01-10 Konstantin Belousovx86 identcpu.c: fix formatting of the comment.
2021-01-03 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2021-01-02 Toomas SoomeAdd 'contrib/pnglite/' from commit 'a70c2a23d0d84dfc63a...
2021-01-02 Toomas SoomeAdd 'contrib/terminus/' from commit 'cee3932f8c02a220d7...
2020-12-30 Philip Paepscontrib/tzdata: import tzdata 2020f
2020-12-27 Martin Matuskacontrib/libarchive: Import libarchive 3.5.1
2020-12-25 Conrad Meyersys/contrib/zstd: Import zstd 1.4.8
2020-12-25 Philip Paepscontrib/tzdata: import tzdata 2020e
2020-12-23 Konstantin Belousovx86: stop punishing VMs with low priority for TSC timec...
2020-12-18 Xin LIMFV r368746:
2020-12-13 Martin MatuskaMFV r368607:
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-04 Warner Loshbusdma: Annotate bus_dmamap_sync() with fence
2020-12-01 John BaldwinAdd a kstack_contains() helper function.
2020-12-01 Martin MatuskaMFV r368207:
2020-11-26 Stefan EßerUpdate to version 3.2.0
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-18 Marcin WojtasAdjust ENA driver files to latest ena-com changes
2020-11-18 Marcin WojtasFix completion descriptors alignment for the ENA
2020-11-13 Jung-uk KimMFV: r367652
next