index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-13
random: vDSO: don't use 64-bit atomics on 32-bit architectures
Christophe Leroy
1
-1
/
+8
2024-09-11
hpet: Fix the wrong format specifier
zhang jiao
1
-2
/
+2
2024-09-10
Merge branch 'linus' into timers/core
Thomas Gleixner
5
-8
/
+41
2024-09-09
adi: remove unused f_version
Christian Brauner
1
-1
/
+0
2024-09-09
Merge 6.11-rc7 into char-misc-next
Greg Kroah-Hartman
1
-0
/
+4
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
1
-1
/
+1
2024-09-06
hwrng: mtk - Use devm_pm_runtime_enable
Guoqing Jiang
1
-1
/
+1
2024-08-30
hwrng: rockchip - handle devm_pm_runtime_enable errors
Martin Kaiser
1
-1
/
+3
2024-08-30
hwrng: rockchip - rst is used only during probe
Martin Kaiser
1
-7
/
+6
2024-08-30
hwrng: mxc-rnga - Use devm_clk_get_enabled() helpers
Huan Yang
1
-13
/
+3
2024-08-30
fs: move FMODE_UNSIGNED_OFFSET to fop_flags
Christian Brauner
2
-8
/
+3
2024-08-27
tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support
Stefan Berger
1
-0
/
+4
2024-08-20
ipmi:ssif: Improve detecting during probing
Corey Minyard
1
-1
/
+23
2024-08-20
ipmi: ipmi_ssif: fix module autoloading
Yuntao Liu
1
-0
/
+1
2024-08-19
Merge 6.11-rc4 into char-misc-next
Greg Kroah-Hartman
1
-8
/
+34
2024-08-16
char: xillybus: Check USB endpoints when probing device
Eli Billauer
1
-2
/
+20
2024-08-16
char: xillybus: Refine workqueue handling
Eli Billauer
1
-3
/
+5
2024-08-13
char: xillybus: Don't destroy workqueue from work item running on it
Eli Billauer
1
-5
/
+11
2024-08-12
Merge 6.11-rc3 into char-misc-next
Greg Kroah-Hartman
3
-0
/
+3
2024-08-10
hwrng: cctrng - Add missing clk_disable_unprepare in cctrng_resume
Gaosheng Cui
1
-0
/
+1
2024-08-10
hwrng: bcm2835 - Add missing clk_disable_unprepare in bcm2835_rng_init
Gaosheng Cui
1
-1
/
+3
2024-08-10
hwrng: rockchip - add hwrng driver for Rockchip RK3568 SoC
Aurelien Jarno
3
-0
/
+242
2024-08-10
hwrng: cn10k - Enable by default CN10K driver if Thunder SoC is enabled
Francesco Dolcini
1
-0
/
+1
2024-07-31
char: add missing NetWinder MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-07-31
hpet: Optimize local variable data type in hpet_alloc()
Thorsten Blum
1
-1
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-2
/
+2
2024-07-24
Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
Linus Torvalds
1
-1
/
+17
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
9
-2
/
+9
2024-07-19
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-26
/
+17
2024-07-19
random: introduce generic vDSO getrandom() implementation
Jason A. Donenfeld
1
-1
/
+17
2024-07-19
Merge tag 'tpmdd-next-6.11-rc1-roundtwo' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Linus Torvalds
1
-2
/
+3
2024-07-19
Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
10
-85
/
+195
2024-07-18
Merge tag 'fbdev-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Linus Torvalds
8
-0
/
+8
2024-07-18
Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
5
-2
/
+7
2024-07-17
Merge tag 'for-linus-6.11-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
4
-9
/
+11
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
1
-2
/
+1
2024-07-17
virtio_console: convert to use virtio_find_vqs_info()
Jiri Pirko
1
-26
/
+18
2024-07-16
tpm: Use auth only after NULL check in tpm_buf_check_hmac_response()
Hao Ge
1
-2
/
+3
2024-07-15
Merge tag 'tpmdd-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
Linus Torvalds
2
-0
/
+3
2024-07-13
hwrng: core - remove (un)register_miscdev()
Masahiro Yamada
1
-12
/
+2
2024-07-13
hwrng: Kconfig - Do not enable by default CN10K driver
Francesco Dolcini
1
-1
/
+0
2024-07-12
Merge tag 'char-misc-6.10-final' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-5
/
+29
2024-07-12
agp: uninorth: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
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
parport: Remove parport_driver.devmodel
Dr. David Alan Gilbert
2
-2
/
+0
2024-07-03
bsr: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-07-03
dsp56k: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
[prev]
[next]