| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
307f78f3
|
| 19-Dec-2021 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards
MFC after: 1 week Reviewed by: bz, emaste, hselasky, manu Differential Revision: https://reviews.freebsd.org/D33562
|
| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
307f78f3
|
| 19-Dec-2021 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards
MFC after: 1 week Reviewed by: bz, emaste, hselasky, manu Differential Revision: https://reviews.freebsd.org/D33562
|
| #
8186b527
|
| 27-Mar-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Implement a series of physical page management related functions in the LinuxKPI for accessing user-space memory in the kernel.
Add functions to hold and wire physical page(s) based on a given range
Implement a series of physical page management related functions in the LinuxKPI for accessing user-space memory in the kernel.
Add functions to hold and wire physical page(s) based on a given range of user-space virtual addresses.
Add functions to get and put a reference on, wire, hold, mark accessed, copy and dirty a physical page.
Add new VM related structures and defines as a preparation step for advancing the memory map capabilities of the LinuxKPI.
Add function to figure out if a virtual address was allocated using malloc().
Add function to convert a virtual kernel address into its physical page pointer.
Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies
show more ...
|
| #
8186b527
|
| 27-Mar-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Implement a series of physical page management related functions in the LinuxKPI for accessing user-space memory in the kernel.
Add functions to hold and wire physical page(s) based on a given range
Implement a series of physical page management related functions in the LinuxKPI for accessing user-space memory in the kernel.
Add functions to hold and wire physical page(s) based on a given range of user-space virtual addresses.
Add functions to get and put a reference on, wire, hold, mark accessed, copy and dirty a physical page.
Add new VM related structures and defines as a preparation step for advancing the memory map capabilities of the LinuxKPI.
Add function to figure out if a virtual address was allocated using malloc().
Add function to convert a virtual kernel address into its physical page pointer.
Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies
show more ...
|
| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
307f78f3
|
| 19-Dec-2021 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
LinuxKPI: Constantly use _LINUXKPI_ prefix in include guards
MFC after: 1 week Reviewed by: bz, emaste, hselasky, manu Differential Revision: https://reviews.freebsd.org/D33562
|
| #
8186b527
|
| 27-Mar-2017 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Implement a series of physical page management related functions in the LinuxKPI for accessing user-space memory in the kernel.
Add functions to hold and wire physical page(s) based on a given range
Implement a series of physical page management related functions in the LinuxKPI for accessing user-space memory in the kernel.
Add functions to hold and wire physical page(s) based on a given range of user-space virtual addresses.
Add functions to get and put a reference on, wire, hold, mark accessed, copy and dirty a physical page.
Add new VM related structures and defines as a preparation step for advancing the memory map capabilities of the LinuxKPI.
Add function to figure out if a virtual address was allocated using malloc().
Add function to convert a virtual kernel address into its physical page pointer.
Obtained from: kmacy @ MFC after: 1 week Sponsored by: Mellanox Technologies
show more ...
|