summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | wireguard: selftests: use maximum cpu features and allow rng seedingJason A. Donenfeld2022-06-113-15/+19
| * | | random: remove rng_has_arch_random()Jason A. Donenfeld2022-06-103-16/+1
| * | | random: credit cpu and bootloader seeds by defaultJason A. Donenfeld2022-06-101-19/+31
| * | | random: do not use jump labels before they are initializedJason A. Donenfeld2022-06-101-1/+10
| * | | random: account for arch randomness in bitsJason A. Donenfeld2022-06-101-5/+5
| * | | random: mark bootloader randomness code as __initJason A. Donenfeld2022-06-102-5/+4
| * | | random: avoid checking crng_ready() twice in random_init()Jason A. Donenfeld2022-06-101-1/+1
| * | | crc-itu-t: fix typo in CRC ITU-T polynomial commentRoger Knecht2022-06-072-2/+2
| | |/ | |/|
* | | Merge tag 'gpio-fixes-for-v5.19-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-116-68/+99
|\ \ \
| * | | gpio: dwapb: Don't print error on -EPROBE_DEFERSerge Semin2022-06-101-4/+3
| * | | Merge tag 'intel-gpio-v5.19-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski2022-06-095-64/+96
| |\ \ \ | | |_|/ | |/| |
| | * | gpio: dln2: make irq_chip immutableAndy Shevchenko2022-06-061-9/+14
| | * | gpio: sch: make irq_chip immutableAndy Shevchenko2022-06-061-13/+22
| | * | gpio: merrifield: make irq_chip immutableAndy Shevchenko2022-06-061-7/+15
| | * | gpio: wcove: make irq_chip immutableAndy Shevchenko2022-06-061-2/+8
| | * | gpio: crystalcove: Join function declarations and long linesAndy Shevchenko2022-06-061-14/+7
| | * | gpio: crystalcove: Use specific type and API for IRQ numberAndy Shevchenko2022-06-061-4/+5
| | * | gpio: crystalcove: make irq_chip immutableAndy Shevchenko2022-06-061-15/+25
| |/ /
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-06-1115-61/+94
|\ \ \
| * | | scsi: pmcraid: Fix missing resource cleanup in error caseChengguang Xu2022-06-071-1/+1
| * | | scsi: ipr: Fix missing/incorrect resource cleanup in error caseChengguang Xu2022-06-071-2/+2
| * | | scsi: mpt3sas: Fix out-of-bounds compiler warningHelge Deller2022-06-071-11/+12
| * | | scsi: lpfc: Update lpfc version to 14.2.0.4James Smart2022-06-071-1/+1
| * | | scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completionJames Smart2022-06-072-2/+12
| * | | scsi: lpfc: Add more logging of cmd and cqe information for aborted NVMe cmdsJames Smart2022-06-071-8/+27
| * | | scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topologyJames Smart2022-06-071-1/+2
| * | | scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO is abortedJames Smart2022-06-071-12/+9
| * | | scsi: lpfc: Address NULL pointer dereference after starget_to_rport()James Smart2022-06-071-0/+6
| * | | scsi: lpfc: Resolve some cleanup issues following SLI path refactoringJames Smart2022-06-072-14/+13
| * | | scsi: lpfc: Resolve some cleanup issues following abort path refactoringJames Smart2022-06-072-5/+5
| * | | scsi: lpfc: Correct BDE type for XMIT_SEQ64_WQE in lpfc_ct_reject_event()James Smart2022-06-071-1/+1
| * | | scsi: vmw_pvscsi: Expand vcpuHint to 16 bitsWentao Wang2022-06-071-2/+2
| * | | scsi: sd: Fix interpretation of VPD B9h lengthTyler Erickson2022-06-071-1/+1
| |/ /
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-06-119-15/+32
|\ \ \
| * | | um: virt-pci: set device ready in probe()Vincent Whitchurch2022-06-101-1/+6
| * | | vdpa: make get_vq_group and set_group_asid optionalJason Wang2022-06-092-2/+5
| * | | virtio: Fix all occurences of the "the the" typoBo Liu2022-06-092-2/+2
| * | | vduse: Fix NULL pointer dereference on sysfs accessXie Yongji2022-06-081-4/+3
| * | | vringh: Fix loop descriptors check in the indirect casesXie Yongji2022-06-081-2/+8
| * | | vdpa/mlx5: clean up indenting in handle_ctrl_vlan()Dan Carpenter2022-06-081-3/+3
| * | | vdpa/mlx5: fix error code for deleting vlanDan Carpenter2022-06-081-0/+1
| * | | virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failedchengkaitao2022-06-081-0/+1
| * | | vdpa/mlx5: Fix syntax errors in commentsXiang wangx2022-06-081-1/+1
| * | | virtio-rng: make device ready before making requestJason Wang2022-06-081-0/+2
| |/ /
* | | Merge tag 'loongarch-fixes-5.19-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-1111-36/+31
|\ \ \
| * | | LoongArch: Remove MIPS comment about cycle counterJason A. Donenfeld2022-06-081-7/+0
| * | | LoongArch: Fix copy_thread() build errorsHuacai Chen2022-06-081-6/+8
| * | | LoongArch: Fix the !CONFIG_SMP buildHuacai Chen2022-06-089-23/+23
| |/ /
* | | iov_iter: fix build issue due to possible type mis-matchLinus Torvalds2022-06-111-2/+2
* | | Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-06-105-21/+47
|\ \ \