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
*
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
*
block: Report drive->sectors using "%u" instead of "%d"
Kevin O'Connor
2015-12-28
2
-2
/
+2
*
scsi: Do not call printf() from scsi_is_ready()
Kevin O'Connor
2015-12-28
1
-1
/
+1
*
nmi: Don't try to switch onto extra stack in NMI handler
Kevin O'Connor
2015-12-28
1
-1
/
+4
*
xhci: Disable slot on failed set_address command
Kevin O'Connor
2015-12-20
1
-3
/
+8
*
xhci: Improve port status change debugging
Kevin O'Connor
2015-12-20
1
-3
/
+9
*
xhci: Wait for port enable even for USB3 devices
Kevin O'Connor
2015-12-20
1
-22
/
+21
*
fw/pci: do not automatically allocate IO region for PCIe bridges
Marcel Apfelbaum
2015-12-20
1
-4
/
+5
*
tpm: Add a menu for TPM configuration
Stefan Berger
2015-12-20
5
-1
/
+698
*
tpm: Check length parameter of the array
Stefan Berger
2015-12-20
1
-0
/
+3
*
tpm: Remove check for working TPM from TPM interrupt handler
Stefan Berger
2015-12-20
1
-5
/
+0
*
tpm: Merge tpm_log_extend_event() and tpm_extend(); extend before logging
Kevin O'Connor
2015-11-23
1
-23
/
+16
*
tpm: Merge tpm_log_event() and tpm_extend_acpi_log()
Kevin O'Connor
2015-11-23
1
-14
/
+7
*
tpm: Don't implement scatter-gather in transmit()
Kevin O'Connor
2015-11-23
3
-73
/
+20
*
tpm: Avoid scatter-gather copying in build_and_send_cmd()
Kevin O'Connor
2015-11-23
1
-20
/
+17
*
tpm: There is no need to pass event_length to hash/extend functions
Kevin O'Connor
2015-11-23
1
-24
/
+17
*
tpm: Perform hashing separately from logging
Kevin O'Connor
2015-11-23
1
-33
/
+19
*
tpm: There is no need to pass pcrindex to hash_log_extend_event()
Kevin O'Connor
2015-11-23
1
-8
/
+5
*
tpm: Don't pass entry_count around in parameters to/from tpm_extend_acpi_log()
Kevin O'Connor
2015-11-23
1
-23
/
+11
*
tpm: pcpes->event is a variable length array
Kevin O'Connor
2015-11-23
2
-14
/
+12
*
tpm: Move tpm_start_option_rom_scan() and tpm_calling_int19h() into callers
Kevin O'Connor
2015-11-22
1
-29
/
+2
*
tpm: Move tpm_add_bootdevice() into callers
Kevin O'Connor
2015-11-22
1
-44
/
+7
*
tpm: Change tpm_add_measurement() to tpm_add_action()
Kevin O'Connor
2015-11-22
1
-42
/
+13
*
tpm: Open code tpm_ipl() into callers
Kevin O'Connor
2015-11-22
2
-62
/
+24
*
tpm: Move error recovery from tpm_extend_acpi_log() to only caller
Kevin O'Connor
2015-11-22
1
-14
/
+8
*
tpm: Move code around in tcgbios.c
Kevin O'Connor
2015-11-22
1
-653
/
+638
*
tpm: Add "static" declaration to functions not used outside tcgbios.c
Kevin O'Connor
2015-11-22
1
-3
/
+3
*
tpm: Rename remaining interrupt functions
Stefan Berger
2015-11-22
1
-16
/
+24
*
tpm: Refactor pass_through_to_tpm
Stefan Berger
2015-11-22
2
-56
/
+37
*
tpm: Cache all log related pointers in tpm_state
Stefan Berger
2015-11-22
1
-62
/
+48
*
tpm: Set timeouts and durations to microsecond values
Stefan Berger
2015-11-22
3
-24
/
+38
*
tpm: Drop code using the TPM for sha1
Stefan Berger
2015-11-22
4
-112
/
+7
*
util.h: Minor - HaveRunPost is in misc.c not resume.c
Kevin O'Connor
2015-11-20
1
-3
/
+1
*
tpm: Move standard definitions from tcgbios.h to new file std/tcg.h
Kevin O'Connor
2015-11-19
4
-358
/
+357
*
tpm: fix compiler warning with older gcc versions
Stefan Berger
2015-11-19
1
-1
/
+1
*
tpm: Refactor hash_log_extend_event
Stefan Berger
2015-11-19
1
-54
/
+55
*
tpm: Refactor hash_log_event BIOS interface function
Stefan Berger
2015-11-19
1
-25
/
+32
*
tpm: Refactor the parameters being passed to tpm_extend_acpi_log
Stefan Berger
2015-11-19
1
-9
/
+19
*
tpm: Refactor function building TPM commands
Stefan Berger
2015-11-19
2
-27
/
+20
*
tpm: Temporarily deactivate the TPM in case of failure
Stefan Berger
2015-11-19
2
-6
/
+45
[next]