index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-03
Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-27
/
+28
2022-06-03
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-4
/
+23
2022-05-27
Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
6
-17
/
+138
2022-05-24
Merge tag 'for-linus-4.19-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
7
-54
/
+154
2022-05-24
Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
10
-169
/
+141
2022-05-24
Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-785
/
+561
2022-05-23
Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-15
/
+3
2022-05-23
Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-05-23
tpm: Add field upgrade mode support for Infineon TPM2 modules
Stefan Mahnke-Hartmann
1
-1
/
+5
2022-05-23
tpm: Fix buffer access in tpm2_get_tpm_pt()
Stefan Mahnke-Hartmann
1
-1
/
+10
2022-05-23
char: tpm: cr50_i2c: Suppress duplicated error message in .remove()
Uwe Kleine-König
1
-2
/
+2
2022-05-23
tpm: cr50: Add new device/vendor ID 0x504a6666
Jes B. Klinke
1
-3
/
+4
2022-05-23
tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops
Johannes Holland
6
-161
/
+118
2022-05-23
tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()
Xiu Jianfeng
1
-0
/
+1
2022-05-23
tpm/tpm_ftpm_tee: Return true/false (not 1/0) from bool functions
Haowen Bai
1
-1
/
+1
2022-05-22
random: check for signals after page of pool writes
Jason A. Donenfeld
1
-4
/
+10
2022-05-20
random: wire up fops->splice_{read,write}_iter()
Jens Axboe
1
-0
/
+4
2022-05-20
random: convert to using fops->write_iter()
Jens Axboe
1
-32
/
+35
2022-05-20
random: convert to using fops->read_iter()
Jens Axboe
1
-36
/
+29
2022-05-20
hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...
Yang Yingliang
1
-1
/
+1
2022-05-19
pcmcia: synclink_cs: Don't allow CS5-6
Ilpo Järvinen
1
-1
/
+5
2022-05-19
tty: remove CMSPAR ifdefs
Ilpo Järvinen
1
-2
/
+0
2022-05-19
random: unify batched entropy implementations
Jason A. Donenfeld
1
-92
/
+55
2022-05-19
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
1
-32
/
+0
2022-05-19
random: remove mostly unused async readiness notifier
Jason A. Donenfeld
1
-48
/
+0
2022-05-19
random: remove get_random_bytes_arch() and add rng_has_arch_random()
Jason A. Donenfeld
1
-33
/
+16
2022-05-19
random: move initialization functions out of hot pages
Jason A. Donenfeld
1
-25
/
+21
2022-05-19
random: make consistent use of buf and len
Jason A. Donenfeld
1
-102
/
+97
2022-05-19
random: use static branch for crng_ready()
Jason A. Donenfeld
1
-4
/
+12
2022-05-19
xen/tpmfront: use xenbus_setup_ring() and xenbus_teardown_ring()
Juergen Gross
1
-15
/
+3
2022-05-18
random: credit architectural init the exact amount
Jason A. Donenfeld
1
-6
/
+6
2022-05-18
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
1
-7
/
+10
2022-05-18
random: use proper jiffies comparison macro
Jason A. Donenfeld
1
-1
/
+1
2022-05-18
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
1
-44
/
+18
2022-05-18
random: move initialization out of reseeding hot path
Jason A. Donenfeld
1
-23
/
+19
2022-05-18
random: avoid initializing twice in credit race
Jason A. Donenfeld
1
-5
/
+5
2022-05-18
random: use symbolic constants for crng_init states
Jason A. Donenfeld
1
-19
/
+19
2022-05-18
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
1
-23
/
+7
2022-05-18
random: help compiler out with fast_mix() by using simpler arguments
Jason A. Donenfeld
1
-21
/
+23
2022-05-18
random: do not use input pool from hard IRQs
Jason A. Donenfeld
1
-15
/
+36
2022-05-16
Merge 5.18-rc7 into usb-next
Greg Kroah-Hartman
2
-5
/
+7
2022-05-16
random: order timer entropy functions below interrupt functions
Jason A. Donenfeld
1
-119
/
+119
2022-05-15
random: do not pretend to handle premature next security model
Jason A. Donenfeld
1
-118
/
+68
2022-05-13
random: use first 128 bits of input as fast init
Jason A. Donenfeld
1
-97
/
+49
2022-05-13
random: do not use batches when !crng_ready()
Jason A. Donenfeld
1
-3
/
+11
2022-05-13
random: mix in timestamps and reseed on system restore
Jason A. Donenfeld
1
-0
/
+30
2022-05-13
random: vary jitter iterations based on cycle counter speed
Jason A. Donenfeld
1
-10
/
+26
2022-05-13
random: insist on random_get_entropy() existing in order to simplify
Jason A. Donenfeld
1
-60
/
+29
2022-05-12
ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probe
Miaoqian Lin
1
-0
/
+1
2022-05-12
ipmi: remove unnecessary type castings
Yu Zhe
2
-6
/
+6
[next]