index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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-05-12
ipmi: remove unnecessary type castings
Yu Zhe
2
-6
/
+6
2022-05-12
ipmi: Make two logs unique
Corey Minyard
1
-2
/
+2
2022-05-12
ipmi:si: Convert pr_debug() to dev_dbg()
Corey Minyard
1
-8
/
+9
2022-05-12
ipmi: Convert pr_debug() to dev_dbg()
Corey Minyard
1
-4
/
+7
2022-05-12
ipmi: Fix pr_fmt to avoid compilation issues
Corey Minyard
1
-2
/
+2
2022-05-12
ipmi: Add an intializer for ipmi_recv_msg struct
Corey Minyard
2
-12
/
+6
2022-05-12
ipmi: Add an intializer for ipmi_smi_msg struct
Corey Minyard
2
-12
/
+6
2022-05-12
ipmi:ssif: Check for NULL msg when handling events and messages
Corey Minyard
1
-0
/
+23
2022-05-12
ipmi: use simple i2c probe function
Stephen Kitt
3
-8
/
+6
2022-05-12
ipmi: Add a sysfs count of total outstanding messages for an interface
Corey Minyard
1
-0
/
+29
2022-05-12
ipmi: Add a sysfs interface to view the number of users
Corey Minyard
1
-0
/
+21
2022-05-12
ipmi: Limit the number of message a user may have outstanding
Corey Minyard
1
-0
/
+21
2022-05-12
ipmi: Add a limit on the number of users that may use IPMI
Corey Minyard
1
-0
/
+15
2022-05-06
hwrng: cn10k - Enable compile testing
Herbert Xu
1
-1
/
+1
2022-05-04
Merge tag 'for-linus-5.17-2' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
2
-5
/
+7
2022-05-02
Merge 5.18-rc5 into tty-next
Greg Kroah-Hartman
1
-23
/
+26
2022-05-02
Merge 5.18-rc5 into char-misc-next
Greg Kroah-Hartman
1
-23
/
+26
2022-04-29
ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()
Corey Minyard
2
-5
/
+5
2022-04-29
ipmi: When handling send message responses, don't process the message
Corey Minyard
1
-0
/
+2
2022-04-29
hwrng: optee - remove redundant initialization to variable rng_size
Colin Ian King
1
-1
/
+1
2022-04-26
Revert "hwrng: mpfs - Enable COMPILE_TEST"
Herbert Xu
1
-1
/
+1
2022-04-25
random: document crng_fast_key_erasure() destination possibility
Jason A. Donenfeld
1
-1
/
+8
2022-04-24
/dev/mem: make reads and writes interruptible
Jason A. Donenfeld
1
-1
/
+1
2022-04-24
char: xillybus: fix a refcount leak in cleanup_dev()
Hangyu Hua
1
-0
/
+1
2022-04-24
char: xillybus: replace usage of found with dedicated list iterator variable
Jakob Koschel
1
-14
/
+12
2022-04-24
char: misc: remove usage of list iterator past the loop body
Jakob Koschel
1
-11
/
+13
2022-04-22
char: ttyprintk: register console
Vincent Whitchurch
2
-1
/
+18
2022-04-21
hwrng: mpfs - Enable COMPILE_TEST
Herbert Xu
1
-1
/
+1
2022-04-21
hwrng: cn10k - Make check_rng_health() return an error code
Vladis Dronov
1
-8
/
+7
2022-04-21
hwrng: cn10k - Optimize cn10k_rng_read()
Vladis Dronov
1
-6
/
+10
2022-04-20
tty: synclink_cs: Use bitwise instead of arithmetic operator for flags
Haowen Bai
1
-1
/
+1
2022-04-16
random: use memmove instead of memcpy for remaining 32 bytes
Jason A. Donenfeld
1
-1
/
+1
2022-04-15
hwrng: mpfs - add polarfire soc hwrng support
Conor Dooley
3
-0
/
+118
2022-04-13
random: make random_get_entropy() return an unsigned long
Jason A. Donenfeld
1
-13
/
+7
2022-04-13
random: allow partial reads if later user copies fail
Jason A. Donenfeld
1
-10
/
+12
2022-04-07
random: check for signals every PAGE_SIZE chunk of /dev/[u]random
Jason A. Donenfeld
1
-10
/
+7
2022-04-06
random: check for signal_pending() outside of need_resched() check
Jann Horn
1
-2
/
+2
2022-04-06
random: do not allow user to keep crng key around on stack
Jason A. Donenfeld
1
-12
/
+23
2022-04-05
x86/amd_nb: Unexport amd_cache_northbridges()
Muralidhara M K
1
-1
/
+1
2022-04-05
random: opportunistically initialize on /dev/urandom reads
Jason A. Donenfeld
1
-0
/
+7
2022-04-04
random: do not split fast init input in add_hwgenerator_randomness()
Jan Varho
1
-17
/
+6
2022-04-01
Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-6
/
+19
2022-03-31
random: mix build-time latent entropy into pool at init
Jason A. Donenfeld
1
-0
/
+5
2022-03-29
Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-13
/
+13
2022-03-29
Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-03-28
Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-30
/
+16
2022-03-26
Merge tag 'for-linus-5.17-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
4
-72
/
+61
2022-03-25
random: re-add removed comment about get_random_{u32,u64} reseeding
Jason A. Donenfeld
1
-3
/
+4
2022-03-25
random: treat bootloader trust toggle the same way as cpu trust toggle
Jason A. Donenfeld
2
-2
/
+9
2022-03-25
random: skip fast_init if hwrng provides large chunk of entropy
Jason A. Donenfeld
1
-1
/
+1
[prev]
[next]