aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-11spi: tegra20-sflash: switch to use modern nameYang Yingliang1-38/+38
2023-12-11spi: tegra114: switch to use modern nameYang Yingliang1-59/+59
2023-12-11spi: geni-qcom: switch to use modern nameYang Yingliang1-48/+48
2023-12-11spi: synquacer: switch to use modern nameYang Yingliang1-41/+41
2023-12-11spi: sunplus-sp7021: switch to use modern nameYang Yingliang1-44/+44
2023-12-11spi: sun6i: switch to use modern nameYang Yingliang1-74/+74
2023-12-11spi: sun4i: switch to use modern nameYang Yingliang1-36/+36
2023-12-11spi: stm32: switch to use modern nameYang Yingliang1-20/+20
2023-12-11spi: stm32-qspi: switch to use modern nameYang Yingliang1-9/+9
2023-12-11spi: st-ssc4: switch to use modern nameYang Yingliang1-35/+35
2023-12-11spi: sprd: switch to use modern nameYang Yingliang1-2/+2
2023-12-11spi: sprd-adi: switch to use spi_alloc_host()Yang Yingliang1-1/+1
2023-12-08spi: mpc52xx: explicitly include linux/platform_device.hRandy Dunlap1-0/+1
2023-12-08spi: pxa2xx: Update DMA mapping and using logic in the documentationAndy Shevchenko1-7/+4
2023-12-08spi: pxa2xx: Use inclusive languageAndy Shevchenko1-24/+24
2023-12-07spi: Add multi-cs memories support in SPI coreAmit Kumar Mahapatra2-52/+258
2023-12-07ALSA: hda/cs35l56: Use set/get APIs to access spi->chip_selectAmit Kumar Mahapatra1-1/+1
2023-12-07mfd: tps6594: Use spi_get_chipselect() API to access spi->chip_selectAmit Kumar Mahapatra1-1/+1
2023-12-06spi: axi-spi-engine: add watchdog timerDavid Lechner1-3/+26
2023-12-06spi: axi-spi-engine: remove delay from CS assertionDavid Lechner1-1/+1
2023-12-06spi: axi-spi-engine: restore clkdiv at end of messageDavid Lechner1-1/+9
2023-12-06spi: axi-spi-engine: implement xfer->cs_change_delayDavid Lechner1-0/+4
2023-12-06spi: axi-spi-engine: remove xfer arg from spi_engine_gen_sleep()David Lechner1-5/+5
2023-12-06spi: axi-spi-engine: fix sleep ticks calculationDavid Lechner1-15/+10
2023-12-06spi: axi-spi-engine: remove spi_engine_get_clk_div()David Lechner1-18/+5
2023-12-06spi: axi-spi-engine: populate xfer->effective_speed_hzDavid Lechner1-0/+23
2023-12-06spi: axi-spi-engine: return void from spi_engine_compile_message()David Lechner1-3/+1
2023-12-04spi: cadence-quadspi: add missing clk_disable_unprepare() in cqspi_probe()Yang Yingliang1-1/+3
2023-11-30mtd: spi-nor: Stop reporting warning message when soft reset is not suportedChia-Lin Kao (AceLan)1-1/+2
2023-11-30spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)10-12/+14
2023-11-30spi: spl022: switch to use default spi_transfer_one_message()Nam Cao1-306/+66
2023-11-30spi: introduce SPI_TRANS_FAIL_IO for error reportingNam Cao2-4/+11
2023-11-27spi: sprd: adi: Use devm_register_restart_handler()Andrew Davis1-22/+8
2023-11-26Linux 6.7-rc3Linus Torvalds1-1/+1
2023-11-25parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller2-19/+22
2023-11-25parisc: Drop the HP-UX ENOSYM and EREMOTERELEASE error codesHelge Deller3-10/+0
2023-11-25parisc: Use natural CPU alignment for bug_tableHelge Deller1-12/+18
2023-11-25parisc: Ensure 32-bit alignment on parisc unwind sectionHelge Deller1-0/+1
2023-11-25parisc: Mark lock_aligned variables 16-byte aligned on SMPHelge Deller1-1/+1
2023-11-25parisc: Mark jump_table naturally alignedHelge Deller1-2/+6
2023-11-25parisc: Mark altinstructions read-only and 32-bit alignedHelge Deller1-3/+6
2023-11-25parisc: Mark ex_table entries 32-bit aligned in uaccess.hHelge Deller1-0/+1
2023-11-25parisc: Mark ex_table entries 32-bit aligned in assembly.hHelge Deller1-0/+1
2023-11-24afs: Mark a superblock for an R/O or Backup volume as SB_RDONLYDavid Howells1-1/+3
2023-11-24afs: Fix file locking on R/O volumes to operate in local modeDavid Howells1-0/+2
2023-11-24afs: Return ENOENT if no cell DNS record can be foundDavid Howells1-0/+10
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra1-1/+2
2023-11-23arm64: add dependency between vmlinuz.efi and ImageMasahiro Yamada1-1/+1
2023-11-23smb: client: introduce cifs_sfu_make_node()Paulo Alcantara3-120/+52
2023-11-23smb: client: set correct file type from NFS reparse pointsPaulo Alcantara8-61/+116