aboutsummaryrefslogtreecommitdiff
path: root/sys/x86/include/bus.h
Commit message (Expand)AuthorAgeFilesLines
* bus.h: Fix a typo in SPDXLi-Wen Hsu2025-04-111-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* Remove checks for __GNUCLIKE_ASM assuming it is always true.John Baldwin2022-04-121-42/+0
* Simplify kernel sanitizer interceptorsMark Johnston2021-07-301-10/+2
* Generalize bus_space(9) and atomic(9) sanitizer interceptorsMark Johnston2021-03-231-5/+13
* Rename _cscan_atomic.h and _cscan_bus.h to atomic_san.h and bus_san.hMark Johnston2021-03-081-1/+1
* Add missing declarations of 64-bit variants of bus_peek/bus_poke on amd64.Michal Meloun2020-09-241-0/+6
* Add missing assignment forgotten in r365899Michal Meloun2020-09-201-0/+1
* Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun2020-09-191-0/+25
* x86: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* Port the NetBSD KCSAN runtime to FreeBSD.Andrew Turner2019-11-211-5/+10
* amd64: plug spurious cld instructionsMateusz Guzik2019-10-081-18/+0
* amd64: fix BUS_SPACE_MAXSIZE to 64bit max value.Konstantin Belousov2019-05-071-0/+4
* amd64: Add a 48-bit MAXADDR constantConrad Meyer2018-01-131-0/+1
* sys/x86: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove lint support from system headers and MD x86 headers.Konstantin Belousov2017-11-231-3/+1
* Better support memory mapped console devices, such as VGA and EFIMarcel Moolenaar2015-08-121-21/+4
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-181-7/+0
* Add bus_space_read_8 and bus_space_write_8 for amd64.Jim Harris2012-12-131-4/+34
* Revert r243960 based on feedback regarding keeping x86 headers unifiedJim Harris2012-12-131-0/+38
* Add amd64 implementations for 8-byte bus_space routines.Jim Harris2012-12-061-38/+0
* Add an unified macro to deny ability from the compiler to reorderAttilio Rao2012-10-091-1/+1
* Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans2010-12-201-0/+1098