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 | mlxbf_pmc_read_crspace_event | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_read_crspace_event(int blk_num, uint32_t cnt_num,
uint64_t *result) | static int mlxbf_pmc_read_crspace_event(int blk_num, u32 cnt_num, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read_event | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_read_event(int blk_num, uint32_t cnt_num, bool is_l3,
uint64_t *result) | static int mlxbf_pmc_read_event(int blk_num, u32 cnt_num, bool is_l3, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read_reg | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_read_reg(int blk_num, uint32_t offset, uint64_t *result) | static int mlxbf_pmc_read_reg(int blk_num, u32 offset, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_write_reg | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_write_reg(int blk_num, uint32_t offset, uint64_t data) | static int mlxbf_pmc_write_reg(int blk_num, u32 offset, u64 data) | param_type_changed |
function_signature_change | nhi_reset | drivers/thunderbolt/nhi.c | 6faa39eea95372e9f235ab8280fa512618655f26 | static bool nhi_reset(struct tb_nhi *nhi) | static void nhi_reset(struct tb_nhi *nhi) | return_type_changed |
function_signature_change | syscon_poweroff | drivers/power/reset/syscon-poweroff.c | 14c5678720bdee7c5b582839a8dbcffd0c50de5c | static void syscon_poweroff(void) | static int syscon_poweroff(struct sys_off_data *off_data) | return_type_changed |
function_signature_change | restart_poweroff_do_poweroff | drivers/power/reset/restart-poweroff.c | c3ede0b6f7dd345d8986cb69b861cadb9976782f | static void restart_poweroff_do_poweroff(void) | static int restart_poweroff_do_poweroff(struct sys_off_data *data) | return_type_changed |
function_signature_change | gemini_poweroff | drivers/power/reset/gemini-poweroff.c | b6475c3f81c13d6d69113f69a668c96af3a5af51 | static void gemini_poweroff(void) | static int gemini_poweroff(struct sys_off_data *data) | return_type_changed |
function_signature_change | as3722_pm_power_off | drivers/power/reset/as3722-poweroff.c | 348fde771ce7f5219a73750bd7a0d4c4497b1223 | static void as3722_pm_power_off(void) | static int as3722_pm_power_off(struct sys_off_data *data) | return_type_changed |
function_signature_change | regulator_poweroff_do_poweroff | drivers/power/reset/regulator-poweroff.c | 77b61173c2d0ff42e5d609dc1fad137f1229f03b | static void regulator_poweroff_do_poweroff(void) | static int regulator_poweroff_do_poweroff(struct sys_off_data *data) | return_type_changed |
function_signature_change | do_msm_poweroff | drivers/power/reset/msm-poweroff.c | b5711ff9171325261a7d6406b3c2b3c7752b6b8a | static void do_msm_poweroff(void) | static int do_msm_poweroff(struct sys_off_data *data) | return_type_changed |
function_signature_change | mt6323_do_pwroff | drivers/power/reset/mt6323-poweroff.c | 6ab9137719a719f39e000aa62887ae25e1194815 | static void mt6323_do_pwroff(void) | static int mt6323_do_pwroff(struct sys_off_data *data) | return_type_changed |
function_signature_change | rmobile_reset_handler | drivers/power/reset/rmobile-reset.c | ba1188ea8be80a7bc091073792d404ab54b187b1 | static int rmobile_reset_handler(struct notifier_block *this,
unsigned long mode, void *cmd) | static int rmobile_reset_handler(struct sys_off_data *data) | param_removed |
function_signature_change | axxia_restart_handler | drivers/power/reset/axxia-reset.c | ad8d7b8002a1d3a673f2d6f110b378d137f61037 | static int axxia_restart_handler(struct notifier_block *this,
unsigned long mode, void *cmd) | static int axxia_restart_handler(struct sys_off_data *data) | param_removed |
function_signature_change | kona_reset_handler | drivers/power/reset/brcm-kona-reset.c | 45079f206e635a08cba395a08dd3fd7629dbb24d | static int kona_reset_handler(struct notifier_block *this,
unsigned long mode, void *cmd) | static int kona_reset_handler(struct sys_off_data *data) | param_removed |
function_signature_change | tps65086_restart_notify | drivers/power/reset/tps65086-restart.c | e68b71812ebf385317c5bcf82674c109806be452 | static int tps65086_restart_notify(struct notifier_block *this,
unsigned long mode, void *cmd) | static int tps65086_restart_notify(struct sys_off_data *data) | param_removed |
function_signature_change | xgene_restart_handler | drivers/power/reset/xgene-reboot.c | 6af1ee028537be0a43ce939eb8f5321096208667 | static int xgene_restart_handler(struct notifier_block *this,
unsigned long mode, void *cmd) | static int xgene_restart_handler(struct sys_off_data *data) | param_removed |
function_signature_change | atc260x_pwrc_pm_handler | drivers/power/reset/atc260x-poweroff.c | ab1439b05168dc73539e78d8b3100a0336a83bca | static void atc260x_pwrc_pm_handler(void) | static int atc260x_pwrc_pm_handler(struct sys_off_data *data) | return_type_changed |
function_signature_change | atc260x_pwrc_restart_handler | drivers/power/reset/atc260x-poweroff.c | f22e835028902b01915f584d2912cc25a397c84e | static int atc260x_pwrc_restart_handler(struct notifier_block *nb,
unsigned long mode, void *cmd) | static int atc260x_pwrc_restart_handler(struct sys_off_data *data) | param_removed |
function_signature_change | jpeg_v4_0_3_dec_ring_insert_start | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | dfad65c65728401587142577dd283476491bac83 | static void jpeg_v4_0_3_dec_ring_insert_start(struct amdgpu_ring *ring) | void jpeg_v4_0_3_dec_ring_insert_start(struct amdgpu_ring *ring) | return_type_changed |
function_signature_change | jpeg_v4_0_3_dec_ring_insert_end | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | dfad65c65728401587142577dd283476491bac83 | static void jpeg_v4_0_3_dec_ring_insert_end(struct amdgpu_ring *ring) | void jpeg_v4_0_3_dec_ring_insert_end(struct amdgpu_ring *ring) | return_type_changed |
function_signature_change | jpeg_v4_0_3_dec_ring_emit_fence | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | dfad65c65728401587142577dd283476491bac83 | static void jpeg_v4_0_3_dec_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
unsigned int flags) | void jpeg_v4_0_3_dec_ring_emit_fence(struct amdgpu_ring *ring, u64 addr, u64 seq,
unsigned int flags) | return_type_changed |
function_signature_change | jpeg_v4_0_3_dec_ring_emit_ib | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | dfad65c65728401587142577dd283476491bac83 | static void jpeg_v4_0_3_dec_ring_emit_ib(struct amdgpu_ring *ring,
struct amdgpu_job *job,
struct amdgpu_ib *ib,
uint32_t flags) | void jpeg_v4_0_3_dec_ring_emit_ib(struct amdgpu_ring *ring,
struct amdgpu_job *job,
struct amdgpu_ib *ib,
uint32_t flags) | return_type_changed |
function_signature_change | jpeg_v4_0_3_dec_ring_emit_reg_wait | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | dfad65c65728401587142577dd283476491bac83 | static void jpeg_v4_0_3_dec_ring_emit_reg_wait(struct amdgpu_ring *ring, uint32_t reg,
uint32_t val, uint32_t mask) | void jpeg_v4_0_3_dec_ring_emit_reg_wait(struct amdgpu_ring *ring, uint32_t reg,
uint32_t val, uint32_t mask) | return_type_changed |
function_signature_change | jpeg_v4_0_3_dec_ring_emit_vm_flush | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | dfad65c65728401587142577dd283476491bac83 | static void jpeg_v4_0_3_dec_ring_emit_vm_flush(struct amdgpu_ring *ring,
unsigned int vmid, uint64_t pd_addr) | void jpeg_v4_0_3_dec_ring_emit_vm_flush(struct amdgpu_ring *ring,
unsigned int vmid, uint64_t pd_addr) | return_type_changed |
function_signature_change | jpeg_v4_0_3_dec_ring_emit_wreg | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | dfad65c65728401587142577dd283476491bac83 | static void jpeg_v4_0_3_dec_ring_emit_wreg(struct amdgpu_ring *ring, uint32_t reg, uint32_t val) | void jpeg_v4_0_3_dec_ring_emit_wreg(struct amdgpu_ring *ring, uint32_t reg, uint32_t val) | return_type_changed |
function_signature_change | jpeg_v4_0_3_dec_ring_nop | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c | dfad65c65728401587142577dd283476491bac83 | static void jpeg_v4_0_3_dec_ring_nop(struct amdgpu_ring *ring, uint32_t count) | void jpeg_v4_0_3_dec_ring_nop(struct amdgpu_ring *ring, uint32_t count) | return_type_changed |
function_signature_change | fill_dc_dirty_rects | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | fc184dbe9fd99ad2dfb197b6fe18768bae1774b1 | static void fill_dc_dirty_rects(struct drm_plane *plane,
struct drm_plane_state *old_plane_state,
struct drm_plane_state *new_plane_state,
struct drm_crtc_state *crtc_state,
struct dc_flip_addrs *flip_addrs,
bool *dirty_regions_changed) | static void fill_dc_dirty_rects(struct drm_plane *plane,
struct drm_plane_state *old_plane_state,
struct drm_plane_state *new_plane_state,
struct drm_crtc_state *crtc_state,
struct dc_flip_addrs *flip_addrs,
bool is_psr_su,
bool *dirty_regions_changed) | param_added |
struct_layout_change | amdgpu_jpeg | drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h | 0a119d53f74a5f415196531d5622e60156e6ec7c | null | null | fields_modified |
function_signature_change | jpeg_v4_0_5_disable_clock_gating | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c | 0a119d53f74a5f415196531d5622e60156e6ec7c | static void jpeg_v4_0_5_disable_clock_gating(struct amdgpu_device *adev) | static void jpeg_v4_0_5_disable_clock_gating(struct amdgpu_device *adev, int inst) | param_added |
function_signature_change | jpeg_v4_0_5_enable_clock_gating | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c | 0a119d53f74a5f415196531d5622e60156e6ec7c | static void jpeg_v4_0_5_enable_clock_gating(struct amdgpu_device *adev) | static void jpeg_v4_0_5_enable_clock_gating(struct amdgpu_device *adev, int inst) | param_added |
function_signature_change | jpeg_v4_0_5_disable_static_power_gating | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c | 0a119d53f74a5f415196531d5622e60156e6ec7c | static int jpeg_v4_0_5_disable_static_power_gating(struct amdgpu_device *adev) | static int jpeg_v4_0_5_disable_static_power_gating(struct amdgpu_device *adev, int inst) | param_added |
function_signature_change | jpeg_v4_0_5_enable_static_power_gating | drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c | 0a119d53f74a5f415196531d5622e60156e6ec7c | static int jpeg_v4_0_5_enable_static_power_gating(struct amdgpu_device *adev) | static int jpeg_v4_0_5_enable_static_power_gating(struct amdgpu_device *adev, int inst) | param_added |
function_signature_change | maps__nr_maps | tools/perf/util/maps.h | ff0bd79980fffa00c36eb2b9044dbe9cfdf4bb79 | static inline unsigned int maps__nr_maps(const struct maps *maps) | unsigned int maps__nr_maps(const struct maps *maps) | return_type_changed |
function_signature_change | __maps__insert | tools/perf/util/maps.c | 659ad3492b913c9033d47cb406ac5754780875b6 | static int __maps__insert(struct maps *maps, struct map *map) | static int __maps__insert(struct maps *maps, struct map *new) | param_type_changed |
function_signature_change | __maps__remove | tools/perf/util/maps.c | 659ad3492b913c9033d47cb406ac5754780875b6 | static void __maps__remove(struct maps *maps, struct map_rb_node *rb_node) | static void __maps__remove(struct maps *maps, struct map *map) | param_type_changed |
function_signature_change | maps__copy_from | tools/perf/util/maps.c | 659ad3492b913c9033d47cb406ac5754780875b6 | int maps__copy_from(struct maps *maps, struct maps *parent) | int maps__copy_from(struct maps *dest, struct maps *parent) | param_type_changed |
function_signature_change | iwl_nvm_get_regdom_bw_flags | drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.c | 0d2fc8821a7d667180ce27732697105db843a1b9 | static u32 iwl_nvm_get_regdom_bw_flags(const u16 *nvm_chan,
int ch_idx, u16 nvm_flags,
struct iwl_reg_capa reg_capa,
const struct iwl_cfg *cfg) | static u32 iwl_nvm_get_regdom_bw_flags(const u16 *nvm_chan,
int ch_idx, u16 nvm_flags,
struct iwl_reg_capa reg_capa,
const struct iwl_cfg *cfg,
bool uats_enabled) | param_added |
function_signature_change | iwl_parse_nvm_mcc_info | drivers/net/wireless/intel/iwlwifi/iwl-nvm-parse.h | 0d2fc8821a7d667180ce27732697105db843a1b9 | struct ieee80211_regdomain *
iwl_parse_nvm_mcc_info(struct device *dev, const struct iwl_cfg *cfg,
int num_of_ch, __le32 *channels, u16 fw_mcc,
u16 geo_info, u32 cap, u8 resp_ver) | struct ieee80211_regdomain *
iwl_parse_nvm_mcc_info(struct device *dev, const struct iwl_cfg *cfg,
int num_of_ch, __le32 *channels, u16 fw_mcc,
u16 geo_info, u32 cap, u8 resp_ver, bool uats_enabled) | param_added |
function_signature_change | cfg80211_secondary_chans_ok | net/wireless/chan.c | a110a3b79177ddd7e7295671df97fb5386406835 | static bool cfg80211_secondary_chans_ok(struct wiphy *wiphy,
u32 center_freq, u32 bandwidth,
u32 prohibited_flags) | static bool cfg80211_secondary_chans_ok(struct wiphy *wiphy,
u32 center_freq, u32 bandwidth,
u32 prohibited_flags, bool monitor) | param_added |
function_signature_change | __sta_info_flush | net/mac80211/sta_info.c | ec67d6e0d491d2a2df270ddcb7aa44db0984e11c | int __sta_info_flush(struct ieee80211_sub_if_data *sdata, bool vlans) | int __sta_info_flush(struct ieee80211_sub_if_data *sdata, bool vlans,
int link_id) | param_added |
function_signature_change | sta_info_flush | net/mac80211/sta_info.h | ec67d6e0d491d2a2df270ddcb7aa44db0984e11c | static inline int sta_info_flush(struct ieee80211_sub_if_data *sdata) | static inline int sta_info_flush(struct ieee80211_sub_if_data *sdata,
int link_id) | param_added |
function_signature_change | __sta_info_flush | net/mac80211/sta_info.h | ec67d6e0d491d2a2df270ddcb7aa44db0984e11c | int __sta_info_flush(struct ieee80211_sub_if_data *sdata, bool vlans) | int __sta_info_flush(struct ieee80211_sub_if_data *sdata, bool vlans,
int link_id) | param_added |
function_signature_change | ieee80211_obss_color_collision_notify | include/net/mac80211.h | 6f656131f6988709e3bf828c3ad992032b717c2e | void
ieee80211_obss_color_collision_notify(struct ieee80211_vif *vif,
u64 color_bitmap, gfp_t gfp) | void
ieee80211_obss_color_collision_notify(struct ieee80211_vif *vif,
u64 color_bitmap) | param_removed |
function_signature_change | ieee80211_obss_color_collision_notify | net/mac80211/cfg.c | 6f656131f6988709e3bf828c3ad992032b717c2e | void
ieee80211_obss_color_collision_notify(struct ieee80211_vif *vif,
u64 color_bitmap, gfp_t gfp) | void
ieee80211_obss_color_collision_notify(struct ieee80211_vif *vif,
u64 color_bitmap) | param_removed |
function_signature_change | ice_init_dev | drivers/net/ethernet/intel/ice/ice_main.c | 41cc4e53934c30f1cf7745c257154e538c78a1f5 | static int ice_init_dev(struct ice_pf *pf) | int ice_init_dev(struct ice_pf *pf) | return_type_changed |
function_signature_change | ice_deinit_dev | drivers/net/ethernet/intel/ice/ice_main.c | 41cc4e53934c30f1cf7745c257154e538c78a1f5 | static void ice_deinit_dev(struct ice_pf *pf) | void ice_deinit_dev(struct ice_pf *pf) | return_type_changed |
function_signature_change | intel_tcc_get_temp | drivers/thermal/intel/intel_tcc.c | 7251b9e8a007ddd834aa81f8c7ea338884629fec | int intel_tcc_get_temp(int cpu, bool pkg) | int intel_tcc_get_temp(int cpu, int *temp, bool pkg) | param_added |
function_signature_change | intel_tcc_get_temp | include/linux/intel_tcc.h | 7251b9e8a007ddd834aa81f8c7ea338884629fec | int intel_tcc_get_temp(int cpu, bool pkg) | int intel_tcc_get_temp(int cpu, int *temp, bool pkg) | param_added |
function_signature_change | m_can_tx_queue_skb | drivers/net/can/m_can/m_can.c | c306c3873de0804bea4bb2ac717bd2c088acc589 | static void m_can_tx_queue_skb(struct m_can_classdev *cdev, struct sk_buff *skb) | static void m_can_tx_queue_skb(struct m_can_classdev *cdev, struct sk_buff *skb,
bool submit) | param_added |
function_signature_change | m_can_tx_update_stats | drivers/net/can/m_can/m_can.c | 251f913d19a8a960126359c20bd5719461e5399f | static void m_can_tx_update_stats(struct m_can_classdev *cdev,
unsigned int msg_mark,
u32 timestamp) | static unsigned int m_can_tx_update_stats(struct m_can_classdev *cdev,
unsigned int msg_mark, u32 timestamp) | return_type_changed |
function_signature_change | m_can_finish_tx | drivers/net/can/m_can/m_can.c | 251f913d19a8a960126359c20bd5719461e5399f | static void m_can_finish_tx(struct m_can_classdev *cdev, int transmitted) | static void m_can_finish_tx(struct m_can_classdev *cdev, int transmitted,
unsigned int transmitted_frame_len) | param_added |
function_signature_change | m_can_start_tx | drivers/net/can/m_can/m_can.c | 7508a10ca295c635fad9c9f34ac96384d806af89 | static void m_can_start_tx(struct m_can_classdev *cdev) | static netdev_tx_t m_can_start_tx(struct m_can_classdev *cdev) | return_type_changed |
function_signature_change | m_can_tx_handler | drivers/net/can/m_can/m_can.c | e668673ed3992579f23413a13d7ed314cb62ee74 | static netdev_tx_t m_can_tx_handler(struct m_can_classdev *cdev) | static netdev_tx_t m_can_tx_handler(struct m_can_classdev *cdev,
struct sk_buff *skb) | param_added |
function_signature_change | m_can_next_echo_skb_occupied | drivers/net/can/m_can/m_can.c | 14f0a0a4407ebb6f36eb7d394d497d4632c654dc | static int m_can_next_echo_skb_occupied(struct net_device *dev, int putidx) | static int m_can_next_echo_skb_occupied(struct net_device *dev, u32 putidx) | param_type_changed |
function_signature_change | pm_runtime_get_if_active | drivers/base/power/runtime.c | c0ef3df8dbaef51ee4cfd58a471adf2eaee6f6b3 | int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) | int pm_runtime_get_if_active(struct device *dev) | param_removed |
function_signature_change | pm_runtime_get_if_in_use | include/linux/pm_runtime.h | c0ef3df8dbaef51ee4cfd58a471adf2eaee6f6b3 | static inline int pm_runtime_get_if_in_use(struct device *dev) | extern int pm_runtime_get_if_in_use(struct device *dev) | return_type_changed |
function_signature_change | pm_runtime_get_if_active | include/linux/pm_runtime.h | c0ef3df8dbaef51ee4cfd58a471adf2eaee6f6b3 | extern int pm_runtime_get_if_active(struct device *dev, bool ign_usage_count) | extern int pm_runtime_get_if_active(struct device *dev) | param_removed |
function_signature_change | bcm_rx_update_and_send | net/can/bcm.c | fec846fa7eddf7bb651bf88bd78c7db1410ae3b1 | static void bcm_rx_update_and_send(struct bcm_op *op,
struct canfd_frame *lastdata,
const struct canfd_frame *rxdata) | static void bcm_rx_update_and_send(struct bcm_op *op,
struct canfd_frame *lastdata,
const struct canfd_frame *rxdata,
unsigned char traffic_flags) | param_added |
function_signature_change | bcm_rx_cmp_to_index | net/can/bcm.c | fec846fa7eddf7bb651bf88bd78c7db1410ae3b1 | static void bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index,
const struct canfd_frame *rxdata) | static void bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index,
const struct canfd_frame *rxdata,
unsigned char traffic_flags) | param_added |
function_signature_change | t10_pi_crc_fn | block/t10-pi.c | 6b5c132a3f0d3b7c024ae98f0ace07c04d32cf73 | static __be16 t10_pi_crc_fn(void *data, unsigned int len) | static __be16 t10_pi_crc_fn(__be16 crc, void *data, unsigned int len) | param_added |
function_signature_change | t10_pi_ip_fn | block/t10-pi.c | 6b5c132a3f0d3b7c024ae98f0ace07c04d32cf73 | static __be16 t10_pi_ip_fn(void *data, unsigned int len) | static __be16 t10_pi_ip_fn(__be16 csum, void *data, unsigned int len) | param_added |
function_signature_change | ext_pi_crc64 | block/t10-pi.c | 6b5c132a3f0d3b7c024ae98f0ace07c04d32cf73 | static __be64 ext_pi_crc64(void *data, unsigned int len) | static __be64 ext_pi_crc64(u64 crc, void *data, unsigned int len) | param_added |
function_signature_change | blkdev_zone_reset_all_emulated | block/blk-zoned.c | 71f4ecdbb42addf82b01b734b122a02707fed521 | static int blkdev_zone_reset_all_emulated(struct block_device *bdev,
gfp_t gfp_mask) | static int blkdev_zone_reset_all_emulated(struct block_device *bdev) | param_removed |
function_signature_change | blkdev_zone_reset_all | block/blk-zoned.c | 71f4ecdbb42addf82b01b734b122a02707fed521 | static int blkdev_zone_reset_all(struct block_device *bdev, gfp_t gfp_mask) | static int blkdev_zone_reset_all(struct block_device *bdev) | param_removed |
function_signature_change | blkdev_zone_mgmt | block/blk-zoned.c | 71f4ecdbb42addf82b01b734b122a02707fed521 | int blkdev_zone_mgmt(struct block_device *bdev, enum req_op op,
sector_t sector, sector_t nr_sectors, gfp_t gfp_mask) | int blkdev_zone_mgmt(struct block_device *bdev, enum req_op op,
sector_t sector, sector_t nr_sectors) | param_removed |
function_signature_change | blkdev_zone_mgmt | include/linux/blkdev.h | 71f4ecdbb42addf82b01b734b122a02707fed521 | int blkdev_zone_mgmt(struct block_device *bdev, enum req_op op,
sector_t sectors, sector_t nr_sectors, gfp_t gfp_mask) | int blkdev_zone_mgmt(struct block_device *bdev, enum req_op op,
sector_t sectors, sector_t nr_sectors) | param_removed |
struct_layout_change | rtw89_port_reg | drivers/net/wireless/realtek/rtw89/core.h | 598481c6eb20b29088caa0c69085904b2ca08674 | null | null | fields_modified |
function_signature_change | rtw89_mac_dle_quota_change | drivers/net/wireless/realtek/rtw89/mac.c | b6e65d18bc2e124d8ac017ad26ace0f5852fe51d | int rtw89_mac_dle_quota_change(struct rtw89_dev *rtwdev, enum rtw89_qta_mode mode) | int rtw89_mac_dle_quota_change(struct rtw89_dev *rtwdev, enum rtw89_qta_mode mode,
bool band1_en) | param_added |
function_signature_change | rtw89_mac_dle_quota_change | drivers/net/wireless/realtek/rtw89/mac.h | b6e65d18bc2e124d8ac017ad26ace0f5852fe51d | int rtw89_mac_dle_quota_change(struct rtw89_dev *rtwdev, enum rtw89_qta_mode mode) | int rtw89_mac_dle_quota_change(struct rtw89_dev *rtwdev, enum rtw89_qta_mode mode,
bool band1_en) | param_added |
function_signature_change | rtw89_set_channel | drivers/net/wireless/realtek/rtw89/core.c | 1ae9fbaf22ee82bb3ed47ac12ea92dbb7c51769f | void rtw89_set_channel(struct rtw89_dev *rtwdev) | int rtw89_set_channel(struct rtw89_dev *rtwdev) | return_type_changed |
function_signature_change | rtw89_set_channel | drivers/net/wireless/realtek/rtw89/core.h | 1ae9fbaf22ee82bb3ed47ac12ea92dbb7c51769f | void rtw89_set_channel(struct rtw89_dev *rtwdev) | int rtw89_set_channel(struct rtw89_dev *rtwdev) | return_type_changed |
function_signature_change | do_insert_tree | fs/quota/quota_tree.c | a898cb621ac589b0b9e959309689a027e765aa12 | static int do_insert_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot,
uint *treeblk, int depth) | static int do_insert_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot,
uint *blks, int depth) | param_type_changed |
function_signature_change | remove_tree | fs/quota/quota_tree.c | a898cb621ac589b0b9e959309689a027e765aa12 | static int remove_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot,
uint *blk, int depth) | static int remove_tree(struct qtree_mem_dqinfo *info, struct dquot *dquot,
uint *blks, int depth) | param_type_changed |
function_signature_change | find_tree_dqentry | fs/quota/quota_tree.c | a898cb621ac589b0b9e959309689a027e765aa12 | static loff_t find_tree_dqentry(struct qtree_mem_dqinfo *info,
struct dquot *dquot, uint blk, int depth) | static loff_t find_tree_dqentry(struct qtree_mem_dqinfo *info,
struct dquot *dquot, uint *blks, int depth) | param_type_changed |
function_signature_change | realtek_mdio_probe | drivers/net/dsa/realtek/realtek-mdio.c | bce254b839abe67577bebdef0838796af409c229 | static int realtek_mdio_probe(struct mdio_device *mdiodev) | int realtek_mdio_probe(struct mdio_device *mdiodev) | return_type_changed |
function_signature_change | realtek_mdio_remove | drivers/net/dsa/realtek/realtek-mdio.c | bce254b839abe67577bebdef0838796af409c229 | static void realtek_mdio_remove(struct mdio_device *mdiodev) | void realtek_mdio_remove(struct mdio_device *mdiodev) | return_type_changed |
function_signature_change | realtek_mdio_shutdown | drivers/net/dsa/realtek/realtek-mdio.c | bce254b839abe67577bebdef0838796af409c229 | static void realtek_mdio_shutdown(struct mdio_device *mdiodev) | void realtek_mdio_shutdown(struct mdio_device *mdiodev) | return_type_changed |
function_signature_change | realtek_smi_probe | drivers/net/dsa/realtek/realtek-smi.c | bce254b839abe67577bebdef0838796af409c229 | static int realtek_smi_probe(struct platform_device *pdev) | int realtek_smi_probe(struct platform_device *pdev) | return_type_changed |
function_signature_change | realtek_smi_remove | drivers/net/dsa/realtek/realtek-smi.c | bce254b839abe67577bebdef0838796af409c229 | static void realtek_smi_remove(struct platform_device *pdev) | void realtek_smi_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | realtek_smi_shutdown | drivers/net/dsa/realtek/realtek-smi.c | bce254b839abe67577bebdef0838796af409c229 | static void realtek_smi_shutdown(struct platform_device *pdev) | void realtek_smi_shutdown(struct platform_device *pdev) | return_type_changed |
function_signature_change | tpda_get_element_size | drivers/hwtracing/coresight/coresight-tpda.c | e6d7f5252f73cf21d3676de794916204524f51b5 | static int tpda_get_element_size(struct coresight_device *csdev,
int inport) | static int tpda_get_element_size(struct tpda_drvdata *drvdata,
struct coresight_device *csdev,
int inport) | param_added |
struct_layout_change | tpda_drvdata | drivers/hwtracing/coresight/coresight-tpda.h | e6d7f5252f73cf21d3676de794916204524f51b5 | null | null | fields_modified |
struct_layout_change | tpdm_drvdata | drivers/hwtracing/coresight/coresight-tpdm.h | f021801c418e7a81455a410a5b195961349d8e93 | null | null | fields_modified |
function_signature_change | fib6_age | net/ipv6/ip6_fib.c | 5eb902b8e7193cdcb33242af0a56502e6b5206e9 | static int fib6_age(struct fib6_info *rt, void *arg) | static int fib6_age(struct fib6_info *rt, struct fib6_gc_args *gc_args) | param_type_changed |
function_signature_change | rt6_add_dflt_router | include/net/ip6_route.h | 129e406e1811538c1afc9c8e97d61bb18eed3363 | struct fib6_info *rt6_add_dflt_router(struct net *net,
const struct in6_addr *gwaddr,
struct net_device *dev, unsigned int pref,
u32 defrtr_usr_metric) | struct fib6_info *rt6_add_dflt_router(struct net *net,
const struct in6_addr *gwaddr,
struct net_device *dev, unsigned int pref,
u32 defrtr_usr_metric,
int lifetime) | param_added |
struct_layout_change | smb_drv_data | drivers/hwtracing/coresight/ultrasoc-smb.h | 9cae77cf23e317f31de036ced7ad2c261317dc76 | null | null | fields_modified |
function_signature_change | coresight_disable_source | drivers/hwtracing/coresight/coresight-core.c | f68bbe4dcfa303164922bc331d2e8d38ed2d4f23 | bool coresight_disable_source(struct coresight_device *csdev, void *data) | void coresight_disable_source(struct coresight_device *csdev, void *data) | return_type_changed |
function_signature_change | coresight_disable_source | drivers/hwtracing/coresight/coresight-priv.h | f68bbe4dcfa303164922bc331d2e8d38ed2d4f23 | bool coresight_disable_source(struct coresight_device *csdev, void *data) | void coresight_disable_source(struct coresight_device *csdev, void *data) | return_type_changed |
function_signature_change | desc_set_label | drivers/gpio/gpiolib.c | 1f2bcb8c8ccdf9dc2e46f7986e1e22408506a6d6 | static inline void desc_set_label(struct gpio_desc *d, const char *label) | static int desc_set_label(struct gpio_desc *desc, const char *label) | return_type_changed |
function_signature_change | acpi_gpiochip_find | drivers/gpio/gpiolib-acpi.c | faf6efd2e5e23d3319501132d9671c8606ef21bd | static int acpi_gpiochip_find(struct gpio_chip *gc, void *data) | static int acpi_gpiochip_find(struct gpio_chip *gc, const void *data) | param_type_changed |
function_signature_change | of_gpiochip_match_node_and_xlate | drivers/gpio/gpiolib-of.c | faf6efd2e5e23d3319501132d9671c8606ef21bd | static int of_gpiochip_match_node_and_xlate(struct gpio_chip *chip, void *data) | static int of_gpiochip_match_node_and_xlate(struct gpio_chip *chip,
const void *data) | param_type_changed |
function_signature_change | of_gpiochip_match_node | drivers/gpio/gpiolib-of.c | faf6efd2e5e23d3319501132d9671c8606ef21bd | static int of_gpiochip_match_node(struct gpio_chip *chip, void *data) | static int of_gpiochip_match_node(struct gpio_chip *chip, const void *data) | param_type_changed |
function_signature_change | gpio_chip_match_by_label | drivers/gpio/gpiolib.c | faf6efd2e5e23d3319501132d9671c8606ef21bd | static int gpio_chip_match_by_label(struct gpio_chip *gc, void *label) | static int gpio_chip_match_by_label(struct gpio_chip *gc, const void *label) | param_type_changed |
function_signature_change | gpio_chip_match_by_fwnode | drivers/gpio/gpiolib.c | faf6efd2e5e23d3319501132d9671c8606ef21bd | static int gpio_chip_match_by_fwnode(struct gpio_chip *gc, void *fwnode) | static int gpio_chip_match_by_fwnode(struct gpio_chip *gc, const void *fwnode) | param_type_changed |
function_signature_change | gpio_device_find | include/linux/gpio/driver.h | faf6efd2e5e23d3319501132d9671c8606ef21bd | struct gpio_device *gpio_device_find(void *data,
int (*match)(struct gpio_chip *gc, void *data)) | struct gpio_device *gpio_device_find(void *data,
int (*match)(struct gpio_chip *gc,
const void *data)) | return_type_changed |
function_signature_change | lima_sched_context_init | drivers/gpu/drm/lima/lima_sched.c | e721d1cc8101a26fba22dc9a62309522e15bd0c7 | int lima_sched_context_init(struct lima_sched_pipe *pipe,
struct lima_sched_context *context,
atomic_t *guilty) | int lima_sched_context_init(struct lima_sched_pipe *pipe,
struct lima_sched_context *context) | param_removed |
function_signature_change | lima_sched_context_init | drivers/gpu/drm/lima/lima_sched.h | e721d1cc8101a26fba22dc9a62309522e15bd0c7 | int lima_sched_context_init(struct lima_sched_pipe *pipe,
struct lima_sched_context *context,
atomic_t *guilty) | int lima_sched_context_init(struct lima_sched_pipe *pipe,
struct lima_sched_context *context) | param_removed |
function_signature_change | dpu_writeback_init | drivers/gpu/drm/msm/disp/dpu1/dpu_writeback.c | 71174f362d6750c789a3137cb7ea6d695dc5b659 | int dpu_writeback_init(struct drm_device *dev, struct drm_encoder *enc,
const u32 *format_list, u32 num_formats) | int dpu_writeback_init(struct drm_device *dev, struct drm_encoder *enc,
const u32 *format_list, u32 num_formats, u32 maxlinewidth) | param_added |
function_signature_change | dpu_writeback_init | drivers/gpu/drm/msm/disp/dpu1/dpu_writeback.h | 71174f362d6750c789a3137cb7ea6d695dc5b659 | int dpu_writeback_init(struct drm_device *dev, struct drm_encoder *enc,
const u32 *format_list, u32 num_formats) | int dpu_writeback_init(struct drm_device *dev, struct drm_encoder *enc,
const u32 *format_list, u32 num_formats, u32 maxlinewidth) | param_added |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.