]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/x86/x86
vmware: Fix a typo in a source code comment
[FreeBSD/FreeBSD.git] / sys / x86 / x86 /
2024-01-18 John Baldwinx86: Support multiple PCI MCFG regions
2024-01-18 John Baldwinpci_cfgreg: Add a PCI domain argument to the low-level...
2024-01-11 Mark Johnstonsysctl: Don't pass CTLFLAG_MPSAFE to SYSCTL_STRING
2024-01-11 Mark Johnstonidentcpu: Let the hw.model be readable in capability...
2024-01-11 Mark Johnstonx86: Make cpu_model[] public
2023-12-21 Olivier Certnerx86: AMD Zen2: Zenbleed chicken bit mitigation
2023-12-07 Mitchell Hornebusdma: emit a warning for use of filters
2023-12-02 Martin Matuskazfs: merge openzfs/zfs@d99134be8 (zfs-2.1-release)...
2023-10-24 John Baldwinx86: Cosmetic cleanups to struct msi_intsrc
2023-10-24 John Baldwinx86 msi: Enable/disable IDT vectors for MSI groups...
2023-10-24 Zhenlei Huangx86: Prefer consistent naming for loader tunables
2023-10-12 Zhenlei Huangx86: Add sysctl flag CTLFLAG_TUN to loader tunables
2023-10-11 John Hayx86: Properly align interrupt vectors for MSI
2023-09-30 Martin Matuskazfs: merge openzfs/zfs@eb62221ff (zfs-2.1-release)...
2023-09-17 Ed Mastemsi: handle error from BUS_REMAP_INTR in msi_assign_cpu
2023-08-31 Elliott Mitchellintr: merge interrupt table uses of MAXCOMLEN into...
2023-08-23 Warner Loshsys: Remove $FreeBSD$: one-line .c pattern
2023-08-23 Warner Loshsys: Remove $FreeBSD$: two-line .h pattern
2023-08-19 Konstantin Belousovtc_fill_vdso_timehands32(): fix
2023-08-17 Ed Mastemsi: report error for attempt to use APIC ID > 255
2023-07-25 Warner Loshspdx: The BSD-2-Clause-FreeBSD identifier is obsolete...
2023-06-17 Martin Matuskazfs: merge openzfs/zfs@86783d7d9 (zfs-2.1-release)...
2023-06-09 Mark Johnstonx86: Mark the CPU idle function table as const
2023-06-02 Mark Johnstonnexus: Consistently return a pointer in failure paths
2023-04-23 Martin Matuskazfs: merge openzfs/zfs@e25f9131d (zfs-2.1-release)...
2023-04-17 Mitchell Hornex86: nexus code tidy-up
2023-02-28 Mina Galićapic: prevent divide by zero in CPU frequency init
2023-02-20 Mark Johnstonpvclock: Export a vDSO page even without rdtscp available
2023-02-09 Dmitry Chaginamd64: Eliminate write only cpu_fxsr.
2023-02-06 Dmitry Chaginmp_x86: Trim trailing whitespaces.
2023-02-06 Dmitry Chaginsmp: Drop confusing braces and return statement as...
2023-01-26 Martin Matuskazfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release)...
2023-01-19 Corvin Köhnex86: ignore stepping for APL30 errata
2022-12-06 Martin Matuskazfs: merge openzfs/zfs@21bd76613 (zfs-2.1-release)...
2022-10-04 Martin Matuskazfs: merge openzfs/zfs@6a6bd4939 (zfs-2.1-release)...
2022-09-29 Corvin Köhnex86/mp: don't create empty cpu groups
2022-09-21 Konstantin Belousovi386: check that trap() and syscall() run on the thread...
2022-09-07 Gordon Berglingx86: Correct a typo in source code comment
2022-08-15 Alexander Motinmca: Add sysctl to mute corrected errors.
2022-08-01 Mark Johnstonx86: Add a required store-load barrier in cpu_idle()
2022-07-19 Mark Johnstonx86: Check for APIC presence only if DEV_ATPIC is defined
2022-07-13 John Baldwinx86 mptable: Include <x86/legacvar.h> for legacy_get_pc...
2022-07-13 John Baldwinmptable_hostb: Use legacy_get_pcibus() to fetch PCI...
2022-07-13 Dmitry Chaginamd64: Reload CPU ext features after resume or cr4...
2022-07-12 Doug Moorebusdma: _bus_dmamap_addseg repaired
2022-07-12 Doug Moorex86-busdma - Add missing paren
2022-07-12 Doug Moorevm_extern: use standard address checkers everywhere
2022-07-04 Mitchell Horneset_cputicker: use a bool
2022-06-29 Mark JohnstonFix the test used to wait for AP startup on x86, arm64...
2022-06-25 Martin Matuskazfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release)...
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.
next