summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2025-07-03 15:21:20 -0700
committerAndrii Nakryiko <andrii@kernel.org>2025-07-03 15:21:21 -0700
commit1f24c0d819903cc30145d5fd8387f93ef637a62a (patch)
treec3261a2c80bc9cf17bec5e3d0b23c4284e3a4635 /tools/perf/scripts/python
parent38d95beb4b24301362f8bdae7fbdb82d74b803ca (diff)
parent7b29689263fb21cd0394a664d7d2d1cbc9d1fff1 (diff)
downloadkernel-1f24c0d819903cc30145d5fd8387f93ef637a62a.tar.gz
Merge branch 'bpf-add-bpf_dynptr_memset-kfunc'
Ihor Solodrai says: ==================== bpf: add bpf_dynptr_memset() kfunc Implement bpf_dynptr_memset() kfunc and add tests for it. v3->v4: * do error checks after slice, nits v2->v3: * nits and slow-path loop rewrite (Andrii) * simplify xdp chunks test (Mykyta) v1->v2: * handle non-linear buffers with bpf_dynptr_write() * change function signature to include offset arg * add more test cases v3: https://lore.kernel.org/bpf/20250630212113.573097-1-isolodrai@meta.com/ v2: https://lore.kernel.org/bpf/20250624205240.1311453-1-isolodrai@meta.com/ v1: https://lore.kernel.org/bpf/20250618223310.3684760-1-isolodrai@meta.com/ ==================== Link: https://patch.msgid.link/20250702210309.3115903-1-isolodrai@meta.com Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
='/distro/kernel/commit/drivers/gpio/gpio-pca953x.c?h=linux-6.12.y&id=5d8913504ccfeea6120df5ae1c6f4479ff09b931'>gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko 2020-06-16gpio: pca953x: disable regmap locking for automatic address incrementingAndy Shevchenko 2020-06-16gpio: pca953x: Fix direction setting when configure an IRQAndy Shevchenko 2020-06-16gpio: pca953x: Override IRQ for one of the expanders on Galileo Gen 2Andy Shevchenko 2020-06-16gpio: pca953x: Synchronize interrupt handler properlyAndy Shevchenko 2020-06-16gpio: pca953x: Add support for the PCAL9535Jan Kiszka 2020-06-03gpio: pca953x: Drop unneeded ACPI_PTR()Andy Shevchenko 2020-05-27Merge tag 'v5.7-rc7' into develLinus Walleij 2020-04-29gpio: pca953x: drop unused parameters of pca953x_recalc_addr()Uwe Kleine-König 2020-04-29gpio: pca953x: fix handling of automatic address incrementingUwe Kleine-König 2020-04-29gpio: pca953x: Rewrite ->get_multiple() functionAndy Shevchenko 2020-04-23gpio: pca953x: Fix pca953x_gpio_set_configAdam Ford 2020-04-17gpio: pca953x: disable regmap lockingBartosz Golaszewski 2020-04-16gpio: gpio-pca953x, Add get_multiple functionPaul Thomas 2020-01-17Merge tag 'v5.5-rc6' into develLinus Walleij 2019-12-11gpio: pca953x: Remove redundant forward declarationAndy Shevchenko 2019-12-11gpio: pca953x: Switch to bitops in IRQ callbacksAndy Shevchenko 2019-12-11gpio: pca953x: Don't hardcode irq trigger typeVignesh Raghavendra 2019-12-04gpio: pca953x: tighten up indentationAndy Shevchenko 2019-12-04gpio: pca953x: convert to use bitmap APIAndy Shevchenko 2019-12-04gpio: pca953x: use input from regs structure in pca953x_irq_pending()Andy Shevchenko 2019-12-04gpio: pca953x: remove redundant variable and check in IRQ handlerAndy Shevchenko 2019-12-04gpio: pca953x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray 2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen 2019-09-16Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds 2019-08-28gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_readDavid Jander 2019-08-28gpio: pca953x: correct type of reg_directionDavid Jander 2019-08-02gpio: pca953x: Drop %s for constant string literalsAndy Shevchenko 2019-08-02gpio: pca953x: Remove explicit comparison with 0Andy Shevchenko 2019-08-02gpio: pca953x: Use GENMASK() consistentlyAndy Shevchenko 2019-08-02gpio: pca953x: Switch to use device_get_match_data()Andy Shevchenko 2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds 2019-06-14Merge tag 'gpio-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds 2019-06-08gpio: pca953x: hack to fix 24 bit gpio expandersH. Nikolaus Schaller 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner