aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-11Linux 6.3.13v6.3.13linux-6.3.yGreg Kroah-Hartman1-1/+1
2023-07-11blktrace: use inline function for blk_trace_remove() while blktrace is disabledYu Kuai1-1/+5
2023-07-11md/raid1-10: fix casting from randomized structure in raid1_submit_write()Yu Kuai1-1/+1
2023-07-11x86/efi: Make efi_set_virtual_address_map IBT safeThomas Gleixner1-3/+3
2023-07-11arm64: sme: Use STR P to clear FFR context field in streaming SVE modeWill Deacon1-3/+3
2023-07-11ksmbd: avoid field overflow warningArnd Bergmann1-1/+1
2023-07-11smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara8-100/+118
2023-07-11smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara1-3/+0
2023-07-11cifs: do all necessary checks for credits within or before lockingShyam Prasad N2-19/+20
2023-07-11cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N1-3/+3
2023-07-11efi/libstub: Disable PCI DMA before grabbing the EFI memory mapArd Biesheuvel1-3/+3
2023-07-11kbuild: deb-pkg: remove the CONFIG_MODULES check in buildebMasahiro Yamada1-8/+4
2023-07-11kbuild: builddeb: always make modules_install, to install modules.builtin*Josh Triplett1-1/+1
2023-07-11cxl/region: Fix state transitions after reset failureDan Williams1-11/+15
2023-07-11cxl/region: Flag partially torn down regions as unusableDan Williams2-0/+20
2023-07-11cxl/region: Move cache invalidation before region teardown, and before setupDan Williams2-36/+38
2023-07-11kbuild: Disable GCOV for *.mod.oSami Tolvanen1-1/+1
2023-07-11kbuild: Fix CFI failures with GCOVSami Tolvanen2-0/+2
2023-07-11hwrng: st - keep clock enabled while hwrng is registeredMartin Kaiser1-20/+1
2023-07-11dax/kmem: Pass valid argument to memory_group_register_staticTarun Sahu1-1/+1
2023-07-11dax: Introduce alloc_dev_dax_id()Dan Williams2-23/+37
2023-07-11dax: Fix dax_mapping_release() use after freeDan Williams1-1/+4
2023-07-11SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM1-13/+12
2023-07-11NFSv4.1: freeze the session table upon receiving NFS4ERR_BADSESSIONOlga Kornievskaia1-0/+1
2023-07-11NFSv4.2: fix wrong shrinker_idQi Zheng1-35/+44
2023-07-11crypto: qat - unmap buffers before free for RSAHareshx Sankar Raj1-5/+4
2023-07-11crypto: qat - unmap buffer before free for DHHareshx Sankar Raj1-3/+2
2023-07-11ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guardMasahiro Yamada1-4/+4
2023-07-11modpost: fix off by one in is_executable_section()Dan Carpenter1-1/+1
2023-07-11crypto: jitter - correct health test during initializationStephan Müller1-6/+3
2023-07-11crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann1-1/+1
2023-07-11modpost: fix section mismatch message for R_ARM_{PC24,CALL,JUMP24}Masahiro Yamada1-0/+12
2023-07-11modpost: fix section mismatch message for R_ARM_ABS32Masahiro Yamada1-3/+9
2023-07-11crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2-3/+3
2023-07-11modpost: remove broken calculation of exception_table_entry sizeMasahiro Yamada1-57/+3
2023-07-11hwrng: virtio - Fix race on data_avail and actual dataHerbert Xu1-5/+5
2023-07-11vfio/mdev: Move the compat_class initialization to module initEric Farman1-9/+14
2023-07-11PCI: vmd: Fix uninitialized variable usage in vmd_enable_domain()Xinghui Li1-1/+2
2023-07-11PCI: endpoint: functions/pci-epf-test: Fix dma_chan directionYoshihiro Shimoda1-1/+1
2023-07-11PCI: endpoint: Fix a Kconfig prompt of vNTB driverShunsuke Mie1-1/+1
2023-07-11perf test: Set PERF_EXEC_PATH for script executionNamhyung Kim1-0/+6
2023-07-11powerpc/mm/dax: Fix the condition when checking if altmap vmemap can cross-bo...Aneesh Kumar K.V1-1/+1
2023-07-11powerpc/book3s64/mm: Fix DirectMap stats in /proc/meminfoAneesh Kumar K.V1-12/+22
2023-07-11riscv: uprobes: Restore thread.bad_causeTiezhu Yang1-0/+2
2023-07-11platform/x86:intel/pmc: Update maps for Meteor Lake P/M platformsXi Pardee2-10/+466
2023-07-11powerpc: update ppc_save_regs to save current r1 in pt_regsAditya Gupta1-3/+3
2023-07-11powerpc/powernv/sriov: perform null check on iov before dereferencing iovColin Ian King1-3/+3
2023-07-11scsi: ufs: core: mcq: Fix the incorrect OCS value for the device commandStanley Chu2-4/+7
2023-07-11scsi: ufs: core: Remove a ufshcd_add_command_trace() callBart Van Assche1-1/+0
2023-07-11perf stat: Reset aggr stats for each runNamhyung Kim1-0/+2
2023-07-11pinctrl: at91-pio4: check return value of devm_kasprintf()Claudiu Beznea1-0/+2
2023-07-11pinctrl: microchip-sgpio: check return value of devm_kasprintf()Claudiu Beznea1-0/+3
2023-07-11pinctrl: freescale: Fix a memory out of bounds when num_configs is 1Xiaolei Wang1-1/+2
2023-07-11powerpc/64s: Fix VAS mm use after freeNicholas Piggin2-2/+2
2023-07-11perf tool x86: Fix perf_env memory leakIan Rogers1-1/+1
2023-07-11perf tool x86: Consolidate is_amd check into single functionRavi Bangoria5-31/+31
2023-07-11platform/x86/dell/dell-rbtn: Fix resources leaking on error pathMichal Wilczynski1-6/+7
2023-07-11perf tests task_analyzer: Skip tests if no libtraceevent supportAditya Gupta1-0/+18
2023-07-11perf tests task_analyzer: Fix bad substitution ${$1}Aditya Gupta1-1/+1
2023-07-11perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim1-1/+1
2023-07-11platform/x86: thinkpad_acpi: Fix lkp-tests warnings for platform profilesMark Pearson1-2/+4
2023-07-11perf script: Fix allocation of evsel->priv related to per-event dump filesArnaldo Carvalho de Melo1-8/+8
2023-07-11powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_use...Christophe Leroy1-6/+9
2023-07-11powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare()Christophe Leroy1-2/+1
2023-07-11kcsan: Don't expect 64 bits atomic builtins from 32 bits architecturesChristophe Leroy1-0/+2
2023-07-11pinctrl: npcm7xx: Add missing check for ioremapJiasheng Jiang1-0/+2
2023-07-11pinctrl:sunplus: Add check for kmallocWells Lu1-2/+1
2023-07-11platform/x86: think-lmi: Correct NVME password handlingMark Pearson1-2/+2
2023-07-11platform/x86: think-lmi: Correct System password interfaceMark Pearson1-3/+3
2023-07-11platform/x86: think-lmi: mutex protection around multiple WMI callsMark Pearson1-0/+10
2023-07-11platform/x86:intel/pmc: Remove Meteor Lake S platform supportXi Pardee1-1/+0
2023-07-11pinctrl: cherryview: Return correct value if pin in push-pull modeAndy Shevchenko1-5/+10
2023-07-11perf bench: Add missing setlocale() call to allow usage of %'d style formattingArnaldo Carvalho de Melo1-0/+2
2023-07-11pinctrl: tegra: Duplicate pinmux functions tableThierry Reding8-35/+25
2023-07-11scsi: ufs: core: Fix handling of lrbp->cmdBart Van Assche1-6/+1
2023-07-11scsi: ufs: core: Increase the START STOP UNIT timeout from one to ten secondsBart Van Assche1-1/+2
2023-07-11scsi: lpfc: Revise NPIV ELS unsol rcv cmpl logic to drop ndlp based on nlp_stateJustin Tee1-2/+12
2023-07-11PCI: Add pci_clear_master() stub for non-CONFIG_PCISui Jingfeng1-0/+1
2023-07-11scsi: ufs: Declare ufshcd_{hold,release}() onceBart Van Assche1-3/+0
2023-07-11pinctrl: sunplus: Add check for kmallocWells Lu1-6/+18
2023-07-11PCI: ftpci100: Release the clock resourcesJunyan Ye1-12/+2
2023-07-11perf evsel: Don't let for_each_group() treat the head of the list as one of i...Ian Rogers2-8/+17
2023-07-11PCI: pciehp: Cancel bringup sequence if card is not presentRongguang Wei1-0/+8
2023-07-11pinctrl: at91: fix a couple NULL vs IS_ERR() checksDan Carpenter1-4/+4
2023-07-11pinctrl: at91: Use dev_err_probe() instead of custom messagingAndy Shevchenko1-43/+21
2023-07-11pinctrl: at91: Don't mix non-devm calls with devm onesAndy Shevchenko1-10/+2
2023-07-11scsi: 3w-xxxx: Add error handling for initialization failure in tw_probe()Yuchen Yang1-1/+3
2023-07-11PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-freeDing Hui1-9/+12
2023-07-11platform/x86: lenovo-yogabook: Set default keyboard backligh brightness on pr...Hans de Goede1-0/+3
2023-07-11platform/x86: lenovo-yogabook: Reprobe devices on remove()Hans de Goede1-0/+11
2023-07-11platform/x86: lenovo-yogabook: Fix work race on remove()Hans de Goede1-10/+10
2023-07-11pinctrl: bcm2835: Handle gpiochip_add_pin_range() errorsChristophe JAILLET1-4/+2
2023-07-11scsi: qedf: Fix NULL dereference in error handlingJinhong Zhu1-2/+1
2023-07-11PCI: vmd: Reset VMD config register between soft rebootsNirmal Patel1-0/+8
2023-07-11PCI: cadence: Fix Gen2 Link Retraining processSiddharth Vadapalli1-0/+27
2023-07-11iommufd: Call iopt_area_contig_done() under the lockJason Gunthorpe1-1/+1
2023-07-11iommufd: Do not access the area pointer after unlockingJason Gunthorpe1-3/+11
2023-07-11ASoC: amd: acp: clear pdm dma interrupt maskSyed Saba Kareem1-1/+1
2023-07-11ARM: dts: lan966x: kontron-d10: fix SPI CSMichael Walle1-1/+7
2023-07-11ARM: dts: lan966x: kontron-d10: fix board resetMichael Walle1-0/+8
2023-07-11clk: Fix memory leak in devm_clk_notifier_register()Fei Shao1-0/+1
2023-07-11ASoC: imx-audmix: check return value of devm_kasprintf()Claudiu Beznea1-0/+9
2023-07-11ovl: update of dentry revalidate flags after copy upAmir Goldstein7-13/+30
2023-07-11drivers: meson: secure-pwrc: always enable DMA domainAlexey Romanov1-1/+1
2023-07-11clk: ti: clkctrl: check return value of kasprintf()Claudiu Beznea1-0/+7
2023-07-11clk: keystone: sci-clk: check return value of kasprintf()Claudiu Beznea1-0/+2
2023-07-11clk: si5341: free unused memory on probe failureClaudiu Beznea1-9/+7
2023-07-11clk: si5341: check return value of {devm_}kasprintf()Claudiu Beznea1-0/+8
2023-07-11clk: si5341: return error if one synth clock registration failsClaudiu Beznea1-6/+8
2023-07-11clk: cdce925: check return value of kasprintf()Claudiu Beznea1-0/+12
2023-07-11clk: vc5: check memory returned by kasprintf()Claudiu Beznea1-0/+29
2023-07-11clk: mediatek: clk-mt8173-apmixedsys: Fix iomap not released issueAngeloGioacchino Del Regno1-1/+4
2023-07-11clk: mediatek: clk-mt8173-apmixedsys: Fix return value for of_iomap() errorAngeloGioacchino Del Regno1-1/+1
2023-07-11drm/msm/dpu: correct MERGE_3D lengthDmitry Baryshkov1-1/+1
2023-07-11drm/amdgpu: Fix usage of UMC fill record in RASLuben Tuikov1-2/+1
2023-07-11drm/amdgpu: Fix memcpy() in sienna_cichlid_append_powerplay_table function.Srinivasan Shanmugam1-4/+14
2023-07-11arm64: dts: mt7986: increase bl2 partition on NAND of Bananapi R3Daniel Golle1-3/+3
2023-07-11arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhzNícolas F. R. A. Prado1-4/+4
2023-07-11arm64: dts: mediatek: Add cpufreq nodes for MT8192Allen-KH Cheng1-0/+14
2023-07-11drm/msm/dp: Free resources after unregistering themBjorn Andersson1-1/+1
2023-07-11drm/msm/dp: Drop aux devices together with DP controllerBjorn Andersson1-11/+3
2023-07-11drm/msm/dsi: Remove incorrect references to slice_countJessica Zhang1-10/+16
2023-07-11drm/msm/dpu: Fix slice_last_group_size calculationJessica Zhang1-2/+3
2023-07-11drm/msm/dpu: do not enable color-management if DSPPs are not availableDmitry Baryshkov1-1/+4
2023-07-11ALSA: ac97: Fix possible NULL dereference in snd_ac97_mixerSu Hui1-2/+2
2023-07-11arm64: dts: ti: k3-am69-sk: Fix main_i2c0 aliasNishanth Menon1-1/+1
2023-07-11arm64: dts: ti: k3-j784s4: Fix wakeup pinmux range and pinctrl node offsetsThejasvi Konduru2-16/+43
2023-07-11arm64: dts: ti: k3-j784s4-evm: Enable MCU CPSW2GSiddharth Vadapalli1-0/+50
2023-07-11arm64: dts: ti: k3-j784s4-evm: Fix main_i2c0 aliasNishanth Menon1-1/+1
2023-07-11arm64: dts: ti: k3-j721e-beagleboneai64: Fix mailbox node statusAndrew Davis1-0/+5
2023-07-11clk: tegra: tegra124-emc: Fix potential memory leakYuan Can1-0/+2
2023-07-11clk: clocking-wizard: Fix Oops in clk_wzrd_register_divider()Dan Carpenter1-1/+1
2023-07-11clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks()Dan Carpenter1-2/+2
2023-07-11arm64: dts: qcom: sm8550: Add missing interconnect path to USB HCAbel Vesa1-0/+4
2023-07-11arm64: dts: qcom: sm8250-edo: Panel framebuffer is 2.5k instead of 4kMarijn Suijten1-3/+4
2023-07-11arm64: dts: qcom: sm8550: Flush RSC sleep & wake votesKonrad Dybcio1-0/+1
2023-07-11arm64: dts: qcom: sdm845: Flush RSC sleep & wake votesKonrad Dybcio1-0/+1
2023-07-11arm64: dts: qcom: sdm670: Flush RSC sleep & wake votesKonrad Dybcio1-0/+1
2023-07-11arm64: dts: qcom: qdu1000: Flush RSC sleep & wake votesKonrad Dybcio1-0/+1
2023-07-11clk: mediatek: fix of_iomap memory leakBosi Zhang1-2/+5
2023-07-11clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe()Yuxing Liu1-11/+13
2023-07-11clk: imx93: fix memory leak and missing unwind goto in imx93_clocks_probeZhanhao Hu1-7/+8
2023-07-11clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probeHao Luo1-4/+4
2023-07-11clk: imx: clk-imxrt1050: fix memory leak in imxrt1050_clocks_probeKai Ma1-7/+15
2023-07-11RDMA/bnxt_re: Avoid calling wake_up threads from spin_lock contextKashyap Desai1-3/+10
2023-07-11RDMA/bnxt_re: wraparound mbox producer indexKashyap Desai1-2/+2
2023-07-11drm/msm/a5xx: really check for A510 in a5xx_gpu_initDmitry Baryshkov1-1/+2
2023-07-11drm/msm/a6xx: don't set IO_PGTABLE_QUIRK_ARM_OUTER_WBWA with coherent SMMUDmitry Baryshkov1-1/+2
2023-07-11amdgpu: validate offset_in_bo of drm_amdgpu_gem_vaChia-I Wu1-8/+8
2023-07-11RDMA/rxe: Fix access checks in rxe_check_bind_mwBob Pearson1-8/+9
2023-07-11HID: uclogic: Modular KUnit tests should not depend on KUNIT=yGeert Uytterhoeven1-1/+1
2023-07-11drm/radeon: fix possible division-by-zero errorsNikita Zhandarovich3-6/+18
2023-07-11drm/amd/display: Fix artifacting on eDP panels when engaging freesync video modeAurabindo Pillai1-0/+2
2023-07-11soc: mediatek: SVS: Fix MT8192 GPU node nameChen-Yu Tsai1-2/+2
2023-07-11drm/amdkfd: Fix potential deallocation of previously deallocated memory.Daniil Dulov1-6/+7
2023-07-11drm/amd/display: Fix a test dml32_rq_dlg_get_rq_reg()Christophe JAILLET1-1/+1
2023-07-11drm/amd/display: Fix a test CalculatePrefetchSchedule()Christophe JAILLET1-1/+1
2023-07-11MIPS: DTS: CI20: Fix ACT8600 regulator node namesPaul Cercueil1-19/+8
2023-07-11clk: Export clk_hw_forward_rate_request()Maxime Ripard1-0/+1
2023-07-11ARM: dts: BCM5301X: fix duplex-full => full-duplexChristian Lamparter2-2/+2
2023-07-11hwmon: (pmbus/adm1275) Fix problems with temperature monitoring on ADM1272Guenter Roeck1-26/+26
2023-07-11hwmon: (gsc-hwmon) fix fan pwm temperature scalingTim Harvey1-3/+3
2023-07-11ARM: dts: stm32: fix i2s endpoint format property for stm32mp15xx-dkxOlivier Moysan1-1/+1
2023-07-11ARM: dts: stm32: Fix audio routing on STM32MP15xx DHCOM PDK2Marek Vasut1-4/+7
2023-07-11Input: pm8941-powerkey - fix debounce on gen2+ PMICsCaleb Connolly1-4/+15
2023-07-11arm64: dts: ti: k3-j7200: Fix physical address of pinKeerthy1-14/+14
2023-07-11fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe()Christophe JAILLET1-1/+5
2023-07-11drm/msm/dpu: always clear every individual pending flush maskKuogee Hsieh1-0/+3
2023-07-11drm/msm/dpu: set DSC flush bit correctly at MDP CTL flush registerKuogee Hsieh1-1/+1
2023-07-11arm64: dts: renesas: ulcb-kf: Remove flow control for SCIF1Wolfram Sang1-2/+1
2023-07-11ARM: dts: iwg20d-q7-common: Fix backlight pwm specifierGeert Uytterhoeven1-1/+1
2023-07-11RDMA/hns: Fix hns_roce_table_get return valueChengchang Tang1-3/+4
2023-07-11IB/hfi1: Fix wrong mmu_node used for user SDMA packet after invalidateBrendan Cunningham9-145/+177
2023-07-11RDMA/irdma: avoid fortify-string warning in irdma_clr_wqesArnd Bergmann1-4/+6
2023-07-11soc/fsl/qe: fix usb.c build errorsRandy Dunlap1-0/+1
2023-07-11ARM: dts: meson8: correct uart_B and uart_C clock referencesMartin Blumenstingl1-2/+2
2023-07-11ASoC: es8316: Do not set rate constraints for unsupported MCLKsCristian Ciocaltea1-7/+7
2023-07-11ASoC: es8316: Increment max value for ALC Capture Target Volume controlCristian Ciocaltea1-2/+7
2023-07-11ARM: dts: qcom: apq8074-dragonboard: Set DMA as remotely controlledDmitry Baryshkov1-0/+4
2023-07-11memory: brcmstb_dpfe: fix testing array offset after useKrzysztof Kozlowski1-1/+3
2023-07-11ARM: dts: stm32: Shorten the AV96 HDMI sound card nameMarek Vasut1-1/+1
2023-07-11arm64: dts: mediatek: mt8183: Add mediatek,broken-save-restore-fw to kukuiDouglas Anderson1-0/+4
2023-07-11arm64: dts: qcom: apq8096: fix fixed regulator name propertyKrzysztof Kozlowski1-2/+2
2023-07-11arm64: dts: qcom: pm7250b: add missing spmi-vadc includeLuca Weiss1-0/+1
2023-07-11ARM: omap2: fix missing tick_broadcast() prototypeArnd Bergmann1-0/+1
2023-07-11ARM: ep93xx: fix missing-prototype warningsArnd Bergmann1-1/+2
2023-07-11drm/panel: simple: fix active size for Ampire AM-480272H3TMQW-T01HDario Binacchi1-2/+2
2023-07-11drm/bridge: ti-sn65dsi83: Fix enable/disable flow to meet specFrieder Schrempf1-3/+16
2023-07-11arm64: dts: qcom: apq8016-sbc: Fix 1.8V power rail on LS expansionStephan Gerhold1-4/+12
2023-07-11arm64: dts: qcom: apq8016-sbc: Fix regulator constraintsStephan Gerhold1-32/+32
2023-07-11arm64: dts: qcom: sdm845-polaris: add missing touchscreen child node regKrzysztof Kozlowski1-0/+1
2023-07-11arm64: dts: qcom: sm8550: correct pinctrl unit addressKrzysztof Kozlowski1-1/+1
2023-07-11arm64: dts: qcom: sm8550: correct crypto unit addressKrzysztof Kozlowski1-1/+1
2023-07-11arm64: dts: qcom: sm8550: add QCE IP family compatible valuesVladimir Zapolskiy1-1/+1
2023-07-11arm64: dts: qcom: sm8350: correct PCI phy unit addressKrzysztof Kozlowski1-1/+1
2023-07-11arm64: dts: qcom: sm8350: correct DMA controller unit addressKrzysztof Kozlowski1-1/+1
2023-07-11arm64: dts: qcom: sm6115: correct thermal-sensor unit addressKrzysztof Kozlowski1-1/+1
2023-07-11arm64: dts: qcom: sdm845: correct camss unit addressKrzysztof Kozlowski1-1/+1
2023-07-11arm64: dts: qcom: sdm630: correct camss unit addressKrzysztof Kozlowski1-1/+1
2023-07-11arm64: dts: qcom: msm8996: correct camss unit addressKrzysztof Kozlowski1-1/+1