summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-02fdt: Update CRC check for rng-seedHsin-Yi Wang1-2/+6
2022-07-02xen: unexport __init-annotated xen_xlate_map_ballooned_pages()Masahiro Yamada1-1/+0
2022-07-02drm: remove drm_fb_helper_modinitChristoph Hellwig3-44/+12
2022-07-02iio: trigger: sysfs: fix use-after-free on removeVincent Whitchurch1-0/+1
2022-07-02iio: accel: mma8452: ignore the return value of reset operationHaibo Chen1-3/+7
2022-07-02iio:accel:bma180: rearrange iio trigger get and registerDmitry Rokosov1-1/+2
2022-07-02usb: chipidea: udc: check request status before setting device addressXu Yang1-0/+3
2022-07-02igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-07-02MIPS: Remove repetitive increase irq_err_counthuhai1-2/+0
2022-07-02x86/xen: Remove undefined behavior in setup_features()Julien Grall1-1/+1
2022-07-02bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiersJay Vosburgh1-1/+3
2022-07-02USB: serial: option: add Telit LE910Cx 0x1250 compositionCarlo Lobrano1-0/+1
2022-07-02random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld1-1/+1
2022-07-02dm era: commit metadata in postsuspend after worker stopsNikos Tsironis1-1/+7
2022-07-02random: schedule mix_interrupt_randomness() less oftenJason A. Donenfeld1-1/+1
2022-07-02vt: drop old FONT ioctlsJiri Slaby2-180/+3
2022-06-25serial: 8250: Store to lsr_save_flags after lsr readIlpo Järvinen1-0/+2
2022-06-25usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probeMiaoqian Lin1-0/+1
2022-06-25USB: serial: io_ti: add Agilent E5805A supportRobert Eckelmann2-0/+3
2022-06-25USB: serial: option: add support for Cinterion MV31 with new baselineSlark Xiao1-0/+6
2022-06-25comedi: vmk80xx: fix expression for tx buffer sizeIan Abbott1-1/+1
2022-06-25irqchip/gic-v3: Iterate over possible CPUs by for_each_possible_cpu()zijun_hu1-4/+4
2022-06-25irqchip/gic/realview: Fix refcount leak in realview_gic_of_initMiaoqian Lin1-0/+1
2022-06-25misc: atmel-ssc: Fix IRQ check in ssc_probeMiaoqian Lin1-2/+2
2022-06-25random: credit cpu and bootloader seeds by defaultJason A. Donenfeld1-21/+33
2022-06-25net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_al...Chen Lin1-2/+19
2022-06-25nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferredXiaohui Zhang1-2/+14
2022-06-25virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao1-0/+1
2022-06-25scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart1-1/+2
2022-06-25scsi: vmw_pvscsi: Expand vcpuHint to 16 bitsWentao Wang1-2/+2
2022-06-25ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo()Sergey Shtylyov1-2/+2
2022-06-25random: account for arch randomness in bitsJason A. Donenfeld1-4/+4
2022-06-25random: mark bootloader randomness code as __initJason A. Donenfeld1-4/+3
2022-06-25random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld1-1/+1
2022-06-25crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-2/+0
2022-06-25Revert "random: use static branch for crng_ready()"Jason A. Donenfeld1-10/+2
2022-06-25random: check for signals after page of pool writesJason A. Donenfeld1-4/+10
2022-06-25random: wire up fops->splice_{read,write}_iter()Jens Axboe1-0/+4
2022-06-25random: convert to using fops->write_iter()Jens Axboe1-32/+35
2022-06-25random: move randomize_page() into mm where it belongsJason A. Donenfeld1-157/+83
2022-06-25random: move initialization functions out of hot pagesJason A. Donenfeld1-22/+18
2022-06-25random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld1-100/+95
2022-06-25random: use static branch for crng_ready()Jason A. Donenfeld1-4/+12
2022-06-25random: credit architectural init the exact amountJason A. Donenfeld1-6/+6
2022-06-25random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-5/+8
2022-06-25random: use proper jiffies comparison macroJason A. Donenfeld1-1/+1
2022-06-25random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld1-43/+18
2022-06-25random: avoid initializing twice in credit raceJason A. Donenfeld1-26/+22
2022-06-25random: use symbolic constants for crng_init statesJason A. Donenfeld1-19/+19
2022-06-25siphash: use one source of truth for siphash permutationsJason A. Donenfeld1-23/+7