index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2024-05-13
3
-8
/
+21
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
hwrng: stm32 - repair clock handling
Marek Vasut
2024-04-26
1
-0
/
+9
|
*
|
|
hwrng: stm32 - put IP into RPM suspend on failure
Marek Vasut
2024-04-26
1
-2
/
+5
|
*
|
|
hwrng: stm32 - use logical OR in conditional
Marek Vasut
2024-04-26
1
-1
/
+1
|
*
|
|
hwrng: mxc-rnga - Drop usage of platform_driver_probe()
Uwe Kleine-König
2024-04-02
1
-4
/
+5
|
*
|
|
hwrng: core - Convert sprintf/snprintf to sysfs_emit
Li Zhijian
2024-04-02
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-05-13
13
-67
/
+1652
|
\
\
\
|
*
|
|
tpm: disable the TPM if NULL name changes
James Bottomley
2024-05-09
3
-16
/
+67
|
*
|
|
tpm: add the null key name as a sysfs export
James Bottomley
2024-05-09
1
-0
/
+18
|
*
|
|
tpm: add session encryption protection to tpm2_get_random()
James Bottomley
2024-05-09
1
-4
/
+17
|
*
|
|
tpm: add hmac checks to tpm2_pcr_extend()
James Bottomley
2024-05-09
1
-17
/
+10
|
*
|
|
tpm: Add the rest of the session HMAC API
James Bottomley
2024-05-09
1
-0
/
+400
|
*
|
|
tpm: Add HMAC session name/handle append
James Bottomley
2024-05-09
1
-0
/
+129
|
*
|
|
tpm: Add HMAC session start and end functions
James Bottomley
2024-05-09
4
-0
/
+291
|
*
|
|
tpm: Add TCG mandated Key Derivation Functions (KDFs)
James Bottomley
2024-05-09
2
-0
/
+106
|
*
|
|
tpm: Add NULL primary creation
James Bottomley
2024-05-09
5
-0
/
+349
|
*
|
|
tpm: export the context save and load commands
James Bottomley
2024-05-09
2
-4
/
+8
|
*
|
|
tpm: add buffer function to point to returned parameters
James Bottomley
2024-05-09
1
-0
/
+28
|
*
|
|
tpm: Add tpm_buf_read_{u8,u16,u32}
Jarkko Sakkinen
2024-05-09
1
-1
/
+78
|
*
|
|
tpm: TPM2B formatted buffers
Jarkko Sakkinen
2024-05-09
1
-3
/
+35
|
*
|
|
tpm: Store the length of the tpm_buf data separately.
Jarkko Sakkinen
2024-05-09
2
-11
/
+39
|
*
|
|
tpm: Move buffer handling from static inlines to real functions
James Bottomley
2024-05-09
2
-0
/
+88
|
*
|
|
tpm: Remove tpm_send()
Jarkko Sakkinen
2024-05-09
1
-25
/
+0
|
*
|
|
char: tpm: Keep TPM_INF_IO_PORT define for HAS_IOPORT=n
Niklas Schnelle
2024-05-09
2
-3
/
+1
|
*
|
|
tpm/eventlog: remove redundant assignment to variabel ret
Colin Ian King
2024-05-09
1
-1
/
+0
|
*
|
|
char: tpm: handle HAS_IOPORT dependencies
Niklas Schnelle
2024-05-09
3
-15
/
+21
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-05-13
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
alpha: don't make functions public without a reason
Al Viro
2024-05-03
1
-1
/
+1
|
|
/
*
/
random: handle creditable entropy from atomic process context
Jason A. Donenfeld
2024-04-17
1
-5
/
+5
|
/
*
Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-21
3
-8
/
+5
|
\
|
*
char: xillybus: Convert to platform remove callback returning void
Uwe Kleine-König
2024-03-07
1
-4
/
+2
|
*
char: xilinx_hwicap: Fix NULL vs IS_ERR() bug
Dan Carpenter
2024-03-07
1
-2
/
+2
|
*
hpet: remove hpets::hp_clocksource
Jiri Slaby (SUSE)
2024-03-07
1
-1
/
+0
|
*
char: xilinx_hwicap: drop casting to void in dev_set_drvdata
Javier Carrasco
2024-03-07
1
-1
/
+1
*
|
Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2024-03-15
1
-4
/
+2
|
\
\
|
*
|
hwrng: hisi - use dev_err_probe
Martin Kaiser
2024-03-08
1
-4
/
+2
|
|
/
*
|
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2024-03-14
11
-11
/
+11
|
\
\
|
*
|
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia Ziemiańska
2024-03-06
11
-11
/
+11
|
|
/
*
|
Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2024-03-13
1
-1
/
+0
|
\
\
|
*
|
char/agp: remove agp_bridge_data::type
Jiri Slaby (SUSE)
2024-02-16
1
-1
/
+0
|
|
/
*
|
Merge tag 'tpmdd-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
2024-03-13
5
-5
/
+8
|
\
\
|
*
|
tpm: tis_i2c: Add compatible string nuvoton,npct75x
Lukas Wunner
2024-03-12
1
-0
/
+2
|
*
|
tpm_tis: Add compatible string atmel,at97sc3204
Lukas Wunner
2024-03-12
1
-0
/
+1
|
*
|
tpm_tis_spi: Add compatible string atmel,attpm20p
Lukas Wunner
2024-03-12
1
-0
/
+1
|
*
|
tpm,tpm_tis: Avoid warning splat at shutdown
Lino Sanfilippo
2024-03-12
1
-2
/
+1
|
*
|
tpm/tpm_ftpm_tee: fix all kernel-doc warnings
Randy Dunlap
2024-03-12
1
-3
/
+3
|
|
/
*
/
tpm_tis_spi: Follow renaming of SPI "master" to "controller"
Uwe Kleine-König
2024-02-08
1
-2
/
+2
|
/
*
Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-01-18
2
-56
/
+8
|
\
|
*
tty: ttyprintk: convert to u8 and size_t
Jiri Slaby (SUSE)
2023-12-08
1
-3
/
+3
|
*
tty: hvc: convert to u8 and size_t
Jiri Slaby (SUSE)
2023-12-08
1
-5
/
+5
[prev]
[next]