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 | efifb_copy_bmp | drivers/video/fbdev/efifb.c | 8505e70821ade706f98f7114a2cbcd51326f7b82 | static void efifb_copy_bmp(u8 *src, u32 *dst, int width, struct screen_info *si) | static void efifb_copy_bmp(u8 *src, u32 *dst, int width, const struct screen_info *si) | param_type_changed |
function_signature_change | efifb_bgrt_sanity_check | drivers/video/fbdev/efifb.c | 8505e70821ade706f98f7114a2cbcd51326f7b82 | static bool efifb_bgrt_sanity_check(struct screen_info *si, u32 bmp_width) | static bool efifb_bgrt_sanity_check(const struct screen_info *si, u32 bmp_width) | param_type_changed |
function_signature_change | efifb_show_boot_graphics | drivers/video/fbdev/efifb.c | 8505e70821ade706f98f7114a2cbcd51326f7b82 | static inline void efifb_show_boot_graphics(struct fb_info *info) | static inline void efifb_show_boot_graphics(struct fb_info *info, const struct screen_info *si) | param_added |
function_signature_change | efifb_setup | drivers/video/fbdev/efifb.c | 8505e70821ade706f98f7114a2cbcd51326f7b82 | static int efifb_setup(char *options) | static int efifb_setup(struct screen_info *si, char *options) | param_added |
function_signature_change | fb_base_is_valid | drivers/video/fbdev/efifb.c | 8505e70821ade706f98f7114a2cbcd51326f7b82 | static inline bool fb_base_is_valid(void) | static inline bool fb_base_is_valid(struct screen_info *si) | param_type_changed |
function_signature_change | apply_relocation | arch/x86/include/asm/text-patching.h | 6724ba89e0b03667d56616614f55e1f772d38fdb | void apply_relocation(u8 *buf, size_t len, u8 *dest, u8 *src, size_t src_len) | extern void apply_relocation(u8 *buf, size_t len, u8 *dest, u8 *src, size_t src_len) | return_type_changed |
function_signature_change | apply_relocation | arch/x86/kernel/alternative.c | 6724ba89e0b03667d56616614f55e1f772d38fdb | void apply_relocation(u8 *buf, size_t len, u8 *dest, u8 *src, size_t src_len) | void __init_or_module apply_relocation(u8 *buf, size_t len, u8 *dest, u8 *src, size_t src_len) | return_type_changed |
function_signature_change | apply_relocation | arch/x86/kernel/alternative.c | 17bce3b2ae2d52e8c5c12274ce4c3a631ce9e66b | noinline
apply_relocation(u8 *buf, size_t len, u8 *dest, u8 *src, size_t src_len) | void apply_relocation(u8 *buf, size_t len, u8 *dest, u8 *src, size_t src_len) | return_type_changed |
function_signature_change | switch_fpu_prepare | arch/x86/include/asm/fpu/sched.h | 24b8a23638cbf92449c353f828b1d309548c78f4 | static inline void switch_fpu_prepare(struct fpu *old_fpu, int cpu) | static inline void switch_fpu_prepare(struct task_struct *old, int cpu) | param_type_changed |
function_signature_change | switch_fpu_finish | arch/x86/include/asm/fpu/sched.h | 24b8a23638cbf92449c353f828b1d309548c78f4 | static inline void switch_fpu_finish(void) | static inline void switch_fpu_finish(struct task_struct *new) | param_type_changed |
function_signature_change | etnaviv_gem_new_impl | drivers/gpu/drm/etnaviv/etnaviv_gem.c | 4c6e6c01d82fc0edd8b47cb1ffbd05289029b005 | static int etnaviv_gem_new_impl(struct drm_device *dev, u32 size, u32 flags,
const struct etnaviv_gem_ops *ops, struct drm_gem_object **obj) | static int etnaviv_gem_new_impl(struct drm_device *dev, u32 flags,
const struct etnaviv_gem_ops *ops, struct drm_gem_object **obj) | param_removed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.