summaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/page.h
AgeCommit message (Expand)Author
2024-07-21LinuxKPI: Add page_to_virt functionVladimir Kondratyev
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2022-01-10LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev
2022-01-10LinuxKPI: Implement clflush_cache_range()Vladimir Kondratyev
2022-01-10LinuxKPI: Add clflush argument type conversion wrapperVladimir Kondratyev
2021-10-03LinuxKPI: Add more #ifdef VM_MEMATTR_WRITE_COMBINING guardsJessica Clarke
2021-09-29LinuxKPI: Import linux_page.c and some dependent code from drm-kmodVladimir Kondratyev
2017-08-11Make sure the "vm_flags" and "vm_page_prot" fields get set correctlyHans Petter Selasky
2017-07-08Fix the definitions of pgprot_{noncached,writecombine} after r316562.Mark Johnston
2017-04-17All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff
2017-04-09Fix compilation of LinuxKPI for PowerPC.Hans Petter Selasky
2017-04-06Implement proper support for memory map operations in the LinuxKPI,Hans Petter Selasky
2017-03-27Implement a series of physical page management related functions inHans Petter Selasky
2016-05-13Add more PAGE related defines to the LinuxKPI. Move the definition ofHans Petter Selasky
2015-10-29Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky