aboutsummaryrefslogtreecommitdiffstats
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
2021-05-11dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload seque...Heinz Mauelshagen1-6/+28
2021-05-11md/raid1: properly indicate failure when ending a failed write requestPaul Clements1-0/+2
2021-05-11crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATSEric Biggers1-7/+3
2021-05-11crypto: arm/curve25519 - Move '.fpu' after '.arch'Nathan Chancellor1-1/+1
2021-05-11tpm: vtpm_proxy: Avoid reading host log when using a virtual deviceStefan Berger1-0/+3
2021-05-11tpm: efi: Use local variable for calculating final log sizeStefan Berger1-8/+21
2021-05-11intel_th: pci: Add Alder Lake-M supportAlexander Shishkin1-0/+5
2021-05-11powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.hTony Ambardar1-0/+1
2021-05-11powerpc/32: Fix boot failure with CONFIG_STACKPROTECTORChristophe Leroy1-0/+3
2021-05-11powerpc/kexec_file: Use current CPU info while setting up FDTSourabh Jain1-0/+92
2021-05-11powerpc/eeh: Fix EEH handling for hugepages in ioremap space.Mahesh Salgaonkar1-7/+4
2021-05-11powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processorsNicholas Piggin2-3/+17
2021-05-11jffs2: Hook up splice_write callbackJoel Stanley1-0/+1
2021-05-11jffs2: Fix kasan slab-out-of-bounds problemlizhe1-1/+1
2021-05-11Input: ili210x - add missing negation for touch indication on ili210xHansem Ro1-1/+1
2021-05-11NFSv4: Don't discard segments marked for return in _pnfs_return_layout()Trond Myklebust1-1/+1
2021-05-11NFS: Don't discard pNFS layout segments that are marked for returnTrond Myklebust1-0/+5
2021-05-11NFS: fs_context: validate UDP retrans to prevent shift out-of-boundsRandy Dunlap1-0/+12
2021-05-11ACPI: GTDT: Don't corrupt interrupt mappings on watchdow probe failureMarc Zyngier1-4/+6
2021-05-11openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti1-4/+4
2021-05-11mlxsw: spectrum_mr: Update egress RIF list before route's actionIdo Schimmel1-15/+15
2021-05-11f2fs: fix to avoid out-of-bounds memory accessChao Yu1-0/+3
2021-05-11f2fs: fix error handling in f2fs_end_enable_verity()Eric Biggers1-21/+54
2021-05-11ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao1-1/+2
2021-05-11kcsan, debugfs: Move debugfs file creation out of early initMarco Elver3-8/+3
2021-05-11virtiofs: fix memory leak in virtio_fs_probe()Luis Henriques1-0/+1
2021-05-11fs: fix reporting supported extra file attributes for statx()Theodore Ts'o1-0/+8
2021-05-11Makefile: Move -Wno-unused-but-set-variable out of GCC only blockNathan Chancellor1-4/+4
2021-05-11arm64/vdso: Discard .note.gnu.property sections in vDSOBill Wendling1-1/+7
2021-05-11btrfs: fix race when picking most recent mod log operation for an old rootFilipe Manana1-0/+20
2021-05-11tools/power/turbostat: Fix turbostat for AMD Zen CPUsBas Nieuwenhuizen1-2/+6
2021-05-11ALSA: hda/realtek: Add quirk for Intel Clevo PCx0DxEckhart Mohr1-0/+2
2021-05-11ALSA: hda/realtek: fix static noise on ALC285 Lenovo laptopsSami Loone1-5/+4
2021-05-11ALSA: hda/realtek - Headset Mic issue on HP platformKailang Yang1-0/+2
2021-05-11ALSA: hda/realtek: fix mic boost on Intel NUC 8Phil Calvin1-0/+13
2021-05-11ALSA: hda/realtek: GA503 use same quirks as GA401Luke D Jones1-0/+1
2021-05-11ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G7Jonas Witschel1-0/+25
2021-05-11ALSA: usb-audio: Add dB range mapping for Sennheiser Communications Headset PC 8Timo Gurr1-0/+12
2021-05-11ALSA: usb-audio: Explicitly set up the clock selectorTakashi Iwai1-4/+14
2021-05-11ALSA: sb: Fix two use after free in snd_sb_qsound_buildLv Yunlong1-2/+6
2021-05-11ALSA: hda/conexant: Re-order CX5066 quirk table entriesTakashi Iwai1-7/+7
2021-05-11ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixerLv Yunlong1-1/+3
2021-05-11power: supply: cpcap-battery: fix invalid usage of list cursorGuangqing Zhu1-1/+1
2021-05-11sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy1-2/+3
2021-05-11s390/archrandom: add parameter check for s390_arch_random_generateHarald Freudenberger1-0/+4
2021-05-11block/rnbd-clt: Fix missing a memory free when unloading the moduleGioh Kim1-3/+7
2021-05-11sched,fair: Alternative sched_slice()Peter Zijlstra2-1/+14
2021-05-11perf: Rework perf_event_exit_event()Peter Zijlstra2-63/+80
2021-05-11scsi: libfc: Fix a format specifierBart Van Assche1-1/+1
2021-05-11mfd: arizona: Fix rumtime PM imbalance on errorDinghao Liu1-1/+1
2021-05-11mfd: da9063: Support SMBus and I2C modeHubert Streidl2-0/+13
2021-05-11mfd: intel-m10-bmc: Fix the register access rangeXu Yilun1-1/+1
2021-05-11scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logicJames Smart4-313/+3
2021-05-11scsi: lpfc: Fix error handling for mailboxes completed in MBX_POLL modeJames Smart3-56/+70
2021-05-11scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO responseJames Smart2-3/+0
2021-05-11drm/amdgpu: fix NULL pointer dereferenceGuchun Chen1-1/+1
2021-05-11drm/amd/display: Try YCbCr420 color when YCbCr444 failsWerner Sembach1-0/+9
2021-05-11amdgpu: avoid incorrect %hu format stringArnd Bergmann1-1/+1
2021-05-11drm/amdkfd: Fix cat debugfs hang_hws file causes system crash bugQu Huang1-1/+6
2021-05-11drm/amd/display: Fix UBSAN: shift-out-of-bounds warningAnson Jacob5-25/+115
2021-05-11drm/amd/display: Fix debugfs link_settings entryFangzhi Zuo1-7/+8
2021-05-11drm/radeon/ttm: Fix memory leak userptr pagesDaniel Gomez1-2/+3
2021-05-11drm/amdgpu/ttm: Fix memory leak userptr pagesDaniel Gomez1-3/+3
2021-05-11drm/msm/mdp5: Do not multiply vclk line count by 100Marijn Suijten1-4/+4
2021-05-11drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotalMarijn Suijten1-1/+9
2021-05-11sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar1-0/+4
2021-05-11media: gscpa/stv06xx: fix memory leakHans Verkuil3-0/+12
2021-05-11media: dvb-usb: fix memory leak in dvb_usb_adapter_initPavel Skripkin1-4/+16
2021-05-11media: sun8i-di: Fix runtime PM imbalance in deinterlace_start_streamingDinghao Liu1-1/+1
2021-05-11media: platform: sti: Fix runtime PM imbalance in regs_showDinghao Liu1-1/+1
2021-05-11media: i2c: adv7842: fix possible use-after-free in adv7842_remove()Yang Yingliang1-1/+1
2021-05-11media: i2c: tda1997: Fix possible use-after-free in tda1997x_remove()Yang Yingliang1-1/+1
2021-05-11media: i2c: adv7511-v4l2: fix possible use-after-free in adv7511_remove()Yang Yingliang1-1/+1
2021-05-11media: adv7604: fix possible use-after-free in adv76xx_remove()Yang Yingliang1-1/+1
2021-05-11media: tc358743: fix possible use-after-free in tc358743_remove()Yang Yingliang1-1/+1
2021-05-11power: supply: s3c_adc_battery: fix possible use-after-free in s3c_adc_bat_re...Yang Yingliang1-1/+1
2021-05-11power: supply: generic-adc-battery: fix possible use-after-free in gab_remove()Yang Yingliang1-1/+1
2021-05-11clk: socfpga: arria10: Fix memory leak of socfpga_clk on error returnColin Ian King1-0/+1
2021-05-11drm/msm/dp: Fix incorrect NULL check kbot warnings in DP driverAbhinav Kumar1-2/+2
2021-05-11media: vivid: update EDIDHans Verkuil1-3/+3
2021-05-11media: em28xx: fix memory leakMuhammad Usama Anjum1-0/+1
2021-05-11scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg()Ewan D. Milne1-2/+3
2021-05-11scsi: smartpqi: Add new PCI IDsKevin Barnett1-0/+156
2021-05-11scsi: smartpqi: Correct request leakage during reset operationsMurthy Bhat1-0/+4
2021-05-11scsi: smartpqi: Use host-wide tag spaceDon Brace1-0/+1
2021-05-11power: supply: cpcap-charger: Add usleep to cpcap charger to avoid usb plug b...Carl Philipp Klemm1-0/+3
2021-05-11selftests/resctrl: Fix checking for < 0 for unsigned valuesFenghua Yu1-18/+23
2021-05-11selftests/resctrl: Fix incorrect parsing of iMC countersFenghua Yu1-2/+20
2021-05-11selftests/resctrl: Use resctrl/info for feature detectionFenghua Yu2-12/+46
2021-05-11selftests/resctrl: Fix missing options "-n" and "-p"Fenghua Yu1-1/+1
2021-05-11selftests/resctrl: Clean up resctrl features checkFenghua Yu10-35/+41
2021-05-11selftests/resctrl: Fix compilation issues for other global variablesFenghua Yu1-4/+4
2021-05-11selftests/resctrl: Fix compilation issues for global variablesFenghua Yu4-16/+16
2021-05-11selftests/resctrl: Enable gcc checks to detect buffer overflowsFenghua Yu2-2/+2
2021-05-11nvmet: return proper error code from discovery ctrlHou Pu1-2/+4
2021-05-11drm/komeda: Fix bit check to import to value of proper typeCarsten Haitzler3-16/+22
2021-05-11ata: ahci: Disable SXS for Hisilicon Kunpeng920Xingui Yang3-0/+11
2021-05-11mmc: sdhci-brcmstb: Remove CQE quirkAl Cooper1-1/+0
2021-05-11mmc: sdhci-pci: Add PCI IDs for Intel LKFAdrian Hunter2-0/+4
2021-05-11mmc: sdhci-esdhc-imx: validate pinctrl before use itPeng Fan1-1/+1
2021-05-11scsi: qla2xxx: Fix use after free in bsgQuinn Tran1-1/+2
2021-05-11drm/vkms: fix misuse of WARN_ONDmitry Vyukov1-1/+2
2021-05-11scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats()Bart Van Assche1-1/+7
2021-05-11drm/amd/display: fix dml prefetch validationDmytro Laktyushkin2-0/+2
2021-05-11drm/amd/display: DCHUB underflow counter increasing in some scenariosAric Cyr1-1/+3
2021-05-11drm/amd/display: Fix UBSAN warning for not a valid value for type '_Bool'Anson Jacob1-5/+1
2021-05-11drm/amd/pm: fix workload mismatch on vega10Kenneth Feng1-1/+1
2021-05-11drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4fshaoyunl1-1/+1
2021-05-11drm/amdkfd: Fix UBSAN shift-out-of-bounds warningAnson Jacob1-2/+15
2021-05-11drm/amdgpu: mask the xgmi number of hops reported from psp to kfdJonathan Kim1-1/+8
2021-05-11backlight: qcom-wled: Fix FSC update issue for WLED5Kiran Gunda1-6/+19
2021-05-11backlight: qcom-wled: Use sink_addr for sync toggleObeida Shamoun1-2/+2
2021-05-11power: supply: Use IRQF_ONESHOTdongjian4-4/+4
2021-05-11media: gspca/sq905.c: fix uninitialized variableHans Verkuil1-1/+1
2021-05-11media: media/saa7164: fix saa7164_encoder_register() memory leak bugsDaniel Niv1-9/+11
2021-05-11extcon: arizona: Fix various races on driver unbindHans de Goede1-19/+21
2021-05-11extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been...Hans de Goede1-8/+9
2021-05-11power: supply: bq27xxx: fix power_avg for newer ICsMatthias Schiffer2-25/+27
2021-05-11atomisp: don't let it go past pipes arrayMauro Carvalho Chehab1-0/+3
2021-05-11media: imx: capture: Return -EPIPE from __capture_legacy_try_fmt()Laurent Pinchart1-1/+1
2021-05-11media: drivers: media: pci: sta2x11: fix Kconfig dependency on GPIOLIBJulian Braha1-0/+1
2021-05-11media: ite-cir: check for receive overflowSean Young1-1/+7
2021-05-11scsi: target: pscsi: Fix warning in pscsi_complete_cmd()Chaitanya Kulkarni1-1/+2
2021-05-11kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)1-1/+1
2021-05-11sched/pelt: Fix task util_est update filteringVincent Donnefort1-3/+12
2021-05-11drm/amdgpu: Fix some unload driver issuesEmily Deng2-2/+4
2021-05-11scsi: lpfc: Fix pt2pt connection does not recover after LOGOJames Smart1-2/+7
2021-05-11scsi: lpfc: Fix incorrect dbde assignment when building target abts wqeJames Smart1-1/+0
2021-05-11drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing 'field overwrit...Lee Jones1-1/+0
2021-05-11drm/amdgpu/display: buffer INTERRUPT_LOW_IRQ_CONTEXT interrupt workXiaogang Chen2-49/+80
2021-05-11drm/amd/display: Don't optimize bandwidth before disabling planesAric Cyr1-1/+2
2021-05-11drm/amd/display: Check for DSC support instead of ASIC revisionEryk Brol1-1/+1
2021-05-11drm/ast: fix memory leak when unload the driverTong Zhang1-0/+2
2021-05-11drm/amd/display: changing sr exit latencyMartin Leung1-1/+1
2021-05-11drm/ast: Fix invalid usage of AST_MAX_HWC_WIDTH in cursor atomic_checkThomas Zimmermann1-1/+1
2021-05-11drm/qxl: release shadow on shutdownGerd Hoffmann1-0/+4
2021-05-11drm/qxl: do not run release if qxl failed to initTong Zhang1-0/+2
2021-05-11drm: Added orientation quirk for OneGX1 ProJared Baldridge1-0/+14
2021-05-11btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'sJosef Bacik1-3/+3
2021-05-11btrfs: do proper error handling in btrfs_update_reloc_rootJosef Bacik1-4/+2
2021-05-11btrfs: do proper error handling in create_reloc_rootJosef Bacik1-6/+28
2021-05-11spi: sync up initial chipselect stateDavid Bauer1-8/+8
2021-05-11platform/x86: intel_pmc_core: Don't use global pmcdev in quirksDavid E. Box1-3/+16
2021-05-11crypto: omap-aes - Fix PM reference leak on omap-aes.cShixin Liu1-3/+3
2021-05-11crypto: sa2ul - Fix PM reference leak in sa_ul_probe()Shixin Liu1-1/+1
2021-05-11crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu1-2/+2
2021-05-11crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu1-4/+4
2021-05-11crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()Shixin Liu1-1/+1
2021-05-11crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2-2/+2
2021-05-11phy: phy-twl4030-usb: Fix possible use-after-free in twl4030_usb_remove()Yang Yingliang1-1/+1