Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
25384ce5f9530def39421597b1457d9462df6455
/
drivers
/
char
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
74673fc
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
28e8c4b
Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 6 years ago
457fa34
Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
117eda8
Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 6 years ago
ca79b0c
mm: convert totalram_pages and totalhigh_pages variables to atomic
by Arun KS
· 6 years ago
b71acb0
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
fdfaef2
char: lp: use new parport device model
by Sudip Mukherjee
· 6 years ago
e379c1a
char: lp: properly count the lp devices
by Sudip Mukherjee
· 6 years ago
dc34da4
char: lp: use first unused lp number while registering
by Sudip Mukherjee
· 6 years ago
d6318c0
char: lp: detach the device when parallel port is removed
by Sudip Mukherjee
· 6 years ago
0edf39d
char: lp: introduce list to save port number
by Sudip Mukherjee
· 6 years ago
f88fd66
char/rtc: Use of_node_name_eq for node name comparisons
by Rob Herring
· 6 years ago
9488585
tpm: add support for partial reads
by Tadeusz Struk
· 6 years ago
5548cbf
rtc: Switch to use %ptR
by Andy Shevchenko
· 6 years ago
ddfa728
char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macro
by Yangtao Li
· 6 years ago
17c0eb7
drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()
by Paul E. McKenney
· 6 years ago
885b368
char: lp: fix spacing style before open parenthesis
by Sudip Mukherjee
· 6 years ago
2081f9c
char: lp: fix whitespace with pointers
by Sudip Mukherjee
· 6 years ago
1b3451e
char: lp: use tabs instead of spaces
by Sudip Mukherjee
· 6 years ago
3999202
char: lp: do not use return as a function
by Sudip Mukherjee
· 6 years ago
1c3de93
char: lp: move trailing statement to next line
by Sudip Mukherjee
· 6 years ago
69f9216
char: lp: remove trailing whitespace
by Sudip Mukherjee
· 6 years ago
1ca1b91
crypto: chacha20-generic - refactor to allow varying number of rounds
by Eric Biggers
· 6 years ago
05ba884
hwrng: bcm2835 - Switch to SPDX identifier
by Stefan Wahren
· 6 years ago
09c573a
tpm: tpm_ibmvtpm: fix kdoc warnings
by Tomas Winkler
· 6 years ago
5122b5f
tpm: fix kdoc for tpm2_flush_context_cmd()
by Tomas Winkler
· 6 years ago
01f5466
tpm: tpm_try_transmit() refactor error flow.
by Tomas Winkler
· 6 years ago
95adc6b
tpm: use u32 instead of int for PCR index
by Tomas Winkler
· 6 years ago
c82e595
tpm1: reimplement tpm1_continue_selftest() using tpm_buf
by Tomas Winkler
· 6 years ago
9315e73
tpm1: reimplement SAVESTATE using tpm_buf
by Tomas Winkler
· 6 years ago
cfddcb0
tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()
by Tomas Winkler
· 6 years ago
5e335b5
tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure
by Tomas Winkler
· 6 years ago
7aee9c5
tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure
by Tomas Winkler
· 6 years ago
c22780f
tpm: tpm-space.c remove unneeded semicolon
by Tomas Winkler
· 6 years ago
b6b6036
tpm: tpm-interface.c drop unused macros
by Tomas Winkler
· 6 years ago
b03c437
tpm: add tpm_auto_startup() into tpm-interface.c
by Tomas Winkler
· 6 years ago
9db7fe1
tpm: factor out tpm_startup function
by Tomas Winkler
· 6 years ago
c82a330
tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c
by Tomas Winkler
· 6 years ago
d4a31756
tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c
by Tomas Winkler
· 6 years ago
433d390
tpm: factor out tpm1_get_random into tpm1-cmd.c
by Tomas Winkler
· 6 years ago
f4d916b
tpm: move tpm_getcap to tpm1-cmd.c
by Tomas Winkler
· 6 years ago
1ad6640
tpm: move tpm1_pcr_extend to tpm1-cmd.c
by Tomas Winkler
· 6 years ago
70a3199
tpm: factor out tpm_get_timeouts()
by Tomas Winkler
· 6 years ago
d856c00
tpm: add tpm_calc_ordinal_duration() wrapper
by Tomas Winkler
· 6 years ago
b2d6e6d
tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c
by Tomas Winkler
· 6 years ago
100b16a
tpm: sort objects in the Makefile
by Tomas Winkler
· 6 years ago
899102b
tpm2: add new tpm2 commands according to TCG 1.36
by Tomas Winkler
· 6 years ago
2ba5780
tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x
by Tomas Winkler
· 6 years ago
bc702ad
tlclk: clean an indentation issue, remove extraneous tabs
by Colin Ian King
· 6 years ago
acef666
ttyprintk: make the printk log level configurable
by Peter Korsgaard
· 6 years ago
c7b7eef
Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 6 years ago
62606c2
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
52ff077
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
44adbac
Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
72f86d0
Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
by Linus Torvalds
· 6 years ago
f82fc0f
synclink: reduce pointless checks in ->ioctl()
by Al Viro
· 6 years ago
0711e8c
ipmi: Fix timer race with module unload
by Jan Glauber
· 6 years ago
e487a0f
tpm: Restore functionality to xen vtpm driver.
by Dr. Greg Wettstein
· 6 years ago
9e1b74a
tpm: add support for nonblocking operation
by Tadeusz Struk
· 6 years ago
c3d477a
tpm: add ptr to the tpm_space struct to file_priv
by Tadeusz Struk
· 6 years ago
2f7d8db
tpm: Make SECURITYFS a weak dependency
by Peter Huewe
· 6 years ago
0d6d0d6
tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
by Javier Martinez Canillas
· 6 years ago
84b59f6
tpm: fix response size validation in tpm_get_random()
by Jarkko Sakkinen
· 6 years ago
fae29f1
hwrng: core - document the quality field
by Michael S. Tsirkin
· 6 years ago
be826ad
char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_protocol
by Jia-Ju Bai
· 7 years ago
ddc9a1d
pcmcia: remove KERN_INFO level from debug message
by Colin Ian King
· 9 years ago
a5e9f55
crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
by Eric Biggers
· 6 years ago
1004250
ipmi:ssif: Add support for multi-part transmit messages > 2 parts
by Corey Minyard
· 6 years ago
b3096c7
ipmi: Remove platform driver overrides and use the id_table
by Corey Minyard
· 6 years ago
36e398d
ipmi: Free the address list on module cleanup
by Corey Minyard
· 6 years ago
c75c507
ipmi: Don't leave holes in the I2C address list in the ssif driver
by Corey Minyard
· 6 years ago
060e8fb
ipmi: fix return value of ipmi_set_my_LUN
by YueHaibing
· 6 years ago
e3dbc6d
ipmi: Convert pr_xxx() to dev_xxx() in the BT code
by Corey Minyard
· 6 years ago
1574608
ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address
by Corey Minyard
· 6 years ago
9abcfaa
ipmi:dmi: Use pr_fmt in the IPMI DMI code
by Corey Minyard
· 6 years ago
dd3535b
ipmi: Change to ktime_get_ts64()
by Arnd Bergmann
· 6 years ago
97a103e
ipmi_si: fix potential integer overflow on large shift
by Colin Ian King
· 6 years ago
01508d9
ipmi_si_pci: fix NULL device in ipmi_si error message
by Meelis Roos
· 6 years ago
f993cdd
ipmi: Convert printk(KERN_<level> to pr_<level>(
by Joe Perches
· 7 years ago
25880f7
ipmi: Use more common logging styles
by Joe Perches
· 7 years ago
445e2cb
ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX
by Joe Perches
· 7 years ago
05c3d05
pci:ipmi: Move IPMI PCI class id defines to pci_ids.h
by Corey Minyard
· 7 years ago
4a758c9
ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smi
by Corey Minyard
· 6 years ago
d3bd597
Merge tag 'for-linus-4.19' of git://github.com/cminyard/linux-ipmi
by Linus Torvalds
· 6 years ago
3243a89
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 6 years ago
05a0a34
rtc: mips: default to rtc-cmos on mips
by Arnd Bergmann
· 6 years ago
9b25436
random: make CPU trust a boot parameter
by Kees Cook
· 6 years ago
a8627cd
ipmi: Fix NULL pointer dereference in ssif_probe
by Gustavo A. R. Silva
· 6 years ago
0745dde
ipmi: Fix I2C client removal in the SSIF driver
by Corey Minyard
· 6 years ago
c86ba91
ipmi: Move BT capabilities detection to the detect call
by Corey Minyard
· 6 years ago
2512e40
ipmi: Rework SMI registration failure
by Corey Minyard
· 6 years ago
cd2315d
ipmi: kcs_bmc: don't change device name
by Benjamin Fair
· 6 years ago
bfebeb1
Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 6 years ago
d5acba2
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
c715ebe
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 6 years ago
99a2c78
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 6 years ago
c5f5aee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Herbert Xu
· 6 years ago
9a47249
random: Make crng state queryable
by Jason A. Donenfeld
· 6 years ago
f743015
char: rtc: remove task handling
by Alexandre Belloni
· 6 years ago
Next »