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 | mlxsw_sp_lag_index_get | drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 8d8d33d4e38b5c60cdb3dcd6f190fcf91e306dd0 | static int mlxsw_sp_lag_index_get(struct mlxsw_sp *mlxsw_sp,
struct net_device *lag_dev,
u16 *p_lag_id) | static int mlxsw_sp_lag_index_get(struct mlxsw_sp *mlxsw_sp,
struct net_device *lag_dev,
u16 *p_lag_id, struct netlink_ext_ack *extack) | param_added |
function_signature_change | create_kmalloc_caches | mm/slab.h | 66b3dc1f04135f89384af39ec4e38546b82e1510 | void create_kmalloc_caches(slab_flags_t) | void create_kmalloc_caches(void) | param_type_changed |
function_signature_change | new_kmalloc_cache | mm/slab_common.c | 66b3dc1f04135f89384af39ec4e38546b82e1510 | void __init
new_kmalloc_cache(int idx, enum kmalloc_cache_type type, slab_flags_t flags) | static void __init
new_kmalloc_cache(int idx, enum kmalloc_cache_type type) | param_removed |
function_signature_change | create_kmalloc_caches | mm/slab_common.c | 66b3dc1f04135f89384af39ec4e38546b82e1510 | void __init create_kmalloc_caches(slab_flags_t flags) | void __init create_kmalloc_caches(void) | param_type_changed |
function_signature_change | lan8814_ptp_clock_set | drivers/net/phy/micrel.c | 8e41d6644f9aff1f898997418e4f2fee6bb959e5 | static void lan8814_ptp_clock_set(struct phy_device *phydev,
u32 seconds, u32 nano_seconds) | static void lan8814_ptp_clock_set(struct phy_device *phydev,
time64_t sec, u32 nsec) | param_type_changed |
function_signature_change | lan8814_ptp_clock_get | drivers/net/phy/micrel.c | 8e41d6644f9aff1f898997418e4f2fee6bb959e5 | static void lan8814_ptp_clock_get(struct phy_device *phydev,
u32 *seconds, u32 *nano_seconds) | static void lan8814_ptp_clock_get(struct phy_device *phydev,
time64_t *sec, u32 *nsec) | param_type_changed |
function_signature_change | ice_ptp_prepare_for_reset | drivers/net/ethernet/intel/ice/ice_ptp.c | c75d5e675a8542274fa0f7e52f3c4db1d4859a0c | void ice_ptp_prepare_for_reset(struct ice_pf *pf) | void ice_ptp_prepare_for_reset(struct ice_pf *pf, enum ice_reset_req reset_type) | param_added |
function_signature_change | ice_ptp_reset | drivers/net/ethernet/intel/ice/ice_ptp.c | c75d5e675a8542274fa0f7e52f3c4db1d4859a0c | void ice_ptp_reset(struct ice_pf *pf) | void ice_ptp_reset(struct ice_pf *pf, enum ice_reset_req reset_type) | param_added |
function_signature_change | ice_ptp_reset | drivers/net/ethernet/intel/ice/ice_ptp.h | c75d5e675a8542274fa0f7e52f3c4db1d4859a0c | void ice_ptp_reset(struct ice_pf *pf) | void ice_ptp_reset(struct ice_pf *pf, enum ice_reset_req reset_type) | param_added |
function_signature_change | ice_ptp_prepare_for_reset | drivers/net/ethernet/intel/ice/ice_ptp.h | c75d5e675a8542274fa0f7e52f3c4db1d4859a0c | void ice_ptp_prepare_for_reset(struct ice_pf *pf) | void ice_ptp_prepare_for_reset(struct ice_pf *pf,
enum ice_reset_req reset_type) | param_added |
struct_layout_change | ice_ptp | drivers/net/ethernet/intel/ice/ice_ptp.h | 8293e4cb2ff54b1ec4f7206dcb74c908f62a3fb8 | null | null | fields_modified |
function_signature_change | scsi_execute_cmd | drivers/scsi/scsi_lib.c | 994724e6b3f05fb3b6e4b1e87d7e074b65d47bf9 | int scsi_execute_cmd(struct scsi_device *sdev, const unsigned char *cmd,
blk_opf_t opf, void *buffer, unsigned int bufflen,
int timeout, int retries,
const struct scsi_exec_args *args) | int scsi_execute_cmd(struct scsi_device *sdev, const unsigned char *cmd,
blk_opf_t opf, void *buffer, unsigned int bufflen,
int timeout, int ml_retries,
const struct scsi_exec_args *args) | param_type_changed |
function_signature_change | mt7531_create_sgmii | drivers/net/dsa/mt7530-mdio.c | 1f4a85f2eaa8f21ea19c27d63258fd46f8b45290 | static int
mt7531_create_sgmii(struct mt7530_priv *priv, bool dual_sgmii) | static int
mt7531_create_sgmii(struct mt7530_priv *priv) | param_removed |
function_signature_change | get_scaler_data_for_plane | drivers/gpu/drm/amd/display/dc/dml2/dml2_translation_helper.c | 4ba9ca63e696f7bdc91293aeb70c22203b7089be | static struct scaler_data get_scaler_data_for_plane(const struct dc_plane_state *in, const struct dc_state *context) | static struct scaler_data get_scaler_data_for_plane(const struct dc_plane_state *in, struct dc_state *context) | param_type_changed |
function_signature_change | populate_dml_plane_cfg_from_plane_state | drivers/gpu/drm/amd/display/dc/dml2/dml2_translation_helper.c | 4ba9ca63e696f7bdc91293aeb70c22203b7089be | static void populate_dml_plane_cfg_from_plane_state(struct dml_plane_cfg_st *out, unsigned int location, const struct dc_plane_state *in, const struct dc_state *context) | static void populate_dml_plane_cfg_from_plane_state(struct dml_plane_cfg_st *out, unsigned int location, const struct dc_plane_state *in, struct dc_state *context) | param_type_changed |
function_signature_change | kfd_devcgroup_check_permission | drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 50d3cf5e5a2185725daec07260ccf486b40f116e | static inline int kfd_devcgroup_check_permission(struct kfd_node *kfd) | static inline int kfd_devcgroup_check_permission(struct kfd_node *node) | param_type_changed |
function_signature_change | __sev_snp_shutdown_locked | drivers/crypto/ccp/sev-dev.c | 8ef979584ea86c247b768f4420148721a842835f | static int __sev_snp_shutdown_locked(int *error) | static int __sev_snp_shutdown_locked(int *error, bool panic) | param_added |
struct_layout_change | sev_device | drivers/crypto/ccp/sev-dev.h | a867ad6b340f47b7333b80a54b8507fc2cd80aa4 | null | null | fields_modified |
function_signature_change | sev_do_cmd | drivers/crypto/ccp/sev-dev.c | 18085ac2f2fbf56aee9cbf5846740150e394f4f4 | static int sev_do_cmd(int cmd, void *data, int *psp_ret) | int sev_do_cmd(int cmd, void *data, int *psp_ret) | return_type_changed |
function_signature_change | sev_platform_init | drivers/crypto/ccp/sev-dev.c | 1ca5614b84eed5904f65f143e0e7aaab0ac4c6b2 | int sev_platform_init(int *error) | int sev_platform_init(struct sev_platform_init_args *args) | param_type_changed |
struct_layout_change | sev_device | drivers/crypto/ccp/sev-dev.h | 1ca5614b84eed5904f65f143e0e7aaab0ac4c6b2 | null | null | fields_modified |
function_signature_change | sev_platform_init | include/linux/psp-sev.h | 1ca5614b84eed5904f65f143e0e7aaab0ac4c6b2 | int sev_platform_init(int *error) | int sev_platform_init(struct sev_platform_init_args *args) | param_type_changed |
function_signature_change | pwq_tryinc_nr_active | kernel/workqueue.c | 5797b1c18919cd9c289ded7954383e499f729ce0 | static bool pwq_tryinc_nr_active(struct pool_workqueue *pwq) | static bool pwq_tryinc_nr_active(struct pool_workqueue *pwq, bool fill) | param_added |
function_signature_change | pwq_activate_first_inactive | kernel/workqueue.c | 5797b1c18919cd9c289ded7954383e499f729ce0 | static bool pwq_activate_first_inactive(struct pool_workqueue *pwq) | static bool pwq_activate_first_inactive(struct pool_workqueue *pwq, bool fill) | param_added |
function_signature_change | wq_update_pod | kernel/workqueue.c | 5797b1c18919cd9c289ded7954383e499f729ce0 | static void wq_update_pod(struct workqueue_struct *wq, int cpu,
int hotplug_cpu, bool online) | for_each_online_cpu(cpu)
wq_update_pod(wq, cpu, cpu, true) | return_type_changed |
function_signature_change | __aligned | kernel/workqueue.c | 5797b1c18919cd9c289ded7954383e499f729ce0 | 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 | pwq_activate_first_inactive | kernel/workqueue.c | 1c270b79ce0b8290f146255ea9057243f6dd3c17 | static void pwq_activate_first_inactive(struct pool_workqueue *pwq) | static bool pwq_activate_first_inactive(struct pool_workqueue *pwq) | return_type_changed |
function_signature_change | __aligned | kernel/workqueue.c | a045a272d887575da17ad86d6573e82871b50c27 | 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 |
struct_layout_change | netdev_name_node | net/core/dev.h | 723de3ebef03bc14bd72531f00f9094337654009 | null | null | fields_modified |
function_signature_change | gpiochip_irqchip_irq_valid | drivers/gpio/gpiolib.c | 88b7049635dc5d0e2a7dfaaf89e70a9654ed6561 | bool gpiochip_irqchip_irq_valid(const struct gpio_chip *gc,
unsigned int offset) | static bool gpiochip_irqchip_irq_valid(const struct gpio_chip *gc,
unsigned int offset) | return_type_changed |
function_signature_change | gpiochip_irq_map | drivers/gpio/gpiolib.c | 88b7049635dc5d0e2a7dfaaf89e70a9654ed6561 | int gpiochip_irq_map(struct irq_domain *d, unsigned int irq, irq_hw_number_t hwirq) | static int gpiochip_irq_map(struct irq_domain *d, unsigned int irq,
irq_hw_number_t hwirq) | return_type_changed |
function_signature_change | gpiochip_irq_unmap | drivers/gpio/gpiolib.c | 88b7049635dc5d0e2a7dfaaf89e70a9654ed6561 | void gpiochip_irq_unmap(struct irq_domain *d, unsigned int irq) | static void gpiochip_irq_unmap(struct irq_domain *d, unsigned int irq) | return_type_changed |
function_signature_change | gpiochip_irq_domain_activate | drivers/gpio/gpiolib.c | 88b7049635dc5d0e2a7dfaaf89e70a9654ed6561 | int gpiochip_irq_domain_activate(struct irq_domain *domain,
struct irq_data *data, bool reserve) | static int gpiochip_irq_domain_activate(struct irq_domain *domain,
struct irq_data *data, bool reserve) | return_type_changed |
function_signature_change | gpiochip_irq_domain_deactivate | drivers/gpio/gpiolib.c | 88b7049635dc5d0e2a7dfaaf89e70a9654ed6561 | void gpiochip_irq_domain_deactivate(struct irq_domain *domain,
struct irq_data *data) | static void gpiochip_irq_domain_deactivate(struct irq_domain *domain,
struct irq_data *data) | return_type_changed |
function_signature_change | writel | drivers/soc/qcom/qcom_aoss.c | 651893a7c99ad935de24792bf2019c00ee2fca10 | mutex_lock(&qmp->tx_lock);
/* The message RAM only implements 32-bit accesses */
__iowrite32_copy(qmp->msgram + qmp->offset + sizeof(u32),
buf, sizeof(buf) / sizeof(u32));
writel(sizeof(buf), qmp->msgram + qmp->offset) | __iowrite32_copy(qmp->msgram + qmp->offset + sizeof(u32),
buf, sizeof(buf) / sizeof(u32));
writel(sizeof(buf), qmp->msgram + qmp->offset) | return_type_changed |
function_signature_change | s3c24xx_serial_getsource | drivers/tty/serial/samsung_tty.c | 6e1e48b6ef2613ff4c28a34f7a57c29a4367ad87 | static inline int s3c24xx_serial_getsource(struct uart_port *port) | static inline u8 s3c24xx_serial_getsource(struct uart_port *port) | return_type_changed |
function_signature_change | s3c24xx_serial_setsource | drivers/tty/serial/samsung_tty.c | 6e1e48b6ef2613ff4c28a34f7a57c29a4367ad87 | static void s3c24xx_serial_setsource(struct uart_port *port,
unsigned int clk_sel) | static void s3c24xx_serial_setsource(struct uart_port *port, u8 clk_sel) | param_type_changed |
function_signature_change | s3c24xx_serial_getclk | drivers/tty/serial/samsung_tty.c | 6e1e48b6ef2613ff4c28a34f7a57c29a4367ad87 | static unsigned int s3c24xx_serial_getclk(struct s3c24xx_uart_port *ourport,
unsigned int req_baud, struct clk **best_clk,
unsigned int *clk_num) | static unsigned int s3c24xx_serial_getclk(struct s3c24xx_uart_port *ourport,
unsigned int req_baud, struct clk **best_clk,
u8 *clk_num) | param_type_changed |
function_signature_change | s3c24xx_serial_rx_fifocnt | drivers/tty/serial/samsung_tty.c | 92e32ed303a6c4dc5a5ad9ec54785a6245bcd8fa | static int s3c24xx_serial_rx_fifocnt(const struct s3c24xx_uart_port *ourport,
u32 ufstat) | static unsigned int
s3c24xx_serial_rx_fifocnt(const struct s3c24xx_uart_port *ourport, u32 ufstat) | return_type_changed |
function_signature_change | s3c24xx_serial_console_txrdy | drivers/tty/serial/samsung_tty.c | be96d89451040d58bbaf81f1c48c5c836cf6d520 | static int
s3c24xx_serial_console_txrdy(struct uart_port *port, u32 ufcon) | static bool
s3c24xx_serial_console_txrdy(struct uart_port *port, u32 ufcon) | return_type_changed |
function_signature_change | s3c24xx_serial_txempty_nofifo | drivers/tty/serial/samsung_tty.c | f09e8da69bb47c5e9b0c46af641fa0b6c0b12f94 | static int s3c24xx_serial_txempty_nofifo(const struct uart_port *port) | static bool s3c24xx_serial_txempty_nofifo(const struct uart_port *port) | return_type_changed |
function_signature_change | s3c24xx_set_bit | drivers/tty/serial/samsung_tty.c | 032a725c16add79332d774348d7ad7d0d4b86479 | static inline void s3c24xx_set_bit(const struct uart_port *port, int idx,
unsigned int reg) | static inline void s3c24xx_set_bit(const struct uart_port *port, int idx,
u32 reg) | param_type_changed |
function_signature_change | s3c24xx_clear_bit | drivers/tty/serial/samsung_tty.c | 032a725c16add79332d774348d7ad7d0d4b86479 | static inline void s3c24xx_clear_bit(const struct uart_port *port, int idx,
unsigned int reg) | static inline void s3c24xx_clear_bit(const struct uart_port *port, int idx,
u32 reg) | param_type_changed |
function_signature_change | s3c24xx_serial_rx_fifocnt | drivers/tty/serial/samsung_tty.c | 032a725c16add79332d774348d7ad7d0d4b86479 | static int s3c24xx_serial_rx_fifocnt(const struct s3c24xx_uart_port *ourport,
unsigned long ufstat) | static int s3c24xx_serial_rx_fifocnt(const struct s3c24xx_uart_port *ourport,
u32 ufstat) | param_type_changed |
function_signature_change | s3c24xx_serial_console_txrdy | drivers/tty/serial/samsung_tty.c | 032a725c16add79332d774348d7ad7d0d4b86479 | static int
s3c24xx_serial_console_txrdy(struct uart_port *port, unsigned int ufcon) | static int
s3c24xx_serial_console_txrdy(struct uart_port *port, u32 ufcon) | param_type_changed |
function_signature_change | s3c24xx_port_configured | drivers/tty/serial/samsung_tty.c | 032a725c16add79332d774348d7ad7d0d4b86479 | static bool
s3c24xx_port_configured(unsigned int ucon) | static bool
s3c24xx_port_configured(u32 ucon) | param_type_changed |
function_signature_change | max310x_gpio_get | drivers/tty/serial/max310x.c | 79b69eb09cf5b6a77e621b2838b7e0d38113debb | static int max310x_gpio_get(struct gpio_chip *chip, unsigned offset) | static int max310x_gpio_get(struct gpio_chip *chip, unsigned int offset) | param_type_changed |
function_signature_change | max310x_gpio_set | drivers/tty/serial/max310x.c | 79b69eb09cf5b6a77e621b2838b7e0d38113debb | static void max310x_gpio_set(struct gpio_chip *chip, unsigned offset, int value) | static void max310x_gpio_set(struct gpio_chip *chip, unsigned int offset, int value) | param_type_changed |
function_signature_change | max310x_gpio_direction_input | drivers/tty/serial/max310x.c | 79b69eb09cf5b6a77e621b2838b7e0d38113debb | static int max310x_gpio_direction_input(struct gpio_chip *chip, unsigned offset) | static int max310x_gpio_direction_input(struct gpio_chip *chip, unsigned int offset) | param_type_changed |
function_signature_change | max310x_gpio_direction_output | drivers/tty/serial/max310x.c | 79b69eb09cf5b6a77e621b2838b7e0d38113debb | static int max310x_gpio_direction_output(struct gpio_chip *chip,
unsigned offset, int value) | static int max310x_gpio_direction_output(struct gpio_chip *chip,
unsigned int offset, int value) | param_type_changed |
function_signature_change | stm32_usart_get_ftcfg | drivers/tty/serial/stm32-usart.c | 5d207f62cec8d6e6f0fb6f35495723bf3960daf7 | static void stm32_usart_get_ftcfg(struct platform_device *pdev, const char *p,
int *ftcfg) | static int stm32_usart_get_ftcfg(struct platform_device *pdev, struct stm32_port *stm32port,
const char *p, int *ftcfg) | param_added |
function_signature_change | btmtkuart_receive_buf | drivers/bluetooth/btmtkuart.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t btmtkuart_receive_buf(struct serdev_device *serdev,
const u8 *data, size_t count) | static size_t btmtkuart_receive_buf(struct serdev_device *serdev,
const u8 *data, size_t count) | return_type_changed |
function_signature_change | btnxpuart_receive_buf | drivers/bluetooth/btnxpuart.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t btnxpuart_receive_buf(struct serdev_device *serdev,
const u8 *data, size_t count) | static size_t btnxpuart_receive_buf(struct serdev_device *serdev,
const u8 *data, size_t count) | return_type_changed |
function_signature_change | hci_uart_receive_buf | drivers/bluetooth/hci_serdev.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t hci_uart_receive_buf(struct serdev_device *serdev,
const u8 *data, size_t count) | static size_t hci_uart_receive_buf(struct serdev_device *serdev,
const u8 *data, size_t count) | return_type_changed |
function_signature_change | gnss_serial_receive_buf | drivers/gnss/serial.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t gnss_serial_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t count) | static size_t gnss_serial_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t count) | return_type_changed |
function_signature_change | sirf_receive_buf | drivers/gnss/sirf.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t sirf_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t count) | static size_t sirf_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t count) | return_type_changed |
function_signature_change | hdlc_rx | drivers/greybus/gb-beagleplay.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t hdlc_rx(struct gb_beagleplay *bg, const u8 *data, size_t count) | static size_t hdlc_rx(struct gb_beagleplay *bg, const u8 *data, size_t count) | return_type_changed |
function_signature_change | gb_tty_receive | drivers/greybus/gb-beagleplay.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t gb_tty_receive(struct serdev_device *sd, const u8 *data,
size_t count) | static size_t gb_tty_receive(struct serdev_device *sd, const u8 *data,
size_t count) | return_type_changed |
function_signature_change | pms7003_receive_buf | drivers/iio/chemical/pms7003.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t pms7003_receive_buf(struct serdev_device *serdev, const u8 *buf,
size_t size) | static size_t pms7003_receive_buf(struct serdev_device *serdev, const u8 *buf,
size_t size) | return_type_changed |
function_signature_change | scd30_serdev_receive_buf | drivers/iio/chemical/scd30_serial.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t scd30_serdev_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t size) | static size_t scd30_serdev_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t size) | return_type_changed |
function_signature_change | sps30_serial_receive_buf | drivers/iio/chemical/sps30_serial.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t sps30_serial_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t size) | static size_t sps30_serial_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t size) | return_type_changed |
function_signature_change | bno055_ser_receive_buf | drivers/iio/imu/bno055/bno055_ser_core.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t bno055_ser_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t size) | static size_t bno055_ser_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t size) | return_type_changed |
function_signature_change | rave_sp_receive_buf | drivers/mfd/rave-sp.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t rave_sp_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t size) | static size_t rave_sp_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t size) | return_type_changed |
function_signature_change | qca_tty_receive | drivers/net/ethernet/qualcomm/qca_uart.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t
qca_tty_receive(struct serdev_device *serdev, const u8 *data, size_t count) | static size_t
qca_tty_receive(struct serdev_device *serdev, const u8 *data, size_t count) | return_type_changed |
function_signature_change | pn532_receive_buf | drivers/nfc/pn533/uart.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t pn532_receive_buf(struct serdev_device *serdev,
const u8 *data, size_t count) | static size_t pn532_receive_buf(struct serdev_device *serdev,
const u8 *data, size_t count) | return_type_changed |
function_signature_change | s3fwrn82_uart_read | drivers/nfc/s3fwrn5/uart.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t s3fwrn82_uart_read(struct serdev_device *serdev,
const u8 *data, size_t count) | static size_t s3fwrn82_uart_read(struct serdev_device *serdev,
const u8 *data, size_t count) | return_type_changed |
function_signature_change | cros_ec_uart_rx_bytes | drivers/platform/chrome/cros_ec_uart.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t cros_ec_uart_rx_bytes(struct serdev_device *serdev,
const u8 *data, size_t count) | static size_t cros_ec_uart_rx_bytes(struct serdev_device *serdev,
const u8 *data, size_t count) | return_type_changed |
function_signature_change | ssam_receive_buf | drivers/platform/surface/aggregator/core.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t ssam_receive_buf(struct serdev_device *dev, const u8 *buf,
size_t n) | static size_t ssam_receive_buf(struct serdev_device *dev, const u8 *buf,
size_t n) | return_type_changed |
function_signature_change | serdev_controller_receive_buf | include/linux/serdev.h | fed99212acae832607817b24fa589f8aaf03103f | static inline ssize_t serdev_controller_receive_buf(struct serdev_controller *ctrl,
const u8 *data,
size_t count) | static inline size_t serdev_controller_receive_buf(struct serdev_controller *ctrl,
const u8 *data,
size_t count) | return_type_changed |
function_signature_change | snd_serial_generic_receive_buf | sound/drivers/serial-generic.c | fed99212acae832607817b24fa589f8aaf03103f | static ssize_t snd_serial_generic_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t count) | static size_t snd_serial_generic_receive_buf(struct serdev_device *serdev,
const u8 *buf, size_t count) | return_type_changed |
function_signature_change | vgacon_set_origin | drivers/video/console/vgacon.c | 42822fabfc24f4fc8d5404d9359fa17a0bcfcea8 | static int vgacon_set_origin(struct vc_data *c) | static bool vgacon_set_origin(struct vc_data *c) | return_type_changed |
function_signature_change | newport_font_default | drivers/video/console/newport_con.c | 4f59617065592c446cd8450e9e6bac229cbc1383 | static int newport_font_default(struct vc_data *vc, struct console_font *op, char *name) | static int newport_font_default(struct vc_data *vc, struct console_font *op,
const char *name) | param_type_changed |
function_signature_change | sticon_font_default | drivers/video/console/sticon.c | 4f59617065592c446cd8450e9e6bac229cbc1383 | static int sticon_font_default(struct vc_data *vc, struct console_font *op, char *name) | static int sticon_font_default(struct vc_data *vc, struct console_font *op,
const char *name) | param_type_changed |
function_signature_change | fbcon_set_def_font | drivers/video/fbdev/core/fbcon.c | 4f59617065592c446cd8450e9e6bac229cbc1383 | static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, char *name) | static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font,
const char *name) | param_type_changed |
function_signature_change | con_font_set | drivers/tty/vt/vt.c | fd0f631fffa87f1c26045c3c88c0c4a7706d14de | static int con_font_set(struct vc_data *vc, struct console_font_op *op) | static int con_font_set(struct vc_data *vc, const struct console_font_op *op) | param_type_changed |
function_signature_change | newport_set_font | drivers/video/console/newport_con.c | fd0f631fffa87f1c26045c3c88c0c4a7706d14de | static int newport_set_font(int unit, struct console_font *op, unsigned int vpitch) | static int newport_set_font(int unit, const struct console_font *op,
unsigned int vpitch) | param_type_changed |
function_signature_change | newport_font_set | drivers/video/console/newport_con.c | fd0f631fffa87f1c26045c3c88c0c4a7706d14de | static int newport_font_set(struct vc_data *vc, struct console_font *font,
unsigned int vpitch, unsigned int flags) | static int newport_font_set(struct vc_data *vc, const struct console_font *font,
unsigned int vpitch, unsigned int flags) | param_type_changed |
function_signature_change | sticon_set_font | drivers/video/console/sticon.c | fd0f631fffa87f1c26045c3c88c0c4a7706d14de | static int sticon_set_font(struct vc_data *vc, struct console_font *op,
unsigned int vpitch) | static int sticon_set_font(struct vc_data *vc, const struct console_font *op,
unsigned int vpitch) | param_type_changed |
function_signature_change | sticon_font_set | drivers/video/console/sticon.c | fd0f631fffa87f1c26045c3c88c0c4a7706d14de | static int sticon_font_set(struct vc_data *vc, struct console_font *font,
unsigned int vpitch, unsigned int flags) | static int sticon_font_set(struct vc_data *vc, const struct console_font *font,
unsigned int vpitch, unsigned int flags) | param_type_changed |
function_signature_change | vgacon_font_set | drivers/video/console/vgacon.c | fd0f631fffa87f1c26045c3c88c0c4a7706d14de | static int vgacon_font_set(struct vc_data *c, struct console_font *font,
unsigned int vpitch, unsigned int flags) | static int vgacon_font_set(struct vc_data *c, const struct console_font *font,
unsigned int vpitch, unsigned int flags) | param_type_changed |
function_signature_change | fbcon_set_font | drivers/video/fbdev/core/fbcon.c | fd0f631fffa87f1c26045c3c88c0c4a7706d14de | static int fbcon_set_font(struct vc_data *vc, struct console_font *font,
unsigned int vpitch, unsigned int flags) | static int fbcon_set_font(struct vc_data *vc, const struct console_font *font,
unsigned int vpitch, unsigned int flags) | param_type_changed |
function_signature_change | dummycon_blank | drivers/video/console/dummycon.c | 77e110936a42b212c0fb576356ed274eb1d90c54 | static int dummycon_blank(struct vc_data *vc, enum vesa_blank_mode blank,
int mode_switch) | static bool dummycon_blank(struct vc_data *vc, enum vesa_blank_mode blank,
bool mode_switch) | return_type_changed |
function_signature_change | mdacon_blank | drivers/video/console/mdacon.c | 77e110936a42b212c0fb576356ed274eb1d90c54 | static int mdacon_blank(struct vc_data *c, enum vesa_blank_mode blank,
int mode_switch) | static bool mdacon_blank(struct vc_data *c, enum vesa_blank_mode blank,
bool mode_switch) | return_type_changed |
function_signature_change | newport_blank | drivers/video/console/newport_con.c | 77e110936a42b212c0fb576356ed274eb1d90c54 | static int newport_blank(struct vc_data *c, enum vesa_blank_mode blank,
int mode_switch) | static bool newport_blank(struct vc_data *c, enum vesa_blank_mode blank,
bool mode_switch) | return_type_changed |
function_signature_change | sticon_blank | drivers/video/console/sticon.c | 77e110936a42b212c0fb576356ed274eb1d90c54 | static int sticon_blank(struct vc_data *c, enum vesa_blank_mode blank,
int mode_switch) | static bool sticon_blank(struct vc_data *c, enum vesa_blank_mode blank,
bool mode_switch) | return_type_changed |
function_signature_change | vgacon_blank | drivers/video/console/vgacon.c | 77e110936a42b212c0fb576356ed274eb1d90c54 | static int vgacon_blank(struct vc_data *c, enum vesa_blank_mode blank,
int mode_switch) | static bool vgacon_blank(struct vc_data *c, enum vesa_blank_mode blank,
bool mode_switch) | return_type_changed |
function_signature_change | fbcon_blank | drivers/video/fbdev/core/fbcon.c | 77e110936a42b212c0fb576356ed274eb1d90c54 | static int fbcon_blank(struct vc_data *vc, enum vesa_blank_mode blank,
int mode_switch) | static bool fbcon_blank(struct vc_data *vc, enum vesa_blank_mode blank,
bool mode_switch) | return_type_changed |
function_signature_change | dummycon_blank | drivers/video/console/dummycon.c | 0a58d83dfb14ac30126c37b18d4578e5b261459d | static int dummycon_blank(struct vc_data *vc, int blank, int mode_switch) | static int dummycon_blank(struct vc_data *vc, enum vesa_blank_mode blank,
int mode_switch) | param_type_changed |
function_signature_change | mdacon_blank | drivers/video/console/mdacon.c | 0a58d83dfb14ac30126c37b18d4578e5b261459d | static int mdacon_blank(struct vc_data *c, int blank, int mode_switch) | static int mdacon_blank(struct vc_data *c, enum vesa_blank_mode blank,
int mode_switch) | param_type_changed |
function_signature_change | newport_blank | drivers/video/console/newport_con.c | 0a58d83dfb14ac30126c37b18d4578e5b261459d | static int newport_blank(struct vc_data *c, int blank, int mode_switch) | static int newport_blank(struct vc_data *c, enum vesa_blank_mode blank,
int mode_switch) | param_type_changed |
function_signature_change | sticon_blank | drivers/video/console/sticon.c | 0a58d83dfb14ac30126c37b18d4578e5b261459d | static int sticon_blank(struct vc_data *c, int blank, int mode_switch) | static int sticon_blank(struct vc_data *c, enum vesa_blank_mode blank,
int mode_switch) | param_type_changed |
function_signature_change | vga_vesa_blank | drivers/video/console/vgacon.c | 0a58d83dfb14ac30126c37b18d4578e5b261459d | static void vga_vesa_blank(struct vgastate *state, int mode) | static void vga_vesa_blank(struct vgastate *state, enum vesa_blank_mode mode) | param_type_changed |
function_signature_change | vgacon_blank | drivers/video/console/vgacon.c | 0a58d83dfb14ac30126c37b18d4578e5b261459d | static int vgacon_blank(struct vc_data *c, int blank, int mode_switch) | static int vgacon_blank(struct vc_data *c, enum vesa_blank_mode blank,
int mode_switch) | param_type_changed |
function_signature_change | fbcon_blank | drivers/video/fbdev/core/fbcon.c | 0a58d83dfb14ac30126c37b18d4578e5b261459d | static int fbcon_blank(struct vc_data *vc, int blank, int mode_switch) | static int fbcon_blank(struct vc_data *vc, enum vesa_blank_mode blank,
int mode_switch) | param_type_changed |
function_signature_change | dummycon_switch | drivers/video/console/dummycon.c | 8d5cc8eed738e3202379722295c626cba0849785 | static int dummycon_switch(struct vc_data *vc) | static bool dummycon_switch(struct vc_data *vc) | return_type_changed |
function_signature_change | mdacon_switch | drivers/video/console/mdacon.c | 8d5cc8eed738e3202379722295c626cba0849785 | static int mdacon_switch(struct vc_data *c) | static bool mdacon_switch(struct vc_data *c) | return_type_changed |
function_signature_change | newport_switch | drivers/video/console/newport_con.c | 8d5cc8eed738e3202379722295c626cba0849785 | static int newport_switch(struct vc_data *vc) | static bool newport_switch(struct vc_data *vc) | return_type_changed |
function_signature_change | sticon_switch | drivers/video/console/sticon.c | 8d5cc8eed738e3202379722295c626cba0849785 | static int sticon_switch(struct vc_data *conp) | static bool sticon_switch(struct vc_data *conp) | return_type_changed |
function_signature_change | vgacon_switch | drivers/video/console/vgacon.c | 8d5cc8eed738e3202379722295c626cba0849785 | static int vgacon_switch(struct vc_data *c) | static bool vgacon_switch(struct vc_data *c) | return_type_changed |
function_signature_change | fbcon_switch | drivers/video/fbdev/core/fbcon.c | 8d5cc8eed738e3202379722295c626cba0849785 | static int fbcon_switch(struct vc_data *vc) | static bool fbcon_switch(struct vc_data *vc) | return_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.