summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-30ACPI: sysfs: Fix BERT error region memory mappingLorenzo Pieralisi1-7/+18
2022-05-30random: check for signals after page of pool writesJason A. Donenfeld1-4/+10
2022-05-30random: wire up fops->splice_{read,write}_iter()Jens Axboe1-0/+4
2022-05-30random: convert to using fops->write_iter()Jens Axboe1-32/+35
2022-05-30random: convert to using fops->read_iter()Jens Axboe1-36/+29
2022-05-30random: unify batched entropy implementationsJason A. Donenfeld1-92/+55
2022-05-30random: move randomize_page() into mm where it belongsJason A. Donenfeld1-32/+0
2022-05-30random: move initialization functions out of hot pagesJason A. Donenfeld1-25/+21
2022-05-30random: make consistent use of buf and lenJason A. Donenfeld1-102/+97
2022-05-30random: use static branch for crng_ready()Jason A. Donenfeld1-4/+12
2022-05-30random: credit architectural init the exact amountJason A. Donenfeld1-6/+6
2022-05-30random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-7/+10
2022-05-30random: use proper jiffies comparison macroJason A. Donenfeld1-1/+1
2022-05-30random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld1-43/+18
2022-05-30random: move initialization out of reseeding hot pathJason A. Donenfeld1-23/+19
2022-05-30random: avoid initializing twice in credit raceJason A. Donenfeld1-5/+5
2022-05-30random: use symbolic constants for crng_init statesJason A. Donenfeld1-19/+19
2022-05-30siphash: use one source of truth for siphash permutationsJason A. Donenfeld1-23/+7
2022-05-30random: help compiler out with fast_mix() by using simpler argumentsJason A. Donenfeld1-21/+23
2022-05-30random: do not use input pool from hard IRQsJason A. Donenfeld1-15/+36
2022-05-30random: order timer entropy functions below interrupt functionsJason A. Donenfeld1-119/+119
2022-05-30random: do not pretend to handle premature next security modelJason A. Donenfeld1-117/+67
2022-05-30random: use first 128 bits of input as fast initJason A. Donenfeld1-97/+49
2022-05-30random: do not use batches when !crng_ready()Jason A. Donenfeld1-3/+11
2022-05-30random: insist on random_get_entropy() existing in order to simplifyJason A. Donenfeld1-60/+26
2022-05-30HID: amd_sfh: Add support for sensor discoveryBasavaraj Natikar3-0/+22
2022-05-22Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+23
2022-05-22Merge tag 'input-for-v5.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-12/+8
2022-05-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-32/+43
2022-05-21drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllersPiyush Malgujar1-0/+1
2022-05-21i2c: ismt: Provide a DMA buffer for Interrupt Cause LoggingMika Westerberg1-0/+14
2022-05-21i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()Yang Yingliang1-2/+8
2022-05-21Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-15/+22
2022-05-21Merge tag 'drm-fixes-2022-05-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds13-17/+100
2022-05-20Merge tag 'drm-intel-fixes-2022-05-20' of git://anongit.freedesktop.org/drm/d...Dave Airlie8-16/+74
2022-05-20Merge tag 'drm-misc-fixes-2022-05-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-0/+9
2022-05-20Merge tag 'gpio-fixes-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+9
2022-05-20Merge tag 'mmc-v5.18-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-05-20gpio: mvebu/pwm: Refuse requests with inverted polarityUwe Kleine-König1-0/+3
2022-05-20gpio: gpio-vf610: do not touch other bits when set the target bitHaibo Chen1-2/+6
2022-05-20Merge tag 'v5.18-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2022-05-20scsi: ufs: core: Fix referencing invalid rsp fieldDaejun Park1-12/+7
2022-05-19Merge tag 'pinctrl-v5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-4/+6
2022-05-19Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds34-240/+399
2022-05-19mmc: core: Fix busy polling for MMC_SEND_OP_COND againUlf Hansson1-1/+1
2022-05-19drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomapMaarten Lankhorst1-4/+2
2022-05-19ptp: ocp: change sysfs attr group handlingJonathan Lemon1-15/+42
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-0/+1
2022-05-19Merge branch 'arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-9/+8
2022-05-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+7