summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/linux/linux_uaccess.h
Commit message (Expand)AuthorAgeFilesLines
* [build] Mark core files as permitted for UEFI Secure BootMichael Brown2026-01-141-0/+1
* [malloc] Allow for the existence of multiple heapsMichael Brown2025-05-191-8/+8
* [uaccess] Remove redundant virt_to_user() and userptr_tMichael Brown2025-04-301-8/+0Star
* [uaccess] Remove now-obsolete memchr_user()Michael Brown2025-04-241-6/+0Star
* [uaccess] Remove user_to_phys() and phys_to_user()Michael Brown2025-04-211-18/+16Star
* [uaccess] Remove redundant user_to_virt()Michael Brown2025-04-211-5/+0Star
* [uaccess] Remove redundant memcpy_user() and related string functionsMichael Brown2025-04-211-32/+0Star
* [uaccess] Remove redundant userptr_add() and userptr_diff()Michael Brown2025-04-201-11/+0Star
* [uaccess] Add explicit casts to and from userptr_t where neededMichael Brown2025-04-201-2/+2
* [uaccess] Rename userptr_sub() to userptr_diff()Michael Brown2025-04-201-3/+3
* [linux] Add stub phys_to_user() implementationMichael Brown2022-03-241-1/+14
* [linux] Rewrite headers included in all buildsMichael Brown2015-03-051-67/+59Star
* [uaccess] Add memcmp_user()Michael Brown2014-01-121-0/+6
* [uaccess] Add userptr_sub() to find the difference between two user pointersMichael Brown2012-11-051-0/+6
* [linux] Add uaccessPiotr JaroszyƄski2010-08-191-0/+104