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 | amdgpu_dm_psr_enable | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 1202f794cdaa4f0ba6a456bc034f2db6cfcf5579 | bool amdgpu_dm_psr_enable(struct dc_stream_state *stream) | void amdgpu_dm_psr_enable(struct dc_stream_state *stream) | return_type_changed |
function_signature_change | amdgpu_dm_psr_enable | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.h | 1202f794cdaa4f0ba6a456bc034f2db6cfcf5579 | bool amdgpu_dm_psr_enable(struct dc_stream_state *stream) | void amdgpu_dm_psr_enable(struct dc_stream_state *stream) | return_type_changed |
function_signature_change | blk_rq_set_mixed_merge | block/blk-merge.c | dc53d9eac1db76fd27b1fcee1f64c840cf82b468 | void blk_rq_set_mixed_merge(struct request *rq) | static void blk_rq_set_mixed_merge(struct request *rq) | return_type_changed |
struct_layout_change | i40e_q_vector | drivers/net/ethernet/intel/i40e/i40e.h | ea558de7238bb12c3435c47f0631e9d17bf4a09f | null | null | fields_modified |
function_signature_change | i40e_buildreg_itr | drivers/net/ethernet/intel/i40e/i40e_txrx.c | ea558de7238bb12c3435c47f0631e9d17bf4a09f | static inline u32 i40e_buildreg_itr(const int type, u16 itr) | static u32 i40e_buildreg_itr(enum i40e_dyn_idx itr_idx, u16 interval,
bool force_swint) | param_added |
function_signature_change | __flush_tlb_range | arch/riscv/mm/tlbflush.c | 674bc0168e6b68070c75df22e97ab63b6eb60d89 | static void __flush_tlb_range(struct cpumask *cmask, unsigned long asid,
unsigned long start, unsigned long size,
unsigned long stride) | static void __flush_tlb_range(const struct cpumask *cmask, unsigned long asid,
unsigned long start, unsigned long size,
unsigned long stride) | param_type_changed |
function_signature_change | dwc2_wakeup_from_lpm_l1 | drivers/usb/dwc2/core_intr.c | 5d69a3b54e5a630c90d82a4c2bdce3d53dc78710 | static void dwc2_wakeup_from_lpm_l1(struct dwc2_hsotg *hsotg) | void dwc2_wakeup_from_lpm_l1(struct dwc2_hsotg *hsotg, bool remotewakeup) | param_added |
function_signature_change | einj_remove | drivers/acpi/apei/einj-core.c | a24118a8a6870fe06dbbd59f915b9ca3662b2ddb | static void __exit einj_remove(struct platform_device *pdev) | static void einj_remove(struct platform_device *pdev) | return_type_changed |
function_signature_change | arm_smmu_make_bypass_ste | drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | ec9098d6bffea6e82d63640134c123a3d96e0781 | static void arm_smmu_make_bypass_ste(struct arm_smmu_ste *target) | static void arm_smmu_make_bypass_ste(struct arm_smmu_device *smmu,
struct arm_smmu_ste *target) | param_added |
function_signature_change | arm_smmu_init_initial_stes | drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | ec9098d6bffea6e82d63640134c123a3d96e0781 | static void arm_smmu_init_initial_stes(struct arm_smmu_ste *strtab,
unsigned int nent) | static void arm_smmu_init_initial_stes(struct arm_smmu_device *smmu,
struct arm_smmu_ste *strtab,
unsigned int nent) | param_added |
struct_layout_change | mtk_vcodec_enc_dev | drivers/media/platform/mediatek/vcodec/encoder/mtk_vcodec_enc_drv.h | afaaf3a0f647a24a7bf6a2145d8ade37baaf75ad | null | null | fields_modified |
function_signature_change | armada_370_xp_msi_reenable_percpu | drivers/irqchip/irq-armada-370-xp.c | 9e81e329508576b499b5c47ab106b5fa45ce96d9 | static void armada_370_xp_msi_reenable_percpu(void) | static __maybe_unused void armada_370_xp_msi_reenable_percpu(void) | return_type_changed |
function_signature_change | sd_resume | drivers/scsi/sd.c | 0c76106cb97548810214def8ee22700bbbb90543 | static int sd_resume(struct device *dev, bool runtime) | static int sd_resume(struct device *dev) | param_removed |
struct_layout_change | xe_bo | drivers/gpu/drm/xe/xe_bo_types.h | fd00fe8cdbb241644131ece133a2eb1c3951f21e | null | null | fields_modified |
function_signature_change | ice_aq_map_recipe_to_profile | drivers/net/ethernet/intel/ice/ice_switch.c | 817b18965b58a6e5fb6ce97abf01b03a205a6aea | int
ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap,
struct ice_sq_cd *cd) | int
ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc,
struct ice_sq_cd *cd) | param_type_changed |
function_signature_change | ice_aq_get_recipe_to_profile | drivers/net/ethernet/intel/ice/ice_switch.c | 817b18965b58a6e5fb6ce97abf01b03a205a6aea | int
ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap,
struct ice_sq_cd *cd) | int
ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc,
struct ice_sq_cd *cd) | param_type_changed |
function_signature_change | ice_aq_get_recipe_to_profile | drivers/net/ethernet/intel/ice/ice_switch.h | 817b18965b58a6e5fb6ce97abf01b03a205a6aea | int
ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap,
struct ice_sq_cd *cd) | int
ice_aq_get_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 *r_assoc,
struct ice_sq_cd *cd) | param_type_changed |
function_signature_change | ice_aq_map_recipe_to_profile | drivers/net/ethernet/intel/ice/ice_switch.h | 817b18965b58a6e5fb6ce97abf01b03a205a6aea | int
ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u8 *r_bitmap,
struct ice_sq_cd *cd) | int
ice_aq_map_recipe_to_profile(struct ice_hw *hw, u32 profile_id, u64 r_assoc,
struct ice_sq_cd *cd) | param_type_changed |
function_signature_change | iwl_mvm_pass_packet_to_mac80211 | drivers/net/wireless/intel/iwlwifi/mvm/rxmq.c | e78d7877308989ef91b64a3c746ae31324c07caa | static void iwl_mvm_pass_packet_to_mac80211(struct iwl_mvm *mvm,
struct napi_struct *napi,
struct sk_buff *skb, int queue,
struct ieee80211_sta *sta,
struct ieee80211_link_sta *link_sta) | static void iwl_mvm_pass_packet_to_mac80211(struct iwl_mvm *mvm,
struct napi_struct *napi,
struct sk_buff *skb, int queue,
struct ieee80211_sta *sta) | param_removed |
function_signature_change | xfs_validate_stripe_geometry | fs/xfs/libxfs/xfs_sb.c | 15922f5dbf51dad334cde888ce6835d377678dc9 | bool
xfs_validate_stripe_geometry(
struct xfs_mount *mp,
__s64 sunit,
__s64 swidth,
int sectorsize,
bool silent) | bool
xfs_validate_stripe_geometry(
struct xfs_mount *mp,
__s64 sunit,
__s64 swidth,
int sectorsize,
bool may_repair,
bool silent) | param_added |
function_signature_change | xfs_validate_stripe_geometry | fs/xfs/libxfs/xfs_sb.h | 15922f5dbf51dad334cde888ce6835d377678dc9 | extern bool xfs_validate_stripe_geometry(struct xfs_mount *mp,
__s64 sunit, __s64 swidth, int sectorsize, bool silent) | bool xfs_validate_stripe_geometry(struct xfs_mount *mp,
__s64 sunit, __s64 swidth, int sectorsize, bool may_repair,
bool silent) | param_added |
function_signature_change | topo_set_ids | arch/x86/kernel/cpu/topology_common.c | 7af541cee1e0eb48c6eb439bc6309175339fa96f | static void topo_set_ids(struct topo_scan *tscan) | static void topo_set_ids(struct topo_scan *tscan, bool early) | param_added |
function_signature_change | __send_ipi_mask_ex | arch/x86/hyperv/hv_apic.c | e249884e106b81c34f8050d23935ffc12623843f | static bool __send_ipi_mask_ex(const struct cpumask *mask, int vector,
bool exclude_self) | static bool __send_ipi_mask_ex(const struct cpumask *mask, int vector,
bool exclude_self) | param_type_changed |
function_signature_change | __send_ipi_mask | arch/x86/hyperv/hv_apic.c | e249884e106b81c34f8050d23935ffc12623843f | static bool __send_ipi_mask(const struct cpumask *mask, int vector,
bool exclude_self) | static bool __send_ipi_mask(const struct cpumask *mask, int vector,
bool exclude_self) | param_type_changed |
function_signature_change | setup_hd64461 | arch/sh/cchips/hd6446x/hd64461.c | 1e21acb7fbfb15fcb4afe21fb5a50a1bc00743ec | int __init setup_hd64461(void) | static int __init setup_hd64461(void) | return_type_changed |
function_signature_change | wait_for_outstanding_hw_updates | drivers/gpu/drm/amd/display/dc/core/dc.c | 2d7f3d1a5866705be2393150e1ffdf67030ab88d | static void wait_for_outstanding_hw_updates(struct dc *dc, const struct dc_state *dc_context) | static void wait_for_outstanding_hw_updates(struct dc *dc, struct dc_state *dc_context) | param_type_changed |
function_signature_change | edp_set_coasting_vtotal | drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c | 8e054b0f1e71531762b8ded7f66c1b4af734671b | bool edp_set_coasting_vtotal(struct dc_link *link, uint16_t coasting_vtotal) | bool edp_set_coasting_vtotal(struct dc_link *link, uint32_t coasting_vtotal) | param_type_changed |
function_signature_change | edp_set_replay_power_opt_and_coasting_vtotal | drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c | 8e054b0f1e71531762b8ded7f66c1b4af734671b | bool edp_set_replay_power_opt_and_coasting_vtotal(struct dc_link *link,
const unsigned int *power_opts, uint16_t coasting_vtotal) | bool edp_set_replay_power_opt_and_coasting_vtotal(struct dc_link *link,
const unsigned int *power_opts, uint32_t coasting_vtotal) | param_type_changed |
function_signature_change | edp_set_coasting_vtotal | drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.h | 8e054b0f1e71531762b8ded7f66c1b4af734671b | bool edp_set_coasting_vtotal(struct dc_link *link, uint16_t coasting_vtotal) | bool edp_set_coasting_vtotal(struct dc_link *link, uint32_t coasting_vtotal) | param_type_changed |
function_signature_change | edp_set_replay_power_opt_and_coasting_vtotal | drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.h | 8e054b0f1e71531762b8ded7f66c1b4af734671b | bool edp_set_replay_power_opt_and_coasting_vtotal(struct dc_link *link,
const unsigned int *power_opts, uint16_t coasting_vtotal) | bool edp_set_replay_power_opt_and_coasting_vtotal(struct dc_link *link,
const unsigned int *power_opts, uint32_t coasting_vtotal) | param_type_changed |
function_signature_change | set_replay_coasting_vtotal | drivers/gpu/drm/amd/display/modules/power/power_helpers.c | 8e054b0f1e71531762b8ded7f66c1b4af734671b | void set_replay_coasting_vtotal(struct dc_link *link,
enum replay_coasting_vtotal_type type,
uint16_t vtotal) | void set_replay_coasting_vtotal(struct dc_link *link,
enum replay_coasting_vtotal_type type,
uint32_t vtotal) | param_type_changed |
function_signature_change | set_replay_coasting_vtotal | drivers/gpu/drm/amd/display/modules/power/power_helpers.h | 8e054b0f1e71531762b8ded7f66c1b4af734671b | void set_replay_coasting_vtotal(struct dc_link *link,
enum replay_coasting_vtotal_type type,
uint16_t vtotal) | void set_replay_coasting_vtotal(struct dc_link *link,
enum replay_coasting_vtotal_type type,
uint32_t vtotal) | param_type_changed |
function_signature_change | riscv64_aes_cbc_crypt | arch/riscv/crypto/aes-riscv64-glue.c | c70dfa4a2723ff5046fdc6d8a054713483f64f1b | static inline int riscv64_aes_cbc_crypt(struct skcipher_request *req, bool enc) | static int riscv64_aes_cbc_crypt(struct skcipher_request *req, bool enc) | return_type_changed |
function_signature_change | __set_pte_at | arch/riscv/include/asm/pgtable.h | 01261e24cfab69c65043e1e61168348ae23a64c2 | static inline void __set_pte_at(pte_t *ptep, pte_t pteval) | static inline void __set_pte_at(struct mm_struct *mm, pte_t *ptep, pte_t pteval) | param_added |
function_signature_change | flush_icache_pte | arch/riscv/include/asm/pgtable.h | 01261e24cfab69c65043e1e61168348ae23a64c2 | void flush_icache_pte(pte_t pte) | void flush_icache_pte(struct mm_struct *mm, pte_t pte) | param_added |
function_signature_change | flush_icache_pte | arch/riscv/mm/cacheflush.c | 01261e24cfab69c65043e1e61168348ae23a64c2 | void flush_icache_pte(pte_t pte) | void flush_icache_pte(struct mm_struct *mm, pte_t pte) | param_added |
function_signature_change | __rvu_mbox_handler | drivers/net/ethernet/marvell/octeontx2/af/rvu.c | a88e0f936ba9a301c78f6eacfd38737d003c130b | static void __rvu_mbox_handler(struct rvu_work *mwork, int type) | static void __rvu_mbox_handler(struct rvu_work *mwork, int type, bool poll) | param_added |
function_signature_change | bpf_jit_plt | arch/s390/net/bpf_jit_comp.c | 7ded842b356d151ece8ac4985940438e6d3998bb | static void bpf_jit_plt(void *plt, void *ret, void *target) | static void bpf_jit_plt(struct bpf_plt *plt, void *ret, void *target) | param_type_changed |
function_signature_change | exfat_update_dir_chksum | fs/exfat/dir.c | 4d714559768911b4738dca521ca38be84a8444b5 | int exfat_update_dir_chksum(struct inode *inode, struct exfat_chain *p_dir,
int entry) | void exfat_update_dir_chksum(struct exfat_entry_set_cache *es) | param_removed |
function_signature_change | exfat_update_dir_chksum | fs/exfat/exfat_fs.h | 4d714559768911b4738dca521ca38be84a8444b5 | int exfat_update_dir_chksum(struct inode *inode, struct exfat_chain *p_dir,
int entry) | void exfat_update_dir_chksum(struct exfat_entry_set_cache *es) | param_removed |
function_signature_change | exfat_search_empty_slot | fs/exfat/namei.c | af02c72d0b621ccd0185248cacb6133a05481e75 | static int exfat_search_empty_slot(struct super_block *sb,
struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir,
int num_entries) | static int exfat_search_empty_slot(struct super_block *sb,
struct exfat_hint_femp *hint_femp, struct exfat_chain *p_dir,
int num_entries, struct exfat_entry_set_cache *es) | param_added |
function_signature_change | exfat_find_empty_entry | fs/exfat/namei.c | af02c72d0b621ccd0185248cacb6133a05481e75 | static int exfat_find_empty_entry(struct inode *inode,
struct exfat_chain *p_dir, int num_entries) | static int exfat_find_empty_entry(struct inode *inode,
struct exfat_chain *p_dir, int num_entries,
struct exfat_entry_set_cache *es) | param_added |
function_signature_change | exfat_init_ext_entry | fs/exfat/dir.c | d97e060673906d16f2b146dfd862c5e8a1afe2e4 | int exfat_init_ext_entry(struct inode *inode, struct exfat_chain *p_dir,
int entry, int num_entries, struct exfat_uni_name *p_uniname) | void exfat_init_ext_entry(struct exfat_entry_set_cache *es, int num_entries,
struct exfat_uni_name *p_uniname) | param_removed |
function_signature_change | exfat_init_ext_entry | fs/exfat/exfat_fs.h | d97e060673906d16f2b146dfd862c5e8a1afe2e4 | int exfat_init_ext_entry(struct inode *inode, struct exfat_chain *p_dir,
int entry, int num_entries, struct exfat_uni_name *p_uniname) | void exfat_init_ext_entry(struct exfat_entry_set_cache *es, int num_entries,
struct exfat_uni_name *p_uniname) | param_removed |
function_signature_change | exfat_remove_entries | fs/exfat/dir.c | ff4343da02e8918deca8ddc91f3855a454e96868 | int exfat_remove_entries(struct inode *inode, struct exfat_chain *p_dir,
int entry, int order, int num_entries) | void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es,
int order) | param_removed |
function_signature_change | exfat_remove_entries | fs/exfat/exfat_fs.h | ff4343da02e8918deca8ddc91f3855a454e96868 | int exfat_remove_entries(struct inode *inode, struct exfat_chain *p_dir,
int entry, int order, int num_entries) | void exfat_remove_entries(struct inode *inode, struct exfat_entry_set_cache *es,
int order) | param_removed |
function_signature_change | exfat_init_dir_entry | fs/exfat/dir.c | cf8663fa994343941fbbd5c1a7f4d131c366ef2f | int exfat_init_dir_entry(struct inode *inode, struct exfat_chain *p_dir,
int entry, unsigned int type, unsigned int start_clu,
unsigned long long size) | void exfat_init_dir_entry(struct exfat_entry_set_cache *es,
unsigned int type, unsigned int start_clu,
unsigned long long size, struct timespec64 *ts) | param_removed |
function_signature_change | exfat_init_dir_entry | fs/exfat/exfat_fs.h | cf8663fa994343941fbbd5c1a7f4d131c366ef2f | int exfat_init_dir_entry(struct inode *inode, struct exfat_chain *p_dir,
int entry, unsigned int type, unsigned int start_clu,
unsigned long long size) | void exfat_init_dir_entry(struct exfat_entry_set_cache *es,
unsigned int type, unsigned int start_clu,
unsigned long long size, struct timespec64 *ts) | param_removed |
function_signature_change | exfat_get_dentry_set | fs/exfat/dir.c | 7b6bab2359e34a85359771a9837b1f44c37e82d2 | int exfat_get_dentry_set(struct exfat_entry_set_cache *es,
struct super_block *sb, struct exfat_chain *p_dir, int entry,
unsigned int type) | int exfat_get_dentry_set(struct exfat_entry_set_cache *es,
struct super_block *sb, struct exfat_chain *p_dir,
int entry, unsigned int num_entries) | param_type_changed |
function_signature_change | exfat_get_dentry_set | fs/exfat/exfat_fs.h | 7b6bab2359e34a85359771a9837b1f44c37e82d2 | int exfat_get_dentry_set(struct exfat_entry_set_cache *es,
struct super_block *sb, struct exfat_chain *p_dir, int entry,
unsigned int type) | int exfat_get_dentry_set(struct exfat_entry_set_cache *es,
struct super_block *sb, struct exfat_chain *p_dir, int entry,
unsigned int num_entries) | param_type_changed |
function_signature_change | ifcvf_get_vq_size | drivers/vdpa/ifcvf/ifcvf_base.c | 36503e5e06a986ae9dbf042589d0ef6e4cbfe15a | static u16 ifcvf_get_vq_size(struct ifcvf_hw *hw, u16 qid) | u16 ifcvf_get_vq_size(struct ifcvf_hw *hw, u16 qid) | return_type_changed |
function_signature_change | pds_vdpa_release_irqs | drivers/vdpa/pds/vdpa_dev.c | ba6faaa68ddab7961fc1be10193ee731c6e2a1f5 | static void pds_vdpa_release_irqs(struct pds_vdpa_device *pdsv) | void pds_vdpa_release_irqs(struct pds_vdpa_device *pdsv) | return_type_changed |
struct_layout_change | pds_vdpa_device | drivers/vdpa/pds/vdpa_dev.h | ba6faaa68ddab7961fc1be10193ee731c6e2a1f5 | null | null | fields_modified |
struct_layout_change | kvm_sev_cmd | arch/x86/include/uapi/asm/kvm.h | f3c80061c0d35c60709088ccb019305796d3f6ff | null | null | fields_modified |
struct_layout_change | kvm_sev_launch_start | arch/x86/include/uapi/asm/kvm.h | f3c80061c0d35c60709088ccb019305796d3f6ff | null | null | fields_modified |
struct_layout_change | kvm_sev_launch_update_data | arch/x86/include/uapi/asm/kvm.h | f3c80061c0d35c60709088ccb019305796d3f6ff | null | null | fields_modified |
struct_layout_change | kvm_sev_launch_secret | arch/x86/include/uapi/asm/kvm.h | f3c80061c0d35c60709088ccb019305796d3f6ff | null | null | fields_modified |
struct_layout_change | kvm_sev_launch_measure | arch/x86/include/uapi/asm/kvm.h | f3c80061c0d35c60709088ccb019305796d3f6ff | null | null | fields_modified |
struct_layout_change | kvm_sev_dbg | arch/x86/include/uapi/asm/kvm.h | f3c80061c0d35c60709088ccb019305796d3f6ff | null | null | fields_modified |
struct_layout_change | kvm_sev_attestation_report | arch/x86/include/uapi/asm/kvm.h | f3c80061c0d35c60709088ccb019305796d3f6ff | null | null | fields_modified |
struct_layout_change | kvm_sev_send_start | arch/x86/include/uapi/asm/kvm.h | f3c80061c0d35c60709088ccb019305796d3f6ff | null | null | fields_modified |
struct_layout_change | kvm_sev_send_update_data | arch/x86/include/uapi/asm/kvm.h | f3c80061c0d35c60709088ccb019305796d3f6ff | null | null | fields_modified |
struct_layout_change | kvm_sev_receive_start | arch/x86/include/uapi/asm/kvm.h | f3c80061c0d35c60709088ccb019305796d3f6ff | null | null | fields_modified |
struct_layout_change | kvm_sev_receive_update_data | arch/x86/include/uapi/asm/kvm.h | f3c80061c0d35c60709088ccb019305796d3f6ff | null | null | fields_modified |
function_signature_change | esp_ssg_unref | net/ipv4/esp4.c | c3198822c6cb9fb588e446540485669cc81c5d34 | static void esp_ssg_unref(struct xfrm_state *x, void *tmp) | static void esp_ssg_unref(struct xfrm_state *x, void *tmp, struct sk_buff *skb) | param_added |
function_signature_change | esp_ssg_unref | net/ipv6/esp6.c | c3198822c6cb9fb588e446540485669cc81c5d34 | static void esp_ssg_unref(struct xfrm_state *x, void *tmp) | static void esp_ssg_unref(struct xfrm_state *x, void *tmp, struct sk_buff *skb) | param_added |
function_signature_change | bind_evtchn_to_irq_chip | drivers/xen/events/events_base.c | d277f9d82802223f242cd9b60c988cfdda1d6be0 | static int bind_evtchn_to_irq_chip(evtchn_port_t evtchn, struct irq_chip *chip,
struct xenbus_device *dev) | static int bind_evtchn_to_irq_chip(evtchn_port_t evtchn, struct irq_chip *chip,
struct xenbus_device *dev, bool shared) | param_added |
function_signature_change | bind_interdomain_evtchn_to_irq_chip | drivers/xen/events/events_base.c | d277f9d82802223f242cd9b60c988cfdda1d6be0 | static int bind_interdomain_evtchn_to_irq_chip(struct xenbus_device *dev,
evtchn_port_t remote_port,
struct irq_chip *chip) | static int bind_interdomain_evtchn_to_irq_chip(struct xenbus_device *dev,
evtchn_port_t remote_port,
struct irq_chip *chip,
bool shared) | param_added |
function_signature_change | crash_ipi_callback | arch/powerpc/include/asm/kexec.h | 5c4233cc0920cc90787aafe950b90f6c57a35b88 | extern void crash_ipi_callback(struct pt_regs *) | extern void crash_ipi_callback(struct pt_regs *regs) | param_type_changed |
function_signature_change | mmu_mark_initmem_nx | arch/powerpc/mm/book3s32/mmu.c | 78cb0945f7141961781f815168f6873ad2b7ed29 | void mmu_mark_initmem_nx(void) | int mmu_mark_initmem_nx(void) | return_type_changed |
function_signature_change | mmu_mark_rodata_ro | arch/powerpc/mm/book3s32/mmu.c | 78cb0945f7141961781f815168f6873ad2b7ed29 | void mmu_mark_rodata_ro(void) | int mmu_mark_rodata_ro(void) | return_type_changed |
function_signature_change | mmu_mark_initmem_nx | arch/powerpc/mm/mmu_decl.h | 78cb0945f7141961781f815168f6873ad2b7ed29 | void mmu_mark_initmem_nx(void) | int mmu_mark_initmem_nx(void) | return_type_changed |
function_signature_change | mmu_mark_rodata_ro | arch/powerpc/mm/mmu_decl.h | 78cb0945f7141961781f815168f6873ad2b7ed29 | void mmu_mark_rodata_ro(void) | int mmu_mark_rodata_ro(void) | return_type_changed |
function_signature_change | mmu_mapin_ram_chunk | arch/powerpc/mm/nohash/8xx.c | 78cb0945f7141961781f815168f6873ad2b7ed29 | static void mmu_mapin_ram_chunk(unsigned long offset, unsigned long top,
pgprot_t prot, bool new) | static int mmu_mapin_ram_chunk(unsigned long offset, unsigned long top,
pgprot_t prot, bool new) | return_type_changed |
function_signature_change | mmu_mark_initmem_nx | arch/powerpc/mm/nohash/8xx.c | 78cb0945f7141961781f815168f6873ad2b7ed29 | void mmu_mark_initmem_nx(void) | int mmu_mark_initmem_nx(void) | return_type_changed |
function_signature_change | mmu_mark_rodata_ro | arch/powerpc/mm/nohash/8xx.c | 78cb0945f7141961781f815168f6873ad2b7ed29 | void mmu_mark_rodata_ro(void) | int mmu_mark_rodata_ro(void) | return_type_changed |
function_signature_change | mmu_mark_rodata_ro | arch/powerpc/mm/nohash/e500.c | 78cb0945f7141961781f815168f6873ad2b7ed29 | void mmu_mark_rodata_ro(void) | int mmu_mark_rodata_ro(void) | return_type_changed |
function_signature_change | mmu_mark_initmem_nx | arch/powerpc/mm/nohash/e500.c | 78cb0945f7141961781f815168f6873ad2b7ed29 | void mmu_mark_initmem_nx(void) | int mmu_mark_initmem_nx(void) | return_type_changed |
function_signature_change | get_default_font | include/linux/font.h | 152609795dbf02f004c86049b75c23f4e68071d8 | extern const struct font_desc *get_default_font(int xres, int yres,
u32 font_w, u32 font_h) | extern const struct font_desc *get_default_font(int xres, int yres,
unsigned long *font_w,
unsigned long *font_h) | return_type_changed |
function_signature_change | sendmsg_copy_msghdr | net/socket.c | e54e09c05c00120cbe817bdb037088035be4bd79 | int sendmsg_copy_msghdr(struct msghdr *msg,
struct user_msghdr __user *umsg, unsigned flags,
struct iovec **iov) | static int sendmsg_copy_msghdr(struct msghdr *msg,
struct user_msghdr __user *umsg, unsigned flags,
struct iovec **iov) | return_type_changed |
function_signature_change | recvmsg_copy_msghdr | net/socket.c | e54e09c05c00120cbe817bdb037088035be4bd79 | int recvmsg_copy_msghdr(struct msghdr *msg,
struct user_msghdr __user *umsg, unsigned flags,
struct sockaddr __user **uaddr,
struct iovec **iov) | static int recvmsg_copy_msghdr(struct msghdr *msg,
struct user_msghdr __user *umsg, unsigned flags,
struct sockaddr __user **uaddr,
struct iovec **iov) | return_type_changed |
function_signature_change | security_getselfattr | include/linux/security.h | a5a858f622a0aff5cdb5e271442cd01b2a01467f | int security_getselfattr(unsigned int attr, struct lsm_ctx __user *ctx,
size_t __user *size, u32 flags) | int security_getselfattr(unsigned int attr, struct lsm_ctx __user *ctx,
u32 __user *size, u32 flags) | param_type_changed |
function_signature_change | security_setselfattr | include/linux/security.h | a5a858f622a0aff5cdb5e271442cd01b2a01467f | int security_setselfattr(unsigned int attr, struct lsm_ctx __user *ctx,
size_t size, u32 flags) | int security_setselfattr(unsigned int attr, struct lsm_ctx __user *ctx,
u32 size, u32 flags) | param_type_changed |
function_signature_change | lsm_fill_user_ctx | include/linux/security.h | a5a858f622a0aff5cdb5e271442cd01b2a01467f | int lsm_fill_user_ctx(struct lsm_ctx __user *uctx, size_t *uctx_len,
void *val, size_t val_len, u64 id, u64 flags) | int lsm_fill_user_ctx(struct lsm_ctx __user *uctx, u32 *uctx_len,
void *val, size_t val_len, u64 id, u64 flags) | param_type_changed |
function_signature_change | sys_lsm_get_self_attr | include/linux/syscalls.h | a5a858f622a0aff5cdb5e271442cd01b2a01467f | asmlinkage long sys_lsm_get_self_attr(unsigned int attr, struct lsm_ctx *ctx,
size_t *size, __u32 flags) | asmlinkage long sys_lsm_get_self_attr(unsigned int attr, struct lsm_ctx *ctx,
u32 *size, u32 flags) | param_type_changed |
function_signature_change | sys_lsm_set_self_attr | include/linux/syscalls.h | a5a858f622a0aff5cdb5e271442cd01b2a01467f | asmlinkage long sys_lsm_set_self_attr(unsigned int attr, struct lsm_ctx *ctx,
size_t size, __u32 flags) | asmlinkage long sys_lsm_set_self_attr(unsigned int attr, struct lsm_ctx *ctx,
u32 size, u32 flags) | param_type_changed |
function_signature_change | sys_lsm_list_modules | include/linux/syscalls.h | a5a858f622a0aff5cdb5e271442cd01b2a01467f | asmlinkage long sys_lsm_list_modules(u64 *ids, size_t *size, u32 flags) | asmlinkage long sys_lsm_list_modules(u64 *ids, u32 *size, u32 flags) | param_type_changed |
function_signature_change | apparmor_getselfattr | security/apparmor/lsm.c | a5a858f622a0aff5cdb5e271442cd01b2a01467f | static int apparmor_getselfattr(unsigned int attr, struct lsm_ctx __user *lx,
size_t *size, u32 flags) | static int apparmor_getselfattr(unsigned int attr, struct lsm_ctx __user *lx,
u32 *size, u32 flags) | param_type_changed |
function_signature_change | apparmor_setselfattr | security/apparmor/lsm.c | a5a858f622a0aff5cdb5e271442cd01b2a01467f | static int apparmor_setselfattr(unsigned int attr, struct lsm_ctx *ctx,
size_t size, u32 flags) | static int apparmor_setselfattr(unsigned int attr, struct lsm_ctx *ctx,
u32 size, u32 flags) | param_type_changed |
function_signature_change | lsm_fill_user_ctx | security/security.c | a5a858f622a0aff5cdb5e271442cd01b2a01467f | int lsm_fill_user_ctx(struct lsm_ctx __user *uctx, size_t *uctx_len,
void *val, size_t val_len,
u64 id, u64 flags) | int lsm_fill_user_ctx(struct lsm_ctx __user *uctx, u32 *uctx_len,
void *val, size_t val_len,
u64 id, u64 flags) | param_type_changed |
function_signature_change | security_getselfattr | security/security.c | a5a858f622a0aff5cdb5e271442cd01b2a01467f | int security_getselfattr(unsigned int attr, struct lsm_ctx __user *uctx,
size_t __user *size, u32 flags) | int security_getselfattr(unsigned int attr, struct lsm_ctx __user *uctx,
u32 __user *size, u32 flags) | param_type_changed |
function_signature_change | security_setselfattr | security/security.c | a5a858f622a0aff5cdb5e271442cd01b2a01467f | int security_setselfattr(unsigned int attr, struct lsm_ctx __user *uctx,
size_t size, u32 flags) | int security_setselfattr(unsigned int attr, struct lsm_ctx __user *uctx,
u32 size, u32 flags) | param_type_changed |
function_signature_change | selinux_getselfattr | security/selinux/hooks.c | a5a858f622a0aff5cdb5e271442cd01b2a01467f | static int selinux_getselfattr(unsigned int attr, struct lsm_ctx __user *ctx,
size_t *size, u32 flags) | static int selinux_getselfattr(unsigned int attr, struct lsm_ctx __user *ctx,
u32 *size, u32 flags) | param_type_changed |
function_signature_change | selinux_setselfattr | security/selinux/hooks.c | a5a858f622a0aff5cdb5e271442cd01b2a01467f | static int selinux_setselfattr(unsigned int attr, struct lsm_ctx *ctx,
size_t size, u32 flags) | static int selinux_setselfattr(unsigned int attr, struct lsm_ctx *ctx,
u32 size, u32 flags) | param_type_changed |
function_signature_change | smack_getselfattr | security/smack/smack_lsm.c | a5a858f622a0aff5cdb5e271442cd01b2a01467f | static int smack_getselfattr(unsigned int attr, struct lsm_ctx __user *ctx,
size_t *size, u32 flags) | static int smack_getselfattr(unsigned int attr, struct lsm_ctx __user *ctx,
u32 *size, u32 flags) | param_type_changed |
function_signature_change | smack_setselfattr | security/smack/smack_lsm.c | a5a858f622a0aff5cdb5e271442cd01b2a01467f | static int smack_setselfattr(unsigned int attr, struct lsm_ctx *ctx,
size_t size, u32 flags) | static int smack_setselfattr(unsigned int attr, struct lsm_ctx *ctx,
u32 size, u32 flags) | param_type_changed |
function_signature_change | lsm_get_self_attr | tools/testing/selftests/lsm/common.h | a5a858f622a0aff5cdb5e271442cd01b2a01467f | static inline int lsm_get_self_attr(unsigned int attr, struct lsm_ctx *ctx,
size_t *size, __u32 flags) | static inline int lsm_get_self_attr(unsigned int attr, struct lsm_ctx *ctx,
__u32 *size, __u32 flags) | param_type_changed |
function_signature_change | lsm_set_self_attr | tools/testing/selftests/lsm/common.h | a5a858f622a0aff5cdb5e271442cd01b2a01467f | static inline int lsm_set_self_attr(unsigned int attr, struct lsm_ctx *ctx,
size_t size, __u32 flags) | static inline int lsm_set_self_attr(unsigned int attr, struct lsm_ctx *ctx,
__u32 size, __u32 flags) | param_type_changed |
function_signature_change | lsm_list_modules | tools/testing/selftests/lsm/common.h | a5a858f622a0aff5cdb5e271442cd01b2a01467f | static inline int lsm_list_modules(__u64 *ids, size_t *size, __u32 flags) | static inline int lsm_list_modules(__u64 *ids, __u32 *size, __u32 flags) | param_type_changed |
function_signature_change | mean_and_variance_weighted_update | fs/bcachefs/mean_and_variance.c | 4b4f0876ab74167cc402ccd5ce9154e7dc666829 | void mean_and_variance_weighted_update(struct mean_and_variance_weighted *s, s64 x) | void mean_and_variance_weighted_update(struct mean_and_variance_weighted *s,
s64 x, bool initted, u8 weight) | param_added |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.