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
2023-09-15
hwrng: bcm2835 - Fix hwrng throughput regression
Stefan Wahren
-1
/
+7
2023-09-15
hwrng: xiphera - removed unnneded platform_set_drvdata()
Andrei Coardos
-2
/
+0
2023-09-15
hwrng: xgene - removed unneeded call to platform_set_drvdata()
Andrei Coardos
-1
/
+0
2023-09-15
hwrng: mpfs - removed unneeded call to platform_set_drvdata()
Andrei Coardos
-2
/
+0
2023-09-15
hwrng: st - add MODULE_DESCRIPTION
Martin Kaiser
-0
/
+1
2023-09-15
hwrng: nomadik - add MODULE_DESCRIPTION
Martin Kaiser
-0
/
+1
2023-09-15
hwrng: ks-sa - use dev_err_probe
Martin Kaiser
-6
/
+3
2023-09-15
hwrng: ks-sa - remove dev from struct ks_sa_rng
Martin Kaiser
-2
/
+0
2023-09-15
hwrng: ks-sa - access private data via struct hwrng
Martin Kaiser
-11
/
+4
2023-09-15
hwrng: hisi - removed unneeded call to platform_set_drvdata()
Andrei Coardos
-2
/
+0
2023-09-15
hwrng: bcm2835 - removed call to platform_set_drvdata()
Andrei Coardos
-2
/
+0
2023-09-13
Merge tag 'tpmdd-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
-1
/
+1
2023-09-13
Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+0
2023-09-13
ipmi: refactor deprecated strncpy
Justin Stitt
-9
/
+4
2023-09-12
tpm: Fix typo in tpmrm class definition
Justin M. Forbes
-1
/
+1
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
-1567
/
+4
2023-09-04
tpm: Enable hwrng only for Pluton on AMD CPUs
Jarkko Sakkinen
-25
/
+8
2023-09-04
tpm_crb: Fix an error handling path in crb_acpi_add()
Christophe JAILLET
-2
/
+3
2023-09-01
Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-3
/
+3
2023-09-01
Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-18
/
+20
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-3
/
+2
2023-08-31
parisc: sba: Fix compile warning wrt list of SBA devices
Helge Deller
-2
/
+0
2023-08-30
Merge tag 'for-linus-6.6-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
-23
/
+34
2023-08-30
Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc...
Linus Torvalds
-5
/
+1
2023-08-29
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-9
/
+9
2023-08-29
Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
-279
/
+150
2023-08-28
ipmi: Explicitly include correct DT includes
Rob Herring
-1
/
+0
2023-08-28
tpm: Explicitly include correct DT includes
Rob Herring
-4
/
+1
2023-08-24
drivers/char/mem.c: shrink character device's devlist[] array
Alexey Dobriyan
-9
/
+9
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
-71
/
+62
2023-08-18
hwrng: iproc-rng200 - Implement suspend and resume calls
Florian Fainelli
-0
/
+25
2023-08-18
hwrng: core - Remove duplicated include
GUO Zihua
-2
/
+1
2023-08-17
tpm/tpm_tis_synquacer: Use module_platform_driver macro to simplify the code
Li Zetao
-17
/
+1
2023-08-17
tpm: remove redundant variable len
Colin Ian King
-2
/
+1
2023-08-17
tpm_tis: Resend command to recover from data transfer errors
Alexander Steffen
-3
/
+10
2023-08-17
tpm_tis: Use responseRetry to recover from data transfer errors
Alexander Steffen
-8
/
+30
2023-08-17
tpm_tis: Move CRC check to generic send routine
Alexander Steffen
-6
/
+6
2023-08-17
tpm_tis_spi: Add hardware wait polling
Krishna Yarlagadda
-2
/
+89
2023-08-17
tpm_tis: Revert "tpm_tis: Disable interrupts on ThinkPad T490s"
Jarkko Sakkinen
-91
/
+2
2023-08-15
ipmi_si: fix -Wvoid-pointer-to-enum-cast warning
Justin Stitt
-1
/
+1
2023-08-13
Merge 6.5-rc6 into char-misc-next
Greg Kroah-Hartman
-71
/
+62
2023-08-12
tpm_tis: Opt-in interrupts
Jarkko Sakkinen
-1
/
+1
2023-08-12
tpm: tpm_tis: Fix UPX-i11 DMI_MATCH condition
Peter Ujfalusi
-1
/
+1
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
-1
/
+1
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
-3
/
+2
2023-08-09
tpm: Add a helper for checking hwrng enabled
Mario Limonciello
-5
/
+14
2023-08-07
tpm/tpm_tis: Disable interrupts for Lenovo P620 devices
Jonathan McDowell
-0
/
+8
2023-08-07
tpm: Disable RNG for all AMD fTPMs
Mario Limonciello
-66
/
+32
2023-08-07
tpm/tpm_tis: Disable interrupts for TUXEDO InfinityBook S 15/17 Gen7
Takashi Iwai
-0
/
+8
2023-08-05
tpm: make all 'class' structures const
Ivan Orlov
-18
/
+20
[prev]
[next]