index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
shadow: Rework bios copy code to prevent gcc array-bounds warning
Kevin O'Connor
2018-11-10
1
-5
/
+6
*
pvscsi: Scan all 64 possible targets
Shmuel Eiderman
2018-11-10
1
-1
/
+1
*
pretty boot menu entry for cdrom drives
Gerd Hoffmann
2018-10-05
3
-0
/
+57
*
pci: recognize RH PCI legacy bridge resource reservation capability
Jing Liu
2018-09-05
2
-21
/
+30
*
pci: clean up the debug message for pci capability found
Jing Liu
2018-09-05
1
-1
/
+3
*
pci: fix the return value for truncated capability
Jing Liu
2018-09-05
1
-0
/
+1
*
sdcard: Increase SDHCI_POWER_ON_TIME to 5ms
Kevin O'Connor
2018-09-03
1
-1
/
+1
*
nvme: fix I/O queue length calculation overflow
Matt DeVillier
2018-08-23
1
-2
/
+2
*
ssdt: Fix building of legacy acpi tables on current iasl compiler
Kevin O'Connor
2018-07-15
2
-2
/
+2
*
pmm: use tmp zone on oom
Gerd Hoffmann
2018-06-22
1
-0
/
+13
*
optionrom: enable non-vga display devices
Gerd Hoffmann
2018-06-22
1
-1
/
+28
*
tpm: Request access to locality 0
Stefan Berger
2018-04-12
1
-0
/
+2
*
tpm: when CRB is active, select, lock it, and check addresses
Stefan Berger
2018-03-21
1
-3
/
+1
*
tpm: revert return values for successful/failed CRB probing
Stefan Berger
2018-03-21
1
-3
/
+3
*
tpm: Wait for tpmRegValidSts flag on CRB interface before probing
Stefan Berger
2018-03-21
1
-0
/
+10
*
tpm: Handle unimplemented TIS_REG_IFACE_ID in tis_get_tpm_version()
Stephen Douthit
2018-03-02
1
-5
/
+15
*
tpm: Wait for interface startup when probing
Stephen Douthit
2018-03-02
1
-1
/
+12
*
tpm: Refactor duplicated wait code in tis_wait_sts() & crb_wait_reg()
Stephen Douthit
2018-03-02
1
-47
/
+33
*
tpm: add TPM CRB device support
Marc-André Lureau
2018-02-27
2
-1
/
+221
*
tpm: use get_tpm_version() callback
Marc-André Lureau
2018-02-27
1
-1
/
+2
*
tpm: generalize init_timeout()
Marc-André Lureau
2018-02-27
1
-10
/
+15
*
x86: add readq()
Marc-André Lureau
2018-02-27
1
-0
/
+5
*
shadow: Don't invoke a shutdown on reboot unless in a reboot loop
Kevin O'Connor
2018-02-22
1
-11
/
+16
*
floppy: Send 4 sense interrupt commands during controller initialization
Nikolay Nikolov
2018-02-15
1
-1
/
+14
*
floppy: Wait for the floppy motor to reach a stable speed, after starting
Nikolay Nikolov
2018-02-15
1
-2
/
+11
*
floppy: Support up to 4 floppy drives when turning on the floppy motor
Nikolay Nikolov
2018-02-15
1
-1
/
+1
*
floppy: Execute a SPECIFY command after sensing the media type
Nikolay Nikolov
2018-02-15
1
-2
/
+20
*
floppy: hold the DOR reset bit low for 4 microseconds, when resetting
Nikolay Nikolov
2018-02-15
1
-0
/
+2
*
floppy: Use timer_check() in floppy_wait_irq()
Nikolay Nikolov
2018-02-07
1
-4
/
+5
*
floppy: Reset the floppy motor count in floppy_drive_pio()
Nikolay Nikolov
2018-02-07
1
-0
/
+1
*
floppy: Preserve motor and drive sel bits when resetting the floppy controller
Nikolay Nikolov
2018-02-07
1
-3
/
+6
*
floppy: Introduce FLOPPY_DOR_XXX constants
Nikolay Nikolov
2018-02-07
1
-4
/
+13
*
floppy: Introduce floppy_dor_mask()
Nikolay Nikolov
2018-02-07
1
-1
/
+7
*
floppy: Introduce the floppy_dor_read() function
Nikolay Nikolov
2018-02-07
1
-2
/
+8
*
pci: fix 'io hints' capability for RedHat PCI bridges
Marcel Apfelbaum
2018-01-16
1
-9
/
+5
*
tpm: Add support for TPM2 ACPI table
Stefan Berger
2017-11-15
2
-11
/
+54
*
paravirt: Only enable sercon in NOGRAPHIC mode if no other console specified
Kevin O'Connor
2017-11-10
1
-6
/
+7
*
sercon: Disable ScreenAndDebug in case both serial console and serial debug a...
Gerd Hoffmann
2017-11-03
1
-0
/
+4
*
timer: Avoid integer overflows in usec and nsec calculations
Kevin O'Connor
2017-11-02
1
-24
/
+31
*
nvme: Use the Maximum Queue Entries Supported (MQES) to initialize I/O queues
Filippo Sironi
2017-10-14
1
-2
/
+8
*
xhci: Verify the device is still present in xhci_cmd_submit()
Kevin O'Connor
2017-10-09
1
-0
/
+11
*
nvme: fix out of memory behavior
Julian Stecklina
2017-10-06
1
-36
/
+111
*
xhci: Build TRBs directly in xhci_trb_queue()
Kevin O'Connor
2017-10-03
1
-105
/
+59
*
virtio: Allocate drive_s storage in low memory
Kevin O'Connor
2017-09-27
3
-9
/
+7
*
block: Rename disk_op_s->drive_gf to drive_fl
Kevin O'Connor
2017-09-27
20
-174
/
+174
*
disk: Don't require the 'struct drive_s' to be in the f-segment
Kevin O'Connor
2017-09-27
3
-18
/
+18
*
boot: Rename drive_g to drive
Kevin O'Connor
2017-09-27
1
-8
/
+8
*
add serial console support
Gerd Hoffmann
2017-09-22
9
-16
/
+737
*
paravirt: serial console configuration.
Gerd Hoffmann
2017-09-22
1
-0
/
+8
*
romfile: add support for constant files.
Gerd Hoffmann
2017-09-22
2
-0
/
+48
[next]