summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2025-11-21 17:10:41 +0100
committerArnd Bergmann <arnd@arndb.de>2025-11-21 17:10:42 +0100
commit976e33268c41bb8aee9f39979834fee6876cb383 (patch)
tree8edbe2dddf18c5f6082a45387b21ada3135935e1 /tools/perf/scripts/python/task-analyzer.py
parente5060380e0633d20db961996d4270c4a45b7306f (diff)
parent90bbe88e0ea61bf3ab2376b0497bacf42b66e4a9 (diff)
downloadkernel-976e33268c41bb8aee9f39979834fee6876cb383.tar.gz
Merge tag 'imx-dt64-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into soc/dt
i.MX arm64 device tree changes for 6.19: - New board support: Protonic PRT8ML, Toradex SMARC iMX95, Skov Rev.C HDMI, i.MX 95 Verdin Evaluation KitPHYTEC phyBOARD-Segin-i.MX91 board, Skov i.MX8MP variant - A series from Alexander Stein to clean up and improve imx95-tqma9596sa board support - Add MicIn routing support for mba8mx boards - A couple of patch sets from Frank Li to clean up dt-schema warnings and add more device support for imx8dxl and imx8qxp boards - A series from Ioana Ciornei to add FPGA based GPIO controller and SFP+ cages for layerscape boards - A change from Jan Petrous to add GMAC Ethernet for S32G2 EVB, RDB2 and S32G3 RDB3 boards - A series from Markus Niebel to improve imx95-tqma9596sa board support - A couple of changes from Martin Kepplinger-Novaković to enable cpuidle cooling device support for imx8mp - A series from Max Krummenacher to clean up todo and add thermal support for imx8-apalis board - A series from Primoz Fiser to add USB vbus regulators, jtag and pwm-fan overlay for imx93-phyboard - A couple of series from Richard Zhu to add supports-clkreq property and vpcie3v3aux regulator for PCIe M.2 device - A series from Stefano Radaelli to add WiFi, BT, PMIC, WM8904 audio, and ADS7846 touchscreen support for imx93-var-som - A series from Tim Harvey to make some cleanups for imx8mm-venice boards - A change from Xu Yang to add DDR Perf Monitor support for i.MX94 - Other small and random changes * tag 'imx-dt64-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: (122 commits) arm64: dts: freescale: add Toradex SMARC iMX95 arm64: dts: freescale: tqma9352: Add vcc-supply for spi-nor arm64: dts: mb-smarc-2: Add MicIn routing arm64: dts: mba8xx: Add MicIn routing arm64: dts: mba8mx: Add MicIn routing arm64: dts: imx8mp: make 'dsp' node depend on 'aips5' arm64: dts: imx8mp: convert 'aips5' to 'aipstz5' arm64: dts: imx8mp-skov: add Rev.C HDMI support arm64: dts: imx8mp: Add missing LED enumerators for DH electronics i.MX8M Plus DHCOM on PDK2 arm64: dts: freescale: Add GMAC Ethernet for S32G2 EVB and RDB2 and S32G3 RDB3 arm64: dts: imx8qm-apalis: add pwm used by the backlight arm64: dts: imx95-tqma9596sa-mb-smarc-2: add aliases for SPI arm64: dts: imx95-tqma9596sa-mb-smarc-2: remove superfluous line arm64: dts: imx95-tqma9596sa-mb-smarc-2: mark LPUART1 as reserved arm64: dts: imx95-tqma9596sa-mb-smarc-2: Add MicIn routing arm64: dts: imx95-tqma9596sa: add EEPROM pagesize arm64: dts: imx95-tqma9596sa: whitespace fixes arm64: dts: imx95-tqma9596sa: add gpio bus recovery for i2c arm64: dts: imx95-tqma9596sa: remove superfluous pinmux for usdhci arm64: dts: imx95-tqma9596sa: remove superfluous pinmux for i2c ... Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
>gre: Use inner mac length when computing tunnel lengthTom Herbert 2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal 2014-10-18ipv4: fix a potential use after free in gre_offload.cLi RongQing 2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert 2014-09-01gre: Add support for checksum unnecessary conversionsTom Herbert 2014-08-29net: Allow GRO to use and set levels of checksum unnecessaryTom Herbert 2014-08-24gre: call skb_gro_checksum_simple_validateTom Herbert 2014-07-29net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi 2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu 2014-06-11net: Save software checksum completeTom Herbert 2014-06-04gre: Call gso_make_checksumTom Herbert 2014-01-16net/ipv4: don't use module_init in non-modular gre_offloadPaul Gortmaker 2014-01-13gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell 2014-01-13gre_offload: fix sparse non static symbol warningWei Yongjun 2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu 2014-01-06gre_offload: statically build GRE offloading supportEric Dumazet 2014-01-02ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao 2013-10-19ipip: add GSO/TSO supportEric Dumazet