forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm…
…/linux/kernel/git/crng/random Pull more random number generator updates from Jason Donenfeld: - Christophe realized that the LoongArch64 instructions could be scheduled more similar to how GCC generates code, which Ruoyao implemented, for a 5% speedup from basically some rearrangements - An update to MAINTAINERS to match the right files * tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random: LoongArch: vDSO: Tune chacha implementation MAINTAINERS: make vDSO getrandom matches more generic
- Loading branch information
Showing
2 changed files
with
56 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19344,10 +19344,7 @@ F: drivers/char/random.c | |
F: include/linux/random.h | ||
F: include/uapi/linux/random.h | ||
F: drivers/virt/vmgenid.c | ||
F: include/vdso/getrandom.h | ||
F: lib/vdso/getrandom.c | ||
F: arch/x86/entry/vdso/vgetrandom* | ||
F: arch/x86/include/asm/vdso/getrandom* | ||
N: ^.*/vdso/[^/]*getrandom[^/]+$ | ||
|
||
RAPIDIO SUBSYSTEM | ||
M: Matt Porter <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters