aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/exported-sql-viewer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-29ARM: dts: stm32: Add bindings for HDMI video on AV96Marek Vasut1-0/+79
2020-04-29ARM: dts: stm32: Add alternate pinmux for LTDC pins on stm32mp15Marek Vasut1-0/+74
2020-04-29ARM: dts: stm32: Enable Bluetooth on AV96Marek Vasut1-7/+16
2020-04-29ARM: dts: stm32: Add alternate pinmux for USART2 pins on stm32mp15Marek Vasut1-0/+24
2020-04-29ARM: dts: stm32: Enable WiFi on AV96Marek Vasut1-7/+31
2020-04-29ARM: dts: stm32: Add configuration EEPROM on AV96Marek Vasut1-0/+6
2020-04-29ARM: dts: stm32: Add QSPI NOR on AV96Marek Vasut1-0/+20
2020-04-29ARM: dts: stm32: Add eMMC attached to SDMMC2 on AV96Marek Vasut1-0/+16
2020-04-29ARM: dts: stm32: Repair SDMMC1 operation on AV96Marek Vasut1-3/+18
2020-04-29ARM: dts: stm32: Add alternate pinmux for SDMMC pins on stm32mp15Marek Vasut1-0/+99
2020-04-29ARM: dts: stm32: Add missing ethernet PHY skews on AV96Marek Vasut1-0/+14
2020-04-29ARM: dts: stm32: Add missing ethernet PHY reset on AV96Marek Vasut1-0/+3
2020-04-29ARM: dts: stm32: Repair ethernet operation on AV96Marek Vasut1-2/+2
2020-04-29ARM: dts: stm32: Add alternate pinmux for ethernet RGMII on stm32mp15Marek Vasut1-0/+51
2020-04-29ARM: dts: stm32: Repair PMIC interrupt on AV96Marek Vasut1-9/+1
2020-04-29ARM: dts: stm32: Repair PMIC configuration on AV96Marek Vasut1-3/+15
2020-04-28ARM: dts: stm32: add Fast Mode Plus info in I2C nodes of stm32mp151Alain Volmat1-0/+6
2020-04-28ARM: dts: stm32: use st,stm32mp15-i2c compatible for stm32mp151Alain Volmat1-6/+6
2020-04-28ARM: dts: stm32: add cortex-M4 pdds management in Cortex-M4 nodeArnaud Pouliquen1-0/+6
2020-04-20ARM: dts: stm32: Enable I2C2 on DHCOM PDK2 carrier boardMarek Vasut1-1/+13
2020-04-20dt-bindings: arm: stm32: document lxa,stm32mp157c-mc1 compatibleAhmad Fatoum1-0/+1
2020-04-20ARM: dts: stm32: add STM32MP1-based Linux Automation MC-1 boardAhmad Fatoum4-1/+669
2020-04-20dt-bindings: add vendor prefix for Linux Automation GmbHAhmad Fatoum1-0/+2
2020-04-20ARM: dts: stm32: use uniform node names for sleep pinctrl groupsAhmad Fatoum1-25/+25
2020-04-20ARM: dts: stm32: use uniform label names for sleep pinctrl phandlesAhmad Fatoum6-27/+27
2020-04-20ARM: dts: stm32: remove now redundant STM32MP15x video cell sizesAhmad Fatoum3-19/+0
2020-04-20ARM: dts: stm32: preset stm32mp15x video #address- and #size-cellsAhmad Fatoum2-0/+12
2020-04-20ARM: dts: stm32: enable stm32mp157's &gpu by defaultAhmad Fatoum4-7/+0
2020-04-20ARM: dts: stm32: fix a typo for DAC io-channel-cells on stm32mp15Fabrice Gasnier1-2/+2
2020-04-20ARM: dts: stm32: fix a typo for DAC io-channel-cells on stm32h743Fabrice Gasnier1-2/+2
2020-04-20ARM: dts: stm32: fix a typo for DAC io-channel-cells on stm32f429Fabrice Gasnier1-2/+2
2020-04-12Linux 5.7-rc1Linus Torvalds1-2/+2
2020-04-12MAINTAINERS: sort field names for all entriesLinus Torvalds1-1974/+1974
2020-04-12MAINTAINERS: sort entries by entry nameLinus Torvalds1-820/+820
2020-04-11mailmap: Add Sedat Dilek (replacement for expired email address)Sedat Dilek1-0/+1
2020-04-11pNFS: Fix RCU lock leakageTrond Myklebust1-0/+1
2020-04-11KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li1-3/+34
2020-04-11KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li1-1/+11
2020-04-11x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2-5/+34
2020-04-11kbuild: fix comment about missing include guard detectionMasahiro Yamada1-1/+1
2020-04-10ipc/util.c: sysvipc_find_ipc() should increase position indexVasily Averin1-1/+1
2020-04-10kernel/gcov/fs.c: gcov_seq_next() should increase position indexVasily Averin1-1/+1
2020-04-10fs/seq_file.c: seq_read(): add info message about buggy .next functionsVasily Averin1-2/+5
2020-04-10drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot1-1/+0
2020-04-10change email address for Pali RohárPali Rohár24-41/+42
2020-04-10selftests: kmod: test disabling module autoloadingEric Biggers1-0/+30
2020-04-10selftests: kmod: fix handling test numbers above 9Eric Biggers1-4/+9
2020-04-10docs: admin-guide: document the kernel.modprobe sysctlEric Biggers1-0/+21
2020-04-10fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once()Eric Biggers1-1/+3
2020-04-10kmod: make request_module() return an error when autoloading is disabledEric Biggers1-2/+2