index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[crypto] Allow multiplicand and multiplier to differ in size
Michael Brown
2024-01-16
1
-1
/
+3
*
[librm] Use explicit operand size when pushing a label address
Michael Brown
2023-09-05
1
-2
/
+4
*
[rng] Allow entropy source to be selected at runtime
Michael Brown
2023-02-17
3
-114
/
+0
*
[rng] Add RDRAND as an entropy source
Michael Brown
2023-02-15
4
-0
/
+42
*
[ioapi] Move PAGE_SHIFT to bits/io.h
Michael Brown
2023-02-06
2
-3
/
+3
*
[dhcp] Simplify platform-specific client architecture definitions
Michael Brown
2023-01-22
2
-41
/
+20
*
[pci] Select PCI I/O API at runtime for cloud images
Michael Brown
2022-09-18
4
-0
/
+23
*
[pci] Generalise pci_num_bus() to pci_discover()
Michael Brown
2022-09-15
1
-5
/
+9
*
[console] Support AltGr to access ASCII characters via remapping
Michael Brown
2022-02-15
1
-0
/
+4
*
[console] Centralise handling of key modifiers
Michael Brown
2022-02-15
1
-0
/
+3
*
[crypto] Add memory output constraints for big-integer inline assembly
Michael Brown
2021-06-03
1
-17
/
+37
*
[cpio] Split out bzImage initrd CPIO header construction
Michael Brown
2021-05-21
1
-7
/
+0
*
[rng] Check for TSC support before using RTC entropy source
Michael Brown
2021-05-12
1
-0
/
+3
*
[pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECT
Michael Brown
2021-04-10
1
-2
/
+2
*
[acpi] Allow for platforms that provide ACPI tables individually
Michael Brown
2021-03-01
1
-0
/
+13
*
[linux] Use host glibc system call wrappers
Michael Brown
2021-03-01
1
-6
/
+0
*
[bitops] Provide an explicit operand size for bit test instructions
Michael Brown
2021-02-27
1
-4
/
+4
*
[librm] Test for FXSAVE/FXRSTOR instruction support
Michael Brown
2021-02-18
1
-0
/
+3
*
[pci] Define pci_ioremap() for mapping PCI bus addresses
Michael Brown
2020-09-24
2
-0
/
+26
*
[crypto] Avoid temporarily setting direction flag in bigint_is_geq()
Michael Brown
2020-07-07
1
-17
/
+8
*
[librm] Ensure that inline code symbols are unique
Michael Brown
2018-03-21
1
-1
/
+1
*
[librm] Provide symbols for inline code placed into other sections
Michael Brown
2018-03-21
1
-0
/
+5
*
[rng] Use fixed-point calculations for min-entropy quantities
Michael Brown
2018-03-20
1
-2
/
+2
*
[time] Add support for the ACPI power management timer
Michael Brown
2018-03-20
1
-0
/
+1
*
[librm] Add facility to provide register and stack dump for CPU exceptions
Michael Brown
2018-03-18
1
-0
/
+44
*
[cpuid] Allow input %ecx value to be specified
Michael Brown
2017-06-16
1
-4
/
+5
*
[acpi] Make acpi_find_rsdt() a per-platform method
Michael Brown
2017-05-23
2
-0
/
+32
*
[undi] Move PXE API caller back into UNDI driver
Michael Brown
2017-03-19
1
-11
/
+0
*
[time] Allow timer to be selected at runtime
Michael Brown
2017-01-26
6
-98
/
+9
*
[cpuid] Provide cpuid_supported() to test for supported functions
Michael Brown
2017-01-25
2
-4
/
+5
*
[pic8259] Fix definitions for "read IRR" and "read ISR" commands
Michael Brown
2017-01-25
1
-2
/
+2
*
[undi] Clean up driver and device name information
Michael Brown
2016-12-05
2
-3
/
+2
*
[acpi] Add support for ACPI power off
Michael Brown
2016-07-11
4
-0
/
+30
*
[rng] Check for functioning RTC interrupt
Michael Brown
2016-07-10
1
-0
/
+1
*
[efi] Generalise EFI entropy generation to non-x86 CPUs
Michael Brown
2016-05-04
1
-1
/
+0
*
[tcpip] Do not fall back to using unoptimised TCP/IP checksumming
Michael Brown
2016-05-04
1
-4
/
+2
*
[comboot] Support COMBOOT in 64-bit builds
Michael Brown
2016-04-15
1
-0
/
+130
*
[int13] Allow default drive to be specified via "san-drive" setting
Michael Brown
2016-03-22
1
-11
/
+0
*
[gdb] Add support for x86_64
Michael Brown
2016-03-22
1
-0
/
+1
*
[xen] Use generic test_and_clear_bit() function
Michael Brown
2016-03-16
1
-19
/
+0
*
[bitops] Add generic atomic bit test, set, and clear functions
Michael Brown
2016-03-16
1
-0
/
+94
*
[librm] Support ioremap() for addresses above 4GB in a 64-bit build
Michael Brown
2016-02-26
3
-0
/
+71
*
[ioapi] Split ioremap() out to a separate IOMAP API
Michael Brown
2016-02-26
2
-16
/
+13
*
[librm] Add support for running in 64-bit long mode
Michael Brown
2016-02-24
1
-9
/
+39
*
[librm] Rename prot_call() to virt_call()
Michael Brown
2016-02-22
2
-3
/
+3
*
[librm] Support userptr_t in 64-bit builds
Michael Brown
2016-02-21
1
-1
/
+23
*
[librm] Mark virt_offset, text16, data16, rm_cs, and rm_ds as constant
Michael Brown
2016-02-21
1
-5
/
+5
*
[librm] Add phys_call() wrapper for calling code with physical addressing
Michael Brown
2016-02-21
1
-3
/
+8
*
[librm] Prepare for long-mode memory map
Michael Brown
2016-02-19
1
-3
/
+36
*
[librm] Transition to protected mode within init_librm()
Michael Brown
2016-02-19
1
-4
/
+1
[next]