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 | handle_tw_list | io_uring/io_uring.c | 2708af1adc11700c6c3ce4109e3b133079a36a78 | static unsigned int handle_tw_list(struct llist_node *node) | static void handle_tw_list(struct llist_node *node, unsigned int *count) | param_added |
function_signature_change | handle_tw_list | io_uring/io_uring.c | 42c0905f0cac9a86d2cb8138665a6d62ea607078 | static unsigned int handle_tw_list(struct llist_node *node,
struct io_ring_ctx **ctx,
struct io_tw_state *ts) | static unsigned int handle_tw_list(struct llist_node *node) | param_removed |
function_signature_change | __io_run_local_work | io_uring/io_uring.c | 9fe3eaea4a3530ca34a8d8ff00b1848c528789ca | static int __io_run_local_work(struct io_ring_ctx *ctx, struct io_tw_state *ts) | static int __io_run_local_work(struct io_ring_ctx *ctx, struct io_tw_state *ts,
int min_events) | param_added |
function_signature_change | io_run_local_work_locked | io_uring/io_uring.c | 9fe3eaea4a3530ca34a8d8ff00b1848c528789ca | static inline int io_run_local_work_locked(struct io_ring_ctx *ctx) | static inline int io_run_local_work_locked(struct io_ring_ctx *ctx,
int min_events) | param_added |
function_signature_change | io_run_local_work | io_uring/io_uring.c | 9fe3eaea4a3530ca34a8d8ff00b1848c528789ca | static int io_run_local_work(struct io_ring_ctx *ctx) | static int io_run_local_work(struct io_ring_ctx *ctx, int min_events) | param_added |
function_signature_change | handle_tw_list | io_uring/io_uring.c | 592b4805432af075468876771c0f7d41273ccb3c | static unsigned int handle_tw_list(struct llist_node *node,
struct io_ring_ctx **ctx,
struct io_tw_state *ts,
struct llist_node *last) | static unsigned int handle_tw_list(struct llist_node *node,
struct io_ring_ctx **ctx,
struct io_tw_state *ts) | param_removed |
function_signature_change | __io_put_kbuf | io_uring/kbuf.c | 8435c6f380d622639d8acbc0af585d941396fa57 | unsigned int __io_put_kbuf(struct io_kiocb *req, unsigned issue_flags) | void __io_put_kbuf(struct io_kiocb *req, unsigned issue_flags) | return_type_changed |
function_signature_change | __io_put_kbuf_list | io_uring/kbuf.h | 8435c6f380d622639d8acbc0af585d941396fa57 | static inline unsigned int __io_put_kbuf_list(struct io_kiocb *req,
struct list_head *list) | static inline void __io_put_kbuf_list(struct io_kiocb *req,
struct list_head *list) | return_type_changed |
function_signature_change | __io_put_kbuf | io_uring/kbuf.h | 8435c6f380d622639d8acbc0af585d941396fa57 | unsigned int __io_put_kbuf(struct io_kiocb *req, unsigned issue_flags) | void __io_put_kbuf(struct io_kiocb *req, unsigned issue_flags) | return_type_changed |
function_signature_change | io_file_get_flags | io_uring/filetable.h | 4bcb982cce74e18155fba0d97394ca9634e0d8f0 | unsigned int io_file_get_flags(struct file *file) | io_req_flags_t io_file_get_flags(struct file *file) | return_type_changed |
function_signature_change | io_file_get_flags | io_uring/io_uring.c | 4bcb982cce74e18155fba0d97394ca9634e0d8f0 | unsigned int io_file_get_flags(struct file *file) | io_req_flags_t io_file_get_flags(struct file *file) | return_type_changed |
function_signature_change | __aligned | kernel/workqueue.c | 4c065dbce1e8639546ef3612acffb062dd084cfe | struct pool_workqueue {
struct worker_pool *pool; /* I: the associated pool */
struct workqueue_struct *wq; /* I: the owning workqueue */
int work_color; /* L: current color */
int flush_color; /* L: flushing color */
int refcnt; /* L: reference count */
int nr_in_flight[WORK_NR_COLORS];
/* L: nr... | struct pool_workqueue {
struct worker_pool *pool; /* I: the associated pool */
struct workqueue_struct *wq; /* I: the owning workqueue */
int work_color; /* L: current color */
int flush_color; /* L: flushing color */
int refcnt; /* L: reference count */
int nr_in_flight[WORK_NR_COLORS];
/* L: nr... | return_type_changed |
function_signature_change | dasd_eckd_dump_ccw_range | drivers/s390/block/dasd_eckd.c | 0b3644b475e2564abe26a916af8447beb7c4966b | static void
dasd_eckd_dump_ccw_range(struct ccw1 *from, struct ccw1 *to, char *page) | static void
dasd_eckd_dump_ccw_range(struct dasd_device *device, struct ccw1 *from,
struct ccw1 *to, char *page) | param_added |
function_signature_change | dasd_eckd_get_uid_string | drivers/s390/block/dasd_eckd.c | e5de34db1e95ef549236f9a2630d396a41c208a2 | static void dasd_eckd_get_uid_string(struct dasd_conf *conf,
char *print_uid) | static void dasd_eckd_get_uid_string(struct dasd_conf *conf, char *print_uid) | param_type_changed |
function_signature_change | iwl_mvm_enable_beacon_filter | drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 87f5b5f2c036cdf1ed2269b1d11f005b9bd0b2dc | int iwl_mvm_enable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif,
u32 flags) | int iwl_mvm_enable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif) | param_removed |
function_signature_change | iwl_mvm_disable_beacon_filter | drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 87f5b5f2c036cdf1ed2269b1d11f005b9bd0b2dc | int iwl_mvm_disable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif,
u32 flags) | int iwl_mvm_disable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif) | param_removed |
function_signature_change | iwl_mvm_beacon_filter_send_cmd | drivers/net/wireless/intel/iwlwifi/mvm/power.c | 87f5b5f2c036cdf1ed2269b1d11f005b9bd0b2dc | static
int iwl_mvm_beacon_filter_send_cmd(struct iwl_mvm *mvm,
struct iwl_beacon_filter_cmd *cmd,
u32 flags) | static
int iwl_mvm_beacon_filter_send_cmd(struct iwl_mvm *mvm,
struct iwl_beacon_filter_cmd *cmd) | param_removed |
function_signature_change | _iwl_mvm_enable_beacon_filter | drivers/net/wireless/intel/iwlwifi/mvm/power.c | 87f5b5f2c036cdf1ed2269b1d11f005b9bd0b2dc | static int _iwl_mvm_enable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif,
struct iwl_beacon_filter_cmd *cmd,
u32 cmd_flags) | static int _iwl_mvm_enable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif,
struct iwl_beacon_filter_cmd *cmd) | param_removed |
function_signature_change | iwl_mvm_enable_beacon_filter | drivers/net/wireless/intel/iwlwifi/mvm/power.c | 87f5b5f2c036cdf1ed2269b1d11f005b9bd0b2dc | int iwl_mvm_enable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif,
u32 flags) | int iwl_mvm_enable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif) | param_removed |
function_signature_change | _iwl_mvm_disable_beacon_filter | drivers/net/wireless/intel/iwlwifi/mvm/power.c | 87f5b5f2c036cdf1ed2269b1d11f005b9bd0b2dc | static int _iwl_mvm_disable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif,
u32 flags) | static int _iwl_mvm_disable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif) | param_removed |
function_signature_change | iwl_mvm_disable_beacon_filter | drivers/net/wireless/intel/iwlwifi/mvm/power.c | 87f5b5f2c036cdf1ed2269b1d11f005b9bd0b2dc | int iwl_mvm_disable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif,
u32 flags) | int iwl_mvm_disable_beacon_filter(struct iwl_mvm *mvm,
struct ieee80211_vif *vif) | param_removed |
function_signature_change | iwl_mvm_set_chan_info_chandef | drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | static inline void
iwl_mvm_set_chan_info_chandef(struct iwl_mvm *mvm,
struct iwl_fw_channel_info *ci,
struct cfg80211_chan_def *chandef) | static inline void
iwl_mvm_set_chan_info_chandef(struct iwl_mvm *mvm,
struct iwl_fw_channel_info *ci,
const struct cfg80211_chan_def *chandef) | param_type_changed |
function_signature_change | iwl_mvm_phy_ctxt_add | drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | int iwl_mvm_phy_ctxt_add(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
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,
u8 chains_static, u8 chains_dynamic) | param_type_changed |
function_signature_change | iwl_mvm_phy_ctxt_changed | drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | int iwl_mvm_phy_ctxt_changed(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
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,
u8 chains_static, u8 chains_dynamic) | param_type_changed |
function_signature_change | iwl_mvm_get_channel_width | drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | u8 iwl_mvm_get_channel_width(struct cfg80211_chan_def *chandef) | u8 iwl_mvm_get_channel_width(const struct cfg80211_chan_def *chandef) | param_type_changed |
function_signature_change | iwl_mvm_get_ctrl_pos | drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | u8 iwl_mvm_get_ctrl_pos(struct cfg80211_chan_def *chandef) | u8 iwl_mvm_get_ctrl_pos(const struct cfg80211_chan_def *chandef) | param_type_changed |
function_signature_change | iwl_mvm_get_channel_width | drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | u8 iwl_mvm_get_channel_width(struct cfg80211_chan_def *chandef) | u8 iwl_mvm_get_channel_width(const struct cfg80211_chan_def *chandef) | param_type_changed |
function_signature_change | iwl_mvm_get_ctrl_pos | drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | u8 iwl_mvm_get_ctrl_pos(struct cfg80211_chan_def *chandef) | u8 iwl_mvm_get_ctrl_pos(const struct cfg80211_chan_def *chandef) | param_type_changed |
function_signature_change | iwl_mvm_phy_ctxt_cmd_data_v1 | drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | static void iwl_mvm_phy_ctxt_cmd_data_v1(struct iwl_mvm *mvm,
struct iwl_mvm_phy_ctxt *ctxt,
struct iwl_phy_context_cmd_v1 *cmd,
struct cfg80211_chan_def *chandef,
u8 chains_static, u8 chains_dynamic) | static void iwl_mvm_phy_ctxt_cmd_data_v1(struct iwl_mvm *mvm,
struct iwl_mvm_phy_ctxt *ctxt,
struct iwl_phy_context_cmd_v1 *cmd,
const struct cfg80211_chan_def *chandef,
u8 chains_static, u8 chains_dynamic) | param_type_changed |
function_signature_change | iwl_mvm_phy_ctxt_cmd_data | drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | static void iwl_mvm_phy_ctxt_cmd_data(struct iwl_mvm *mvm,
struct iwl_mvm_phy_ctxt *ctxt,
struct iwl_phy_context_cmd *cmd,
struct cfg80211_chan_def *chandef,
u8 chains_static, u8 chains_dynamic) | static void iwl_mvm_phy_ctxt_cmd_data(struct iwl_mvm *mvm,
struct iwl_mvm_phy_ctxt *ctxt,
struct iwl_phy_context_cmd *cmd,
const struct cfg80211_chan_def *chandef,
u8 chains_static, u8 chains_dynamic) | param_type_changed |
function_signature_change | iwl_mvm_phy_ctxt_apply | drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | static int iwl_mvm_phy_ctxt_apply(struct iwl_mvm *mvm,
struct iwl_mvm_phy_ctxt *ctxt,
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,
u8 chains_static, u8 chains_dynamic,
u32 action) | param_type_changed |
function_signature_change | iwl_mvm_phy_ctxt_add | drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | int iwl_mvm_phy_ctxt_add(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
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,
u8 chains_static, u8 chains_dynamic) | param_type_changed |
function_signature_change | iwl_mvm_phy_ctxt_changed | drivers/net/wireless/intel/iwlwifi/mvm/phy-ctxt.c | e047e0e3cc8b647eecf6ce644d5dacba44700d94 | int iwl_mvm_phy_ctxt_changed(struct iwl_mvm *mvm, struct iwl_mvm_phy_ctxt *ctxt,
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,
u8 chains_static, u8 chains_dynamic) | param_type_changed |
function_signature_change | ieee80211_csa_finish | include/net/mac80211.h | 04ada8599c35ecb2cf16c94eb118d227630d06ee | void ieee80211_csa_finish(struct ieee80211_vif *vif) | void ieee80211_csa_finish(struct ieee80211_vif *vif, unsigned int link_id) | param_added |
function_signature_change | ieee80211_csa_finish | net/mac80211/cfg.c | 04ada8599c35ecb2cf16c94eb118d227630d06ee | void ieee80211_csa_finish(struct ieee80211_vif *vif) | void ieee80211_csa_finish(struct ieee80211_vif *vif, unsigned int link_id) | param_added |
function_signature_change | ieee80211_set_after_csa_beacon | net/mac80211/cfg.c | a3a637a6c07189fab06a06c1f435331da652383b | static int ieee80211_set_after_csa_beacon(struct ieee80211_sub_if_data *sdata,
u64 *changed) | static int ieee80211_set_after_csa_beacon(struct ieee80211_link_data *link_data,
u64 *changed) | param_type_changed |
function_signature_change | ieee80211_set_csa_beacon | net/mac80211/cfg.c | a3a637a6c07189fab06a06c1f435331da652383b | static int ieee80211_set_csa_beacon(struct ieee80211_sub_if_data *sdata,
struct cfg80211_csa_settings *params,
u64 *changed) | static int ieee80211_set_csa_beacon(struct ieee80211_link_data *link_data,
struct cfg80211_csa_settings *params,
u64 *changed) | param_type_changed |
function_signature_change | ieee80211_beacon_update_cntdwn | include/net/mac80211.h | 480e7048aa0bbf0a79a976cdfa0195fd157da902 | u8 ieee80211_beacon_update_cntdwn(struct ieee80211_vif *vif) | u8 ieee80211_beacon_update_cntdwn(struct ieee80211_vif *vif,
unsigned int link_id) | param_added |
function_signature_change | ieee80211_beacon_update_cntdwn | net/mac80211/tx.c | 480e7048aa0bbf0a79a976cdfa0195fd157da902 | u8 ieee80211_beacon_update_cntdwn(struct ieee80211_vif *vif) | u8 ieee80211_beacon_update_cntdwn(struct ieee80211_vif *vif, unsigned int link_id) | param_added |
function_signature_change | ieee80211_put_he_6ghz_cap | net/mac80211/ieee80211_i.h | 07095d167749d49de876613b3567a246d86135a1 | void ieee80211_put_he_6ghz_cap(struct sk_buff *skb,
struct ieee80211_sub_if_data *sdata,
enum ieee80211_smps_mode smps_mode) | int ieee80211_put_he_6ghz_cap(struct sk_buff *skb,
struct ieee80211_sub_if_data *sdata,
enum ieee80211_smps_mode smps_mode) | return_type_changed |
function_signature_change | ieee80211_put_he_6ghz_cap | net/mac80211/util.c | 07095d167749d49de876613b3567a246d86135a1 | void ieee80211_put_he_6ghz_cap(struct sk_buff *skb,
struct ieee80211_sub_if_data *sdata,
enum ieee80211_smps_mode smps_mode) | int ieee80211_put_he_6ghz_cap(struct sk_buff *skb,
struct ieee80211_sub_if_data *sdata,
enum ieee80211_smps_mode smps_mode) | return_type_changed |
function_signature_change | ieee80211_ie_build_eht_cap | net/mac80211/ieee80211_i.h | 6239da18d2f947523a80fb1f85f8d8a13d1726c1 | u8 *ieee80211_ie_build_eht_cap(u8 *pos,
const struct ieee80211_sta_he_cap *he_cap,
const struct ieee80211_sta_eht_cap *eht_cap,
u8 *end,
bool for_ap) | u8 *ieee80211_ie_build_eht_cap(const struct ieee80211_conn_settings *conn,
u8 *pos,
const struct ieee80211_sta_he_cap *he_cap,
const struct ieee80211_sta_eht_cap *eht_cap,
u8 *end,
bool for_ap) | param_added |
function_signature_change | ieee80211_add_eht_ie | net/mac80211/mlme.c | 6239da18d2f947523a80fb1f85f8d8a13d1726c1 | static void ieee80211_add_eht_ie(struct ieee80211_sub_if_data *sdata,
struct sk_buff *skb,
struct ieee80211_supported_band *sband) | static void ieee80211_add_eht_ie(struct ieee80211_sub_if_data *sdata,
struct sk_buff *skb,
struct ieee80211_supported_band *sband,
const struct ieee80211_conn_settings *conn) | param_added |
function_signature_change | ieee80211_ie_len_he_cap | net/mac80211/ieee80211_i.h | 90233160d761e4ea56c7ac30e36fdaec73b3bdc4 | u8 ieee80211_ie_len_he_cap(struct ieee80211_sub_if_data *sdata, u8 iftype) | u8 ieee80211_ie_len_he_cap(struct ieee80211_sub_if_data *sdata) | param_removed |
function_signature_change | ieee80211_ie_len_eht_cap | net/mac80211/ieee80211_i.h | 90233160d761e4ea56c7ac30e36fdaec73b3bdc4 | u8 ieee80211_ie_len_eht_cap(struct ieee80211_sub_if_data *sdata, u8 iftype) | u8 ieee80211_ie_len_eht_cap(struct ieee80211_sub_if_data *sdata) | param_removed |
function_signature_change | ieee80211_ie_len_he_cap | net/mac80211/util.c | 90233160d761e4ea56c7ac30e36fdaec73b3bdc4 | u8 ieee80211_ie_len_he_cap(struct ieee80211_sub_if_data *sdata, u8 iftype) | u8 ieee80211_ie_len_he_cap(struct ieee80211_sub_if_data *sdata) | param_removed |
function_signature_change | ieee80211_ie_len_eht_cap | net/mac80211/util.c | 90233160d761e4ea56c7ac30e36fdaec73b3bdc4 | u8 ieee80211_ie_len_eht_cap(struct ieee80211_sub_if_data *sdata, u8 iftype) | u8 ieee80211_ie_len_eht_cap(struct ieee80211_sub_if_data *sdata) | param_removed |
function_signature_change | cfg80211_ch_switch_notify | include/net/cfg80211.h | b82730bf57b54803ab94abbfd8c4422a7081886d | void cfg80211_ch_switch_notify(struct net_device *dev,
struct cfg80211_chan_def *chandef,
unsigned int link_id, u16 punct_bitmap) | void cfg80211_ch_switch_notify(struct net_device *dev,
struct cfg80211_chan_def *chandef,
unsigned int link_id) | param_removed |
function_signature_change | cfg80211_ch_switch_started_notify | include/net/cfg80211.h | b82730bf57b54803ab94abbfd8c4422a7081886d | void cfg80211_ch_switch_started_notify(struct net_device *dev,
struct cfg80211_chan_def *chandef,
unsigned int link_id, u8 count,
bool quiet, u16 punct_bitmap) | void cfg80211_ch_switch_started_notify(struct net_device *dev,
struct cfg80211_chan_def *chandef,
unsigned int link_id, u8 count,
bool quiet) | param_removed |
function_signature_change | nl80211_ch_switch_notify | net/wireless/nl80211.c | b82730bf57b54803ab94abbfd8c4422a7081886d | static void nl80211_ch_switch_notify(struct cfg80211_registered_device *rdev,
struct net_device *netdev,
unsigned int link_id,
struct cfg80211_chan_def *chandef,
gfp_t gfp,
enum nl80211_commands notif,
u8 count, bool quiet, u16 punct_bitmap) | static void nl80211_ch_switch_notify(struct cfg80211_registered_device *rdev,
struct net_device *netdev,
unsigned int link_id,
struct cfg80211_chan_def *chandef,
gfp_t gfp,
enum nl80211_commands notif,
u8 count, bool quiet) | param_removed |
function_signature_change | cfg80211_ch_switch_notify | net/wireless/nl80211.c | b82730bf57b54803ab94abbfd8c4422a7081886d | void cfg80211_ch_switch_notify(struct net_device *dev,
struct cfg80211_chan_def *chandef,
unsigned int link_id, u16 punct_bitmap) | void cfg80211_ch_switch_notify(struct net_device *dev,
struct cfg80211_chan_def *chandef,
unsigned int link_id) | param_removed |
function_signature_change | cfg80211_ch_switch_started_notify | net/wireless/nl80211.c | b82730bf57b54803ab94abbfd8c4422a7081886d | void cfg80211_ch_switch_started_notify(struct net_device *dev,
struct cfg80211_chan_def *chandef,
unsigned int link_id, u8 count,
bool quiet, u16 punct_bitmap) | void cfg80211_ch_switch_started_notify(struct net_device *dev,
struct cfg80211_chan_def *chandef,
unsigned int link_id, u8 count,
bool quiet) | param_removed |
function_signature_change | em_debug_create_ps | kernel/power/energy_model.c | 09417e673cbd578a1eaf8aba34a668119622d79c | static void em_debug_create_ps(struct em_perf_state *ps, struct dentry *pd) | static void em_debug_create_ps(struct em_perf_domain *em_pd,
struct em_dbg_info *em_dbg, int i,
struct dentry *pd) | param_added |
function_signature_change | em_pd_get_efficient_state | include/linux/energy_model.h | 5a367f7b7014af86bd1ac0865a42db55187dbd3c | static inline int
em_pd_get_efficient_state(struct em_perf_state *table, int nr_perf_states,
unsigned long freq, unsigned long pd_flags) | static inline int
em_pd_get_efficient_state(struct em_perf_state *table, int nr_perf_states,
unsigned long max_util, unsigned long pd_flags) | param_type_changed |
function_signature_change | em_cpufreq_update_efficiencies | kernel/power/energy_model.c | ca0fc871f16f4bef746b5ba814b67afb59119700 | static void
em_cpufreq_update_efficiencies(struct device *dev, struct em_perf_state *table) | static void em_cpufreq_update_efficiencies(struct device *dev,
struct em_perf_state *table) | param_type_changed |
function_signature_change | em_create_perf_table | kernel/power/energy_model.c | 8552d6820168d6508bd1f7cd49be248dcb74efb3 | static int em_create_perf_table(struct device *dev, struct em_perf_domain *pd,
int nr_states, struct em_data_callback *cb,
unsigned long flags) | static int em_create_perf_table(struct device *dev, struct em_perf_domain *pd,
struct em_perf_state *table,
struct em_data_callback *cb,
unsigned long flags) | param_type_changed |
function_signature_change | em_cpufreq_update_efficiencies | kernel/power/energy_model.c | e7b1cc9a7ea6d7862baac0fd7b145573618727dd | static void em_cpufreq_update_efficiencies(struct device *dev) | static void
em_cpufreq_update_efficiencies(struct device *dev, struct em_perf_state *table) | param_added |
function_signature_change | acpi_video_device_EDID | drivers/acpi/acpi_video.c | 5d389afc1f8fea707225bc2ee64e00d85dab623a | static int
acpi_video_device_EDID(struct acpi_video_device *device,
union acpi_object **edid, ssize_t length) | static int
acpi_video_device_EDID(struct acpi_video_device *device,
union acpi_object **edid, int length) | param_type_changed |
function_signature_change | ieee80211_config_bw | net/mac80211/mlme.c | 6bc574a7cd27ba0c8d77425055a8fd672ec928f2 | static int ieee80211_config_bw(struct ieee80211_link_data *link,
struct ieee802_11_elems *elems,
u64 *changed) | static int ieee80211_config_bw(struct ieee80211_link_data *link,
struct ieee802_11_elems *elems,
bool update, u64 *changed) | param_added |
function_signature_change | ieee80211_get_max_required_bw | net/mac80211/chan.c | d1256c1546a0e03f103e2f0381103dc747ea7f81 | static enum nl80211_chan_width
ieee80211_get_max_required_bw(struct ieee80211_sub_if_data *sdata,
unsigned int link_id) | static enum nl80211_chan_width
ieee80211_get_max_required_bw(struct ieee80211_link_data *link) | param_removed |
function_signature_change | _ieee80211_change_chanctx | net/mac80211/chan.c | 6092077ad09ce880c61735c314060f0bd79ae4aa | static void _ieee80211_change_chanctx(struct ieee80211_local *local,
struct ieee80211_chanctx *ctx,
struct ieee80211_chanctx *old_ctx,
const struct cfg80211_chan_def *chandef,
struct ieee80211_link_data *rsvd_for) | static void _ieee80211_change_chanctx(struct ieee80211_local *local,
struct ieee80211_chanctx *ctx,
struct ieee80211_chanctx *old_ctx,
const struct ieee80211_chan_req *chanreq,
struct ieee80211_link_data *rsvd_for) | param_type_changed |
function_signature_change | ieee80211_change_chanctx | net/mac80211/chan.c | 6092077ad09ce880c61735c314060f0bd79ae4aa | static void ieee80211_change_chanctx(struct ieee80211_local *local,
struct ieee80211_chanctx *ctx,
struct ieee80211_chanctx *old_ctx,
const struct cfg80211_chan_def *chandef) | static void ieee80211_change_chanctx(struct ieee80211_local *local,
struct ieee80211_chanctx *ctx,
struct ieee80211_chanctx *old_ctx,
const struct ieee80211_chan_req *chanreq) | param_type_changed |
function_signature_change | ieee80211_link_reserve_chanctx | net/mac80211/chan.c | 6092077ad09ce880c61735c314060f0bd79ae4aa | int ieee80211_link_reserve_chanctx(struct ieee80211_link_data *link,
const struct cfg80211_chan_def *chandef,
enum ieee80211_chanctx_mode mode,
bool radar_required) | int ieee80211_link_reserve_chanctx(struct ieee80211_link_data *link,
const struct ieee80211_chan_req *chanreq,
enum ieee80211_chanctx_mode mode,
bool radar_required) | param_type_changed |
function_signature_change | ieee80211_link_use_channel | net/mac80211/chan.c | 6092077ad09ce880c61735c314060f0bd79ae4aa | int ieee80211_link_use_channel(struct ieee80211_link_data *link,
const struct cfg80211_chan_def *chandef,
enum ieee80211_chanctx_mode mode) | int ieee80211_link_use_channel(struct ieee80211_link_data *link,
const struct ieee80211_chan_req *chanreq,
enum ieee80211_chanctx_mode mode) | param_type_changed |
function_signature_change | ieee80211_link_use_channel | net/mac80211/ieee80211_i.h | 6092077ad09ce880c61735c314060f0bd79ae4aa | int __must_check
ieee80211_link_use_channel(struct ieee80211_link_data *link,
const struct cfg80211_chan_def *chandef,
enum ieee80211_chanctx_mode mode) | int __must_check
ieee80211_link_use_channel(struct ieee80211_link_data *link,
const struct ieee80211_chan_req *req,
enum ieee80211_chanctx_mode mode) | param_type_changed |
function_signature_change | ieee80211_link_reserve_chanctx | net/mac80211/ieee80211_i.h | 6092077ad09ce880c61735c314060f0bd79ae4aa | int __must_check
ieee80211_link_reserve_chanctx(struct ieee80211_link_data *link,
const struct cfg80211_chan_def *chandef,
enum ieee80211_chanctx_mode mode,
bool radar_required) | int __must_check
ieee80211_link_reserve_chanctx(struct ieee80211_link_data *link,
const struct ieee80211_chan_req *req,
enum ieee80211_chanctx_mode mode,
bool radar_required) | param_type_changed |
function_signature_change | ieee80211_hw_conf_chan | net/mac80211/main.c | 0a44dfc070749514b804ccac0b1fd38718f7daa1 | static u32 ieee80211_hw_conf_chan(struct ieee80211_local *local) | int ieee80211_hw_conf_chan(struct ieee80211_local *local) | return_type_changed |
function_signature_change | ieee80211_chandef_eht_oper | net/mac80211/ieee80211_i.h | 2d9698dd32d086e47b8bff3df4322cc017c17b55 | void ieee80211_chandef_eht_oper(const struct ieee80211_eht_operation_info *info,
bool support_160, bool support_320,
struct cfg80211_chan_def *chandef) | void ieee80211_chandef_eht_oper(const struct ieee80211_eht_operation_info *info,
struct cfg80211_chan_def *chandef) | param_removed |
function_signature_change | ieee80211_chandef_he_6ghz_oper | net/mac80211/ieee80211_i.h | 2d9698dd32d086e47b8bff3df4322cc017c17b55 | bool ieee80211_chandef_he_6ghz_oper(struct ieee80211_sub_if_data *sdata,
const struct ieee80211_he_operation *he_oper,
const struct ieee80211_eht_operation *eht_oper,
struct cfg80211_chan_def *chandef) | bool ieee80211_chandef_he_6ghz_oper(struct ieee80211_local *local,
const struct ieee80211_he_operation *he_oper,
const struct ieee80211_eht_operation *eht_oper,
struct cfg80211_chan_def *chandef) | param_type_changed |
function_signature_change | ieee80211_chandef_eht_oper | net/mac80211/util.c | 2d9698dd32d086e47b8bff3df4322cc017c17b55 | void ieee80211_chandef_eht_oper(const struct ieee80211_eht_operation_info *info,
bool support_160, bool support_320,
struct cfg80211_chan_def *chandef) | void ieee80211_chandef_eht_oper(const struct ieee80211_eht_operation_info *info,
struct cfg80211_chan_def *chandef) | param_removed |
function_signature_change | ieee80211_chandef_he_6ghz_oper | net/mac80211/util.c | 2d9698dd32d086e47b8bff3df4322cc017c17b55 | bool ieee80211_chandef_he_6ghz_oper(struct ieee80211_sub_if_data *sdata,
const struct ieee80211_he_operation *he_oper,
const struct ieee80211_eht_operation *eht_oper,
struct cfg80211_chan_def *chandef) | bool ieee80211_chandef_he_6ghz_oper(struct ieee80211_local *local,
const struct ieee80211_he_operation *he_oper,
const struct ieee80211_eht_operation *eht_oper,
struct cfg80211_chan_def *chandef) | param_type_changed |
function_signature_change | ieee80211_parse_ch_switch_ie | net/mac80211/ieee80211_i.h | 310c8387c63830bc375827242e0f9fa689f82e21 | int ieee80211_parse_ch_switch_ie(struct ieee80211_sub_if_data *sdata,
struct ieee802_11_elems *elems,
enum nl80211_band current_band,
u32 vht_cap_info,
ieee80211_conn_flags_t conn_flags, u8 *bssid,
struct ieee80211_csa_ie *csa_ie) | int ieee80211_parse_ch_switch_ie(struct ieee80211_sub_if_data *sdata,
struct ieee802_11_elems *elems,
enum nl80211_band current_band,
u32 vht_cap_info,
struct ieee80211_conn_settings *conn,
u8 *bssid,
struct ieee80211_csa_ie *csa_ie) | param_type_changed |
function_signature_change | ieee80211_ie_build_he_cap | net/mac80211/ieee80211_i.h | 310c8387c63830bc375827242e0f9fa689f82e21 | u8 *ieee80211_ie_build_he_cap(ieee80211_conn_flags_t disable_flags, u8 *pos,
const struct ieee80211_sta_he_cap *he_cap,
u8 *end) | u8 *ieee80211_ie_build_he_cap(const struct ieee80211_conn_settings *conn,
const struct ieee80211_sta_he_cap *he_cap,
u8 *pos, u8 *end) | return_type_changed |
function_signature_change | ieee80211_chandef_downgrade | net/mac80211/ieee80211_i.h | 310c8387c63830bc375827242e0f9fa689f82e21 | ieee80211_conn_flags_t ieee80211_chandef_downgrade(struct cfg80211_chan_def *c) | void ieee80211_chandef_downgrade(struct cfg80211_chan_def *chandef,
struct ieee80211_conn_settings *conn) | param_added |
function_signature_change | ieee80211_config_bw | net/mac80211/mlme.c | 310c8387c63830bc375827242e0f9fa689f82e21 | static int ieee80211_config_bw(struct ieee80211_link_data *link,
struct ieee802_11_elems *elems,
const u8 *bssid, u64 *changed) | static int ieee80211_config_bw(struct ieee80211_link_data *link,
struct ieee802_11_elems *elems,
u64 *changed) | param_removed |
function_signature_change | ieee80211_add_ht_ie | net/mac80211/mlme.c | 310c8387c63830bc375827242e0f9fa689f82e21 | static void ieee80211_add_ht_ie(struct ieee80211_sub_if_data *sdata,
struct sk_buff *skb, u8 ap_ht_param,
struct ieee80211_supported_band *sband,
struct ieee80211_channel *channel,
enum ieee80211_smps_mode smps,
ieee80211_conn_flags_t conn_flags) | static void ieee80211_add_ht_ie(struct ieee80211_sub_if_data *sdata,
struct sk_buff *skb, u8 ap_ht_param,
struct ieee80211_supported_band *sband,
struct ieee80211_channel *channel,
enum ieee80211_smps_mode smps,
const struct ieee80211_conn_settings *conn) | param_type_changed |
function_signature_change | ieee80211_add_vht_ie | net/mac80211/mlme.c | 310c8387c63830bc375827242e0f9fa689f82e21 | static bool ieee80211_add_vht_ie(struct ieee80211_sub_if_data *sdata,
struct sk_buff *skb,
struct ieee80211_supported_band *sband,
struct ieee80211_vht_cap *ap_vht_cap,
ieee80211_conn_flags_t conn_flags) | static bool ieee80211_add_vht_ie(struct ieee80211_sub_if_data *sdata,
struct sk_buff *skb,
struct ieee80211_supported_band *sband,
struct ieee80211_vht_cap *ap_vht_cap,
const struct ieee80211_conn_settings *conn) | param_type_changed |
function_signature_change | ieee80211_add_he_ie | net/mac80211/mlme.c | 310c8387c63830bc375827242e0f9fa689f82e21 | static void ieee80211_add_he_ie(struct ieee80211_sub_if_data *sdata,
struct sk_buff *skb,
struct ieee80211_supported_band *sband,
enum ieee80211_smps_mode smps_mode,
ieee80211_conn_flags_t conn_flags) | static void ieee80211_add_he_ie(struct ieee80211_sub_if_data *sdata,
struct sk_buff *skb,
struct ieee80211_supported_band *sband,
enum ieee80211_smps_mode smps_mode,
const struct ieee80211_conn_settings *conn) | param_type_changed |
function_signature_change | ieee80211_prep_channel | net/mac80211/mlme.c | 310c8387c63830bc375827242e0f9fa689f82e21 | static int ieee80211_prep_channel(struct ieee80211_sub_if_data *sdata,
struct ieee80211_link_data *link,
struct cfg80211_bss *cbss,
bool mlo,
ieee80211_conn_flags_t *conn_flags) | static int ieee80211_prep_channel(struct ieee80211_sub_if_data *sdata,
struct ieee80211_link_data *link,
int link_id,
struct cfg80211_bss *cbss, bool mlo,
struct ieee80211_conn_settings *conn) | param_added |
function_signature_change | ieee80211_prep_connection | net/mac80211/mlme.c | 310c8387c63830bc375827242e0f9fa689f82e21 | static int ieee80211_prep_connection(struct ieee80211_sub_if_data *sdata,
struct cfg80211_bss *cbss, s8 link_id,
const u8 *ap_mld_addr, bool assoc,
bool override) | static int ieee80211_prep_connection(struct ieee80211_sub_if_data *sdata,
struct cfg80211_bss *cbss, s8 link_id,
const u8 *ap_mld_addr, bool assoc,
struct ieee80211_conn_settings *conn,
bool override) | param_added |
function_signature_change | ieee80211_setup_assoc_link | net/mac80211/mlme.c | 310c8387c63830bc375827242e0f9fa689f82e21 | static ieee80211_conn_flags_t
ieee80211_setup_assoc_link(struct ieee80211_sub_if_data *sdata,
struct ieee80211_mgd_assoc_data *assoc_data,
struct cfg80211_assoc_request *req,
ieee80211_conn_flags_t conn_flags,
unsigned int link_id) | static void
ieee80211_setup_assoc_link(struct ieee80211_sub_if_data *sdata,
struct ieee80211_mgd_assoc_data *assoc_data,
struct cfg80211_assoc_request *req,
struct ieee80211_conn_settings *conn,
unsigned int link_id) | return_type_changed |
function_signature_change | ieee80211_parse_ch_switch_ie | net/mac80211/spectmgmt.c | 310c8387c63830bc375827242e0f9fa689f82e21 | int ieee80211_parse_ch_switch_ie(struct ieee80211_sub_if_data *sdata,
struct ieee802_11_elems *elems,
enum nl80211_band current_band,
u32 vht_cap_info,
ieee80211_conn_flags_t conn_flags, u8 *bssid,
struct ieee80211_csa_ie *csa_ie) | int ieee80211_parse_ch_switch_ie(struct ieee80211_sub_if_data *sdata,
struct ieee802_11_elems *elems,
enum nl80211_band current_band,
u32 vht_cap_info,
struct ieee80211_conn_settings *conn,
u8 *bssid,
struct ieee80211_csa_ie *csa_ie) | param_type_changed |
function_signature_change | ieee80211_chandef_downgrade | net/mac80211/util.c | 310c8387c63830bc375827242e0f9fa689f82e21 | ieee80211_conn_flags_t ieee80211_chandef_downgrade(struct cfg80211_chan_def *c) | void ieee80211_chandef_downgrade(struct cfg80211_chan_def *c,
struct ieee80211_conn_settings *conn) | param_added |
function_signature_change | gb_spi_transfer_one_message | drivers/staging/greybus/spilib.c | ee3c668dda3d2783b0fff4091461356fe000e4d8 | static int gb_spi_transfer_one_message(struct spi_master *master,
struct spi_message *msg) | static int gb_spi_transfer_one_message(struct spi_controller *ctlr,
struct spi_message *msg) | param_type_changed |
function_signature_change | gb_spi_prepare_transfer_hardware | drivers/staging/greybus/spilib.c | ee3c668dda3d2783b0fff4091461356fe000e4d8 | static int gb_spi_prepare_transfer_hardware(struct spi_master *master) | static int gb_spi_prepare_transfer_hardware(struct spi_controller *ctlr) | param_type_changed |
function_signature_change | gb_spi_unprepare_transfer_hardware | drivers/staging/greybus/spilib.c | ee3c668dda3d2783b0fff4091461356fe000e4d8 | static int gb_spi_unprepare_transfer_hardware(struct spi_master *master) | static int gb_spi_unprepare_transfer_hardware(struct spi_controller *ctlr) | param_type_changed |
function_signature_change | octeon_spi_transfer_one_message | drivers/spi/spi-cavium.c | 1747fbdedba8b6b3fd459895ed5d57e534549884 | int octeon_spi_transfer_one_message(struct spi_master *master,
struct spi_message *msg) | int octeon_spi_transfer_one_message(struct spi_controller *ctlr,
struct spi_message *msg) | param_type_changed |
function_signature_change | octeon_spi_transfer_one_message | drivers/spi/spi-cavium.h | 1747fbdedba8b6b3fd459895ed5d57e534549884 | int octeon_spi_transfer_one_message(struct spi_master *master,
struct spi_message *msg) | int octeon_spi_transfer_one_message(struct spi_controller *ctlr,
struct spi_message *msg) | param_type_changed |
function_signature_change | spi_bitbang_prepare_hardware | drivers/spi/spi-bitbang.c | 2259233110d90059187c5ba75537eb93eba8417b | static int spi_bitbang_prepare_hardware(struct spi_master *spi) | static int spi_bitbang_prepare_hardware(struct spi_controller *spi) | param_type_changed |
function_signature_change | spi_bitbang_transfer_one | drivers/spi/spi-bitbang.c | 2259233110d90059187c5ba75537eb93eba8417b | static int spi_bitbang_transfer_one(struct spi_master *master,
struct spi_device *spi,
struct spi_transfer *transfer) | static int spi_bitbang_transfer_one(struct spi_controller *ctlr,
struct spi_device *spi,
struct spi_transfer *transfer) | param_type_changed |
function_signature_change | spi_bitbang_unprepare_hardware | drivers/spi/spi-bitbang.c | 2259233110d90059187c5ba75537eb93eba8417b | static int spi_bitbang_unprepare_hardware(struct spi_master *spi) | static int spi_bitbang_unprepare_hardware(struct spi_controller *spi) | param_type_changed |
function_signature_change | v4l2_spi_new_subdev | include/media/v4l2-common.h | d920b3a672b7f79cd13b341234aebd49233f836c | struct v4l2_subdev *v4l2_spi_new_subdev(struct v4l2_device *v4l2_dev,
struct spi_master *master, struct spi_board_info *info) | struct v4l2_subdev *v4l2_spi_new_subdev(struct v4l2_device *v4l2_dev,
struct spi_controller *ctlr, struct spi_board_info *info) | return_type_changed |
function_signature_change | msi2500_transfer_one_message | drivers/media/usb/msi2500/msi2500.c | dd868ae646d5770f80f90dc056d06eb2e6d39c62 | static int msi2500_transfer_one_message(struct spi_master *master,
struct spi_message *m) | static int msi2500_transfer_one_message(struct spi_controller *ctlr,
struct spi_message *m) | param_type_changed |
function_signature_change | netup_spi_transfer | drivers/media/pci/netup_unidvb/netup_unidvb_spi.c | cfa13a64bd631d8f04a1c385923706fcef9a63ed | static int netup_spi_transfer(struct spi_master *master,
struct spi_message *msg) | static int netup_spi_transfer(struct spi_controller *ctlr,
struct spi_message *msg) | param_type_changed |
struct_layout_change | avs_tplg_module | sound/soc/intel/avs/topology.h | 1b4217ebbb3e9d9b014db660618a4ddb61b3c321 | null | null | fields_modified |
function_signature_change | mark_all_dquot_dirty | fs/quota/dquot.c | 179b8c97ebf63429589f5afeba59a181fe70603e | static inline int mark_all_dquot_dirty(struct dquot * const *dquots) | static inline int mark_all_dquot_dirty(struct dquot __rcu * const *dquots) | param_type_changed |
function_signature_change | ip_tunnel_delete_nets | include/net/ip_tunnels.h | 9b5b36374ed6953f3efcc82e7cb4c353b9869faf | void ip_tunnel_delete_nets(struct list_head *list_net, unsigned int id,
struct rtnl_link_ops *ops) | void ip_tunnel_delete_nets(struct list_head *list_net, unsigned int id,
struct rtnl_link_ops *ops,
struct list_head *dev_to_kill) | param_added |
function_signature_change | ip_tunnel_delete_nets | net/ipv4/ip_tunnel.c | 9b5b36374ed6953f3efcc82e7cb4c353b9869faf | void ip_tunnel_delete_nets(struct list_head *net_list, unsigned int id,
struct rtnl_link_ops *ops) | void ip_tunnel_delete_nets(struct list_head *net_list, unsigned int id,
struct rtnl_link_ops *ops,
struct list_head *dev_to_kill) | param_added |
function_signature_change | vxlan_destroy_tunnels | drivers/net/vxlan/vxlan_core.c | 110d3047a3ec033de00322b1a8068b1215efa97a | static void vxlan_destroy_tunnels(struct net *net, struct list_head *head) | static void __net_exit vxlan_destroy_tunnels(struct vxlan_net *vn,
struct list_head *dev_to_kill) | return_type_changed |
function_signature_change | bpf_cpumask_create | tools/testing/selftests/bpf/progs/cpumask_common.h | ba6a6abb3bfa8377bcf386a11077c0533909f9e8 | struct bpf_cpumask *bpf_cpumask_create(void) __ksym | struct bpf_cpumask *bpf_cpumask_create(void) __ksym __weak | return_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.