index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
random: mix bootloader randomness into pool
Jason A. Donenfeld
2022-01-07
1
-0
/
+1
*
|
|
|
|
random: do not throw away excess input to crng_fast_load
Jason A. Donenfeld
2022-01-07
1
-7
/
+12
*
|
|
|
|
random: do not re-init if crng_reseed completes before primary init
Jason A. Donenfeld
2022-01-07
1
-1
/
+1
*
|
|
|
|
random: fix crash on multiple early calls to add_bootloader_randomness()
Dominik Brodowski
2022-01-07
1
-20
/
+36
*
|
|
|
|
random: do not sign extend bytes for rotation when mixing
Jason A. Donenfeld
2022-01-07
1
-1
/
+1
*
|
|
|
|
random: use BLAKE2s instead of SHA1 in extraction
Jason A. Donenfeld
2022-01-07
1
-41
/
+30
*
|
|
|
|
random: fix data race on crng init time
Eric Biggers
2022-01-07
1
-7
/
+10
*
|
|
|
|
random: fix data race on crng_node_pool
Eric Biggers
2022-01-07
1
-20
/
+22
*
|
|
|
|
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
2022-01-07
1
-2
/
+2
*
|
|
|
|
random: document add_hwgenerator_randomness() with other input functions
Mark Brown
2022-01-07
1
-0
/
+11
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge tag 'for-linus-5.16-3' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
2021-12-22
2
-11
/
+17
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module
Wu Bo
2021-12-21
1
-1
/
+1
|
*
|
|
ipmi: fix initialization when workqueue allocation fails
Thadeu Lima de Souza Cascardo
2021-12-17
1
-6
/
+9
|
*
|
|
ipmi: bail out if init_srcu_struct fails
Thadeu Lima de Souza Cascardo
2021-12-17
1
-1
/
+3
|
*
|
|
ipmi: ssif: initialize ssif_info->client early
Mian Yousaf Kaukab
2021-12-08
1
-3
/
+4
*
|
|
|
Merge tag 'for-5.16/parisc-6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-12-05
1
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
parisc/agp: Annotate parisc agp init functions with __init
Helge Deller
2021-11-30
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
ipmi:ipmb: Fix unknown command response
Corey Minyard
2021-11-26
1
-3
/
+5
*
|
|
ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checking
Corey Minyard
2021-11-26
1
-4
/
+15
*
|
|
ipmi: fix oob access due to uninit smi_msg type
Jakub Kicinski
2021-11-25
1
-0
/
+1
*
|
|
ipmi: msghandler: Make symbol 'remove_work_wq' static
Wei Yongjun
2021-11-23
1
-1
/
+1
*
|
|
ipmi: Move remove_work to dedicated workqueue
Ioanna Alifieraki
2021-11-15
1
-1
/
+12
|
/
/
*
|
Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-11-04
6
-260
/
+96
|
\
\
|
*
|
char: xillybus: fix msg_ep UAF in xillyusb_probe()
Ziyang Xuan
2021-10-19
1
-0
/
+1
|
*
|
char: xillybus: Eliminate redundant wrappers to DMA related calls
Eli Billauer
2021-10-05
4
-242
/
+86
|
*
|
char: xillybus: Simplify 'xillybus_init_endpoint()'
Christophe JAILLET
2021-09-14
4
-7
/
+4
|
*
|
char: xillybus: Remove usage of remaining deprecated pci_ API
Christophe JAILLET
2021-09-14
3
-12
/
+7
|
*
|
char: xillybus: Remove usage of 'pci_unmap_single()'
Christophe JAILLET
2021-09-14
2
-8
/
+4
|
*
|
char: xillybus: Remove usage of the deprecated 'pci-dma-compat.h' API
Christophe JAILLET
2021-09-14
1
-5
/
+4
|
*
|
/dev/mem: nowait zero/null ops
Pavel Begunkov
2021-09-14
1
-2
/
+6
|
|
/
*
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2021-11-03
2
-21
/
+74
|
\
\
|
*
|
virtio_console: validate max_nr_ports before trying to use it
Jason Wang
2021-11-01
1
-0
/
+9
|
*
|
hwrng: virtio - always add a pending request
Laurent Vivier
2021-11-01
1
-14
/
+12
|
*
|
hwrng: virtio - don't waste entropy
Laurent Vivier
2021-11-01
1
-17
/
+35
|
*
|
hwrng: virtio - don't wait on cleanup
Laurent Vivier
2021-11-01
1
-1
/
+6
|
*
|
hwrng: virtio - add an internal buffer
Laurent Vivier
2021-11-01
1
-10
/
+33
|
|
/
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2021-11-02
5
-15
/
+19
|
\
\
|
*
|
hwrng: s390 - replace snprintf in show functions with sysfs_emit
Qing Wang
2021-10-22
1
-2
/
+2
|
*
|
hwrng: mtk - Force runtime pm ops for sleep ops
Markus Schneider-Pargmann
2021-10-08
1
-2
/
+7
|
*
|
hwrng: meson - Improve error handling for core clock
Uwe Kleine-König
2021-10-01
1
-2
/
+3
|
*
|
hwrng: ixp4xx - Make use of the helper function devm_platform_ioremap_resource()
Cai Huoqing
2021-09-17
1
-3
/
+1
|
*
|
hwrng: Kconfig - Add helper dependency on COMPILE_TEST
Cai Huoqing
2021-09-17
1
-6
/
+6
|
|
/
*
|
Merge tag 'for-linus-5.16-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
2021-11-02
10
-120
/
+879
|
\
\
|
*
|
ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio...
Christophe JAILLET
2021-10-29
1
-1
/
+3
|
*
|
char: ipmi: replace snprintf in show functions with sysfs_emit
Ye Guojin
2021-10-21
3
-16
/
+16
|
*
|
ipmi: ipmb: fix dependencies to eliminate build error
Randy Dunlap
2021-10-14
1
-1
/
+1
|
*
|
ipmi:ipmb: Add OF support
Corey Minyard
2021-10-14
1
-5
/
+34
|
*
|
ipmi: bt: Add ast2600 compatible string
Joel Stanley
2021-10-07
1
-0
/
+1
|
*
|
ipmi: bt-bmc: Use registers directly
Joel Stanley
2021-10-06
1
-52
/
+16
|
*
|
ipmi: ipmb: Fix off-by-one size check on rcvlen
Colin Ian King
2021-10-05
1
-1
/
+1
[prev]
[next]