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
list_add_tail
scripts/kconfig/list.h
55f649b73de1585de8608ad5afa764cd7646f9c2
static inline void list_add_tail(struct list_head *_new, struct list_head *head)
static inline void list_add_tail(struct list_head *new, struct list_head *head)
param_type_changed
function_signature_change
file_lookup
scripts/kconfig/lkc.h
5b058034e3aa600802ab609e8264dc2ca1300ebe
struct file *file_lookup(const char *name)
const char *file_lookup(const char *name)
return_type_changed
function_signature_change
env_write_dep
scripts/kconfig/lkc_proto.h
56e634b06fd554b819ac9c45fc77a41500861ced
void env_write_dep(FILE *f, const char *auto_conf_name)
void env_write_dep(struct gstr *gs)
param_removed
function_signature_change
env_write_dep
scripts/kconfig/preprocess.c
56e634b06fd554b819ac9c45fc77a41500861ced
void env_write_dep(FILE *f, const char *autoconfig_name)
void env_write_dep(struct gstr *s)
param_removed
function_signature_change
pmz_detach
drivers/tty/serial/pmac_zilog.c
1643281347f80116a500e6a17726351a7265a55c
static int __exit pmz_detach(struct platform_device *pdev)
static void __exit pmz_detach(struct platform_device *pdev)
return_type_changed
function_signature_change
goldfish_tty_remove
drivers/tty/goldfish.c
138ab8af698d0139c6d73694128605c384e6c2c5
static int goldfish_tty_remove(struct platform_device *pdev)
static void goldfish_tty_remove(struct platform_device *pdev)
return_type_changed
function_signature_change
amiga_serial_remove
drivers/tty/amiserial.c
d4c22ec3fc7c6692273945925cd4bbf8f7888a54
static int __exit amiga_serial_remove(struct platform_device *pdev)
static void __exit amiga_serial_remove(struct platform_device *pdev)
return_type_changed
function_signature_change
snd_oxfw_stream_parse_format
sound/firewire/oxfw/oxfw-stream.c
5c0a35b26f3b7b260475bd0e62261584aab8e486
int snd_oxfw_stream_parse_format(u8 *format, struct snd_oxfw_stream_formation *formation)
int snd_oxfw_stream_parse_format(const u8 *format, struct snd_oxfw_stream_formation *formation)
param_type_changed
function_signature_change
snd_oxfw_stream_parse_format
sound/firewire/oxfw/oxfw.h
5c0a35b26f3b7b260475bd0e62261584aab8e486
int snd_oxfw_stream_parse_format(u8 *format, struct snd_oxfw_stream_formation *formation)
int snd_oxfw_stream_parse_format(const u8 *format, struct snd_oxfw_stream_formation *formation)
param_type_changed
function_signature_change
sysctr_timer_enable
drivers/clocksource/timer-imx-sysctr.c
418062b548b138a1e6a9fde3a8ddf7fa77c44c9e
static void sysctr_timer_enable(bool enable)
static void sysctr_timer_enable(struct clock_event_device *evt, bool enable)
param_added
function_signature_change
sysctr_irq_acknowledge
drivers/clocksource/timer-imx-sysctr.c
418062b548b138a1e6a9fde3a8ddf7fa77c44c9e
static void sysctr_irq_acknowledge(void)
static void sysctr_irq_acknowledge(struct clock_event_device *evt)
param_type_changed
function_signature_change
sysctr_read_counter
drivers/clocksource/timer-imx-sysctr.c
418062b548b138a1e6a9fde3a8ddf7fa77c44c9e
static inline u64 sysctr_read_counter(void)
static inline u64 sysctr_read_counter(struct clock_event_device *evt)
param_type_changed
function_signature_change
gpio_device_find
include/linux/gpio/driver.h
4a92857d6e8383eca6d661538bb25dc7004fd391
struct gpio_device *gpio_device_find(void *data, int (*match)(struct gpio_chip *gc, const void *data))
struct gpio_device *gpio_device_find(const void *data, int (*match)(struct gpio_chip *gc, const void *data))
return_type_changed
function_signature_change
rtllib_disable_net_monitor_mode
drivers/staging/rtl8192e/rtllib_softmac.c
459a6c2b25806214d0f41dc539561a66954f9194
void rtllib_disable_net_monitor_mode(struct net_device *dev, bool init_state)
void rtllib_disable_net_monitor_mode(struct net_device *dev, bool init_state)
param_type_changed
struct_layout_change
rt_hi_throughput
drivers/staging/rtl8192e/rtl819x_HT.h
0efe628a94b6503d0152b88db4a71f064c3334fc
null
null
fields_modified
function_signature_change
hdc3020_write_bytes
drivers/iio/humidity/hdc3020.c
52882c6fb16ff406b7f5330958523328ce40f248
static int hdc3020_write_bytes(struct hdc3020_data *data, const u8 *buf, u8 len)
static int hdc3020_write_bytes(struct hdc3020_data *data, u8 *buf, u8 len)
param_type_changed
function_signature_change
hdc3020_read_bytes
drivers/iio/humidity/hdc3020.c
52882c6fb16ff406b7f5330958523328ce40f248
static int hdc3020_read_bytes(struct hdc3020_data *data, const u8 *buf, void *val, int len)
static int hdc3020_read_bytes(struct hdc3020_data *data, u16 reg, u8 *buf, int len)
param_type_changed
function_signature_change
als_parse_report
drivers/iio/light/hid-sensor-als.c
f2a71ebdf2312a07824fb8445267e62bc0074e56
static int als_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, struct iio_chan_spec *channels, unsigned usage_id, struct als_state *st)
static int als_parse_report(struct platform_device *pdev, struct hid_sensor_hub_device *hsdev, unsigned usage_id, struct als_state *st)
param_removed
function_signature_change
dwc3_gadget_start_config
drivers/usb/dwc3/gadget.c
b311048c174da893f47fc09439bc1f6fa2a29589
static int dwc3_gadget_start_config(struct dwc3_ep *dep)
int dwc3_gadget_start_config(struct dwc3 *dwc, unsigned int resource_index)
param_added
function_signature_change
xhci_update_erst_dequeue
drivers/usb/host/xhci-ring.c
143e64df1bda33310c30ba5e15f72022e6135939
static void xhci_update_erst_dequeue(struct xhci_hcd *xhci, struct xhci_interrupter *ir, union xhci_trb *event_ring_deq, bool clear_ehb)
static void xhci_update_erst_dequeue(struct xhci_hcd *xhci, struct xhci_interrupter *ir, bool clear_ehb)
param_removed
function_signature_change
trb_block_event_intr
drivers/usb/host/xhci-ring.c
becbd202af8425e336b1c25e9254616a5c03d819
static bool trb_block_event_intr(struct xhci_hcd *xhci, int num_tds, int i)
static bool trb_block_event_intr(struct xhci_hcd *xhci, int num_tds, int i, struct xhci_interrupter *ir)
param_added
function_signature_change
qm_stop_qp_nolock
drivers/crypto/hisilicon/qm.c
9066ac364d8659ab7c993b83c60a6182c3ec1ef9
static int qm_stop_qp_nolock(struct hisi_qp *qp)
static void qm_stop_qp_nolock(struct hisi_qp *qp)
return_type_changed
function_signature_change
hisi_qm_stop_qp
drivers/crypto/hisilicon/qm.c
9066ac364d8659ab7c993b83c60a6182c3ec1ef9
int hisi_qm_stop_qp(struct hisi_qp *qp)
void hisi_qm_stop_qp(struct hisi_qp *qp)
return_type_changed
function_signature_change
qm_stop_started_qp
drivers/crypto/hisilicon/qm.c
9066ac364d8659ab7c993b83c60a6182c3ec1ef9
static int qm_stop_started_qp(struct hisi_qm *qm)
static void qm_stop_started_qp(struct hisi_qm *qm)
return_type_changed
function_signature_change
hisi_qm_stop_qp
include/linux/hisi_acc_qm.h
9066ac364d8659ab7c993b83c60a6182c3ec1ef9
int hisi_qm_stop_qp(struct hisi_qp *qp)
void hisi_qm_stop_qp(struct hisi_qp *qp)
return_type_changed
function_signature_change
jpeg_v4_0_5_start_dpg_mode
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c
2bb2ad58f6b711edb94fa43e5ac65323532fde95
static int jpeg_v4_0_5_start_dpg_mode(struct amdgpu_device *adev, int inst_idx, bool indirect)
static void jpeg_v4_0_5_start_dpg_mode(struct amdgpu_device *adev, int inst_idx, bool indirect)
return_type_changed
function_signature_change
module_enable_rodata_ro
kernel/module/internal.h
d1909c0221739356f31c721de4743e7d219a56cc
void module_enable_rodata_ro(const struct module *mod, bool after_init)
int module_enable_rodata_ro(const struct module *mod, bool after_init)
return_type_changed
function_signature_change
module_enable_data_nx
kernel/module/internal.h
d1909c0221739356f31c721de4743e7d219a56cc
void module_enable_data_nx(const struct module *mod)
int module_enable_data_nx(const struct module *mod)
return_type_changed
function_signature_change
module_enable_text_rox
kernel/module/internal.h
d1909c0221739356f31c721de4743e7d219a56cc
void module_enable_text_rox(const struct module *mod)
int module_enable_text_rox(const struct module *mod)
return_type_changed
function_signature_change
module_set_memory
kernel/module/strict_rwx.c
d1909c0221739356f31c721de4743e7d219a56cc
static void module_set_memory(const struct module *mod, enum mod_mem_type type, int (*set_memory)(unsigned long start, int num_pages))
static int module_set_memory(const struct module *mod, enum mod_mem_type type, int (*set_memory)(unsigned long start, int num_pages))
return_type_changed
function_signature_change
module_enable_text_rox
kernel/module/strict_rwx.c
d1909c0221739356f31c721de4743e7d219a56cc
void module_enable_text_rox(const struct module *mod)
int module_enable_text_rox(const struct module *mod)
return_type_changed
function_signature_change
module_enable_rodata_ro
kernel/module/strict_rwx.c
d1909c0221739356f31c721de4743e7d219a56cc
void module_enable_rodata_ro(const struct module *mod, bool after_init)
int module_enable_rodata_ro(const struct module *mod, bool after_init)
return_type_changed
function_signature_change
module_enable_data_nx
kernel/module/strict_rwx.c
d1909c0221739356f31c721de4743e7d219a56cc
void module_enable_data_nx(const struct module *mod)
int module_enable_data_nx(const struct module *mod)
return_type_changed
function_signature_change
cpumask_any_housekeeping
arch/x86/kernel/cpu/resctrl/internal.h
978fcca954cb52249babbc14e53de53c88dd6433
static inline unsigned int cpumask_any_housekeeping(const struct cpumask *mask)
static inline unsigned int cpumask_any_housekeeping(const struct cpumask *mask, int exclude_cpu)
param_added
function_signature_change
mbm_setup_overflow_handler
arch/x86/kernel/cpu/resctrl/internal.h
978fcca954cb52249babbc14e53de53c88dd6433
void mbm_setup_overflow_handler(struct rdt_domain *dom, unsigned long delay_ms)
void mbm_setup_overflow_handler(struct rdt_domain *dom, unsigned long delay_ms, int exclude_cpu)
param_added
function_signature_change
cqm_setup_limbo_handler
arch/x86/kernel/cpu/resctrl/internal.h
978fcca954cb52249babbc14e53de53c88dd6433
void cqm_setup_limbo_handler(struct rdt_domain *dom, unsigned long delay_ms)
void cqm_setup_limbo_handler(struct rdt_domain *dom, unsigned long delay_ms, int exclude_cpu)
param_added
function_signature_change
cqm_setup_limbo_handler
arch/x86/kernel/cpu/resctrl/monitor.c
978fcca954cb52249babbc14e53de53c88dd6433
void cqm_setup_limbo_handler(struct rdt_domain *dom, unsigned long delay_ms)
void cqm_setup_limbo_handler(struct rdt_domain *dom, unsigned long delay_ms, int exclude_cpu)
param_added
function_signature_change
mbm_setup_overflow_handler
arch/x86/kernel/cpu/resctrl/monitor.c
978fcca954cb52249babbc14e53de53c88dd6433
void mbm_setup_overflow_handler(struct rdt_domain *dom, unsigned long delay_ms)
void mbm_setup_overflow_handler(struct rdt_domain *dom, unsigned long delay_ms, int exclude_cpu)
param_added
function_signature_change
resctrl_arch_rmid_read
arch/x86/kernel/cpu/resctrl/monitor.c
e557999f80a5ee4ec812f594ab42bb76c3ec4eb2
int resctrl_arch_rmid_read(struct rdt_resource *r, struct rdt_domain *d, u32 unused, u32 rmid, enum resctrl_event_id eventid, u64 *val)
int resctrl_arch_rmid_read(struct rdt_resource *r, struct rdt_domain *d, u32 unused, u32 rmid, enum resctrl_event_id eventid, u64 *val, void *ignored)
param_added
function_signature_change
resctrl_arch_rmid_read
include/linux/resctrl.h
e557999f80a5ee4ec812f594ab42bb76c3ec4eb2
int resctrl_arch_rmid_read(struct rdt_resource *r, struct rdt_domain *d, u32 closid, u32 rmid, enum resctrl_event_id eventid, u64 *val)
int resctrl_arch_rmid_read(struct rdt_resource *r, struct rdt_domain *d, u32 closid, u32 rmid, enum resctrl_event_id eventid, u64 *val, void *arch_mon_ctx)
param_added
function_signature_change
closid_allocated
arch/x86/kernel/cpu/resctrl/rdtgroup.c
6eac36bb9eb0349c983313c71692c19d50b56878
static bool closid_allocated(unsigned int closid)
bool closid_allocated(unsigned int closid)
return_type_changed
function_signature_change
alloc_rmid
arch/x86/kernel/cpu/resctrl/internal.h
c4c0376eefe185b790d89ca8016b7f837ebf25da
int alloc_rmid(void)
int alloc_rmid(u32 closid)
param_type_changed
function_signature_change
alloc_rmid
arch/x86/kernel/cpu/resctrl/monitor.c
c4c0376eefe185b790d89ca8016b7f837ebf25da
int alloc_rmid(void)
int alloc_rmid(u32 closid)
param_type_changed
function_signature_change
has_busy_rmid
arch/x86/kernel/cpu/resctrl/internal.h
6791e0ea30711b937d5cb6e2b17f59a2a2af5386
bool has_busy_rmid(struct rdt_resource *r, struct rdt_domain *d)
bool has_busy_rmid(struct rdt_domain *d)
param_removed
function_signature_change
has_busy_rmid
arch/x86/kernel/cpu/resctrl/monitor.c
6791e0ea30711b937d5cb6e2b17f59a2a2af5386
bool has_busy_rmid(struct rdt_resource *r, struct rdt_domain *d)
bool has_busy_rmid(struct rdt_domain *d)
param_removed
function_signature_change
free_rmid
arch/x86/kernel/cpu/resctrl/internal.h
40fc735b78f0c81cea7d1c511cfd83892cb4d679
void free_rmid(u32 rmid)
void free_rmid(u32 closid, u32 rmid)
param_added
function_signature_change
resctrl_arch_reset_rmid
arch/x86/kernel/cpu/resctrl/monitor.c
40fc735b78f0c81cea7d1c511cfd83892cb4d679
void resctrl_arch_reset_rmid(struct rdt_resource *r, struct rdt_domain *d, u32 rmid, enum resctrl_event_id eventid)
void resctrl_arch_reset_rmid(struct rdt_resource *r, struct rdt_domain *d, u32 unused, u32 rmid, enum resctrl_event_id eventid)
param_added
function_signature_change
resctrl_arch_rmid_read
arch/x86/kernel/cpu/resctrl/monitor.c
40fc735b78f0c81cea7d1c511cfd83892cb4d679
int resctrl_arch_rmid_read(struct rdt_resource *r, struct rdt_domain *d, u32 rmid, enum resctrl_event_id eventid, u64 *val)
int resctrl_arch_rmid_read(struct rdt_resource *r, struct rdt_domain *d, u32 unused, u32 rmid, enum resctrl_event_id eventid, u64 *val)
param_added
function_signature_change
free_rmid
arch/x86/kernel/cpu/resctrl/monitor.c
40fc735b78f0c81cea7d1c511cfd83892cb4d679
void free_rmid(u32 rmid)
void free_rmid(u32 closid, u32 rmid)
param_added
function_signature_change
__mon_event_count
arch/x86/kernel/cpu/resctrl/monitor.c
40fc735b78f0c81cea7d1c511cfd83892cb4d679
static int __mon_event_count(u32 rmid, struct rmid_read *rr)
static int __mon_event_count(u32 closid, u32 rmid, struct rmid_read *rr)
param_added
function_signature_change
mbm_bw_count
arch/x86/kernel/cpu/resctrl/monitor.c
40fc735b78f0c81cea7d1c511cfd83892cb4d679
static void mbm_bw_count(u32 rmid, struct rmid_read *rr)
static void mbm_bw_count(u32 closid, u32 rmid, struct rmid_read *rr)
param_added
function_signature_change
mbm_update
arch/x86/kernel/cpu/resctrl/monitor.c
40fc735b78f0c81cea7d1c511cfd83892cb4d679
static void mbm_update(struct rdt_resource *r, struct rdt_domain *d, int rmid)
static void mbm_update(struct rdt_resource *r, struct rdt_domain *d, u32 closid, u32 rmid)
param_added
function_signature_change
resctrl_arch_rmid_read
include/linux/resctrl.h
40fc735b78f0c81cea7d1c511cfd83892cb4d679
int resctrl_arch_rmid_read(struct rdt_resource *r, struct rdt_domain *d, u32 rmid, enum resctrl_event_id eventid, u64 *val)
int resctrl_arch_rmid_read(struct rdt_resource *r, struct rdt_domain *d, u32 closid, u32 rmid, enum resctrl_event_id eventid, u64 *val)
param_added
function_signature_change
resctrl_arch_reset_rmid
include/linux/resctrl.h
40fc735b78f0c81cea7d1c511cfd83892cb4d679
void resctrl_arch_reset_rmid(struct rdt_resource *r, struct rdt_domain *d, u32 rmid, enum resctrl_event_id eventid)
void resctrl_arch_reset_rmid(struct rdt_resource *r, struct rdt_domain *d, u32 closid, u32 rmid, enum resctrl_event_id eventid)
param_added
function_signature_change
draw_byte_32
arch/sparc/kernel/btext.c
0f1991949d9bd5cf6d4e1c490b7e9ba2d2d56d7f
static void draw_byte_32(unsigned char *bits, unsigned int *base, int rb)
static void draw_byte_32(const unsigned char *bits, unsigned int *base, int rb)
param_type_changed
function_signature_change
draw_byte_16
arch/sparc/kernel/btext.c
0f1991949d9bd5cf6d4e1c490b7e9ba2d2d56d7f
static void draw_byte_16(unsigned char *bits, unsigned int *base, int rb)
static void draw_byte_16(const unsigned char *bits, unsigned int *base, int rb)
param_type_changed
function_signature_change
draw_byte_8
arch/sparc/kernel/btext.c
0f1991949d9bd5cf6d4e1c490b7e9ba2d2d56d7f
static void draw_byte_8(unsigned char *bits, unsigned int *base, int rb)
static void draw_byte_8(const unsigned char *bits, unsigned int *base, int rb)
param_type_changed
function_signature_change
wlc_phy_timercb_phycal
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c
e1ea6db35fc3ba5ff063f097385e9f7a88c25356
static void wlc_phy_timercb_phycal(struct brcms_phy *pi)
static void wlc_phy_timercb_phycal(void *ptr)
param_type_changed
function_signature_change
wlapi_init_timer
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy_shim.h
e1ea6db35fc3ba5ff063f097385e9f7a88c25356
struct wlapi_timer *wlapi_init_timer(struct phy_shim_info *physhim, void (*fn)(struct brcms_phy *pi), void *arg, const char *name)
struct wlapi_timer *wlapi_init_timer(struct phy_shim_info *physhim, void (*fn)(void *pi), void *arg, const char *name)
return_type_changed
function_signature_change
cdclk_squash_waveform
drivers/gpu/drm/i915/display/intel_cdclk.c
76184fa3d32ed9b43da7c451cbbb45e567d20196
static u32 cdclk_squash_waveform(struct drm_i915_private *dev_priv, int cdclk)
static u16 cdclk_squash_waveform(struct drm_i915_private *dev_priv, int cdclk)
return_type_changed
function_signature_change
bxt_cdclk_cd2x_div_sel
drivers/gpu/drm/i915/display/intel_cdclk.c
26aba0d1c35ff78434d8cb1dd97bd6b4cbdfe851
static u32 bxt_cdclk_cd2x_div_sel(struct drm_i915_private *dev_priv, int cdclk, int vco)
static u32 bxt_cdclk_cd2x_div_sel(struct drm_i915_private *dev_priv, int cdclk, int vco, u16 waveform)
param_added
function_signature_change
intel_svm_prq_report
drivers/iommu/intel/svm.c
3dfa64aecbafc288216b2790438d395add192c30
static int intel_svm_prq_report(struct intel_iommu *iommu, struct device *dev, struct page_req_dsc *desc)
static void intel_svm_prq_report(struct intel_iommu *iommu, struct device *dev, struct page_req_dsc *desc)
return_type_changed
function_signature_change
iommu_report_device_fault
drivers/iommu/io-pgfault.c
3dfa64aecbafc288216b2790438d395add192c30
int iommu_report_device_fault(struct device *dev, struct iopf_fault *evt)
void iommu_report_device_fault(struct device *dev, struct iopf_fault *evt)
return_type_changed
function_signature_change
iommu_report_device_fault
include/linux/iommu.h
3dfa64aecbafc288216b2790438d395add192c30
int iommu_report_device_fault(struct device *dev, struct iopf_fault *evt)
void iommu_report_device_fault(struct device *dev, struct iopf_fault *evt)
return_type_changed
function_signature_change
arm_smmu_page_response
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
b554e396e51ce3d378a560666f85c6836a8323fd
static int arm_smmu_page_response(struct device *dev, struct iopf_fault *unused, struct iommu_page_response *resp)
static void arm_smmu_page_response(struct device *dev, struct iopf_fault *unused, struct iommu_page_response *resp)
return_type_changed
function_signature_change
intel_svm_page_response
drivers/iommu/intel/iommu.h
b554e396e51ce3d378a560666f85c6836a8323fd
int intel_svm_page_response(struct device *dev, struct iopf_fault *evt, struct iommu_page_response *msg)
void intel_svm_page_response(struct device *dev, struct iopf_fault *evt, struct iommu_page_response *msg)
return_type_changed
function_signature_change
intel_svm_page_response
drivers/iommu/intel/svm.c
b554e396e51ce3d378a560666f85c6836a8323fd
int intel_svm_page_response(struct device *dev, struct iopf_fault *evt, struct iommu_page_response *msg)
void intel_svm_page_response(struct device *dev, struct iopf_fault *evt, struct iommu_page_response *msg)
return_type_changed
function_signature_change
iopf_group_response
drivers/iommu/io-pgfault.c
b554e396e51ce3d378a560666f85c6836a8323fd
int iopf_group_response(struct iopf_group *group, enum iommu_page_response_code status)
void iopf_group_response(struct iopf_group *group, enum iommu_page_response_code status)
return_type_changed
function_signature_change
iopf_group_response
include/linux/iommu.h
b554e396e51ce3d378a560666f85c6836a8323fd
int iopf_group_response(struct iopf_group *group, enum iommu_page_response_code status)
void iopf_group_response(struct iopf_group *group, enum iommu_page_response_code status)
return_type_changed
function_signature_change
iopf_queue_remove_device
drivers/iommu/io-pgfault.c
0095bf83554f8e7a681961656608101bdf40e9ef
int iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev)
void iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev)
return_type_changed
function_signature_change
iopf_queue_remove_device
include/linux/iommu.h
0095bf83554f8e7a681961656608101bdf40e9ef
int iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev)
void iopf_queue_remove_device(struct iopf_queue *queue, struct device *dev)
return_type_changed
function_signature_change
iommu_page_response
drivers/iommu/io-pgfault.c
a74c077b9021b36c785095c571336e5b204d3c2d
int iommu_page_response(struct device *dev, struct iommu_page_response *msg)
static int iommu_page_response(struct iopf_group *group, struct iommu_page_response *msg)
return_type_changed
function_signature_change
iommu_handle_iopf
drivers/iommu/io-pgfault.c
cc7338e9d807e20e60e6720a62956f0e9d46f0f8
static int iommu_handle_iopf(struct iommu_fault *fault, struct device *dev)
static int iommu_handle_iopf(struct iommu_fault *fault, struct iommu_fault_param *iopf_param)
param_type_changed
function_signature_change
iopf_free_group
drivers/iommu/io-pgfault.c
17c51a0ea36b800e7a5998a92d83016c82935dff
static void iopf_free_group(struct iopf_group *group)
void iopf_free_group(struct iopf_group *group)
return_type_changed
function_signature_change
iommu_sva_handle_mm
drivers/iommu/iommu-sva.c
17c51a0ea36b800e7a5998a92d83016c82935dff
enum iommu_page_response_code iommu_sva_handle_mm(struct iommu_fault *fault, struct mm_struct *mm)
static enum iommu_page_response_code iommu_sva_handle_mm(struct iommu_fault *fault, struct mm_struct *mm)
return_type_changed
function_signature_change
iommu_report_device_fault
include/linux/iommu.h
17c51a0ea36b800e7a5998a92d83016c82935dff
extern int iommu_report_device_fault(struct device *dev, struct iopf_fault *evt)
int iommu_report_device_fault(struct device *dev, struct iopf_fault *evt)
return_type_changed
function_signature_change
iommu_page_response
include/linux/iommu.h
17c51a0ea36b800e7a5998a92d83016c82935dff
extern int iommu_page_response(struct device *dev, struct iommu_page_response *msg)
int iommu_page_response(struct device *dev, struct iommu_page_response *msg)
return_type_changed
function_signature_change
iommu_sva_handle_iopf
drivers/iommu/iommu-sva.h
351ffcb11ca0ff64e399982e279cfa131e7cb1aa
enum iommu_page_response_code iommu_sva_handle_iopf(struct iommu_fault *fault, void *data)
int iommu_sva_handle_iopf(struct iopf_group *group)
param_removed
struct_layout_change
iopf_group
include/linux/iommu.h
351ffcb11ca0ff64e399982e279cfa131e7cb1aa
null
null
fields_modified
function_signature_change
arm_smmu_page_response
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c
3f02a9dc70007c0e6299fda9c4f7a1e2277ec3d2
static int arm_smmu_page_response(struct device *dev, struct iommu_fault_event *unused, struct iommu_page_response *resp)
static int arm_smmu_page_response(struct device *dev, struct iopf_fault *unused, struct iommu_page_response *resp)
param_type_changed
function_signature_change
intel_svm_page_response
drivers/iommu/intel/iommu.h
3f02a9dc70007c0e6299fda9c4f7a1e2277ec3d2
int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt, struct iommu_page_response *msg)
int intel_svm_page_response(struct device *dev, struct iopf_fault *evt, struct iommu_page_response *msg)
param_type_changed
function_signature_change
intel_svm_page_response
drivers/iommu/intel/svm.c
3f02a9dc70007c0e6299fda9c4f7a1e2277ec3d2
int intel_svm_page_response(struct device *dev, struct iommu_fault_event *evt, struct iommu_page_response *msg)
int intel_svm_page_response(struct device *dev, struct iopf_fault *evt, struct iommu_page_response *msg)
param_type_changed
function_signature_change
iommu_report_device_fault
drivers/iommu/iommu.c
3f02a9dc70007c0e6299fda9c4f7a1e2277ec3d2
int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt)
int iommu_report_device_fault(struct device *dev, struct iopf_fault *evt)
param_type_changed
function_signature_change
iommu_report_device_fault
include/linux/iommu.h
3f02a9dc70007c0e6299fda9c4f7a1e2277ec3d2
extern int iommu_report_device_fault(struct device *dev, struct iommu_fault_event *evt)
extern int iommu_report_device_fault(struct device *dev, struct iopf_fault *evt)
param_type_changed
function_signature_change
iommu_queue_iopf
drivers/iommu/io-pgfault.c
1ff25d798e52943d037accf15c675a6845d9776f
int iommu_queue_iopf(struct iommu_fault *fault, void *cookie)
int iommu_queue_iopf(struct iommu_fault *fault, struct device *dev)
param_type_changed
function_signature_change
iommu_queue_iopf
drivers/iommu/iommu-sva.h
1ff25d798e52943d037accf15c675a6845d9776f
int iommu_queue_iopf(struct iommu_fault *fault, void *cookie)
int iommu_queue_iopf(struct iommu_fault *fault, struct device *dev)
param_type_changed
function_signature_change
enabled_str
sound/core/seq/oss/seq_oss_device.h
ff16cbc4dc3494d02e625c76342bcdea54cfb9a4
char *enabled_str(int bool)
char *enabled_str(bool b)
return_type_changed
function_signature_change
csum_partial
arch/s390/include/asm/checksum.h
cb2a1dd589a0ce97429bf2beeb560e5b030c2ccc
static inline __wsum csum_partial(const void *buff, int len, __wsum sum)
__wsum csum_partial(const void *buff, int len, __wsum sum)
return_type_changed
function_signature_change
_kernel_fpu_begin
arch/s390/include/asm/fpu.h
8c09871a950a3fe686e0e27fd4193179c5f74f37
static inline void _kernel_fpu_begin(struct kernel_fpu *state, int flags)
static __always_inline void _kernel_fpu_begin(struct kernel_fpu *state, int flags)
return_type_changed
function_signature_change
_kernel_fpu_end
arch/s390/include/asm/fpu.h
8c09871a950a3fe686e0e27fd4193179c5f74f37
static inline void _kernel_fpu_end(struct kernel_fpu *state, int flags)
static __always_inline void _kernel_fpu_end(struct kernel_fpu *state, int flags)
return_type_changed
function_signature_change
save_user_fpu_regs
arch/s390/include/asm/fpu.h
8c09871a950a3fe686e0e27fd4193179c5f74f37
void save_user_fpu_regs(void)
static inline void save_user_fpu_regs(void)
return_type_changed
function_signature_change
load_user_fpu_regs
arch/s390/include/asm/fpu.h
8c09871a950a3fe686e0e27fd4193179c5f74f37
void load_user_fpu_regs(void)
static inline void load_user_fpu_regs(void)
return_type_changed
struct_layout_change
kernel_fpu
arch/s390/include/asm/fpu-types.h
066c40918bb495de8f2e45bd7eec06737a142712
null
null
fields_modified
struct_layout_change
kvm_vcpu_arch
arch/s390/include/asm/kvm_host.h
ed3a0a011a9c33d81a0d024882ee433c42bfccae
null
null
fields_modified
function_signature_change
kernel_fpu_begin
arch/s390/include/asm/fpu.h
c038b984a9af1010555986d6fe32d4da9db9fc3d
static inline void kernel_fpu_begin(struct kernel_fpu *state, u32 flags)
static inline void kernel_fpu_begin(struct kernel_fpu *state, int flags)
param_type_changed
function_signature_change
kernel_fpu_end
arch/s390/include/asm/fpu.h
c038b984a9af1010555986d6fe32d4da9db9fc3d
static inline void kernel_fpu_end(struct kernel_fpu *state, u32 flags)
static inline void kernel_fpu_end(struct kernel_fpu *state, int flags)
param_type_changed
function_signature_change
__kernel_fpu_begin
arch/s390/include/asm/fpu.h
c038b984a9af1010555986d6fe32d4da9db9fc3d
void __kernel_fpu_begin(struct kernel_fpu *state, u32 flags)
void __kernel_fpu_begin(struct kernel_fpu *state, int flags)
param_type_changed
function_signature_change
__kernel_fpu_end
arch/s390/include/asm/fpu.h
c038b984a9af1010555986d6fe32d4da9db9fc3d
void __kernel_fpu_end(struct kernel_fpu *state, u32 flags)
void __kernel_fpu_end(struct kernel_fpu *state, int flags)
param_type_changed
function_signature_change
__kernel_fpu_begin
arch/s390/kernel/fpu.c
c038b984a9af1010555986d6fe32d4da9db9fc3d
void __kernel_fpu_begin(struct kernel_fpu *state, u32 flags)
void __kernel_fpu_begin(struct kernel_fpu *state, int flags)
param_type_changed
function_signature_change
__kernel_fpu_end
arch/s390/kernel/fpu.c
c038b984a9af1010555986d6fe32d4da9db9fc3d
void __kernel_fpu_end(struct kernel_fpu *state, u32 flags)
void __kernel_fpu_end(struct kernel_fpu *state, int flags)
param_type_changed