summaryrefslogtreecommitdiff
path: root/sys/x86/isa
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2024-12-11x86/atpic: convert INTSRC() macro into designated initializerElliott Mitchell
2024-11-01x86: Remove invalid DEVMETHOD methods for leaf devicesJohn Baldwin
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-04-12atrtc(4): Fix a typo in a sysctl descriptionGordon Bergling
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2023-12-28atrtc: Add a required includeMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-10-09x86: make EARLY_AP_STARTUP mandatoryEd Maste
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-20x86: Move i386 timerreg.h to x86Dmitry Chagin
2023-04-20x86: Move i386 ppireg.h to x86Dmitry Chagin
2023-02-02atrtc: expose power loss as sysctlCorvin Köhne
2022-09-14i386: check that trap() and syscall() run on the thread kstackKonstantin Belousov
2022-05-06x86: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-06Remove isa_devclass from ISA bus drivers.John Baldwin
2022-04-08i386: Fix the nodevice apic buildMark Johnston
2022-03-18x86/tsc: fetch frequency from CPUID when running on XenRoger Pau Monné
2022-03-01x86: Probe the TSC frequency earlierMark Johnston
2022-01-21atrtc: Install address space handler for \_SB and its descendant.Takanori Watanabe
2022-01-13atrtc: reads Century field from FADT tableAustin Zhang
2021-12-25x86: Remove CTLFLAG_NEEDGIANT from sysctls.Alexander Motin
2021-12-06x86: Perform late TSC calibration before LAPIC timer calibrationMark Johnston
2021-12-06x86: Defer LAPIC calibration until after timecounters are availableMark Johnston
2021-08-10amd64: Add MD bits for KMSANMark Johnston
2021-04-13amd64: Add MD bits for KASANMark Johnston
2021-04-07Remove more remnants of sio(4)Mark Johnston
2020-10-08timer_restore is now unused, remove itWarner Losh
2020-09-01x86: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-03-11Fix amd64/i386 LINT build after r344982Vladimir Kondratyev
2019-03-10atrtc(4): install ACPI RTC/CMOS operation region handlerVladimir Kondratyev
2019-03-06Drop "All rights reserved" from my copyright statements.John Baldwin
2018-09-17Fix a regression in r338360 when booting an x86 machine without APIC.John Baldwin
2018-08-28Dynamically allocate IRQ ranges on x86.John Baldwin
2018-08-21Remove 'imen' global variable from atpic(4).John Baldwin
2018-06-25Provide a helper function acpi_get_fadt_bootflags() to fetch the FADTKonstantin Belousov
2018-03-17ANSIfy sys/x86Ed Maste
2018-03-13at_rtc: check in ACPI FADT boot flags if the RTC is presentRoger Pau Monné
2018-03-12Give the atrtc_time_lock a unique name.Ian Lepore
2018-03-11Revert r330780, it was improperly tested and results in taking a spinIan Lepore
2018-03-11Remove MTX_NOPROFILE from atrtc_lock, it was inappropriately copy/pastedIan Lepore
2018-03-11Eliminate atrtc_time_lock, and use atrtc_lock for efirtc locking.Ian Lepore
2018-03-11Everywhere that multiple registers are accessed in sequence, lock/unlockIan Lepore
2018-03-11Use separate mutexes for atrtc and i8254 locking. Change all the strangeIan Lepore