summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorUladzislau Rezki (Sony) <urezki@gmail.com>2024-12-12 19:02:05 +0100
committerVlastimil Babka <vbabka@suse.cz>2025-01-11 20:39:19 +0100
commitd824ed707ba257e508d83126cf1127ce2fd98139 (patch)
tree37b7bac5a7bf02cc03371214f7448b26bcd102c3 /tools/perf/scripts/python
parent0f52b4db4f91320569311b97a1a14a18fb8ff256 (diff)
downloadkernel-d824ed707ba257e508d83126cf1127ce2fd98139.tar.gz
rcu/kvfree: Move some functions under CONFIG_TINY_RCU
Currently when a tiny RCU is enabled, the tree.c file is not compiled, thus duplicating function names do not conflict with each other. Because of moving of kvfree_rcu() functionality to the SLAB, we have to reorder some functions and place them together under CONFIG_TINY_RCU macro definition. Therefore, those functions name will not conflict when a kernel is compiled for CONFIG_TINY_RCU flavor. Signed-off-by: Uladzislau Rezki (Sony) <urezki@gmail.com> Acked-by: Hyeonggon Yoo <hyeonggon.yoo@sk.com> Tested-by: Hyeonggon Yoo <hyeonggon.yoo@sk.com> Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
/td> 2021-03-30mmc: core: Drop superfluous validations in mmc_hw|sw_reset()Ulf Hansson 2021-03-30mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang 2021-02-01mmc: core: Add basic support for inline encryptionEric Biggers 2021-02-01mmc: core: convert comma to semicolonZheng Yongjun 2020-11-16mmc: core: Initial support for SD express card/hostUlf Hansson 2020-09-25mmc: core: document mmc_hw_reset()Wolfram Sang 2020-07-13mmc: core: Set default power mode in mmc_alloc_host()Veerabhadrarao Badiganti 2020-07-13mmc: core: Always allow the card detect uevent to be consumedUlf Hansson 2020-05-28mmc: core: Enable erase/discard/trim support for all mmc hostsUlf Hansson 2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson 2020-03-24mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discardUlf Hansson 2020-03-11mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson