summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 5.10.5v5.10.5Greg Kroah-Hartman2021-01-061-1/+1
* device-dax: Fix range releaseDan Williams2021-01-061-23/+21
* ext4: avoid s_mb_prefetch to be zero in individual scenariosChunguang Xu2021-01-061-4/+5
* dm verity: skip verity work if I/O error when system is shutting downHyeongseok Kim2021-01-061-1/+11
* ALSA: pcm: Clear the full allocated memory at hw_paramsTakashi Iwai2021-01-061-2/+7
* io_uring: remove racy overflow list fast checksPavel Begunkov2021-01-061-4/+1
* s390: always clear kernel stack backchain before calling functionsHeiko Carstens2021-01-061-6/+6
* tick/sched: Remove bogus boot "safety" checkThomas Gleixner2021-01-061-7/+0
* drm/amd/display: updated wm table for RenoirJake Wang2021-01-061-6/+6
* ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode failsJeff Layton2021-01-061-0/+2
* NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflowTrond Myklebust2021-01-061-19/+17
* um: ubd: Submit all data segments atomicallyGabriel Krisman Bertazi2021-01-061-76/+115
* um: random: Register random as hwrng-core deviceChristopher Obbard2021-01-062-84/+33
* watchdog: rti-wdt: fix reference leak in rti_wdt_probeZhang Qilong2021-01-061-1/+3
* fs/namespace.c: WARN if mnt_count has become negativeEric Biggers2021-01-062-4/+7
* powerpc/64: irq replay remove decrementer overflow checkNicholas Piggin2021-01-063-56/+8
* module: delay kobject uevent until after module init callJessica Yu2021-01-061-2/+3
* f2fs: fix race of pending_pages in decompressionDaeho Jeong2021-01-063-13/+48
* f2fs: avoid race condition for shrinker countJaegeuk Kim2021-01-066-24/+36
* NFSv4: Fix a pNFS layout related use-after-free race when freeing the inodeTrond Myklebust2021-01-063-3/+37
* i3c master: fix missing destroy_workqueue() on error in i3c_master_registerQinglang Miao2021-01-061-1/+4
* powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()Qinglang Miao2021-01-061-1/+1
* rtc: pl031: fix resource leak in pl031_probeZheng Liang2021-01-061-2/+4
* quota: Don't overflow quota file offsetsJan Kara2021-01-061-4/+4
* module: set MODULE_STATE_GOING state when a module fails to loadMiroslav Benes2021-01-061-0/+1
* rtc: sun6i: Fix memleak in sun6i_rtc_clk_initDinghao Liu2021-01-061-3/+5
* io_uring: check kthread stopped flag when sq thread is unparkedXiaoguang Wang2021-01-061-1/+9
* fcntl: Fix potential deadlock in send_sig{io, urg}()Boqun Feng2021-01-061-4/+6
* ext4: check for invalid block size early when mounting a file systemTheodore Ts'o2021-01-061-24/+16
* bfs: don't use WARNING: string when it's just info.Randy Dunlap2021-01-061-1/+1
* ALSA: rawmidi: Access runtime->avail always in spinlockTakashi Iwai2021-01-061-14/+35
* ALSA: seq: Use bool for snd_seq_queue internal flagsTakashi Iwai2021-01-061-4/+4
* f2fs: fix shift-out-of-bounds in sanity_check_raw_super()Chao Yu2021-01-061-5/+4
* media: gp8psk: initialize stats at power control logicMauro Carvalho Chehab2021-01-061-1/+1
* misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam2021-01-061-1/+1
* reiserfs: add check for an invalid ih_entry_countRustam Kovhaev2021-01-061-0/+6
* fbcon: Disable accelerated scrollingDaniel Vetter2021-01-062-37/+26
* Bluetooth: hci_h5: close serdev device and free hu in h5_closeAnant Thazhemadam2021-01-061-2/+6
* scsi: cxgb4i: Fix TLS dependencyRandy Dunlap2021-01-061-0/+1
* zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.cRandy Dunlap2021-01-064-19/+9
* cgroup: Fix memory leak when parsing multiple source parametersQinglang Miao2021-01-061-0/+2
* tools headers UAPI: Sync linux/const.h with the kernel headersArnaldo Carvalho de Melo2021-01-061-0/+5
* uapi: move constants from <linux/kernel.h> to <linux/const.h>Petr Vorel2021-01-068-14/+12
* io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov2021-01-061-2/+22
* io_uring: add a helper for setting a ref nodePavel Begunkov2021-01-061-10/+12
* io_uring: use bottom half safe lock for fixed file dataJens Axboe2021-01-061-8/+8
* io_uring: don't assume mm is constant across submitsJens Axboe2021-01-061-7/+7
* lib/zlib: fix inflating zlib streams on s390Ilya Leoshkevich2021-01-061-2/+2
* mm: memmap defer init doesn't work as expectedBaoquan He2021-01-064-8/+11
* mm/hugetlb: fix deadlock in hugetlb_cow error pathMike Kravetz2021-01-061-1/+21