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-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
2019-02-13
tpm: Fix off-by-one when reading binary_bios_measurements
Jia Zhang
1
-4
/
+4
2019-02-13
tpm: Simplify the measurements loop
Jia Zhang
1
-23
/
+14
2019-02-13
tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incomplete
Jarkko Sakkinen
1
-0
/
+4
2019-02-13
tpm: Unify the send callback behaviour
Jarkko Sakkinen
12
-16
/
+28
2019-02-08
tpm: Fix some name collisions with drivers/char/tpm.h
Jarkko Sakkinen
5
-20
/
+19
2019-02-08
tpm/tpm_crb: Avoid unaligned reads in crb_recv()
Jarkko Sakkinen
1
-6
/
+16
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
4
-7
/
+7
2019-01-02
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
14
-1062
/
+1123
2019-01-01
Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
1
-4
/
+3
2018-12-28
Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-189
/
+197
2018-12-28
Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-1
/
+11
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-2
/
+2
2018-12-27
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-31
/
+27
2018-12-19
char: lp: use new parport device model
Sudip Mukherjee
1
-4
/
+9
2018-12-19
char: lp: properly count the lp devices
Sudip Mukherjee
1
-0
/
+1
2018-12-19
char: lp: use first unused lp number while registering
Sudip Mukherjee
1
-1
/
+5
2018-12-19
char: lp: detach the device when parallel port is removed
Sudip Mukherjee
1
-9
/
+10
2018-12-19
char: lp: introduce list to save port number
Sudip Mukherjee
1
-0
/
+4
2018-12-19
char/rtc: Use of_node_name_eq for node name comparisons
Rob Herring
1
-2
/
+2
2018-12-17
tpm: add support for partial reads
Tadeusz Struk
2
-19
/
+38
2018-12-10
rtc: Switch to use %ptR
Andy Shevchenko
1
-4
/
+3
2018-12-06
char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-14
/
+3
2018-11-27
drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()
Paul E. McKenney
1
-1
/
+1
2018-11-27
char: lp: fix spacing style before open parenthesis
Sudip Mukherjee
1
-92
/
+92
2018-11-27
char: lp: fix whitespace with pointers
Sudip Mukherjee
1
-5
/
+5
2018-11-27
char: lp: use tabs instead of spaces
Sudip Mukherjee
1
-9
/
+9
2018-11-27
char: lp: do not use return as a function
Sudip Mukherjee
1
-3
/
+3
2018-11-27
char: lp: move trailing statement to next line
Sudip Mukherjee
1
-3
/
+6
2018-11-27
char: lp: remove trailing whitespace
Sudip Mukherjee
1
-15
/
+15
2018-11-20
crypto: chacha20-generic - refactor to allow varying number of rounds
Eric Biggers
1
-26
/
+25
2018-11-16
hwrng: bcm2835 - Switch to SPDX identifier
Stefan Wahren
1
-5
/
+2
[next]