aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/linux
AgeCommit message (Expand)AuthorFilesLines
2024-08-15[pci] Separate permission to probe buses from bus:dev.fn range discoveryMichael Brown1-0/+10
2023-02-17[rng] Allow entropy source to be selected at runtimeMichael Brown1-34/+0
2023-01-22[dhcp] Simplify platform-specific client architecture definitionsMichael Brown1-0/+20
2022-09-15[pci] Generalise pci_num_bus() to pci_discover()Michael Brown1-6/+10
2022-03-24[linux] Add stub phys_to_user() implementationMichael Brown1-1/+14
2021-03-02[linux] Add missing pci_num_bus() stubMichael Brown1-0/+11
2021-03-01[linux] Provide ACPI settings via /sys/firmware/acpi/tablesMichael Brown1-0/+18
2020-09-24[pci] Define pci_ioremap() for mapping PCI bus addressesMichael Brown1-0/+13
2018-03-20[rng] Use fixed-point calculations for min-entropy quantitiesMichael Brown1-2/+2
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown1-18/+0
2015-03-05[linux] Rewrite headers included in all buildsMichael Brown6-79/+73
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown3-3/+3
2014-01-12[uaccess] Add memcmp_user()Michael Brown1-0/+6
2013-07-13[linux] Add support for accessing PCI configuration space via /proc/bus/pciMichael Brown1-0/+130
2012-11-05[uaccess] Add userptr_sub() to find the difference between two user pointersMichael Brown1-0/+6
2012-05-04[time] Add Linux time source using gettimeofday()Michael Brown1-0/+18
2012-03-18[rng] Add Linux entropy source using /dev/randomMichael Brown1-0/+32
2010-08-19[linux] Add empty smbiosPiotr Jaroszyński1-0/+18
2010-08-19[linux] Add napPiotr Jaroszyński1-0/+18
2010-08-19[linux] Add umallocPiotr Jaroszyński1-0/+18
2010-08-19[linux] Add uaccessPiotr Jaroszyński1-0/+104
2010-08-19[linux] Add timerPiotr Jaroszyński1-0/+18