index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Lines
2021-03-19
hwrng: ba431 - use devm_platform_ioremap_resource() to simplify
Tian Tao
-3
/
+1
2021-03-19
hwrng: cctrng - use devm_platform_ioremap_resource() to simplify
Tian Tao
-11
/
+1
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
-4
/
+0
2021-03-15
Merge v5.12-rc3 into char-misc-next
Greg Kroah-Hartman
-5
/
+2
2021-03-13
hwrng: bcm2835 - add reset support
Álvaro Fernández Rojas
-0
/
+10
2021-03-13
hwrng: pic32 - Use device-managed registration API
Tian Tao
-2
/
+1
2021-03-13
hwrng: cctrng - Use device-managed registration API
Tian Tao
-3
/
+1
2021-03-10
ipmi: Handle device properties with software node API
Heikki Krogerus
-1
/
+1
2021-03-10
ipmi:ssif: make ssif_i2c_send() void
Liguang Zhang
-61
/
+20
2021-03-10
ipmi: Refine retry conditions for getting device id
Terry Duncan
-8
/
+4
2021-03-10
virtio_console: remove pointless check for debugfs_create_dir()
Greg Kroah-Hartman
-14
/
+9
2021-03-07
Merge tag 'powerpc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-5
/
+2
2021-03-07
hwrng: omap - Fix included header from 'asm'
Tian Tao
-2
/
+1
2021-03-07
hwrng: bcm2835 - remove redundant null check
Tian Tao
-10
/
+7
2021-03-07
hwrng: xiphera-trng - use devm_platform_ioremap_resource() to simplify
Tian Tao
-3
/
+1
2021-03-07
hwrng: ba431 - Use device-managed registration
Tian Tao
-11
/
+1
2021-03-04
Merge tag 'tpmdd-next-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-7
/
+25
2021-03-03
tpm: Remove unintentional dump_stack() call
Jarkko Sakkinen
-2
/
+0
2021-03-02
vio: make remove callback return void
Uwe Kleine-König
-5
/
+2
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2021-02-24
tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality()
Lukasz Majczak
-3
/
+13
2021-02-24
tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality()
Jarkko Sakkinen
-2
/
+12
2021-02-22
Merge tag 'for-linus-5.12-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
-12
/
+12
2021-02-22
Merge tag 'topic/iomem-mmap-vs-gup-2021-02-22' of git://anongit.freedesktop.o...
Linus Torvalds
-85
/
+1
2021-02-22
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
-2
/
+1
2021-02-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-28
/
+24
2021-02-21
Merge tag 'tpmdd-next-v5.12-rc1-v2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-53
/
+988
2021-02-21
Merge tag 'mips_5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
-7
/
+0
2021-02-21
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-14
/
+1
2021-02-16
KEYS: trusted: Reserve TPM for seal and unseal operations
Jarkko Sakkinen
-4
/
+0
2021-02-16
tpm/ppi: Constify static struct attribute_group
Rikard Falkeborn
-1
/
+3
2021-02-16
tpm: add sysfs exports for all banks of PCR registers
James Bottomley
-0
/
+179
2021-02-16
tpm: Remove tpm_dev_wq_lock
Sebastian Andrzej Siewior
-1
/
+0
2021-02-16
char: tpm: add i2c driver for cr50
Duncan Laurie
-0
/
+802
2021-02-16
tpm: Fix fall-through warnings for Clang
Gustavo A. R. Silva
-0
/
+1
2021-02-16
tpm_tis: Clean up locality release
James Bottomley
-46
/
+1
2021-02-16
tpm_tis: Fix check_locality for correct locality acquisition
James Bottomley
-1
/
+2
2021-02-10
hwrng: timeriomem - Use device-managed registration API
Tian Tao
-2
/
+1
2021-02-10
hwrng: optee - Use device-managed registration API
Tian Tao
-2
/
+1
2021-02-10
hwrng: timeriomem - Fix cooldown period calculation
Jan Henrik Weinstock
-1
/
+1
2021-02-05
Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...
Greg Kroah-Hartman
-2
/
+1
2021-02-04
random: fix the RNDRESEEDCRNG ioctl
Eric Biggers
-1
/
+1
2021-02-02
amba: Make the remove callback return void
Uwe Kleine-König
-2
/
+1
2021-01-28
ipmi: remove open coded version of SMBus block write
Wolfram Sang
-12
/
+12
2021-01-27
MIPS: mm:remove function __uncached_access()
Yanteng Si
-7
/
+0
2021-01-21
random: avoid arch_get_random_seed_long() when collecting IRQ randomness
Ard Biesheuvel
-14
/
+1
2021-01-12
resource: Move devmem revoke code to resource framework
Daniel Vetter
-84
/
+1
2021-01-12
/dev/mem: Only set filp->f_mapping
Daniel Vetter
-1
/
+0
2021-01-07
tty_port: drop last traces of low_latency
Jiri Slaby
-2
/
+0
2021-01-03
hwrng: ingenic - Fix a resource leak in an error handling path
Christophe JAILLET
-1
/
+5
[prev]
[next]