summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-19random: remove get_random_bytes_arch() and add rng_has_arch_random()Jason A. Donenfeld1-33/+16
2022-05-19random: move initialization functions out of hot pagesJason A. Donenfeld1-25/+21
2022-05-19random: make consistent use of buf and lenJason A. Donenfeld1-102/+97
2022-05-19random: use static branch for crng_ready()Jason A. Donenfeld1-4/+12
2022-05-18random: credit architectural init the exact amountJason A. Donenfeld1-6/+6
2022-05-18random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-7/+10
2022-05-18random: use proper jiffies comparison macroJason A. Donenfeld1-1/+1
2022-05-18random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld1-44/+18
2022-05-18random: move initialization out of reseeding hot pathJason A. Donenfeld1-23/+19
2022-05-18random: avoid initializing twice in credit raceJason A. Donenfeld1-5/+5
2022-05-18random: use symbolic constants for crng_init statesJason A. Donenfeld1-19/+19
2022-05-18siphash: use one source of truth for siphash permutationsJason A. Donenfeld1-23/+7
2022-05-18random: help compiler out with fast_mix() by using simpler argumentsJason A. Donenfeld1-21/+23
2022-05-18random: do not use input pool from hard IRQsJason A. Donenfeld1-15/+36
2022-05-16random: order timer entropy functions below interrupt functionsJason A. Donenfeld1-119/+119
2022-05-15random: do not pretend to handle premature next security modelJason A. Donenfeld1-118/+68
2022-05-13random: use first 128 bits of input as fast initJason A. Donenfeld1-97/+49
2022-05-13random: do not use batches when !crng_ready()Jason A. Donenfeld1-3/+11
2022-05-13random: mix in timestamps and reseed on system restoreJason A. Donenfeld1-0/+30
2022-05-13random: vary jitter iterations based on cycle counter speedJason A. Donenfeld1-10/+26
2022-05-13random: insist on random_get_entropy() existing in order to simplifyJason A. Donenfeld1-60/+29
2022-05-08Merge tag 'sound-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-27/+32
2022-05-08ataflop: use a statically allocated error countersWilly Tarreau1-4/+6
2022-05-08floppy: use a statically allocated error counterWilly Tarreau1-10/+8
2022-05-07Merge tag 'gpio-fixes-for-v5.18-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-15/+5
2022-05-07Merge tag 'block-5.18-2022-05-06' of git://git.kernel.dk/linux-blockLinus Torvalds3-14/+51
2022-05-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-96/+85
2022-05-06Merge tag 'mmc-v5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds3-6/+64
2022-05-06Merge tag 'drm-fixes-2022-05-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds7-21/+9
2022-05-06gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu1-2/+2
2022-05-05s390/dasd: Use kzalloc instead of kmalloc/memsetHaowen Bai1-4/+1
2022-05-05s390/dasd: Fix read inconsistency for ESE DASD devicesJan Höppner1-2/+1
2022-05-05s390/dasd: Fix read for ESE with blksize < 4kJan Höppner1-4/+3
2022-05-05s390/dasd: prevent double format of tracks for ESE devicesStefan Haberland3-2/+26
2022-05-05s390/dasd: fix data corruption for ESE devicesStefan Haberland3-2/+20
2022-05-06Merge tag 'drm-msm-fixes-2022-04-30' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie3-18/+0
2022-05-06Merge tag 'drm-misc-fixes-2022-05-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-1/+5
2022-05-06Merge tag 'amd-drm-fixes-5.18-2022-05-04' of https://gitlab.freedesktop.org/a...Dave Airlie2-2/+4
2022-05-05Merge tag 'net-5.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds37-214/+369
2022-05-05gpio: visconti: Fix fwnode of GPIO IRQNobuhiro Iwamatsu1-5/+2
2022-05-04RDMA/rxe: Change mcg_lock to a _bh lockBob Pearson1-21/+15
2022-05-04RDMA/rxe: Do not call dev_mc_add/del() under a spinlockBob Pearson1-28/+23
2022-05-04RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu1-3/+4
2022-05-04Merge tag 'iomm-fixes-v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-10/+79
2022-05-04Merge tag 'for-linus-5.17-2' of https://github.com/cminyard/linux-ipmiLinus Torvalds2-5/+7
2022-05-04drm/amd/display: Avoid reading audio pattern past AUDIO_CHANNELS_COUNTHarry Wentland1-1/+1
2022-05-04drm/amdgpu: do not use passthrough mode in Xen dom0Marek Marczykowski-Górecki1-1/+3
2022-05-04iommu: Make sysfs robust for non-API groupsRobin Murphy1-1/+8
2022-05-04mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHCShaik Sajida Bhanu1-0/+42
2022-05-04mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bitsSamuel Holland1-2/+3