aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-05mmc: tmio: avoid concurrent runs of mmc_request_done()Wolfram Sang1-0/+2
2024-02-28mmc: sdhci-xenon: add timeout for PHY init completeElad Nachman1-9/+20
2024-02-28mmc: sdhci-xenon: fix PHY init clock stabilityElad Nachman1-0/+19
2024-02-28dt-bindings: mmc: fsl-imx-mmc: Document the required clocksFabio Estevam1-0/+12
2024-02-28mmc: sh_mmcif: Advance sg_miter before reading blocksLinus Walleij1-12/+26
2024-02-28mmc: sh_mmcif: sg_miter must not be atomicLinus Walleij1-4/+4
2024-02-28mmc: sdhci-esdhc-mcf: Flag the sg_miter as atomicLinus Walleij1-1/+1
2024-02-28dt-bindings: mmc: fsl-imx-esdhc: add default and 100mhz stateMarco Felsch1-0/+5
2024-02-27mmc: core: constify the struct device_type usageRicardo B. Marliere6-6/+6
2024-02-27mmc: sdhci-of-dwcmshc: Add support for Sophgo CV1800B and SG2002Jisheng Zhang1-0/+66
2024-02-27dt-bindings: mmc: sdhci-of-dwcmhsc: Add Sophgo CV1800B and SG2002 supportJisheng Zhang1-0/+2
2024-02-27mmc: meson-mx-sdhc: Remove .card_hw_reset callbackMartin Blumenstingl1-8/+5
2024-02-27mmc: meson-mx-sdhc: Use devm_clk_hw_get_clk() for clock retrievalMartin Blumenstingl1-20/+23
2024-02-15mmc: davinci_mmc: Drop dangling variableLinus Walleij1-2/+0
2024-02-15dt-bindings: mmc: renesas,sdhi: Document R-Car V4M supportGeert Uytterhoeven1-0/+1
2024-02-14mmc: mmci: stm32: fix DMA API overlapping mappings warningChristophe Kerello1-0/+24
2024-02-13mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov1-0/+2
2024-02-13MAINTAINERS: Update bouncing @codeaurora addresses for EMMC CMDQJeffrey Hugo1-2/+2
2024-02-13mmc: renesas_sdhi: use typedef for dma_filter_fnKrzysztof Kozlowski1-1/+2
2024-02-13mmc: wbsd: remove redundant assignment to variable idColin Ian King1-2/+0
2024-02-13mmc: sh_mmcif: Use sg_miter for PIOLinus Walleij1-39/+63
2024-02-13mmc: sdhci-esdhc-mcf: Use sg_miter for swappingLinus Walleij1-5/+7
2024-02-13mmc: omap: Use sg_miter for PIOLinus Walleij1-29/+24
2024-02-13mmc: mxcmmc: Use sg_miter for PIOLinus Walleij1-20/+33
2024-02-13mmc: mvsdio: Use sg_miter for PIOLinus Walleij1-18/+53
2024-02-13mmc: moxart-mmc: Use sg_miter for PIOLinus Walleij1-43/+34
2024-02-13mmc: moxart-mmc: Fix accounting in DMA transferLinus Walleij1-2/+2
2024-02-13mmc: moxart-mmc: Factor out moxart_use_dma() helperLinus Walleij1-2/+7
2024-02-13mmc: davinci_mmc: Use sg_miter for PIOLinus Walleij1-33/+28
2024-02-13dt-bindings: mmc: fsl-imx-esdhc: add iommus propertyFrank Li1-0/+3
2024-02-13memstick: core: make memstick_bus_type constRicardo B. Marliere1-1/+1
2024-02-13mmc: core: make sdio_bus_type constRicardo B. Marliere1-1/+1
2024-02-13mmc: core: make mmc_bus_type constRicardo B. Marliere1-1/+1
2024-02-13mmc: core: make mmc_rpmb_bus_type constRicardo B. Marliere1-1/+1
2024-02-13mmc: core Drop BLK_BOUNCE_HIGHLinus Walleij1-2/+0
2024-02-13dt-bindings: mmc: fsl-imx-esdhc: add i.MX95 compatible stringPeng Fan1-1/+2
2024-02-13mmc: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2-8/+9
2024-02-11Linux 6.8-rc4Linus Torvalds1-1/+1
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds35-77/+96
2024-02-09smb3: clarify mount warningSteve French1-1/+1
2024-02-09cifs: handle cases where multiple sessions share connectionShyam Prasad N2-1/+6
2024-02-09cifs: change tcon status when need_reconnect is set on itShyam Prasad N3-1/+14
2024-02-09x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Aleksander Mazur1-1/+1
2024-02-09tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)1-38/+37
2024-02-09ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)1-0/+10
2024-02-08virtio-blk: Ensure no requests in virtqueues before deleting vqs.Yi Sun1-3/+4
2024-02-08blk-iocost: Fix an UBSAN shift-out-of-bounds warningTejun Heo1-0/+7
2024-02-08smb: client: set correct d_type for reparse points under DFS mountsPaulo Alcantara2-7/+14
2024-02-08smb3: add missing null server pointer checkSteve French1-1/+1
2024-02-08kprobes: Remove unnecessary initial values of variablesLi zeming1-2/+2