summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* random: move the random sysctl declarations to its own fileXiaoming Ni2022-01-221-2/+12
* hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-21/+1
* random: simplify arithmetic function flow in account()Jason A. Donenfeld2022-01-181-11/+6
* random: selectively clang-format where it makes senseJason A. Donenfeld2022-01-181-110/+99
* random: access input_pool_data directly rather than through pointerJason A. Donenfeld2022-01-181-13/+8
* random: cleanup fractional entropy shift constantsJason A. Donenfeld2022-01-181-15/+13
* random: prepend remaining pool constants with POOL_Jason A. Donenfeld2022-01-181-20/+20
* random: de-duplicate INPUT_POOL constantsJason A. Donenfeld2022-01-181-11/+6
* random: remove unused OUTPUT_POOL constantsJason A. Donenfeld2022-01-181-3/+1
* random: rather than entropy_store abstraction, use globalJason A. Donenfeld2022-01-181-123/+96
* random: remove unused extract_entropy() reserved argumentJason A. Donenfeld2022-01-181-10/+7
* random: remove incomplete last_data logicJason A. Donenfeld2022-01-181-35/+4
* random: cleanup integer typesJason A. Donenfeld2022-01-181-53/+52
* random: cleanup poolinfo abstractionJason A. Donenfeld2022-01-181-37/+30
* random: fix typo in commentsSchspa Shi2022-01-181-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-182-3/+3
|\
| * hwrng: virtio - unregister device before resetMichael S. Tsirkin2022-01-141-1/+1
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-142-3/+3
* | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-163-57/+17
|\ \
| * | via-agp: convert to generic power managementVaibhav Gupta2021-12-141-20/+5
| * | sis-agp: convert to generic power managementVaibhav Gupta2021-12-141-19/+6
| * | amd64-agp: convert to generic power managementVaibhav Gupta2021-12-141-18/+6
* | | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-142-3/+3
|\ \ \
| * \ \ Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2022-01-032-11/+17
| |\ \ \ | | | |/ | | |/|
| * | | applicom: unneed to initialise statics to 0Jason Wang2021-12-211-2/+2
| * | | Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman2021-12-132-11/+36
| |\ \ \
| * | | | char/mwave: Adjust io port register sizeKees Cook2021-12-031-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-01-143-171/+0
|\ \ \ \
| * | | | MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer2022-01-023-171/+0
| |/ / /
* | | | Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-117-122/+96
|\ \ \ \
| * | | | tpm: fix NPE on probe for missing devicePatrick Williams2022-01-091-2/+2
| * | | | tpm: fix potential NULL pointer access in tpm_del_char_deviceLino Sanfilippo2022-01-091-5/+13
| * | | | tpm: Add Upgrade/Reduced mode support for TPM2 modulesaxelj2022-01-093-7/+21
| * | | | char: tpm: cr50: Set TPM_FIRMWARE_POWER_MANAGED based on device propertyRob Barnes2022-01-092-2/+30
| * | | | tpm_tis: Fix an error handling path in 'tpm_tis_core_init()'Christophe Jaillet2022-01-091-1/+1
| * | | | tpm: tpm_tis_spi_cr50: Add default RNG qualityAngeloGioacchino Del Regno2022-01-091-0/+4
| * | | | tpm/st33zp24: drop unneeded over-commentingSohaib Mohamed2022-01-091-105/+17
| * | | | tpm: add request_locality before write TPM_INT_ENABLEChen Jun2022-01-091-0/+8
| | |_|/ | |/| |
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-115-17/+383
|\ \ \ \
| * | | | hwrng: cn10k - Add random number generator supportSunil Goutham2021-12-243-0/+193
| * | | | hwrng: cavium - Check health status while reading random dataSunil Goutham2021-11-203-17/+190
| | |/ / | |/| |
* | | | Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-101-0/+1
|\ \ \ \
| * \ \ \ Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-142-11/+36
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge drm/drm-next into drm-intel-nextJani Nikula2021-11-2229-430/+1099
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | agp/intel-gtt: reduce intel-gtt dependencies moreJani Nikula2021-11-151-0/+1
* | | | | random: don't reset crng_init_cnt on urandom_read()Jann Horn2022-01-071-4/+0
* | | | | random: avoid superfluous call to RDRAND in CRNG extractionJason A. Donenfeld2022-01-071-3/+1
* | | | | random: early initialization of ChaCha constantsDominik Brodowski2022-01-071-1/+4
* | | | | random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefsJason A. Donenfeld2022-01-071-19/+11
* | | | | random: harmonize "crng init done" messagesDominik Brodowski2022-01-071-1/+1