index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+0
2019-03-06
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
3
-0
/
+322
2019-03-05
agp: efficeon: no need to set PG_reserved on GATT tables
David Hildenbrand
1
-2
/
+0
2019-03-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-9
/
+11
2019-02-28
hwrng: bcm2835 - fix probe as platform device
Jonas Gorski
1
-8
/
+10
2019-02-26
hpet: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-5
/
+2
2019-02-22
ipmi_si: Potential array underflow in hotmod_handler()
Dan Carpenter
1
-1
/
+2
2019-02-22
ipmi_si: Remove hacks for adding a dummy platform devices
Corey Minyard
1
-42
/
+3
2019-02-22
ipmi_si: Consolidate scanning the platform bus
Corey Minyard
4
-30
/
+23
2019-02-22
ipmi_si: Remove hotmod devices on removal and exit
Corey Minyard
3
-6
/
+43
2019-02-22
ipmi_si: Remove hardcode IPMI devices by scanning the platform bus
Corey Minyard
1
-7
/
+15
2019-02-22
ipmi_si: Switch hotmod to use a platform device
Corey Minyard
3
-113
/
+98
2019-02-22
ipmi: Consolidate the adding of platform devices
Corey Minyard
9
-214
/
+205
2019-02-22
ipmi_si: Rename addr_type to addr_space to match what it does
Corey Minyard
8
-27
/
+29
2019-02-22
ipmi_si: Convert some types into unsigned
Corey Minyard
1
-4
/
+4
2019-02-22
ipmi_si: Fix crash when using hard-coded device
Corey Minyard
4
-76
/
+216
2019-02-20
hwrng: make symbol 'optee_rng_id_table' static
Wei Yongjun
1
-1
/
+1
2019-02-20
hwrng: Fix unsigned comparison with less than zero
YueHaibing
1
-2
/
+2
2019-02-20
hwrng: optee: Initialize some structs using memset instead of braces
Nathan Chancellor
1
-5
/
+13
2019-02-15
Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/l...
Arnd Bergmann
3
-0
/
+314
2019-02-13
char: lp: mark expected switch fall-through
Gustavo A. R. Silva
1
-2
/
+2
2019-02-13
tpm/ppi: Enable submission of optional command parameter for PPI 1.3
Stefan Berger
1
-6
/
+16
2019-02-13
tpm/ppi: Possibly show command parameter if TPM PPI 1.3 is used
Stefan Berger
1
-2
/
+29
2019-02-13
tpm/ppi: Display up to 101 operations as define for version 1.3
Stefan Berger
1
-1
/
+1
2019-02-13
tpm/ppi: rename TPM_PPI_REVISION_ID to TPM_PPI_REVISION_ID_1
Stefan Berger
1
-10
/
+11
2019-02-13
tpm/ppi: pass function revision ID to tpm_eval_dsm()
Stefan Berger
1
-8
/
+8
2019-02-13
tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()
Roberto Sassu
3
-27
/
+15
2019-02-13
tpm: move tpm_chip definition to include/linux/tpm.h
Roberto Sassu
1
-97
/
+4
2019-02-13
tpm: retrieve digest size of unknown algorithms with PCR read
Roberto Sassu
4
-29
/
+81
2019-02-13
tpm: rename and export tpm2_digest and tpm2_algorithms
Roberto Sassu
4
-23
/
+12
2019-02-13
tpm: dynamically allocate the allocated_banks array
Roberto Sassu
5
-19
/
+44
2019-02-13
tpm: remove @flags from tpm_transmit()
Jarkko Sakkinen
10
-90
/
+73
2019-02-13
tpm: take TPM chip power gating out of tpm_transmit()
Jarkko Sakkinen
6
-37
/
+40
2019-02-13
tpm: introduce tpm_chip_start() and tpm_chip_stop()
Jarkko Sakkinen
3
-81
/
+116
2019-02-13
tpm: remove TPM_TRANSMIT_UNLOCKED flag
Jarkko Sakkinen
6
-38
/
+17
2019-02-13
tpm: use tpm_try_get_ops() in tpm-sysfs.c.
Jarkko Sakkinen
1
-45
/
+78
2019-02-13
tpm: remove @space from tpm_transmit()
Jarkko Sakkinen
8
-53
/
+43
2019-02-13
tpm: move TPM space code out of tpm_transmit()
Jarkko Sakkinen
3
-33
/
+34
2019-02-13
tpm: move tpm_validate_commmand() to tpm2-space.c
Jarkko Sakkinen
3
-64
/
+66
2019-02-13
tpm: clean up tpm_try_transmit() error handling flow
Jarkko Sakkinen
3
-52
/
+45
2019-02-13
tpm: encapsulate tpm_dev_transmit()
Jarkko Sakkinen
1
-7
/
+18
2019-02-13
tpm: access command header through struct in tpm_try_transmit()
Jarkko Sakkinen
1
-2
/
+2
2019-02-13
tpm: declare struct tpm_header
Jarkko Sakkinen
7
-43
/
+34
2019-02-13
tpm: print tpm2_commit_space() error inside tpm2_commit_space()
Jarkko Sakkinen
2
-5
/
+6
2019-02-13
tpm: return 0 from pcrs_show() when tpm1_pcr_read() fails
Jarkko Sakkinen
1
-7
/
+6
2019-02-13
tpm: fix invalid return value in pubek_show()
Jarkko Sakkinen
1
-3
/
+2
2019-02-13
tpm: use tpm_buf in tpm_transmit_cmd() as the IO parameter
Jarkko Sakkinen
7
-80
/
+64
2019-02-13
tpm: don't return bool from update_timeouts
Jerry Snitselaar
2
-8
/
+10
2019-02-13
tpm: don't print error message in tpm_transmit_cmd when tpm still testing
Jerry Snitselaar
1
-1
/
+1
2019-02-13
tpm: add _head suffix to tcg_efi_specid_event and tcg_pcr_event2
Roberto Sassu
1
-6
/
+6
[prev]
[next]