type stringclasses 2
values | api_name stringlengths 4 44 | file stringlengths 8 70 | commit stringlengths 40 40 | old_signature stringlengths 14 4.12k ⌀ | new_signature stringlengths 19 4.19k ⌀ | change_type stringclasses 5
values |
|---|---|---|---|---|---|---|
function_signature_change | append_script | tools/perf/tests/tests-scripts.c | f3295f5b067d3c2655f0b2cd14d0b91b83ca41eb | static void append_script(const char *dir, const char *file, const char *desc) | static void append_script(int dir_fd, const char *name, char *desc) | param_type_changed |
function_signature_change | append_scripts_in_dir | tools/perf/tests/tests-scripts.c | f3295f5b067d3c2655f0b2cd14d0b91b83ca41eb | static void append_scripts_in_dir(const char *path) | static void append_scripts_in_dir(int dir_fd) | param_type_changed |
function_signature_change | pkt_make_request_write | drivers/block/pktcdvd.c | 6f420d6a2dd8d4a795eab2839b0e08663269f9f8 | static void pkt_make_request_write(struct request_queue *q, struct bio *bio) | static void pkt_make_request_write(struct bio *bio) | param_removed |
function_signature_change | prepare_metric | tools/perf/util/stat-shadow.c | a59fb796a36bb6c2b7e6e256a9e5f9ba18109937 | static int prepare_metric(const struct metric_expr *mexp,
struct expr_parse_ctx *pctx,
int aggr_idx) | static int prepare_metric(const struct metric_expr *mexp,
const struct evsel *evsel,
struct expr_parse_ctx *pctx,
int aggr_idx) | param_added |
function_signature_change | prepare_metric | tools/perf/util/stat-shadow.c | eee41e6b287e2adfefbe3b6fc80c66097c076f89 | static int prepare_metric(struct evsel **metric_events,
struct metric_ref *metric_refs,
struct expr_parse_ctx *pctx,
int aggr_idx) | static int prepare_metric(const struct metric_expr *mexp,
struct expr_parse_ctx *pctx,
int aggr_idx) | param_removed |
function_signature_change | generic_metric | tools/perf/util/stat-shadow.c | eee41e6b287e2adfefbe3b6fc80c66097c076f89 | static void generic_metric(struct perf_stat_config *config,
const char *metric_expr,
const char *metric_threshold,
struct evsel **metric_events,
struct metric_ref *metric_refs,
char *name,
const char *metric_name,
const char *metric_unit,
int runtime,
int aggr_idx,
... | static void generic_metric(struct perf_stat_config *config,
struct metric_expr *mexp,
struct evsel *evsel,
int aggr_idx,
struct perf_stat_output_ctx *out) | param_removed |
function_signature_change | __get_next_timer_interrupt | kernel/time/timer.c | e2e1d724e948c87a31c18c34c6b6a193a9b2a0f0 | static inline u64 __get_next_timer_interrupt(unsigned long basej, u64 basem) | static inline u64 __get_next_timer_interrupt(unsigned long basej, u64 basem,
bool *idle) | param_added |
function_signature_change | prioq_match | sound/core/seq/seq_prioq.c | ec89fc1b71766c9e7a122f8ba7a21933fe6a95b4 | static inline int prioq_match(struct snd_seq_event_cell *cell,
int client, int timestamp) | static inline bool prioq_match(struct snd_seq_event_cell *cell, void *arg) | param_removed |
function_signature_change | snd_seq_prioq_leave | sound/core/seq/seq_prioq.c | ec89fc1b71766c9e7a122f8ba7a21933fe6a95b4 | void snd_seq_prioq_leave(struct snd_seq_prioq * f, int client, int timestamp) | void snd_seq_prioq_leave(struct snd_seq_prioq *f, int client, int timestamp) | param_type_changed |
function_signature_change | prioq_remove_match | sound/core/seq/seq_prioq.c | ec89fc1b71766c9e7a122f8ba7a21933fe6a95b4 | static int prioq_remove_match(struct snd_seq_remove_events *info,
struct snd_seq_event *ev) | static bool prioq_remove_match(struct snd_seq_event_cell *cell, void *arg) | return_type_changed |
function_signature_change | mod_stats_update_flip | drivers/gpu/drm/amd/display/modules/inc/mod_stats.h | 14d68acfd04b39f34eea7bea65dda652e6db5bf6 | void mod_stats_update_flip(struct mod_stats *mod_stats,
unsigned long timestamp_in_ns) | void mod_stats_update_flip(struct mod_stats *mod_stats,
unsigned long long timestamp_in_ns) | param_type_changed |
function_signature_change | mod_stats_update_vupdate | drivers/gpu/drm/amd/display/modules/inc/mod_stats.h | 14d68acfd04b39f34eea7bea65dda652e6db5bf6 | void mod_stats_update_vupdate(struct mod_stats *mod_stats,
unsigned long timestamp_in_ns) | void mod_stats_update_vupdate(struct mod_stats *mod_stats,
unsigned long long timestamp_in_ns) | param_type_changed |
function_signature_change | commit_minimal_transition_state | drivers/gpu/drm/amd/display/dc/core/dc.c | d2dea1f1403854d921986217420617d5913a51c9 | static bool commit_minimal_transition_state(struct dc *dc,
struct dc_state *transition_base_context) | static bool commit_minimal_transition_state(struct dc *dc,
struct dc_state *context,
struct dc_stream_state *stream) | param_added |
function_signature_change | dcn32_link_encoder_is_in_alt_mode | drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.c | 7d1e9d0369e4d45738d4b905c3ec92f76d7f91e6 | static bool dcn32_link_encoder_is_in_alt_mode(struct link_encoder *enc) | bool dcn32_link_encoder_is_in_alt_mode(struct link_encoder *enc) | return_type_changed |
function_signature_change | dcn32_link_encoder_get_max_link_cap | drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.c | 7d1e9d0369e4d45738d4b905c3ec92f76d7f91e6 | static void dcn32_link_encoder_get_max_link_cap(struct link_encoder *enc,
struct dc_link_settings *link_settings) | void dcn32_link_encoder_get_max_link_cap(struct link_encoder *enc,
struct dc_link_settings *link_settings) | return_type_changed |
struct_layout_change | panel_cntl_init_data | drivers/gpu/drm/amd/display/dc/inc/hw/panel_cntl.h | 4af4d2c275aeb667bc2bca0d2135b825e931a55a | null | null | fields_modified |
function_signature_change | amdgpu_gfx_kiq_init_ring | drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 4acd31e6c2b97ce3f8a9a65df85f72d81aedf0e8 | int amdgpu_gfx_kiq_init_ring(struct amdgpu_device *adev,
struct amdgpu_ring *ring,
struct amdgpu_irq_src *irq, int xcc_id) | int amdgpu_gfx_kiq_init_ring(struct amdgpu_device *adev, int xcc_id) | param_removed |
function_signature_change | amdgpu_gfx_kiq_init_ring | drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 4acd31e6c2b97ce3f8a9a65df85f72d81aedf0e8 | int amdgpu_gfx_kiq_init_ring(struct amdgpu_device *adev,
struct amdgpu_ring *ring,
struct amdgpu_irq_src *irq, int xcc_id) | int amdgpu_gfx_kiq_init_ring(struct amdgpu_device *adev, int xcc_id) | param_removed |
struct_layout_change | kvm_vcpu_arch | arch/s390/include/asm/kvm_host.h | 01be7f53dfc29e0a362f3d05e5ab2c8dfcc171c8 | null | null | fields_modified |
struct_layout_change | bnxt_hw_rings | drivers/net/ethernet/broadcom/bnxt/bnxt.h | 438ba39b25fe71fc9cd862f30d25e54ed8f00603 | null | null | fields_modified |
struct_layout_change | bnxt_hw_rings | drivers/net/ethernet/broadcom/bnxt/bnxt.h | ae8186b2d4064699e182682cff2ddc1c9486be38 | null | null | fields_modified |
function_signature_change | bnxt_hwrm_reserve_pf_rings | drivers/net/ethernet/broadcom/bnxt/bnxt.c | 257bbf45af81bac9b0e38be530a554e2cff92700 | static int
bnxt_hwrm_reserve_pf_rings(struct bnxt *bp, int tx_rings, int rx_rings,
int ring_grps, int cp_rings, int stats, int vnics) | static int
bnxt_hwrm_reserve_pf_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) | param_removed |
function_signature_change | bnxt_hwrm_reserve_vf_rings | drivers/net/ethernet/broadcom/bnxt/bnxt.c | 257bbf45af81bac9b0e38be530a554e2cff92700 | static int
bnxt_hwrm_reserve_vf_rings(struct bnxt *bp, int tx_rings, int rx_rings,
int ring_grps, int cp_rings, int stats, int vnics) | static int
bnxt_hwrm_reserve_vf_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) | param_removed |
function_signature_change | bnxt_hwrm_reserve_rings | drivers/net/ethernet/broadcom/bnxt/bnxt.c | 257bbf45af81bac9b0e38be530a554e2cff92700 | static int bnxt_hwrm_reserve_rings(struct bnxt *bp, int tx, int rx, int grp,
int cp, int stat, int vnic) | static int bnxt_hwrm_reserve_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) | param_removed |
function_signature_change | bnxt_hwrm_check_vf_rings | drivers/net/ethernet/broadcom/bnxt/bnxt.c | 257bbf45af81bac9b0e38be530a554e2cff92700 | static int bnxt_hwrm_check_vf_rings(struct bnxt *bp, int tx_rings, int rx_rings,
int ring_grps, int cp_rings, int stats,
int vnics) | static int bnxt_hwrm_check_vf_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) | param_removed |
function_signature_change | bnxt_hwrm_check_pf_rings | drivers/net/ethernet/broadcom/bnxt/bnxt.c | 257bbf45af81bac9b0e38be530a554e2cff92700 | static int bnxt_hwrm_check_pf_rings(struct bnxt *bp, int tx_rings, int rx_rings,
int ring_grps, int cp_rings, int stats,
int vnics) | static int bnxt_hwrm_check_pf_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) | param_removed |
function_signature_change | bnxt_hwrm_check_rings | drivers/net/ethernet/broadcom/bnxt/bnxt.c | 257bbf45af81bac9b0e38be530a554e2cff92700 | static int bnxt_hwrm_check_rings(struct bnxt *bp, int tx_rings, int rx_rings,
int ring_grps, int cp_rings, int stats,
int vnics) | static int bnxt_hwrm_check_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) | param_removed |
function_signature_change | gb_pwm_activate_operation | drivers/staging/greybus/pwm.c | 46eec872d512ccb44ae3f93ce25dd4875c1b24dd | static int gb_pwm_activate_operation(struct gb_pwm_chip *pwmc,
u8 which) | static int gb_pwm_activate_operation(struct pwm_chip *chip, u8 which) | param_type_changed |
function_signature_change | gb_pwm_deactivate_operation | drivers/staging/greybus/pwm.c | 46eec872d512ccb44ae3f93ce25dd4875c1b24dd | static int gb_pwm_deactivate_operation(struct gb_pwm_chip *pwmc,
u8 which) | static int gb_pwm_deactivate_operation(struct pwm_chip *chip, u8 which) | param_type_changed |
function_signature_change | gb_pwm_config_operation | drivers/staging/greybus/pwm.c | 46eec872d512ccb44ae3f93ce25dd4875c1b24dd | static int gb_pwm_config_operation(struct gb_pwm_chip *pwmc,
u8 which, u32 duty, u32 period) | static int gb_pwm_config_operation(struct pwm_chip *chip,
u8 which, u32 duty, u32 period) | param_type_changed |
function_signature_change | gb_pwm_set_polarity_operation | drivers/staging/greybus/pwm.c | 46eec872d512ccb44ae3f93ce25dd4875c1b24dd | static int gb_pwm_set_polarity_operation(struct gb_pwm_chip *pwmc,
u8 which, u8 polarity) | static int gb_pwm_set_polarity_operation(struct pwm_chip *chip,
u8 which, u8 polarity) | param_type_changed |
function_signature_change | gb_pwm_enable_operation | drivers/staging/greybus/pwm.c | 46eec872d512ccb44ae3f93ce25dd4875c1b24dd | static int gb_pwm_enable_operation(struct gb_pwm_chip *pwmc,
u8 which) | static int gb_pwm_enable_operation(struct pwm_chip *chip, u8 which) | param_type_changed |
function_signature_change | gb_pwm_disable_operation | drivers/staging/greybus/pwm.c | 46eec872d512ccb44ae3f93ce25dd4875c1b24dd | static int gb_pwm_disable_operation(struct gb_pwm_chip *pwmc,
u8 which) | static int gb_pwm_disable_operation(struct pwm_chip *chip, u8 which) | param_type_changed |
function_signature_change | vt8500_pwm_busy_wait | drivers/pwm/pwm-vt8500.c | 58803adcb70e90b525e5242e55a3838f8b605dec | static inline void vt8500_pwm_busy_wait(struct vt8500_chip *vt8500, int nr, u8 bitmask) | static inline void vt8500_pwm_busy_wait(struct pwm_chip *chip, int nr, u8 bitmask) | param_type_changed |
function_signature_change | ehrpwm_pwm_save_context | drivers/pwm/pwm-tiehrpwm.c | 4e1c8593e5fa395fdbdf7f908912967819086c90 | static void ehrpwm_pwm_save_context(struct ehrpwm_pwm_chip *pc) | static void ehrpwm_pwm_save_context(struct pwm_chip *chip) | param_type_changed |
function_signature_change | ehrpwm_pwm_restore_context | drivers/pwm/pwm-tiehrpwm.c | 4e1c8593e5fa395fdbdf7f908912967819086c90 | static void ehrpwm_pwm_restore_context(struct ehrpwm_pwm_chip *pc) | static void ehrpwm_pwm_restore_context(struct pwm_chip *chip) | param_type_changed |
function_signature_change | ecap_pwm_save_context | drivers/pwm/pwm-tiecap.c | 02aa760d293e5036655cc7bdda927e42300e26fa | static void ecap_pwm_save_context(struct ecap_pwm_chip *pc) | static void ecap_pwm_save_context(struct pwm_chip *chip) | param_type_changed |
function_signature_change | ecap_pwm_restore_context | drivers/pwm/pwm-tiecap.c | 02aa760d293e5036655cc7bdda927e42300e26fa | static void ecap_pwm_restore_context(struct ecap_pwm_chip *pc) | static void ecap_pwm_restore_context(struct pwm_chip *chip) | param_type_changed |
function_signature_change | sun4i_pwm_readl | drivers/pwm/pwm-sun4i.c | 2eb3ff5f4c21dfacdf7740d686564c397889e595 | static inline u32 sun4i_pwm_readl(struct sun4i_pwm_chip *chip,
unsigned long offset) | static inline u32 sun4i_pwm_readl(struct sun4i_pwm_chip *sun4ichip,
unsigned long offset) | param_type_changed |
function_signature_change | sun4i_pwm_writel | drivers/pwm/pwm-sun4i.c | 2eb3ff5f4c21dfacdf7740d686564c397889e595 | static inline void sun4i_pwm_writel(struct sun4i_pwm_chip *chip,
u32 val, unsigned long offset) | static inline void sun4i_pwm_writel(struct sun4i_pwm_chip *sun4ichip,
u32 val, unsigned long offset) | param_type_changed |
function_signature_change | sun4i_pwm_calculate | drivers/pwm/pwm-sun4i.c | 2eb3ff5f4c21dfacdf7740d686564c397889e595 | static int sun4i_pwm_calculate(struct sun4i_pwm_chip *sun4i_pwm,
const struct pwm_state *state,
u32 *dty, u32 *prd, unsigned int *prsclr,
bool *bypass) | static int sun4i_pwm_calculate(struct sun4i_pwm_chip *sun4ichip,
const struct pwm_state *state,
u32 *dty, u32 *prd, unsigned int *prsclr,
bool *bypass) | param_type_changed |
function_signature_change | stm32_pwm_detect_channels | drivers/pwm/pwm-stm32.c | e315bf700b404c3b1b2efce63cb93fca347a215c | static unsigned int stm32_pwm_detect_channels(struct stm32_pwm *priv,
unsigned int *num_enabled) | static unsigned int stm32_pwm_detect_channels(struct regmap *regmap,
unsigned int *num_enabled) | param_type_changed |
function_signature_change | stm32_pwm_raw_capture | drivers/pwm/pwm-stm32.c | fbde128940991873847c92ed86a323adbce61ebb | static int stm32_pwm_raw_capture(struct stm32_pwm *priv, struct pwm_device *pwm,
unsigned long tmo_ms, u32 *raw_prd,
u32 *raw_dty) | static int stm32_pwm_raw_capture(struct pwm_chip *chip, struct pwm_device *pwm,
unsigned long tmo_ms, u32 *raw_prd,
u32 *raw_dty) | param_type_changed |
function_signature_change | __mctp_route_test_init | net/mctp/test/route-test.c | 61b50531dc66b0b299da22580074d8960f99bb0c | static void __mctp_route_test_init(struct kunit *test,
struct mctp_test_dev **devp,
struct mctp_test_route **rtp,
struct socket **sockp) | static void __mctp_route_test_init(struct kunit *test,
struct mctp_test_dev **devp,
struct mctp_test_route **rtp,
struct socket **sockp,
unsigned int netid) | param_added |
function_signature_change | mctp_ioctl_alloctag | net/mctp/af_mctp.c | c16d2380e8fdd9fc1fd0e9c60e068f264b2d0ced | static int mctp_ioctl_alloctag(struct mctp_sock *msk, unsigned long arg) | static int mctp_ioctl_alloctag(struct mctp_sock *msk, bool tagv2,
unsigned long arg) | param_added |
function_signature_change | mctp_ioctl_droptag | net/mctp/af_mctp.c | c16d2380e8fdd9fc1fd0e9c60e068f264b2d0ced | static int mctp_ioctl_droptag(struct mctp_sock *msk, unsigned long arg) | static int mctp_ioctl_droptag(struct mctp_sock *msk, bool tagv2,
unsigned long arg) | param_added |
function_signature_change | mctp_alloc_local_tag | include/net/mctp.h | 43e6795574f5d75284a3cb21f5b76a5ffb98e8e6 | struct mctp_sk_key *mctp_alloc_local_tag(struct mctp_sock *msk,
mctp_eid_t local, mctp_eid_t peer,
bool manual, u8 *tagp) | struct mctp_sk_key *mctp_alloc_local_tag(struct mctp_sock *msk,
unsigned int netid,
mctp_eid_t local, mctp_eid_t peer,
bool manual, u8 *tagp) | param_added |
function_signature_change | mctp_key_match | net/mctp/route.c | 43e6795574f5d75284a3cb21f5b76a5ffb98e8e6 | static bool mctp_key_match(struct mctp_sk_key *key, mctp_eid_t local,
mctp_eid_t peer, u8 tag) | static bool mctp_key_match(struct mctp_sk_key *key, unsigned int net,
mctp_eid_t local, mctp_eid_t peer, u8 tag) | param_added |
function_signature_change | mctp_alloc_local_tag | include/net/mctp.h | ee076b73e576b0a052d5686d873346b285ae50ea | struct mctp_sk_key *mctp_alloc_local_tag(struct mctp_sock *msk,
mctp_eid_t daddr, mctp_eid_t saddr,
bool manual, u8 *tagp) | struct mctp_sk_key *mctp_alloc_local_tag(struct mctp_sock *msk,
mctp_eid_t local, mctp_eid_t peer,
bool manual, u8 *tagp) | return_type_changed |
function_signature_change | pmi_of_remove | arch/powerpc/sysdev/pmi.c | a3e1820186b5ed3703e690eb064ad7c6c7477cfb | static int pmi_of_remove(struct platform_device *dev) | static void pmi_of_remove(struct platform_device *dev) | return_type_changed |
function_signature_change | fsl_of_msi_remove | arch/powerpc/sysdev/fsl_msi.c | e2064de2f3c89976a4a03f265edb5bc3795fc8ff | static int fsl_of_msi_remove(struct platform_device *ofdev) | static void fsl_of_msi_remove(struct platform_device *ofdev) | return_type_changed |
function_signature_change | papr_scm_remove | arch/powerpc/platforms/pseries/papr_scm.c | 18a4a2612ba1e54526bbc11980f1fbb31b7aa440 | static int papr_scm_remove(struct platform_device *pdev) | static void papr_scm_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | opal_prd_remove | arch/powerpc/platforms/powernv/opal-prd.c | ca899c1221b6beee80ac91977309c08b78c74ad2 | static int opal_prd_remove(struct platform_device *pdev) | static void opal_prd_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | gpio_mdio_remove | arch/powerpc/platforms/pasemi/gpio_mdio.c | b1cd248f427607e595c2799044f8166dac1e953b | static int gpio_mdio_remove(struct platform_device *dev) | static void gpio_mdio_remove(struct platform_device *dev) | return_type_changed |
function_signature_change | gpio_halt_remove | arch/powerpc/platforms/85xx/sgy_cts1000.c | 9d16a8591a52d614507ed76f0b105c7de7b8dbe7 | static int gpio_halt_remove(struct platform_device *pdev) | static void gpio_halt_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | coda_fill_super | fs/coda/inode.c | 5916f439f2eb81eef98703b9a8f1dc91e3aa7129 | static int coda_fill_super(struct super_block *sb, void *data, int silent) | static int coda_fill_super(struct super_block *sb, struct fs_context *fc) | param_removed |
function_signature_change | mt792x_asar_acpi_read_mtcl | drivers/net/wireless/mediatek/mt76/mt792x_acpi_sar.c | 07ce1d46372489d90f9cccebb3277d1af801c4b9 | static void
mt792x_asar_acpi_read_mtcl(struct mt792x_dev *dev, u8 **table, u8 *version) | static int
mt792x_asar_acpi_read_mtcl(struct mt792x_dev *dev, u8 **table, u8 *version) | return_type_changed |
function_signature_change | __mt76_dma_queue_reset | drivers/net/wireless/mediatek/mt76/dma.c | 8a7386e787ef4d9649930bb09cdf55ccd2102346 | static void
__mt76_dma_queue_reset(struct mt76_dev *dev, struct mt76_queue *q,
bool reset_idx) | void __mt76_dma_queue_reset(struct mt76_dev *dev, struct mt76_queue *q,
bool reset_idx) | return_type_changed |
function_signature_change | mt76_dma_queue_reset | drivers/net/wireless/mediatek/mt76/dma.c | 8a7386e787ef4d9649930bb09cdf55ccd2102346 | static void
mt76_dma_queue_reset(struct mt76_dev *dev, struct mt76_queue *q) | void mt76_dma_queue_reset(struct mt76_dev *dev, struct mt76_queue *q) | return_type_changed |
function_signature_change | mt76_dma_rx_fill | drivers/net/wireless/mediatek/mt76/dma.c | 8a7386e787ef4d9649930bb09cdf55ccd2102346 | static int
mt76_dma_rx_fill(struct mt76_dev *dev, struct mt76_queue *q,
bool allow_direct) | int mt76_dma_rx_fill(struct mt76_dev *dev, struct mt76_queue *q,
bool allow_direct) | return_type_changed |
struct_layout_change | sta_rec_sec_uni | drivers/net/wireless/mediatek/mt76/mt7925/mcu.h | 47916693ec7cd1b283ffa7554fc48ff4eec2daa1 | null | null | fields_modified |
struct_layout_change | bss_rate_tlv | drivers/net/wireless/mediatek/mt76/mt7925/mcu.h | 243cecc857735344473ea33a713cd5c2ec1fe347 | null | null | fields_modified |
function_signature_change | mt76u_ac_to_hwq | drivers/net/wireless/mediatek/mt76/usb.c | 5304bf3b9915ba35aff3c9064fe37165d5471542 | static u8 mt76u_ac_to_hwq(struct mt76_dev *dev, u8 ac) | static void
mt76u_ac_to_hwq(struct mt76_dev *dev, struct mt76_queue *q, u8 qid) | param_added |
function_signature_change | scmi_clock_config_set | drivers/firmware/arm_scmi/clock.c | 62092c428fb528fcd117a580216915af04df450e | static int
scmi_clock_config_set(const struct scmi_protocol_handle *ph, u32 clk_id,
enum clk_state state, u8 __unused0, u32 __unused1,
bool atomic) | static int
scmi_clock_config_set(const struct scmi_protocol_handle *ph, u32 clk_id,
enum clk_state state,
enum scmi_clock_oem_config __unused0, u32 __unused1,
bool atomic) | param_type_changed |
function_signature_change | scmi_clock_config_set_v2 | drivers/firmware/arm_scmi/clock.c | 62092c428fb528fcd117a580216915af04df450e | static int
scmi_clock_config_set_v2(const struct scmi_protocol_handle *ph, u32 clk_id,
enum clk_state state, u8 oem_type, u32 oem_val,
bool atomic) | static int
scmi_clock_config_set_v2(const struct scmi_protocol_handle *ph, u32 clk_id,
enum clk_state state,
enum scmi_clock_oem_config oem_type, u32 oem_val,
bool atomic) | param_type_changed |
function_signature_change | scmi_clock_config_get_v2 | drivers/firmware/arm_scmi/clock.c | 62092c428fb528fcd117a580216915af04df450e | static int
scmi_clock_config_get_v2(const struct scmi_protocol_handle *ph, u32 clk_id,
u8 oem_type, u32 *attributes, bool *enabled,
u32 *oem_val, bool atomic) | static int
scmi_clock_config_get_v2(const struct scmi_protocol_handle *ph, u32 clk_id,
enum scmi_clock_oem_config oem_type, u32 *attributes,
bool *enabled, u32 *oem_val, bool atomic) | param_type_changed |
function_signature_change | scmi_clock_config_get | drivers/firmware/arm_scmi/clock.c | 62092c428fb528fcd117a580216915af04df450e | static int
scmi_clock_config_get(const struct scmi_protocol_handle *ph, u32 clk_id,
u8 oem_type, u32 *attributes, bool *enabled,
u32 *oem_val, bool atomic) | static int
scmi_clock_config_get(const struct scmi_protocol_handle *ph, u32 clk_id,
enum scmi_clock_oem_config oem_type, u32 *attributes,
bool *enabled, u32 *oem_val, bool atomic) | param_type_changed |
function_signature_change | scmi_clock_config_oem_set | drivers/firmware/arm_scmi/clock.c | 62092c428fb528fcd117a580216915af04df450e | static int scmi_clock_config_oem_set(const struct scmi_protocol_handle *ph,
u32 clk_id, u8 oem_type, u32 oem_val,
bool atomic) | static int scmi_clock_config_oem_set(const struct scmi_protocol_handle *ph,
u32 clk_id,
enum scmi_clock_oem_config oem_type,
u32 oem_val, bool atomic) | param_type_changed |
function_signature_change | scmi_clock_config_oem_get | drivers/firmware/arm_scmi/clock.c | 62092c428fb528fcd117a580216915af04df450e | static int scmi_clock_config_oem_get(const struct scmi_protocol_handle *ph,
u32 clk_id, u8 oem_type, u32 *oem_val,
u32 *attributes, bool atomic) | static int scmi_clock_config_oem_get(const struct scmi_protocol_handle *ph,
u32 clk_id,
enum scmi_clock_oem_config oem_type,
u32 *oem_val, u32 *attributes, bool atomic) | param_type_changed |
struct_layout_change | clk_fixed_factor | include/linux/clk-provider.h | ff773fd2199960ffab0caae07451fe0f12b05bb8 | null | null | fields_modified |
struct_layout_change | udp_sock | include/linux/udp.h | f796feabb9f5b1e5c48780a7a0023ab4b82336dd | null | null | fields_modified |
function_signature_change | add_to_pagemap | fs/proc/task_mmu.c | cabbb6d51e2af4fc2f3c763f58a12c628f228987 | static int add_to_pagemap(unsigned long addr, pagemap_entry_t *pme,
struct pagemapread *pm) | static int add_to_pagemap(pagemap_entry_t *pme, struct pagemapread *pm) | param_removed |
function_signature_change | mm_counter_file | include/linux/mm.h | 6b27cc6c66abf0f0b091a95ca1ad4e0fc68c11fd | static inline int mm_counter_file(struct page *page) | static inline int mm_counter_file(struct folio *folio) | param_type_changed |
function_signature_change | mm_counter | include/linux/mm.h | a23f517b0e1554467b0eb3bc1ebcb4d626217302 | static inline int mm_counter(struct page *page) | static inline int mm_counter(struct folio *folio) | param_type_changed |
function_signature_change | mem_cgroup_move_account | mm/memcontrol.c | b267e1a3e45fcc75fa1434d5c978b36624324e58 | static int mem_cgroup_move_account(struct page *page,
bool compound,
struct mem_cgroup *from,
struct mem_cgroup *to) | static int mem_cgroup_move_account(struct folio *folio,
bool compound,
struct mem_cgroup *from,
struct mem_cgroup *to) | param_type_changed |
function_signature_change | __remove_shared_vm_struct | mm/mmap.c | 30afc8c34290184c023fa79136ce5f8813fc73da | static void __remove_shared_vm_struct(struct vm_area_struct *vma,
struct file *file, struct address_space *mapping) | static void __remove_shared_vm_struct(struct vm_area_struct *vma,
struct address_space *mapping) | param_removed |
function_signature_change | vmem_free_pages | arch/s390/mm/vmem.c | 1a65b73ae9abd608575e9bfbaa003d829d39fab9 | static void vmem_free_pages(unsigned long addr, int order) | static void vmem_free_pages(unsigned long addr, int order, struct vmem_altmap *altmap) | param_added |
function_signature_change | modify_pte_table | arch/s390/mm/vmem.c | 1a65b73ae9abd608575e9bfbaa003d829d39fab9 | static int __ref modify_pte_table(pmd_t *pmd, unsigned long addr,
unsigned long end, bool add, bool direct) | static int __ref modify_pte_table(pmd_t *pmd, unsigned long addr,
unsigned long end, bool add, bool direct,
struct vmem_altmap *altmap) | param_added |
function_signature_change | modify_pmd_table | arch/s390/mm/vmem.c | 1a65b73ae9abd608575e9bfbaa003d829d39fab9 | static int __ref modify_pmd_table(pud_t *pud, unsigned long addr,
unsigned long end, bool add, bool direct) | static int __ref modify_pmd_table(pud_t *pud, unsigned long addr,
unsigned long end, bool add, bool direct,
struct vmem_altmap *altmap) | param_added |
function_signature_change | modify_pud_table | arch/s390/mm/vmem.c | 1a65b73ae9abd608575e9bfbaa003d829d39fab9 | static int modify_pud_table(p4d_t *p4d, unsigned long addr, unsigned long end,
bool add, bool direct) | static int modify_pud_table(p4d_t *p4d, unsigned long addr, unsigned long end,
bool add, bool direct, struct vmem_altmap *altmap) | param_added |
function_signature_change | modify_p4d_table | arch/s390/mm/vmem.c | 1a65b73ae9abd608575e9bfbaa003d829d39fab9 | static int modify_p4d_table(pgd_t *pgd, unsigned long addr, unsigned long end,
bool add, bool direct) | static int modify_p4d_table(pgd_t *pgd, unsigned long addr, unsigned long end,
bool add, bool direct, struct vmem_altmap *altmap) | param_added |
function_signature_change | modify_pagetable | arch/s390/mm/vmem.c | 1a65b73ae9abd608575e9bfbaa003d829d39fab9 | static int modify_pagetable(unsigned long start, unsigned long end, bool add,
bool direct) | static int modify_pagetable(unsigned long start, unsigned long end, bool add,
bool direct, struct vmem_altmap *altmap) | param_added |
function_signature_change | add_pagetable | arch/s390/mm/vmem.c | 1a65b73ae9abd608575e9bfbaa003d829d39fab9 | static int add_pagetable(unsigned long start, unsigned long end, bool direct) | static int add_pagetable(unsigned long start, unsigned long end, bool direct,
struct vmem_altmap *altmap) | param_added |
function_signature_change | remove_pagetable | arch/s390/mm/vmem.c | 1a65b73ae9abd608575e9bfbaa003d829d39fab9 | static int remove_pagetable(unsigned long start, unsigned long end, bool direct) | static int remove_pagetable(unsigned long start, unsigned long end, bool direct,
struct vmem_altmap *altmap) | param_added |
struct_layout_change | memory_notify | include/linux/memory.h | c5f1e2d1890935a734c302b9b8579748222b8e1e | null | null | fields_modified |
function_signature_change | mhp_init_memmap_on_memory | include/linux/memory_hotplug.h | c5f1e2d1890935a734c302b9b8579748222b8e1e | extern int mhp_init_memmap_on_memory(unsigned long pfn, unsigned long nr_pages,
struct zone *zone) | extern int mhp_init_memmap_on_memory(unsigned long pfn, unsigned long nr_pages,
struct zone *zone, bool mhp_off_inaccessible) | param_added |
function_signature_change | mhp_init_memmap_on_memory | mm/memory_hotplug.c | c5f1e2d1890935a734c302b9b8579748222b8e1e | int mhp_init_memmap_on_memory(unsigned long pfn, unsigned long nr_pages,
struct zone *zone) | int mhp_init_memmap_on_memory(unsigned long pfn, unsigned long nr_pages,
struct zone *zone, bool mhp_off_inaccessible) | param_added |
function_signature_change | create_altmaps_and_memory_blocks | mm/memory_hotplug.c | c5f1e2d1890935a734c302b9b8579748222b8e1e | static int create_altmaps_and_memory_blocks(int nid, struct memory_group *group,
u64 start, u64 size) | static int create_altmaps_and_memory_blocks(int nid, struct memory_group *group,
u64 start, u64 size, mhp_t mhp_flags) | param_added |
struct_layout_change | xe_vm | drivers/gpu/drm/xe/xe_vm_types.h | 0cd99046ca0522d8d212eb9adb093063a5f333ae | null | null | fields_modified |
function_signature_change | kmem_cache_flags | mm/slab.h | 303cd69394bb01f7ce0ce7509b3bd02f34795c05 | slab_flags_t kmem_cache_flags(unsigned int object_size,
slab_flags_t flags, const char *name) | slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) | param_removed |
function_signature_change | kmem_cache_flags | mm/slub.c | 303cd69394bb01f7ce0ce7509b3bd02f34795c05 | slab_flags_t kmem_cache_flags(unsigned int object_size,
slab_flags_t flags, const char *name) | slab_flags_t kmem_cache_flags(slab_flags_t flags, const char *name) | param_removed |
struct_layout_change | iwl_rb_status | drivers/net/wireless/intel/iwlwifi/iwl-fh.h | ccb2f72cee5fb3421cc71e5d07bc46a57accd7ba | null | null | fields_modified |
function_signature_change | iwl_mvm_phy_ctxt_add | drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 32a5690e9acb461c7c6a4595f9e77a6fb5c4094f | int iwl_mvm_phy_ctxt_add(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
const struct cfg80211_chan_def *chandef,
u8 chains_static, u8 chains_dynamic) | int iwl_mvm_phy_ctxt_add(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
const struct cfg80211_chan_def *chandef,
const struct cfg80211_chan_def *ap,
u8 chains_static, u8 chains_dynamic) | param_added |
function_signature_change | iwl_mvm_phy_ctxt_changed | drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 32a5690e9acb461c7c6a4595f9e77a6fb5c4094f | int iwl_mvm_phy_ctxt_changed(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
const struct cfg80211_chan_def *chandef,
u8 chains_static, u8 chains_dynamic) | int iwl_mvm_phy_ctxt_changed(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
const struct cfg80211_chan_def *chandef,
const struct cfg80211_chan_def *ap,
u8 chains_static, u8 chains_dynamic) | param_added |
function_signature_change | iwl_mvm_phy_ctxt_apply | drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | 32a5690e9acb461c7c6a4595f9e77a6fb5c4094f | static int iwl_mvm_phy_ctxt_apply(struct iwl_mvm *mvm,
struct iwl_mvm_phy_ctxt *ctxt,
const struct cfg80211_chan_def *chandef,
u8 chains_static, u8 chains_dynamic,
u32 action) | static int iwl_mvm_phy_ctxt_apply(struct iwl_mvm *mvm,
struct iwl_mvm_phy_ctxt *ctxt,
const struct cfg80211_chan_def *chandef,
const struct cfg80211_chan_def *ap,
u8 chains_static, u8 chains_dynamic,
u32 action) | param_added |
function_signature_change | iwl_mvm_phy_ctxt_add | drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | 32a5690e9acb461c7c6a4595f9e77a6fb5c4094f | int iwl_mvm_phy_ctxt_add(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
const struct cfg80211_chan_def *chandef,
u8 chains_static, u8 chains_dynamic) | int iwl_mvm_phy_ctxt_add(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
const struct cfg80211_chan_def *chandef,
const struct cfg80211_chan_def *ap,
u8 chains_static, u8 chains_dynamic) | param_added |
function_signature_change | iwl_mvm_phy_ctxt_changed | drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | 32a5690e9acb461c7c6a4595f9e77a6fb5c4094f | int iwl_mvm_phy_ctxt_changed(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
const struct cfg80211_chan_def *chandef,
u8 chains_static, u8 chains_dynamic) | int iwl_mvm_phy_ctxt_changed(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
const struct cfg80211_chan_def *chandef,
const struct cfg80211_chan_def *ap,
u8 chains_static, u8 chains_dynamic) | param_added |
function_signature_change | ieee80211_mle_get_bss_param_ch_cnt | include/linux/ieee80211.h | 6bd14aee0bd25525ab229acd9bfe536dd8642364 | static inline u8
ieee80211_mle_get_bss_param_ch_cnt(const struct ieee80211_multi_link_elem *mle) | static inline int
ieee80211_mle_get_bss_param_ch_cnt(const u8 *data) | return_type_changed |
function_signature_change | ieee80211_beacon_cntdwn_is_complete | include/net/mac80211.h | 6030b3a469f8936d7f0f928e788f12a4fe14a4ca | bool ieee80211_beacon_cntdwn_is_complete(struct ieee80211_vif *vif) | bool ieee80211_beacon_cntdwn_is_complete(struct ieee80211_vif *vif,
unsigned int link_id) | param_added |
function_signature_change | ieee80211_beacon_cntdwn_is_complete | net/mac80211/tx.c | 6030b3a469f8936d7f0f928e788f12a4fe14a4ca | bool ieee80211_beacon_cntdwn_is_complete(struct ieee80211_vif *vif) | bool ieee80211_beacon_cntdwn_is_complete(struct ieee80211_vif *vif,
unsigned int link_id) | param_added |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.