summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/io.h
AgeCommit message (Expand)Author
2025-01-31linuxkpi: Unify definition of `outb()`Jean-Sébastien Pédron
2024-05-08linuxkpi: Make arch_io_*_memtype_wc amd64-onlyTijl Coosemans
2023-12-24LinuxKPI: Define ioread64() in linux/io.h only on 64 bit archs.Vladimir Kondratyev
2023-12-24LinuxKPI: Add IOMEM_ERR_PTR() to linux/io.hVladimir Kondratyev
2023-12-24LinuxKPI: Implement ioread64()Vladimir Kondratyev
2023-10-03linuxkpi: Fix uses of `pmap_change_attr()`Jean-Sébastien Pédron
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-08LinuxKPI: add devm_ioremap()Bjoern A. Zeeb
2023-01-16linuxkpi: Define `ioremap_cache()`Jean-Sébastien Pédron
2022-09-22LinuxKPI: io.h constify arguments and add more functionsBjoern A. Zeeb
2022-08-08linuxkpi: io.h: Only exclude armv6 and armv7 for asm/set_memory.hEmmanuel Vadot
2022-08-08linuxkpi: io.h: Do not include asm/set_memory.h for armv6 and armv7Emmanuel Vadot
2022-08-08linuxkpi: Add arch_io_{reserve,free}_memtype_wcEmmanuel Vadot
2022-04-13linuxkpi: Use an inline function for the _ioremap_attr stub.John Baldwin
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2022-01-10LinuxKPI: Import MTRR support functions from drm-kmodVladimir Kondratyev
2021-10-17LinuxKPI: Implement _ioremap_attr for riscvJessica Clarke
2021-10-03LinuxKPI: Add more #ifdef VM_MEMATTR_WRITE_COMBINING guardsJessica Clarke
2020-09-01compat: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-05Fix include file order in io.h in the LinuxKPI.Hans Petter Selasky
2019-09-02Use DEVICE memory instead of UNCACHEABLE on aarch64 in ioremap() in the Linux...Hans Petter Selasky
2019-08-04Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits
2019-04-20Enable ioremap for aarch64 in the LinuxKPIEd Maste
2018-10-22Define linuxkpi readq for 64-bit architectures. It is used by drm-kmod.Tijl Coosemans
2018-03-23linuxkpi whitespace cleanupEd Maste
2018-03-04Implement writel_relaxed() in the LinuxKPI.Hans Petter Selasky
2017-11-01Implement ioread16be() in the LinuxKPI.Hans Petter Selasky
2017-06-08Remove ARM and MIPS from linuxkpi ioremap_attr definitionJustin Hibbits
2017-06-07Add more #ifdef arch checks to the linuxkpiJustin Hibbits
2017-05-30Add some miscellaneous definitions to support DRM drivers.Mark Johnston
2016-05-24Add __iowrite32_copy() to the Linux kernel compatibility layer.Kevin Lo
2016-05-23Implement "_outb()" to the LinuxKPI for i386 and amd64 only.Hans Petter Selasky
2016-05-10Implement ioremap_wt() and use that in the MEMREMAP_WT case for i386Hans Petter Selasky
2016-05-10Add more LinuxKPI I/O functions.Hans Petter Selasky
2015-11-12Build fixes:Hans Petter Selasky
2015-11-03Make all the LinuxKPI include files compile standalone.Hans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky