summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net: openvswitch: use u64 for meter bucketTonghao Zhang2020-10-012-2/+2
* KVM: arm64: vgic-its: Fix memory leak on the error path of vgic_add_lpi()Zenghui Yu2020-10-011-2/+9
* drivers: char: tlclk.c: Avoid data race between init and interrupt handlerMadhuparna Bhowmik2020-10-011-7/+10
* bdev: Reduce time holding bd_mutex in sync in blkdev_close()Douglas Anderson2020-10-011-0/+10
* KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford2020-10-011-2/+8
* serial: uartps: Wait for tx_empty in console setupRaviteja Narayanam2020-10-011-0/+8
* scsi: qedi: Fix termination timeouts in session logoutNilesh Javali2020-10-011-0/+3
* mm/mmap.c: initialize align_offset explicitly for vm_unmapped_areaJaewon Kim2020-10-011-0/+2
* nvmet-rdma: fix double free of rdma queueIsrael Rukshin2020-10-011-12/+18
* mm/vmscan.c: fix data races using kswapd_classzone_idxQian Cai2020-10-011-19/+26
* mm/filemap.c: clear page error before actual readXianting Tian2020-10-011-0/+8
* mm/kmemleak.c: use address-of operator on section symbolsNathan Chancellor2020-10-011-1/+1
* NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()Trond Myklebust2020-10-013-24/+55
* PCI: pciehp: Fix MSI interrupt raceStuart Hayes2020-10-011-6/+20
* ALSA: usb-audio: Fix case when USB MIDI interface has more than one extra end...Andreas Steinmetz2020-10-011-5/+24
* ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song2020-10-011-2/+14
* PCI: Use ioremap(), not phys_to_virt() for platform ROMMikel Rychliski2020-10-015-44/+52
* svcrdma: Fix leak of transport addressesChuck Lever2020-10-011-0/+1
* SUNRPC: Fix a potential buffer overflow in 'svc_print_xprts()'Christophe JAILLET2020-10-011-5/+14
* scsi: hpsa: correct race condition in offload enabledDon Brace2020-10-011-23/+57
* RDMA/rxe: Set sys_image_guid to be aligned with HW IB devicesZhu Yanjun2020-10-011-0/+2
* nvme: Fix controller creation races with teardown flowIsrael Rukshin2020-10-012-0/+6
* nvme-multipath: do not reset on unknown statusJohn Meneghini2020-10-013-18/+13
* tools: gpio-hammer: Avoid potential overflow in mainGabriel Ravier2020-10-011-1/+16
* cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_work_fnPratik Rajesh Sampat2020-10-011-5/+8
* perf cpumap: Fix snprintf overflow checkChristophe JAILLET2020-10-011-5/+5
* serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeoutVignesh Raghavendra2020-10-011-2/+4
* serial: 8250_omap: Fix sleeping function called from invalid context during p...Peter Ujfalusi2020-10-011-1/+1
* serial: 8250_port: Don't service RX FIFO if throttledVignesh Raghavendra2020-10-011-1/+15
* perf parse-events: Fix 3 use after frees found with clang ASANIan Rogers2020-10-012-2/+3
* thermal: rcar_thermal: Handle probe error gracefullyNiklas Söderlund2020-10-011-2/+4
* tracing: Use address-of operator on section symbolsNathan Chancellor2020-10-011-1/+1
* drm/msm/a5xx: Always set an OPP supported hardware valueJordan Crouse2020-10-011-7/+20
* drm/msm: fix leaks if initialization failsPavel Machek2020-10-011-2/+4
* KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...Gustavo Romero2020-10-013-7/+40
* RDMA/cm: Remove a race freeing timewait_infoJason Gunthorpe2020-10-011-10/+15
* nfsd: Don't add locks to closed or closing open stateidsTrond Myklebust2020-10-011-30/+43
* rtc: ds1374: fix possible race conditionAlexandre Belloni2020-10-011-6/+9
* rtc: sa1100: fix possible race conditionAlexandre Belloni2020-10-011-8/+10
* tpm: ibmvtpm: Wait for buffer to be set before proceedingStefan Berger2020-10-012-0/+10
* ext4: mark block bitmap corrupted when found instead of BUGONDmitry Monakhov2020-10-011-2/+9
* xfs: mark dir corrupt when lookup-by-hash failsDarrick J. Wong2020-10-011-0/+3
* xfs: don't ever return a stale pointer from __xfs_dir3_free_readDarrick J. Wong2020-10-011-0/+1
* media: tda10071: fix unsigned sign extension overflowColin Ian King2020-10-011-4/+5
* Bluetooth: L2CAP: handle l2cap config request during open stateHoward Chung2020-10-011-1/+2
* scsi: aacraid: Disabling TM path and only processing IOP resetSagar Biradar2020-10-012-10/+26
* ath10k: use kzalloc to read for ath10k_sdio_hif_diag_readWen Gong2020-10-011-4/+14
* drm/amd/display: Stop if retimer is not availableRodrigo Siqueira2020-10-011-38/+29
* drm/amdgpu: increase atombios cmd timeoutJohn Clements2020-10-011-2/+2
* mm: avoid data corruption on CoW fault into PFN-mapped VMAKirill A. Shutemov2020-10-011-8/+27