aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/io.h
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Define `ioremap_cache()`Jean-Sébastien Pédron2023-01-161-2/+2
* LinuxKPI: io.h constify arguments and add more functionsBjoern A. Zeeb2022-09-221-4/+30
* linuxkpi: io.h: Only exclude armv6 and armv7 for asm/set_memory.hEmmanuel Vadot2022-08-081-1/+1
* linuxkpi: io.h: Do not include asm/set_memory.h for armv6 and armv7Emmanuel Vadot2022-08-081-0/+2
* linuxkpi: Add arch_io_{reserve,free}_memtype_wcEmmanuel Vadot2022-08-081-0/+16
* linuxkpi: Use an inline function for the _ioremap_attr stub.John Baldwin2022-04-131-1/+5
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: Import MTRR support functions from drm-kmodVladimir Kondratyev2022-01-101-0/+8
* LinuxKPI: Implement _ioremap_attr for riscvJessica Clarke2021-10-171-1/+1
* LinuxKPI: Add more #ifdef VM_MEMATTR_WRITE_COMBINING guardsJessica Clarke2021-10-031-0/+4
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Fix include file order in io.h in the LinuxKPI.Hans Petter Selasky2020-07-051-1/+2
* Use DEVICE memory instead of UNCACHEABLE on aarch64 in ioremap() in the Linux...Hans Petter Selasky2019-09-021-4/+13
* Add necessary bits for Linux KPI to work correctly on powerpcJustin Hibbits2019-08-041-33/+73
* Enable ioremap for aarch64 in the LinuxKPIEd Maste2019-04-201-1/+1
* Define linuxkpi readq for 64-bit architectures. It is used by drm-kmod.Tijl Coosemans2018-10-221-53/+209
* linuxkpi whitespace cleanupEd Maste2018-03-231-4/+4
* Implement writel_relaxed() in the LinuxKPI.Hans Petter Selasky2018-03-041-0/+7
* Implement ioread16be() in the LinuxKPI.Hans Petter Selasky2017-11-011-0/+7
* Remove ARM and MIPS from linuxkpi ioremap_attr definitionJustin Hibbits2017-06-081-2/+1
* Add more #ifdef arch checks to the linuxkpiJustin Hibbits2017-06-071-1/+2
* Add some miscellaneous definitions to support DRM drivers.Mark Johnston2017-05-301-0/+1
* Add __iowrite32_copy() to the Linux kernel compatibility layer.Kevin Lo2016-05-241-7/+12
* Implement "_outb()" to the LinuxKPI for i386 and amd64 only.Hans Petter Selasky2016-05-231-0/+8
* Implement ioremap_wt() and use that in the MEMREMAP_WT case for i386Hans Petter Selasky2016-05-101-1/+3
* Add more LinuxKPI I/O functions.Hans Petter Selasky2016-05-101-1/+77
* Build fixes:Hans Petter Selasky2015-11-121-2/+29
* Make all the LinuxKPI include files compile standalone.Hans Petter Selasky2015-11-031-0/+1
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+142