summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-13Linux 5.10.16v5.10.16Greg Kroah-Hartman
2021-02-13squashfs: add more sanity checks in xattr id lookupPhillip Lougher
2021-02-13squashfs: add more sanity checks in inode lookupPhillip Lougher
2021-02-13squashfs: add more sanity checks in id lookupPhillip Lougher
2021-02-13squashfs: avoid out of bounds writes in decompressorsPhillip Lougher
2021-02-13Revert "mm: memcontrol: avoid workload stalls when lowering memory.high"Johannes Weiner
2021-02-13nilfs2: make splice write available againJoachim Henke
2021-02-13drm/i915: Skip vswing programming for TBTVille Syrjälä
2021-02-13drm/i915: Fix ICL MG PHY vswing handlingVille Syrjälä
2021-02-13bpf: Fix verifier jsgt branch analysis on max boundDaniel Borkmann
2021-02-13bpf: Fix 32 bit src register truncation on div/modDaniel Borkmann
2021-02-13bpf: Fix verifier jmp32 pruning decision logicDaniel Borkmann
2021-02-13regulator: Fix lockdep warning resolving suppliesMark Brown
2021-02-13blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang
2021-02-13i2c: mediatek: Move suspend and resume handling to NOIRQ phaseQii Wang
2021-02-13SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski
2021-02-13SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski
2021-02-13iwlwifi: queue: bail out on invalid freeingJohannes Berg
2021-02-13iwlwifi: mvm: guard against device removal in reprobeJohannes Berg
2021-02-13iwlwifi: pcie: add rules to match Qu with Hr2Luca Coelho
2021-02-13iwlwifi: mvm: invalidate IDs of internal stations at mvm startGregory Greenman
2021-02-13iwlwifi: pcie: fix context info memory leakJohannes Berg
2021-02-13iwlwifi: pcie: add a NULL check in iwl_pcie_txq_unmapEmmanuel Grumbach
2021-02-13iwlwifi: mvm: take mutex for calling iwl_mvm_get_sync_time()Johannes Berg
2021-02-13iwlwifi: mvm: skip power command when unbinding vif during CSASara Sharon
2021-02-13ASoC: Intel: sof_sdw: set proper flags for Dell TGL-H SKU 0A5ELibin Yang
2021-02-13ASoC: ak4458: correct reset polarityEliot Blennerhassett
2021-02-13ALSA: hda: intel-dsp-config: add PCI id for TGL-HBard Liao
2021-02-13pNFS/NFSv4: Improve rejection of out-of-order layoutsTrond Myklebust
2021-02-13pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process()Trond Myklebust
2021-02-13chtls: Fix potential resource leakPan Bian
2021-02-13ASoC: Intel: Skylake: Zero snd_ctl_elem_valueRicardo Ribalda
2021-02-13mac80211: 160MHz with extended NSS BW in CSAShay Bar
2021-02-13drm/nouveau/nvif: fix method count when pushing an arrayBen Skeggs
2021-02-13ASoC: wm_adsp: Fix control name parsing for multi-fwJames Schulman
2021-02-13regulator: core: avoid regulator_resolve_supply() race conditionDavid Collins
2021-02-13af_key: relax availability checks for skb size calculationCong Wang
2021-02-13powerpc/64/signal: Fix regression in __kernel_sigtramp_rt64() semanticsRaoni Fassina Firmino
2021-02-13gpiolib: cdev: clear debounce period if line set to outputKent Gibson
2021-02-13io_uring: drop mm/files between task_work_submitPavel Begunkov
2021-02-13io_uring: reinforce cancel on flush during exitPavel Begunkov
2021-02-13io_uring: fix sqo ownership false positive warningPavel Begunkov
2021-02-13io_uring: fix list corruption for splice file_getPavel Begunkov
2021-02-13io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLEHao Xu
2021-02-13io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLEPavel Begunkov
2021-02-13io_uring: replace inflight_wait with tctx->waitPavel Begunkov
2021-02-13io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLEPavel Begunkov
2021-02-13io_uring: if we see flush on exit, cancel related tasksJens Axboe
2021-02-13io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe
2021-02-13io_uring: fix files cancellationPavel Begunkov