summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-17Linux 5.4.47v5.4.47Greg Kroah-Hartman1-1/+1
2020-06-17KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier4-25/+25
2020-06-17KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier3-0/+32
2020-06-17xen/pvcalls-back: test for errors when calling backend_connect()Juergen Gross1-1/+2
2020-06-17block/floppy: fix contended case in floppy_queue_rq()Jiri Kosina1-5/+5
2020-06-17mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()Ulf Hansson1-31/+27
2020-06-17mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson1-2/+1
2020-06-17ARM: dts: at91: sama5d2_ptc_ek: fix sdmmc0 node descriptionLudovic Desroches1-2/+0
2020-06-17mmc: uniphier-sd: call devm_request_irq() after tmio_mmc_host_probe()Masahiro Yamada1-5/+7
2020-06-17mmc: tmio: Further fixup runtime PM management at removeUlf Hansson1-2/+4
2020-06-17mmc: mmci_sdmmc: fix DMA API warning overlapping mappingsLudovic Barre1-0/+3
2020-06-17mmc: sdhci-msm: Clear tuning done flag while hs400 tuningVeerabhadrarao Badiganti1-0/+6
2020-06-17agp/intel: Reinforce the barrier after GTT updatesChris Wilson1-1/+3
2020-06-17perf: Add cond_resched() to task_function_call()Barret Rhoden1-9/+14
2020-06-17fat: don't allow to mount if the FAT length == 0OGAWA Hirofumi1-0/+6
2020-06-17mm/slub: fix a memory leak in sysfs_slab_add()Wang Hai1-1/+3
2020-06-17drm/vkms: Hold gem object while still in-useEzequiel Garcia2-10/+6
2020-06-17Smack: slab-out-of-bounds in vsscanfCasey Schaufler1-0/+10
2020-06-17ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-06-17ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cbQiujun Huang1-0/+5
2020-06-17ath9k: Fix use-after-free Write in ath9k_htc_rx_msgQiujun Huang1-0/+3
2020-06-17ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang5-7/+17
2020-06-17ath9k: Fix use-after-free Read in htc_connect_serviceQiujun Huang2-4/+0
2020-06-17selftests/ftrace: Return unsupported if no error_log fileMasami Hiramatsu1-0/+2
2020-06-17scsi: lpfc: Fix negation of else clause in lpfc_prep_node_fc4typeDick Kennedy1-1/+0
2020-06-17scsi: megaraid_sas: TM command refire leads to controller firmware crashSumit Saxena1-1/+6
2020-06-17KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier1-2/+4
2020-06-17KVM: arm64: Stop writing aarch32's CSSELR into ACTLRJames Morse1-2/+8
2020-06-17KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbitsXing Li1-0/+4
2020-06-17KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)Xing Li1-1/+1
2020-06-17KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson1-1/+1
2020-06-17KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini1-1/+1
2020-06-17KVM: nSVM: fix condition for filtering async PFPaolo Bonzini1-2/+2
2020-06-17KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02Sean Christopherson3-6/+17
2020-06-17video: fbdev: w100fb: Fix a potential double free.Christophe JAILLET1-0/+2
2020-06-17video: vt8500lcdfb: fix fallthrough warningSam Ravnborg1-0/+1
2020-06-17EDAC/skx: Use the mcmtr register to retrieve close_pg/bank_xor_enableQiuxu Zhuo4-17/+13
2020-06-17cpufreq: Fix up cpufreq_boost_set_sw()Rafael J. Wysocki1-5/+6
2020-06-17remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna1-1/+1
2020-06-17remoteproc: Fall back to using parent memory pool if no dedicated availableTero Kristo1-0/+12
2020-06-17proc: Use new_inode not new_inode_pseudoEric W. Biederman3-3/+3
2020-06-17ovl: initialize error in ovl_copy_xattrYuxuan Shui1-1/+1
2020-06-17net/mlx5e: Fix repeated XSK usage on one channelMaxim Mikityanskiy1-0/+4
2020-06-17net/mlx5: Fix fatal error handling during device loadShay Drory1-3/+11
2020-06-17net/mlx5: drain health workqueue in case of driver load errorShay Drory1-0/+5
2020-06-17selftests/net: in rxtimestamp getopt_long needs terminating null entrytannerlove1-0/+1
2020-06-17dccp: Fix possible memleak in dccp_init and dccp_finiWang Hai2-2/+11
2020-06-17crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()Longpeng(Mike)1-0/+1
2020-06-17crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skciph...Longpeng(Mike)1-5/+10
2020-06-17crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req()Longpeng(Mike)1-2/+3