summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-09-12Linux 5.8.9v5.8.9Greg Kroah-Hartman
2020-09-12mptcp: free acked data before waiting for more memoryFlorian Westphal
2020-09-12net: disable netpoll on fresh napisJakub Kicinski
2020-09-12tipc: fix using smp_processor_id() in preemptibleTuong Lien
2020-09-12tipc: fix shutdown() of connectionless socketTetsuo Handa
2020-09-12taprio: Fix using wrong queues in gate maskVinicius Costa Gomes
2020-09-12sctp: not disable bh in the whole sctp_get_port_local()Xin Long
2020-09-12net: usb: dm9601: Add USB ID of Keenetic Plus DSLKamil Lorenc
2020-09-12netlabel: fix problems with mapping removalPaul Moore
2020-09-12ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel
2020-09-12ipv4: Silence suspicious RCU usage warningIdo Schimmel
2020-09-12RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe
2020-09-12RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe
2020-09-12RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe
2020-09-12RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe
2020-09-12io_uring: fix linked deferred ->files cancellationPavel Begunkov
2020-09-12io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov
2020-09-09Linux 5.8.8v5.8.8Greg Kroah-Hartman
2020-09-09net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()Himadri Pandya
2020-09-09cfg80211: regulatory: reject invalid hintsJohannes Berg
2020-09-09mm/khugepaged.c: fix khugepaged's request size in collapse_fileDavid Howells
2020-09-09mm/hugetlb: fix a race between hugetlb sysctl handlersMuchun Song
2020-09-09mm/hugetlb: try preferred node first when alloc gigantic page from cmaLi Xinhai
2020-09-09mm/migrate: fixup setting UFFD_WP flagAlistair Popple
2020-09-09checkpatch: fix the usage of capture group ( ... )Mrinal Pandey
2020-09-09sdhci: tegra: Add missing TMCLK for data timeoutSowjanya Komatineni
2020-09-09kconfig: streamline_config.pl: check defined(ENV variable) before using itRandy Dunlap
2020-09-09perf record: Correct the help info of option "--no-bpf-event"Wei Li
2020-09-09io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe
2020-09-09mm/rmap: fixup copying of soft dirty and uffd ptesAlistair Popple
2020-09-09mm: madvise: fix vma user-after-freeYang Shi
2020-09-09mm: track page table modifications in __apply_to_page_range()Joerg Roedel
2020-09-09mm: slub: fix conversion of freelist_corrupted()Eugeniu Rosca
2020-09-09dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin
2020-09-09dm thin metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-09dm cache metadata: Avoid returning cmd->bm wild pointer on errorYe Bin
2020-09-09dm crypt: Initialize crypto wait structuresDamien Le Moal
2020-09-09dm integrity: fix error reporting in bitmap mode after creationMikulas Patocka
2020-09-09dm mpath: fix racey management of PG initializationMike Snitzer
2020-09-09dm writecache: handle DAX to partitions on persistent memory correctlyMikulas Patocka
2020-09-09drm/amdgpu: Specify get_argument function for ci_smu_funcsSandeep Raghuraman
2020-09-09drm/amd/pm: avoid false alarm due to confusing softwareshutdowntemp settingEvan Quan
2020-09-09drm/i915: Fix sha_text population codeSean Paul
2020-09-09dmaengine: dw-edma: Fix scatter-gather address calculationGustavo Pimentel
2020-09-09blk-stat: make q->stats->lock irqsafeTejun Heo
2020-09-09blk-iocost: ioc_pd_free() shouldn't assume irq disabledTejun Heo
2020-09-09mips/oprofile: Fix fallthrough placementHe Zhe
2020-09-09libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to SandisksTejun Heo
2020-09-09s390: fix GENERIC_LOCKBREAK dependency typo in KconfigEric Farman
2020-09-09io_uring: fix removing the wrong file in __io_sqe_files_update()Jiufei Xue