aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/page.h
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: Add page_to_virt functionVladimir Kondratyev2024-07-211-0/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-101-3/+3
* LinuxKPI: Implement clflush_cache_range()Vladimir Kondratyev2022-01-101-0/+7
* LinuxKPI: Add clflush argument type conversion wrapperVladimir Kondratyev2022-01-101-0/+2
* LinuxKPI: Add more #ifdef VM_MEMATTR_WRITE_COMBINING guardsJessica Clarke2021-10-031-0/+4
* LinuxKPI: Import linux_page.c and some dependent code from drm-kmodVladimir Kondratyev2021-09-291-0/+22
* Make sure the "vm_flags" and "vm_page_prot" fields get set correctlyHans Petter Selasky2017-08-111-15/+13
* Fix the definitions of pgprot_{noncached,writecombine} after r316562.Mark Johnston2017-07-081-2/+4
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Fix compilation of LinuxKPI for PowerPC.Hans Petter Selasky2017-04-091-3/+3
* Implement proper support for memory map operations in the LinuxKPI,Hans Petter Selasky2017-04-061-0/+22
* Implement a series of physical page management related functions inHans Petter Selasky2017-03-271-0/+3
* Add more PAGE related defines to the LinuxKPI. Move the definition ofHans Petter Selasky2016-05-131-4/+21
* Finish process of moving the LinuxKPI module into the default kernel build.Hans Petter Selasky2015-10-291-0/+53