summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-12usb: gadget: u_audio: Fix race condition use of controls after free during ga...Chris Wulff1-10/+9
2024-06-12dmaengine: idxd: Avoid unnecessary destruction of file_idaFenghua Yu1-1/+0
2024-06-12dt-bindings: phy: qcom,usb-snps-femto-v2: use correct fallback for sc8180xDmitry Baryshkov1-3/+1
2024-06-12dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: fix msm899[68] power-domainsDmitry Baryshkov1-1/+15
2024-06-12watchdog: sa1100: Fix PTR_ERR_OR_ZERO() vs NULL check in sa1100dog_probe()Chen Ni1-3/+2
2024-06-12watchdog: bd9576: Drop "always-running" propertyMatti Vaittinen1-11/+1
2024-06-12watchdog: cpu5wdt.c: Fix use-after-free bug caused by cpu5wdt_triggerDuoming Zhou1-1/+1
2024-06-12pinctrl: qcom: pinctrl-sm7150: Fix sdc1 and ufs special pins regsDanila Tikhonov1-10/+10
2024-06-12dt-bindings: pinctrl: mediatek: mt7622: fix array propertiesRafał Miłecki1-43/+49
2024-06-12VMCI: Fix an error handling path in vmci_guest_probe_device()Christophe JAILLET1-2/+8
2024-06-12PCI: of_property: Return error for int_map allocation failureDuoming Zhou1-0/+2
2024-06-12ovl: remove upper umask handling from ovl_create_upper()Miklos Szeredi1-3/+0
2024-06-12leds: pwm: Disable PWM when going to suspendUwe Kleine-König1-1/+7
2024-06-12pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young23-70/+70
2024-06-12perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
2024-06-12PCI: Wait for Link Training==0 before starting Link retrainIlpo Järvinen1-1/+1
2024-06-12microblaze: Remove early printk call from cpuinfo-static.cMichal Simek1-1/+1
2024-06-12microblaze: Remove gcc flag for non existing early_printk.c fileMichal Simek1-1/+0
2024-06-12udf: Convert udf_expand_file_adinicb() to use a folioMatthew Wilcox (Oracle)1-13/+14
2024-06-12udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()Jan Kara1-1/+1
2024-06-12fpga: region: add owner module and take its refcountMarco Pagani3-18/+32
2024-06-12vfio/pci: fix potential memory leak in vfio_intx_enable()Ye Bin1-1/+3
2024-06-12i915: make inject_virtual_interrupt() voidChristian Brauner1-7/+6
2024-06-12coresight: etm4x: Fix access to resource selector registersSuzuki K Poulose1-2/+4
2024-06-12coresight: etm4x: Safe access for TRCQCLTRSuzuki K Poulose2-2/+9
2024-06-12coresight: etm4x: Do not save/restore Data trace control registersSuzuki K Poulose2-34/+0
2024-06-12coresight: etm4x: Do not hardcode IOMEM access for register restoreSuzuki K Poulose1-2/+4
2024-06-12iio: adc: adi-axi-adc: only error out in major version mismatchNuno Sa1-2/+2
2024-06-12iio: adc: adi-axi-adc: move to backend frameworkNuno Sa3-358/+96
2024-06-12iio: adc: ad9467: convert to backend frameworkNuno Sa2-91/+178
2024-06-12iio: add the IIO backend frameworkNuno Sa5-0/+508
2024-06-12iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa3-3/+9
2024-06-12iio: adc: adi-axi-adc: convert to regmapNuno Sa2-34/+53
2024-06-12iio: adc: ad9467: use chip_info variables instead of arrayNuno Sa1-46/+43
2024-06-12iio: adc: ad9467: use spi_get_device_match_data()Nuno Sa1-3/+1
2024-06-12iio: pressure: dps310: support negative temperature valuesThomas Haemmerle1-5/+6
2024-06-12perf test shell arm_coresight: Increase buffer size for Coresight basic testsJames Clark1-1/+1
2024-06-12perf docs: Document bpf event modifierIan Rogers1-0/+1
2024-06-12coresight: etm4x: Fix unbalanced pm_runtime_enable()Anshuman Khandual1-0/+3
2024-06-12riscv: dts: starfive: visionfive 2: Remove non-existing TDM hardwareHannah Peuckmann1-40/+0
2024-06-12iio: adc: stm32: Fixing err code to not indicate successJonathan Cameron1-0/+1
2024-06-12f2fs: fix to check pinfile flag in f2fs_move_file_range()Chao Yu1-1/+2
2024-06-12f2fs: fix to relocate check condition in f2fs_fallocate()Chao Yu1-9/+11
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_ioc_{,de}compress_file()Chao Yu1-8/+4
2024-06-12f2fs: compress: fix to relocate check condition in f2fs_{release,reserve}_com...Chao Yu1-8/+4
2024-06-12perf bench uprobe: Remove lib64 from libc.so.6 binary pathIan Rogers1-1/+1
2024-06-12dt-bindings: PCI: rcar-pci-host: Add missing IOMMU propertiesGeert Uytterhoeven1-0/+3
2024-06-12dt-bindings: PCI: rcar-pci-host: Add optional regulatorsWolfram Sang1-0/+11
2024-06-12perf record: Fix debug message placement for test consumptionAdrian Hunter1-2/+2
2024-06-12perf record: Move setting tracking events before record__init_thread_masks()Yang Jihong3-30/+47