summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-11Linux 5.10.36v5.10.36Greg Kroah-Hartman1-1/+1
2021-05-11thermal/core/fair share: Lock the thermal zone while looping over instancesLukasz Luba1-0/+4
2021-05-11thermal/drivers/cpufreq_cooling: Fix slab OOB issuebrian-sy yang1-1/+1
2021-05-11lib/vsprintf.c: remove leftover 'f' and 'F' cases from bstr_printf()Rasmus Villemoes1-2/+0
2021-05-11dm rq: fix double free of blk_mq_tag_set in dev remove after table load failsBenjamin Block1-0/+2
2021-05-11dm integrity: fix missing goto in bitmap_flush_interval error handlingTian Tao1-0/+1
2021-05-11dm space map common: fix division bug in sm_ll_find_free_block()Joe Thornber1-0/+2
2021-05-11dm persistent data: packed struct should have an aligned() attribute tooJoe Thornber2-6/+6
2021-05-11tracing: Restructure trace_clock_global() to never blockSteven Rostedt (VMware)1-14/+30
2021-05-11tracing: Map all PIDs to command linesSteven Rostedt (VMware)1-26/+15
2021-05-11tools/power turbostat: Fix offset overflow issue in index convertingCalvin Walton1-5/+6
2021-05-11rsi: Use resume_noirq for SDIOMarek Vasut1-1/+1
2021-05-11tty: fix memory leak in vc_deallocatePavel Skripkin1-0/+1
2021-05-11usb: dwc2: Fix session request interrupt handlerArtur Petrosyan1-0/+8
2021-05-11usb: dwc3: core: Do core softreset when switch modeYu Chen2-0/+32
2021-05-11usb: dwc3: gadget: Fix START_TRANSFER link state checkThinh Nguyen1-6/+7
2021-05-11usb: dwc3: gadget: Remove FS bInterval_m1 limitationThinh Nguyen1-4/+6
2021-05-11usb: gadget/function/f_fs string table fix for multiple languagesDean Anderson1-1/+2
2021-05-11usb: gadget: Fix double free of device descriptor pointersHemant Kumar1-0/+4
2021-05-11usb: gadget: dummy_hcd: fix gpf in gadget_setupAnirudh Rayabharam1-8/+15
2021-05-11media: venus: hfi_parser: Don't initialize parser on v1Stanimir Varbanov1-2/+4
2021-05-11media: v4l2-ctrls: fix reference to freed memoryHans Verkuil2-79/+70
2021-05-11media: staging/intel-ipu3: Fix race condition during set_fmtRicardo Ribalda1-16/+14
2021-05-11media: staging/intel-ipu3: Fix set_fmt error handlingRicardo Ribalda1-0/+5
2021-05-11media: staging/intel-ipu3: Fix memory leak in imu_fmtRicardo Ribalda1-4/+7
2021-05-11media: dvb-usb: Fix memory leak at error in dvb_usb_device_init()Takashi Iwai1-16/+31
2021-05-11media: dvb-usb: Fix use-after-free accessTakashi Iwai1-10/+13
2021-05-11media: dvbdev: Fix memory leak in dvb_media_device_free()Peilin Ye1-0/+1
2021-05-11ext4: Fix occasional generic/418 failureJan Kara1-4/+21
2021-05-11ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o2-1/+8
2021-05-11ext4: fix error return code in ext4_fc_perform_commit()Xu Yihang1-1/+3
2021-05-11ext4: fix ext4_error_err save negative errno into superblockYe Bin1-1/+1
2021-05-11ext4: fix error code in ext4_commit_superFengnan Chang1-2/+4
2021-05-11ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi1-3/+0
2021-05-11ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi1-16/+32
2021-05-11ext4: annotate data race in jbd2_journal_dirty_metadata()Jan Kara1-4/+4
2021-05-11ext4: annotate data race in start_this_handle()Jan Kara1-1/+6
2021-05-11kbuild: update config_data.gz only when the content of .config is changedMasahiro Yamada2-2/+8
2021-05-11x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson1-1/+1
2021-05-11futex: Do not apply time namespace adjustment on FUTEX_LOCK_PIThomas Gleixner1-2/+2
2021-05-11Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")Thomas Gleixner1-2/+1
2021-05-11smb3: do not attempt multichannel to server which does not support itSteve French1-0/+6
2021-05-11smb3: when mounting with multichannel include it in requested capabilitiesSteve French1-0/+5
2021-05-11jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang1-0/+3
2021-05-11Fix misc new gcc warningsLinus Torvalds4-4/+4
2021-05-11security: commoncap: fix -Wstringop-overread warningArnd Bergmann1-1/+1
2021-05-11sfc: farch: fix TX queue lookup in TX event handlingEdward Cree1-4/+4
2021-05-11sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree1-4/+4
2021-05-11exfat: fix erroneous discard when clear cluster bitHyeongseok Kim1-10/+1
2021-05-11fuse: fix write deadlockVivek Goyal2-12/+30