summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* random: avoid warnings for !CONFIG_NUMA buildsMark Rutland2022-06-221-1/+1
* random: split primary/secondary crng init pathsMark Rutland2022-06-221-12/+22
* random: remove some dead code of poolinfoYangtao Li2022-06-221-30/+0
* random: fix typo in add_timer_randomness()Yangtao Li2022-06-221-1/+1
* random: Add and use pr_fmt()Yangtao Li2022-06-221-11/+10
* random: convert to ENTROPY_BITS for better code readabilityYangtao Li2022-06-221-3/+2
* random: remove unnecessary unlikely()Yangtao Li2022-06-221-4/+2
* random: remove kernel.random.read_wakeup_thresholdAndy Lutomirski2022-06-221-17/+1
* random: delete code to pull data into poolsAndy Lutomirski2022-06-221-40/+0
* random: remove the blocking poolAndy Lutomirski2022-06-221-106/+0
* random: make /dev/random be almost like /dev/urandomAndy Lutomirski2022-06-221-41/+13
* random: ignore GRND_RANDOM in getentropy(2)Andy Lutomirski2022-06-221-3/+0
* random: add GRND_INSECURE to return best-effort non-cryptographic bytesAndy Lutomirski2022-06-221-2/+9
* random: Add a urandom_read_nowait() for random APIs that don't warnAndy Lutomirski2022-06-221-6/+15
* random: Don't wake crng_init_wait when crng_init == 1Andy Lutomirski2022-06-221-1/+0
* random: don't forget compat_ioctl on urandomJason A. Donenfeld2022-06-221-0/+1
* compat_ioctl: remove /dev/random commandsArnd Bergmann2022-06-221-0/+1
* nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTIONMartin Faltesek2022-06-221-31/+30
* x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta2022-06-161-0/+8
* mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami2022-06-141-8/+34
* md/raid0: Ignore RAID0 layout if the second zone has only one devicePascal Hambourg2022-06-141-15/+16
* Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flagMathias Nyman2022-06-141-1/+6
* ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz2022-06-141-2/+2
* ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz2022-06-141-2/+2
* nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handlingMartin Faltesek2022-06-141-3/+10
* nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTIONMartin Faltesek2022-06-141-1/+1
* mmc: block: Fix CQE recovery reset successAdrian Hunter2022-06-141-2/+1
* ata: libata-transport: fix {dma|pio|xfer}_mode sysfs filesSergey Shtylyov2022-06-141-1/+1
* vringh: Fix loop descriptors check in the indirect casesXie Yongji2022-06-141-2/+8
* nbd: fix io hung while disconnecting deviceYu Kuai2022-06-141-1/+1
* nbd: fix race between nbd_alloc_config() and module removalYu Kuai2022-06-141-9/+19
* nbd: call genl_unregister_family() first in nbd_cleanup()Yu Kuai2022-06-141-1/+6
* drm/radeon: fix a possible null pointer dereferenceGong Yuanjun2022-06-141-0/+4
* scsi: myrb: Fix up null pointer access on myrb_cleanup()Hannes Reinecke2022-06-141-3/+8
* md: protect md_unregister_thread from reentrancyGuoqing Jiang2022-06-141-5/+10
* watchdog: wdat_wdt: Stop watchdog when rebooting the systemLiu Xinpeng2022-06-141-0/+1
* serial: msm_serial: disable interrupts in __msm_console_write()John Ogness2022-06-141-0/+5
* staging: rtl8712: fix uninit-value in r871xu_drv_init()Wang Cheng2022-06-141-3/+3
* staging: rtl8712: fix uninit-value in usb_read8() and friendsWang Cheng2022-06-141-9/+18
* clocksource/drivers/sp804: Avoid error on multiple instancesAndre Przywara2022-06-141-5/+5
* extcon: Modify extcon device to be created after driver data is setbumwoo lee2022-06-141-12/+17
* misc: rtsx: set NULL intfdata when probe failsShuah Khan2022-06-141-0/+1
* usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski2022-06-141-1/+0
* USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green2022-06-141-2/+2
* drivers: usb: host: Fix deadlock in oxu_bus_suspend()Duoming Zhou2022-06-141-0/+2
* drivers: tty: serial: Fix deadlock in sa1100_set_termios()Duoming Zhou2022-06-141-2/+2
* USB: host: isp116x: check return value after calling platform_get_resource()Zhen Ni2022-06-141-2/+4
* drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()Duoming Zhou2022-06-141-1/+1
* drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()Duoming Zhou2022-06-141-1/+1
* tty: Fix a possible resource leak in icom_probeHuang Guobin2022-06-141-1/+1