summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-13USB: cdc-acm: fix racy tty buffer accessesJohan Hovold1-0/+5
2021-10-13Partially revert "usb: Kconfig: using select for USB_COMMON dependency"Ben Hutchings1-2/+1
2021-10-09Linux 5.4.152v5.4.152Greg Kroah-Hartman1-1/+1
2021-10-09libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan2-2/+33
2021-10-09silence nfscache allocation warnings with kvzallocRik van Riel1-8/+4
2021-10-09perf/x86: Reset destroy callback on event init failureAnand K Mistry1-0/+1
2021-10-09kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]Fares Mehanna1-0/+7
2021-10-09KVM: do not shrink halt_poll_ns below grow_startSergey Senozhatsky1-1/+5
2021-10-09tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du1-1/+1
2021-10-09scsi: ses: Retry failed Send/Receive Diagnostic commandsWen Xiong1-4/+18
2021-10-09selftests:kvm: fix get_warnings_count() ignoring fscanf() return warnShuah Khan1-1/+2
2021-10-09selftests: be sure to make khdr before other targetsLi Zhijian1-0/+1
2021-10-09usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-10-09usb: testusb: Fix for showing the connection speedFaizel K B1-6/+8
2021-10-09scsi: sd: Free scsi_disk device via put_device()Ming Lei1-4/+5
2021-10-09ext2: fix sleeping in atomic bugs on errorDan Carpenter1-8/+6
2021-10-09sparc64: fix pci_iounmap() when CONFIG_PCI is not setLinus Torvalds1-0/+2
2021-10-09xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich1-1/+1
2021-10-09net: mdio: introduce a shutdown method to mdio device driversVladimir Oltean2-0/+14
2021-10-06Linux 5.4.151v5.4.151Greg Kroah-Hartman1-1/+1
2021-10-06HID: usbhid: free raw_report buffers in usbhid_stopAnirudh Rayabharam1-1/+12
2021-10-06netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik1-2/+2
2021-10-06HID: betop: fix slab-out-of-bounds Write in betop_probeF.A.Sulaiman1-3/+10
2021-10-06crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter1-6/+8
2021-10-06usb: hso: remove the bailout parameterDongliang Mu1-3/+3
2021-10-06usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu1-10/+23
2021-10-06hso: fix bailout in error case of probeOliver Neukum1-4/+4
2021-10-06libnvdimm/pmem: Fix crash triggered when I/O in-flight during unbindsumiyawang1-2/+2
2021-10-06PCI: Fix pci_host_bridge struct device release/free handlingRob Herring2-18/+20
2021-10-06net: stmmac: don't attach interface until resume finishesLeon Yu1-2/+2
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet2-6/+6
2021-10-06HID: u2fzero: ignore incomplete packets without dataAndrej Shadura1-1/+3
2021-10-06ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun1-3/+3
2021-10-06ext4: fix reserved space counter leakageJeffle Xu2-0/+11
2021-10-06ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani1-5/+5
2021-10-06ipack: ipoctal: fix module reference leakJohan Hovold1-8/+21
2021-10-06ipack: ipoctal: fix missing allocation-failure checkJohan Hovold1-1/+3
2021-10-06ipack: ipoctal: fix tty-registration error handlingJohan Hovold1-0/+7
2021-10-06ipack: ipoctal: fix tty registration raceJohan Hovold1-2/+2
2021-10-06ipack: ipoctal: fix stack information leakJohan Hovold1-5/+14
2021-10-06debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das1-1/+1
2021-10-06elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen1-1/+1
2021-10-06perf/x86/intel: Update event constraints for ICXKan Liang1-0/+1
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet3-12/+56
2021-10-06net: sched: flower: protect fl_walk() with rcuVlad Buslov1-0/+6
2021-10-06net: hns3: do not allow call hns3_nic_net_open repeatedlyJian Shen1-0/+5
2021-10-06scsi: csiostor: Add module softdep on cxgb4Rahul Lakkireddy1-0/+1
2021-10-06Revert "block, bfq: honor already-setup queue merges"Jens Axboe1-13/+3
2021-10-06selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc1-5/+8
2021-10-06e100: fix buffer overrun in e100_get_regsJacob Keller1-6/+10