summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/linux
Commit message (Expand)AuthorAgeFilesLines
* [build] Mark core files as permitted for UEFI Secure BootMichael Brown2026-01-147-0/+7
* [pci] Allow probing permission to vary by rangeMichael Brown2025-11-251-1/+2
* [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
* [pci] Separate permission to probe buses from bus:dev.fn range discoveryMichael Brown2024-08-151-0/+10
* [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-171-34/+0Star
* [dhcp] Simplify platform-specific client architecture definitionsMichael Brown2023-01-221-0/+20
* [pci] Generalise pci_num_bus() to pci_discover()Michael Brown2022-09-151-6/+10
* [linux] Add stub phys_to_user() implementationMichael Brown2022-03-241-1/+14
* [linux] Add missing pci_num_bus() stubMichael Brown2021-03-021-0/+11
* [linux] Provide ACPI settings via /sys/firmware/acpi/tablesMichael Brown2021-03-011-0/+18
* [pci] Define pci_ioremap() for mapping PCI bus addressesMichael Brown2020-09-241-0/+13
* [rng] Use fixed-point calculations for min-entropy quantitiesMichael Brown2018-03-201-2/+2
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-261-18/+0Star
* [linux] Rewrite headers included in all buildsMichael Brown2015-03-056-79/+73Star
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-023-3/+3
* [uaccess] Add memcmp_user()Michael Brown2014-01-121-0/+6
* [linux] Add support for accessing PCI configuration space via /proc/bus/pciMichael Brown2013-07-131-0/+130
* [uaccess] Add userptr_sub() to find the difference between two user pointersMichael Brown2012-11-051-0/+6
* [time] Add Linux time source using gettimeofday()Michael Brown2012-05-041-0/+18
* [rng] Add Linux entropy source using /dev/randomMichael Brown2012-03-181-0/+32
* [linux] Add empty smbiosPiotr Jaroszyński2010-08-191-0/+18
* [linux] Add napPiotr Jaroszyński2010-08-191-0/+18
* [linux] Add umallocPiotr Jaroszyński2010-08-191-0/+18
* [linux] Add uaccessPiotr Jaroszyński2010-08-191-0/+104
* [linux] Add timerPiotr Jaroszyński2010-08-191-0/+18