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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pci: Split low-level pci code from higher-level 'struct pci_device' code
Kevin O'Connor
2016-02-03
32
-314
/
+342
*
pci: Move code in pci.c that is specific to pciinit.c to pciinit.c
Kevin O'Connor
2016-02-03
5
-42
/
+39
*
pci: Implement '%pP' printf handler for 'struct pci_device' pointers
Kevin O'Connor
2016-02-03
16
-113
/
+74
*
pci: Consistently set pci->have_drivers for devices with internal drivers
Kevin O'Connor
2016-02-02
2
-1
/
+3
*
virtio: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
2
-30
/
+38
*
xhci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-13
/
+14
*
uhci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-7
/
+9
*
ohci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-9
/
+8
*
ehci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-6
/
+6
*
sdcard: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-8
/
+6
*
pvscsi: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-9
/
+8
*
megasas: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-10
/
+8
*
lsi-scsi: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-7
/
+6
*
esp-scsi: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-7
/
+6
*
ata: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
1
-13
/
+12
*
ahci: Convert to new PCI BAR helper functions
Kevin O'Connor
2016-02-02
2
-21
/
+17
*
pci: Add helper functions for internal driver BAR handling
Kevin O'Connor
2016-02-02
2
-0
/
+61
*
usb: Eliminate USB controller setup thread
Kevin O'Connor
2016-02-02
5
-15
/
+5
*
ehci: Only delay UHCI/OHCI port scan until after EHCI setup completes
Kevin O'Connor
2016-02-02
4
-3
/
+15
*
Fix comment typo
Cao jin
2016-02-01
2
-3
/
+3
*
biostables: Support SMBIOS 2.6+ UUID format
Cole Robinson
2016-01-15
1
-11
/
+36
*
kbd: Refactor capslock and numlock handling
Kevin O'Connor
2016-01-14
1
-101
/
+96
*
kbd: Don't treat scancode and asciicode as separate values
Kevin O'Connor
2016-01-14
1
-38
/
+26
*
post: Always set HaveRunPost prior to setting any other global variable
Kevin O'Connor
2016-01-12
5
-4
/
+21
*
resume: Make KVM soft reboot loop detection more flexible
Kevin O'Connor
2016-01-12
2
-11
/
+13
*
coreboot: Check for unaligned cbfs header
Kevin O'Connor
2016-01-12
1
-0
/
+4
*
tpm: Do not set TPM in failure mode if menu command fails
Stefan Berger
2016-01-07
1
-34
/
+9
*
tpm: Remove usage of PP_CMD_ENABLE from all but one place
Stefan Berger
2016-01-07
1
-31
/
+10
*
tpm: Rework the assertion of physical presence
Stefan Berger
2016-01-07
3
-20
/
+17
*
tpm: Add support for harware physical presence
Stefan Berger
2016-01-07
2
-51
/
+29
*
tpm: Move assert_physical_presence and dependencies
Stefan Berger
2016-01-07
1
-75
/
+75
*
tpm: Copy digest into HashLogExentEvent response
Stefan Berger
2016-01-07
1
-0
/
+1
*
usb: Remove usbdev->slotid field
Kevin O'Connor
2016-01-07
2
-3
/
+4
*
tpm: Don't use 16bit BIOS return codes in TPM menu functions
Kevin O'Connor
2016-01-05
1
-132
/
+99
*
tpm: Don't use 16bit BIOS return codes in tpmhw_* functions
Kevin O'Connor
2016-01-05
3
-22
/
+24
*
tpm: Don't use 16bit BIOS return codes in tpm_log_event()
Kevin O'Connor
2016-01-05
1
-17
/
+21
*
tpm: Don't use 16bit BIOS return codes in build_and_send_cmd()
Kevin O'Connor
2016-01-05
1
-143
/
+73
*
tpm: Don't call tpm_set_failure() from tpm_log_extend_event()
Kevin O'Connor
2016-01-05
1
-12
/
+9
*
tpm: No need to check the return status of measurements
Kevin O'Connor
2016-01-05
1
-81
/
+40
*
tpm: Don't return a status from external bios measurement functions
Kevin O'Connor
2016-01-05
2
-34
/
+32
*
tpm: Eliminate response buffer parameter from build_and_send_cmd()
Kevin O'Connor
2016-01-05
1
-28
/
+17
*
tpm: Introduce tpm_get_capability() helper function
Kevin O'Connor
2016-01-05
2
-140
/
+61
*
tpm: Simplify tcpa probe
Kevin O'Connor
2016-01-05
1
-96
/
+45
*
tpm: Rework TPM interface shutdown support
Kevin O'Connor
2016-01-05
1
-52
/
+11
*
tpm: Move TPM hardware functions from tcgbios.c to hw/tpm_drivers.c
Kevin O'Connor
2016-01-05
3
-98
/
+102
*
tpm: Add wrapper function tpmhw_set_timeouts()
Kevin O'Connor
2016-01-05
1
-3
/
+8
*
tpm: Simplify hardware probe and detection checks
Kevin O'Connor
2016-01-05
1
-84
/
+36
*
tpm: Avoid macro expansion of tpm request / response structs
Kevin O'Connor
2015-12-29
2
-29
/
+22
*
tpm: Add banner separating the TCG bios interface code from TCG menu code
Kevin O'Connor
2015-12-29
1
-0
/
+5
*
build: fix typo in buildversion.py
Roger Pau Monne
2015-12-28
1
-1
/
+1
[prev]
[next]