aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-02mmc: core: Imply IOSCHED_BFQLinus Walleij1-0/+1
2023-01-27mmc: uniphier-sd: Add control to switch UHS speedKunihiko Hayashi1-0/+22
2023-01-27mmc: uniphier-sd: Add control of UHS mode using SD interface logicKunihiko Hayashi1-5/+56
2023-01-27dt-bindings: mmc: uniphier-sd: Add socionext,syscon-uhs-mode propertyKunihiko Hayashi1-0/+10
2023-01-27mmc: atmel-mci: fix race between stop command and start of next commandTobias Schramm1-3/+0
2023-01-27dt-bindings: mmc: sdhci-msm: add IPQ5332 compatibleKathiravan T1-0/+1
2023-01-27dt-bindings: mmc: sdhci-msm: Document the IPQ9574 compatibledevi priya1-0/+1
2023-01-24dt-bindings: mmc: convert amlogic,meson-gx.txt to dt-schemaNeil Armstrong2-39/+73
2023-01-24dt-bindings: mmc: correct pwrseq node namesKrzysztof Kozlowski3-3/+3
2023-01-24dt-bindings: mmc: drop unneeded quotesKrzysztof Kozlowski17-50/+50
2023-01-24dt-bindings: mmc: sdhci-pxa: add pxav1Doug Brown1-1/+18
2023-01-24mmc: sdhci-pxav2: add optional pinctrl for SDIO IRQ workaroundDoug Brown1-1/+32
2023-01-24mmc: sdhci-pxav2: add SDIO card IRQ workaround for PXA168 V1 controllerDoug Brown1-1/+55
2023-01-24mmc: sdhci-pxav2: add optional core clockDoug Brown1-1/+8
2023-01-24mmc: sdhci-pxav2: change clock name to match DT bindingsDoug Brown1-3/+5
2023-01-24mmc: sdhci-pxav2: add register workaround for PXA168 silicon bugDoug Brown1-0/+10
2023-01-24mmc: sdhci-pxav2: enable CONFIG_MMC_SDHCI_IO_ACCESSORSDoug Brown1-0/+1
2023-01-24mmc: sdhci-pxav2: add initial support for PXA168 V1 controllerDoug Brown1-8/+32
2023-01-23mmc: pwrseq_sd8787: Allow being built-in irrespective of dependenciesLukas Wunner1-1/+1
2023-01-23dt-bindings: mmc: fsl-imx-esdhc: Add some compatible fallbacksAndreas Kemnade1-2/+5
2023-01-23dt-bindings: mmc: renesas,sdhi: Fix RZ/V2M clock descriptionGeert Uytterhoeven1-0/+1
2023-01-23mmc: sdhci-of-dwcmshc: enable host V4 support for BlueField-3 SoCLiming Sun1-0/+5
2023-01-23mmc: sdhci: Remove SDHCI_QUIRK_MISSING_CAPSAdrian Hunter2-5/+0
2023-01-23mmc: sdhci-iproc: Replace SDHCI_QUIRK_MISSING_CAPSAdrian Hunter1-6/+8
2023-01-23mmc: sdhci-pxav3: Replace SDHCI_QUIRK_MISSING_CAPSAdrian Hunter1-3/+1
2023-01-23mmc: sdhci-sprd: Replace SDHCI_QUIRK_MISSING_CAPSAdrian Hunter1-4/+2
2023-01-23mmc: sdhci-brcmstb: Replace SDHCI_QUIRK_MISSING_CAPSAdrian Hunter1-3/+1
2023-01-23mmc: sdhci-pci: Replace SDHCI_QUIRK_MISSING_CAPS for Ricoh controllerAdrian Hunter1-3/+5
2023-01-23mmc: sdio: Spelling s/compement/complement/Geert Uytterhoeven1-1/+1
2023-01-23mmc: pwrseq_simple: include deferred probe reasonsTom Fitzhenry1-2/+2
2023-01-23dt-bindings: mmc: fsl-imx-esdhc: update binding for i.MX50 and i.MX7DPeng Fan1-0/+6
2023-01-23mmc: sdhci-esdhc-imx: only enable DAT[0] and CMD line auto tuning for SDIO deviceHaibo Chen1-0/+41
2023-01-23mmc: sdhci-esdhc-imx: simplify the auto tuning logicHaibo Chen1-9/+16
2023-01-23mmc: renesas_sdhi: Add RZ/V2M compatible stringFabrizio Castro1-0/+11
2023-01-23dt-bindings: mmc: renesas,sdhi: Document RZ/V2M supportFabrizio Castro1-0/+1
2023-01-21Linux 6.2-rc5Linus Torvalds1-1/+1
2023-01-21ext4: deal with legacy signed xattr name hash valuesLinus Torvalds1-2/+39
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman1-0/+2
2023-01-20io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe1-1/+5
2023-01-20io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov2-2/+10
2023-01-20io_uring/msg_ring: fix flagging remote executionPavel Begunkov1-17/+23
2023-01-20Revert "Merge branch 'octeontx2-af-CPT'"Jakub Kicinski5-277/+87
2023-01-20USB: misc: iowarrior: fix up header size for USB_DEVICE_ID_CODEMERCS_IOW100Greg Kroah-Hartman1-1/+1
2023-01-20usb: host: ehci-fsl: Fix module aliasAlexander Stein1-1/+1
2023-01-20tcp: fix rate_app_limited to default to 1David Morley1-0/+2
2023-01-20bnxt: Do not read past the end of test namesKees Cook2-17/+5
2023-01-20serial: exar: Add support for Sealevel 7xxxC serial cardsMatthew Howell1-0/+14
2023-01-20VMCI: Use threaded irqs instead of taskletsVishnu Dasa1-30/+19
2023-01-20misc: fastrpc: Pass bitfield into qcom_scm_assign_memElliot Berman1-9/+6
2023-01-20gsmi: fix null-deref in gsmi_get_variableKhazhismel Kumykov1-3/+4