summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2025-06-11 08:13:38 +0200
committerLinus Walleij <linus.walleij@linaro.org>2025-06-18 13:26:36 +0200
commit25b306c484947b5f4baebb97e34163d9984dc480 (patch)
treeedddda801195f19586f17f177b97665026692fdd /tools/perf/scripts/python/task-analyzer.py
parente3d0571befa61a2692f6efb5f2c33926e99aea84 (diff)
downloadkernel-25b306c484947b5f4baebb97e34163d9984dc480.tar.gz
pinctrl: nuvoton: Constify static 'pinctrl_desc'
The local static 'struct pinctrl_desc' is not modified, so can be made const for code safety. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: J. Neuschäfer <j.ne@posteo.net> Link: https://lore.kernel.org/20250611-pinctrl-const-desc-v2-6-b11c1d650384@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
0e_txrx.c?h=linux-6.12.y&id=ec4c20ca09831ddba8fac10a7d82a9902e96e717'>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-10-24i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera 2023-10-20i40e: sync next_to_clean and next_to_process for programming status descTirthendu Sarkar 2023-10-05i40e: Remove circular header dependencies and fix headersIvan Vecera 2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior 2023-07-19i40e: xsk: add RX multi-buffer supportTirthendu Sarkar 2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean 2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-03-21i40e: fix flow director packet filter programmingRadoslaw Tyl 2023-03-09i40e: add support for XDP multi-buffer RxTirthendu Sarkar 2023-03-09i40e: add xdp_buff to i40e_ring structTirthendu Sarkar 2023-03-09i40e: introduce next_to_process to i40e_ringTirthendu Sarkar 2023-03-09i40e: use frame_sz instead of recalculating truesize for building skbTirthendu Sarkar 2023-03-09i40e: Change size to truesize when using i40e_rx_buffer_flip()Tirthendu Sarkar 2023-03-09i40e: add pre-xdp page_count in rx_bufferTirthendu Sarkar 2022-11-02i40e: Add i40e_napi_poll tracepointJoe Damato 2022-11-02i40e: Record number of RXes cleaned during NAPIJoe Damato 2022-11-02i40e: Record number TXes cleaned during NAPIJoe Damato 2022-10-14i40e: Fix DMA mappings leakJan Sokolowski 2022-09-02i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski 2022-08-16i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski 2022-06-30intel: remove unused macrosJesse Brandeburg 2022-06-24i40e: read the XDP program once per NAPICiara Loftus 2022-06-21intel/i40e: delete if NULL check before dev_kfree_skbBernard Zhao 2022-06-15i40e: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi 2022-04-12i40e: Add tx_stopped statJoe Damato 2022-04-12i40e: Add support for MPLS + TSOJoe Damato 2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski 2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato 2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato 2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato 2022-02-08i40e: Remove rx page reuse double countJoe Damato 2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson 2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller 2021-12-28i40e: switch to napi_build_skb()Alexander Lobakin 2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni