index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
tpm: rename and export tpm2_digest and tpm2_algorithms
Roberto Sassu
2019-02-13
4
-23
/
+12
|
*
tpm: dynamically allocate the allocated_banks array
Roberto Sassu
2019-02-13
5
-19
/
+44
|
*
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
2019-02-13
10
-90
/
+73
|
*
tpm: take TPM chip power gating out of tpm_transmit()
Jarkko Sakkinen
2019-02-13
6
-37
/
+40
|
*
tpm: introduce tpm_chip_start() and tpm_chip_stop()
Jarkko Sakkinen
2019-02-13
3
-81
/
+116
|
*
tpm: remove TPM_TRANSMIT_UNLOCKED flag
Jarkko Sakkinen
2019-02-13
6
-38
/
+17
|
*
tpm: use tpm_try_get_ops() in tpm-sysfs.c.
Jarkko Sakkinen
2019-02-13
1
-45
/
+78
|
*
tpm: remove @space from tpm_transmit()
Jarkko Sakkinen
2019-02-13
8
-53
/
+43
|
*
tpm: move TPM space code out of tpm_transmit()
Jarkko Sakkinen
2019-02-13
3
-33
/
+34
|
*
tpm: move tpm_validate_commmand() to tpm2-space.c
Jarkko Sakkinen
2019-02-13
3
-64
/
+66
|
*
tpm: clean up tpm_try_transmit() error handling flow
Jarkko Sakkinen
2019-02-13
3
-52
/
+45
|
*
tpm: encapsulate tpm_dev_transmit()
Jarkko Sakkinen
2019-02-13
1
-7
/
+18
|
*
tpm: access command header through struct in tpm_try_transmit()
Jarkko Sakkinen
2019-02-13
1
-2
/
+2
|
*
tpm: declare struct tpm_header
Jarkko Sakkinen
2019-02-13
7
-43
/
+34
|
*
tpm: print tpm2_commit_space() error inside tpm2_commit_space()
Jarkko Sakkinen
2019-02-13
2
-5
/
+6
|
*
tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails
Jarkko Sakkinen
2019-02-13
1
-7
/
+6
|
*
tpm: fix invalid return value in pubek_show()
Jarkko Sakkinen
2019-02-13
1
-3
/
+2
|
*
tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
Jarkko Sakkinen
2019-02-13
7
-80
/
+64
|
*
tpm: don't return bool from update_timeouts
Jerry Snitselaar
2019-02-13
2
-8
/
+10
|
*
tpm: don't print error message in tpm_transmit_cmd when tpm still testing
Jerry Snitselaar
2019-02-13
1
-1
/
+1
|
*
tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2
Roberto Sassu
2019-02-13
1
-6
/
+6
|
*
tpm: Fix off-by-one when reading binary_bios_measurements
Jia Zhang
2019-02-13
1
-4
/
+4
|
*
tpm: Simplify the measurements loop
Jia Zhang
2019-02-13
1
-23
/
+14
|
*
tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete
Jarkko Sakkinen
2019-02-13
1
-0
/
+4
|
*
tpm: Unify the send callback behaviour
Jarkko Sakkinen
2019-02-13
12
-16
/
+28
|
*
tpm: Fix some name collisions with drivers/char/tpm.h
Jarkko Sakkinen
2019-02-08
5
-20
/
+19
|
*
tpm/tpm_crb: Avoid unaligned reads in crb_recv()
Jarkko Sakkinen
2019-02-08
1
-6
/
+16
*
|
Merge tag 'for-linus-5.1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2019-03-08
20
-482
/
+756
|
\
\
|
*
|
ipmi_si: Potential array underflow in hotmod_handler()
Dan Carpenter
2019-02-22
1
-1
/
+2
|
*
|
ipmi_si: Remove hacks for adding a dummy platform devices
Corey Minyard
2019-02-22
1
-42
/
+3
|
*
|
ipmi_si: Consolidate scanning the platform bus
Corey Minyard
2019-02-22
4
-30
/
+23
|
*
|
ipmi_si: Remove hotmod devices on removal and exit
Corey Minyard
2019-02-22
3
-6
/
+43
|
*
|
ipmi_si: Remove hardcode IPMI devices by scanning the platform bus
Corey Minyard
2019-02-22
1
-7
/
+15
|
*
|
ipmi_si: Switch hotmod to use a platform device
Corey Minyard
2019-02-22
3
-113
/
+98
|
*
|
ipmi: Consolidate the adding of platform devices
Corey Minyard
2019-02-22
9
-214
/
+205
|
*
|
ipmi_si: Rename addr_type to addr_space to match what it does
Corey Minyard
2019-02-22
8
-27
/
+29
|
*
|
ipmi_si: Convert some types into unsigned
Corey Minyard
2019-02-22
1
-4
/
+4
|
*
|
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
2019-02-22
4
-76
/
+216
|
*
|
ipmi: Use dedicated API for copying a UUID
Andy Shevchenko
2019-02-10
1
-1
/
+1
|
*
|
ipmi: Use defined constant for UUID representation
Andy Shevchenko
2019-02-10
1
-4
/
+4
|
*
|
ipmi:ssif: Change some pr_xxx to dev_xxx calls
Corey Minyard
2019-02-10
1
-42
/
+74
|
*
|
ipmi: kcs_bmc: handle devm_kasprintf() failure case
Nicholas Mc Guire
2019-02-10
1
-2
/
+3
|
*
|
ipmi: Fix return value when a message is truncated
Corey Minyard
2019-02-10
1
-3
/
+3
|
*
|
ipmi: clean an indentation issue, remove extraneous space
Colin Ian King
2019-02-10
1
-1
/
+1
|
*
|
ipmi: Make the smi watcher be disabled immediately when not needed
Corey Minyard
2019-02-10
3
-76
/
+92
|
*
|
ipmi: Fix how the lower layers are told to watch for messages
Corey Minyard
2019-02-10
3
-45
/
+105
|
*
|
ipmi: Fix SSIF flag requests
Corey Minyard
2019-02-10
1
-12
/
+52
|
*
|
ipmi_si: fix use-after-free of resource->name
Yang Yingliang
2019-02-10
3
-4
/
+11
*
|
|
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-03-06
9
-629
/
+300
|
\
\
\
|
*
|
|
hpet: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-26
1
-5
/
+2
[prev]
[next]