index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
Merge tag 'for-linus-6.11-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
4
-9
/
+11
2024-07-15
Merge tag 'tpmdd-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-0
/
+3
2024-07-12
Merge tag 'char-misc-6.10-final' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+29
2024-07-08
ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
4
-7
/
+7
2024-07-05
tpm: Address !chip->auth in tpm_buf_append_hmac_session*()
Jarkko Sakkinen
1
-76
/
+110
2024-07-05
tpm: Address !chip->auth in tpm_buf_append_name()
Jarkko Sakkinen
2
-102
/
+119
2024-07-05
tpm: Address !chip->auth in tpm2_*_auth_session()
Jarkko Sakkinen
1
-2
/
+12
2024-07-03
hpet: Support 32-bit userspace
He Zhe
1
-5
/
+29
2024-07-01
tpm_tis_spi: add missing attpm20p SPI device ID entry
Vitor Soares
1
-0
/
+1
2024-07-01
char: tpm: Fix possible memory leak in tpm_bios_measurements_open()
Joe Hattori
1
-0
/
+2
2024-06-14
ipmi: ssif_bmc: prevent integer overflow on 32bit systems
Dan Carpenter
1
-2
/
+4
2024-06-05
tpm: Switch to new Intel CPU model defines
Tony Luck
2
-2
/
+2
2024-06-05
tpm_tis: Do *not* flush uninitialized work
Jan Beulich
1
-1
/
+2
2024-05-29
Merge tag 'v6.10-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-43
/
+4
2024-05-28
tpm: Enable TCG_TPM2_HMAC by default only for X86_64
Jarkko Sakkinen
1
-1
/
+1
2024-05-28
tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it local
Jarkko Sakkinen
1
-2
/
+19
2024-05-28
tpm: Open code tpm_buf_parameters()
Jarkko Sakkinen
2
-27
/
+9
2024-05-28
tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer buffer
Matthew R. Ochs
1
-1
/
+2
2024-05-26
hwrng: core - Remove add_early_randomness
Herbert Xu
1
-43
/
+4
2024-05-25
Merge tag 'for-linus-6.10-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
10
-45
/
+35
2024-05-23
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-3
/
+0
2024-05-22
Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-12
/
+20
2024-05-22
virtio_console: drop owner assignment
Krzysztof Kozlowski
1
-2
/
+0
2024-05-22
hwrng: virtio: drop owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux
Linus Torvalds
1
-1
/
+0
2024-05-13
Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-8
/
+21
2024-05-13
Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
13
-67
/
+1652
2024-05-13
Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2024-05-09
tpm: disable the TPM if NULL name changes
James Bottomley
3
-16
/
+67
2024-05-09
tpm: add the null key name as a sysfs export
James Bottomley
1
-0
/
+18
2024-05-09
tpm: add session encryption protection to tpm2_get_random()
James Bottomley
1
-4
/
+17
2024-05-09
tpm: add hmac checks to tpm2_pcr_extend()
James Bottomley
1
-17
/
+10
2024-05-09
tpm: Add the rest of the session HMAC API
James Bottomley
1
-0
/
+400
2024-05-09
tpm: Add HMAC session name/handle append
James Bottomley
1
-0
/
+129
2024-05-09
tpm: Add HMAC session start and end functions
James Bottomley
4
-0
/
+291
2024-05-09
tpm: Add TCG mandated Key Derivation Functions (KDFs)
James Bottomley
2
-0
/
+106
2024-05-09
tpm: Add NULL primary creation
James Bottomley
5
-0
/
+349
2024-05-09
tpm: export the context save and load commands
James Bottomley
2
-4
/
+8
2024-05-09
tpm: add buffer function to point to returned parameters
James Bottomley
1
-0
/
+28
2024-05-09
tpm: Add tpm_buf_read_{u8,u16,u32}
Jarkko Sakkinen
1
-1
/
+78
2024-05-09
tpm: TPM2B formatted buffers
Jarkko Sakkinen
1
-3
/
+35
2024-05-09
tpm: Store the length of the tpm_buf data separately.
Jarkko Sakkinen
2
-11
/
+39
2024-05-09
tpm: Move buffer handling from static inlines to real functions
James Bottomley
2
-0
/
+88
2024-05-09
tpm: Remove tpm_send()
Jarkko Sakkinen
1
-25
/
+0
2024-05-09
char: tpm: Keep TPM_INF_IO_PORT define for HAS_IOPORT=n
Niklas Schnelle
2
-3
/
+1
2024-05-09
tpm/eventlog: remove redundant assignment to variabel ret
Colin Ian King
1
-1
/
+0
2024-05-09
char: tpm: handle HAS_IOPORT dependencies
Niklas Schnelle
3
-15
/
+21
2024-05-04
ppdev: Add an error check in register_device
Huai-Yuan Liu
1
-4
/
+11
2024-05-03
alpha: don't make functions public without a reason
Al Viro
1
-1
/
+1
[next]