index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
tpm: fix NPE on probe for missing device
Patrick Williams
1
-2
/
+2
2022-01-27
tpm: fix potential NULL pointer access in tpm_del_char_device
Lino Sanfilippo
1
-5
/
+13
2022-01-27
random: do not throw away excess input to crng_fast_load
Jason A. Donenfeld
1
-7
/
+12
2022-01-27
char/mwave: Adjust io port register size
Kees Cook
1
-1
/
+1
2022-01-27
tpm_tis: Fix an error handling path in 'tpm_tis_core_init()'
Christophe Jaillet
1
-1
/
+1
2022-01-27
tpm: add request_locality before write TPM_INT_ENABLE
Chen Jun
1
-0
/
+8
2022-01-16
random: fix crash on multiple early calls to add_bootloader_randomness()
Dominik Brodowski
1
-20
/
+36
2022-01-16
random: fix data race on crng init time
Eric Biggers
1
-7
/
+10
2022-01-16
random: fix data race on crng_node_pool
Eric Biggers
1
-20
/
+22
2021-12-29
ipmi: fix initialization when workqueue allocation fails
Thadeu Lima de Souza Cascardo
1
-6
/
+9
2021-12-29
ipmi: ssif: initialize ssif_info->client early
Mian Yousaf Kaukab
1
-3
/
+4
2021-12-29
ipmi: bail out if init_srcu_struct fails
Thadeu Lima de Souza Cascardo
1
-1
/
+3
2021-12-29
ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
Wu Bo
1
-1
/
+1
2021-12-17
parisc/agp: Annotate parisc agp init functions with __init
Helge Deller
1
-3
/
+3
2021-12-08
ipmi: msghandler: Make symbol 'remove_work_wq' static
Wei Yongjun
1
-1
/
+1
2021-12-08
ipmi: Move remove_work to dedicated workqueue
Ioanna Alifieraki
1
-1
/
+12
2021-11-18
ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio...
Christophe JAILLET
1
-1
/
+3
2021-11-18
tpm_tis_spi: Add missing SPI ID
Mark Brown
1
-0
/
+1
2021-11-18
tpm: fix Atmel TPM crash caused by too frequent queries
Hao Wu
2
-8
/
+22
2021-11-18
hwrng: mtk - Force runtime pm ops for sleep ops
Markus Schneider-Pargmann
1
-2
/
+7
2021-11-18
ipmi: Disable some operations during a panic
Corey Minyard
2
-8
/
+19
2021-11-18
ipmi:watchdog: Set panic count to proper value on a panic
Corey Minyard
1
-4
/
+4
2021-11-18
tpm: Check for integer overflow in tpm2_map_response_body()
Dan Carpenter
1
-0
/
+3
2021-11-18
char: xillybus: fix msg_ep UAF in xillyusb_probe()
Ziyang Xuan
1
-0
/
+1
2021-09-12
Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
1
-12
/
+11
2021-09-02
Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-9
/
+7
2021-09-01
Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-4
/
+4
2021-09-01
Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-5
/
+3
2021-09-01
Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-14
/
+9
2021-08-30
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
7
-16
/
+154
2021-08-30
parisc: Make struct parisc_driver::remove() return void
Uwe Kleine-König
4
-9
/
+7
2021-08-27
char: mware: fix returnvar.cocci warnings
jing yangyang
1
-3
/
+1
2021-08-23
tpm: ibmvtpm: Avoid error message when process gets signal while waiting
Stefan Berger
2
-12
/
+16
2021-08-23
char: tpm: cr50_i2c: convert to new probe interface
Adrian Ratiu
1
-10
/
+2
2021-08-23
char: tpm: Kconfig: remove bad i2c cr50 select
Adrian Ratiu
1
-1
/
+0
2021-08-16
char: move RANDOM_TRUST_CPU & RANDOM_TRUST_BOOTLOADER into the Character devi...
Randy Dunlap
1
-2
/
+2
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2021-08-12
char: ipmi: use DEVICE_ATTR helper macro
Dwaipayan Ray
1
-5
/
+4
2021-08-12
ipmi: rate limit ipmi smi_event failure message
Wen Yang
1
-7
/
+7
2021-08-09
Merge 5.14-rc5 into tty-next
Greg Kroah-Hartman
1
-4
/
+4
2021-08-06
hwrng: Add Arm SMCCC TRNG based driver
Andre Przywara
3
-0
/
+138
2021-07-27
net: split out ndo_siowandev ioctl
Arnd Bergmann
1
-14
/
+9
2021-07-27
tty: drop put_tty_driver
Jiri Slaby
2
-4
/
+4
2021-07-21
tpm_ftpm_tee: Free and unregister TEE shared memory during kexec
Tyler Hicks
1
-4
/
+4
2021-07-16
hwrng: rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
4
-16
/
+16
2021-07-14
powerpc/powernv: Fix fall-through warning for Clang
Gustavo A. R. Silva
1
-0
/
+1
2021-07-10
Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2
-26
/
+29
2021-07-09
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+2
2021-07-06
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-63
/
+26
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
18
-565
/
+2606
[next]