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 | xfs_btree_stage_ifakeroot | fs/xfs/libxfs/xfs_btree_staging.h | 2b9e7f2668c540f18afd66a053ea78f3a629f8e2 | void xfs_btree_stage_ifakeroot(struct xfs_btree_cur *cur,
struct xbtree_ifakeroot *ifake,
struct xfs_btree_ops **new_ops) | void xfs_btree_stage_ifakeroot(struct xfs_btree_cur *cur,
struct xbtree_ifakeroot *ifake) | param_removed |
function_signature_change | xfs_btree_commit_ifakeroot | fs/xfs/libxfs/xfs_btree_staging.h | 2b9e7f2668c540f18afd66a053ea78f3a629f8e2 | void xfs_btree_commit_ifakeroot(struct xfs_btree_cur *cur, struct xfs_trans *tp,
int whichfork, const struct xfs_btree_ops *ops) | void xfs_btree_commit_ifakeroot(struct xfs_btree_cur *cur, struct xfs_trans *tp,
int whichfork) | param_removed |
function_signature_change | xfs_btree_set_refs | fs/xfs/libxfs/xfs_btree.c | 90cfae818dac5227e94e21d0f5250e098432723e | STATIC void
xfs_btree_set_refs(
struct xfs_btree_cur *cur,
struct xfs_buf *bp) | static inline void
xfs_btree_set_refs(
struct xfs_btree_cur *cur,
struct xfs_buf *bp) | return_type_changed |
function_signature_change | xfs_btree_init_block | fs/xfs/libxfs/xfs_btree.c | 11388f6581f40e7d5a69ce5f8b13264eca7c2c5c | void
xfs_btree_init_block(
struct xfs_mount *mp,
struct xfs_btree_block *buf,
const struct xfs_btree_ops *ops,
xfs_daddr_t blkno,
__u16 level,
__u16 numrecs,
__u64 owner) | void
xfs_btree_init_block(
struct xfs_mount *mp,
struct xfs_btree_block *block,
const struct xfs_btree_ops *ops,
__u16 level,
__u16 numrecs,
__u64 owner) | param_removed |
function_signature_change | xfs_btree_init_block | fs/xfs/libxfs/xfs_btree.h | 11388f6581f40e7d5a69ce5f8b13264eca7c2c5c | void xfs_btree_init_block(struct xfs_mount *mp,
struct xfs_btree_block *buf, const struct xfs_btree_ops *ops,
xfs_daddr_t blkno, __u16 level, __u16 numrecs, __u64 owner) | void xfs_btree_init_block(struct xfs_mount *mp,
struct xfs_btree_block *buf, const struct xfs_btree_ops *ops,
__u16 level, __u16 numrecs, __u64 owner) | param_removed |
function_signature_change | xfs_btree_init_block | fs/xfs/libxfs/xfs_btree.c | 3c68858b264fac292f74733eeaf558595978a5e5 | void
xfs_btree_init_block(
struct xfs_mount *mp,
struct xfs_buf *bp,
const struct xfs_btree_ops *ops,
__u16 level,
__u16 numrecs,
__u64 owner) | void
xfs_btree_init_block(
struct xfs_mount *mp,
struct xfs_btree_block *buf,
const struct xfs_btree_ops *ops,
xfs_daddr_t blkno,
__u16 level,
__u16 numrecs,
__u64 owner) | param_added |
function_signature_change | xfs_btree_init_block | fs/xfs/libxfs/xfs_btree.h | 3c68858b264fac292f74733eeaf558595978a5e5 | void xfs_btree_init_block(struct xfs_mount *mp, struct xfs_buf *bp,
const struct xfs_btree_ops *ops, __u16 level, __u16 numrecs,
__u64 owner) | void xfs_btree_init_block(struct xfs_mount *mp,
struct xfs_btree_block *buf, const struct xfs_btree_ops *ops,
xfs_daddr_t blkno, __u16 level, __u16 numrecs, __u64 owner) | param_added |
function_signature_change | xfs_btree_magic | fs/xfs/libxfs/xfs_btree.c | c87e3bf7802477cb4500dfafe0ab039313aa2dda | uint32_t
xfs_btree_magic(
int crc,
xfs_btnum_t btnum) | uint32_t
xfs_btree_magic(
struct xfs_mount *mp,
const struct xfs_btree_ops *ops) | param_type_changed |
function_signature_change | xfs_btree_init_block_int | fs/xfs/libxfs/xfs_btree.c | c87e3bf7802477cb4500dfafe0ab039313aa2dda | void
xfs_btree_init_block_int(
struct xfs_mount *mp,
struct xfs_btree_block *buf,
xfs_daddr_t blkno,
xfs_btnum_t btnum,
__u16 level,
__u16 numrecs,
__u64 owner,
unsigned int geom_flags) | void
xfs_btree_init_block_int(
struct xfs_mount *mp,
struct xfs_btree_block *buf,
const struct xfs_btree_ops *ops,
xfs_daddr_t blkno,
__u16 level,
__u16 numrecs,
__u64 owner) | param_removed |
function_signature_change | xfs_btree_init_block | fs/xfs/libxfs/xfs_btree.c | c87e3bf7802477cb4500dfafe0ab039313aa2dda | void
xfs_btree_init_block(
struct xfs_mount *mp,
struct xfs_buf *bp,
xfs_btnum_t btnum,
__u16 level,
__u16 numrecs,
__u64 owner) | void
xfs_btree_init_block(
struct xfs_mount *mp,
struct xfs_buf *bp,
const struct xfs_btree_ops *ops,
__u16 level,
__u16 numrecs,
__u64 owner) | param_type_changed |
function_signature_change | xfs_btree_magic | fs/xfs/libxfs/xfs_btree.h | c87e3bf7802477cb4500dfafe0ab039313aa2dda | uint32_t xfs_btree_magic(int crc, xfs_btnum_t btnum) | uint32_t xfs_btree_magic(struct xfs_mount *mp, const struct xfs_btree_ops *ops) | param_type_changed |
function_signature_change | xfs_btree_init_block | fs/xfs/libxfs/xfs_btree.h | c87e3bf7802477cb4500dfafe0ab039313aa2dda | void
xfs_btree_init_block(
struct xfs_mount *mp,
struct xfs_buf *bp,
xfs_btnum_t btnum,
__u16 level,
__u16 numrecs,
__u64 owner) | void xfs_btree_init_block(struct xfs_mount *mp, struct xfs_buf *bp,
const struct xfs_btree_ops *ops, __u16 level, __u16 numrecs,
__u64 owner) | param_type_changed |
function_signature_change | xfs_btree_init_block_int | fs/xfs/libxfs/xfs_btree.h | c87e3bf7802477cb4500dfafe0ab039313aa2dda | void
xfs_btree_init_block_int(
struct xfs_mount *mp,
struct xfs_btree_block *buf,
xfs_daddr_t blkno,
xfs_btnum_t btnum,
__u16 level,
__u16 numrecs,
__u64 owner,
unsigned int geom_flags) | void xfs_btree_init_block_int(struct xfs_mount *mp,
struct xfs_btree_block *buf, const struct xfs_btree_ops *ops,
xfs_daddr_t blkno, __u16 level, __u16 numrecs, __u64 owner) | param_removed |
function_signature_change | xfs_alloc_lookup_eq | fs/xfs/libxfs/xfs_alloc.c | 73a8fd93c421c4a6ac2c581c4d3478d3d68a0def | STATIC int /* error */
xfs_alloc_lookup_eq(
struct xfs_btree_cur *cur, /* btree cursor */
xfs_agblock_t bno, /* starting block of extent */
xfs_extlen_t len, /* length of extent */
int *stat) /* success/failure */ | static inline int /* error */
xfs_alloc_lookup_eq(
struct xfs_btree_cur *cur, /* btree cursor */
xfs_agblock_t bno, /* starting block of extent */
xfs_extlen_t len, /* length of extent */
int *stat) /* success/failure */ | return_type_changed |
function_signature_change | xfs_btree_init_block_int | fs/xfs/libxfs/xfs_btree.c | fd9c7f7722d815527269b80d9990aecffa06957c | void
xfs_btree_init_block_int(
struct xfs_mount *mp,
struct xfs_btree_block *buf,
xfs_daddr_t blkno,
xfs_btnum_t btnum,
__u16 level,
__u16 numrecs,
__u64 owner,
unsigned int flags) | void
xfs_btree_init_block_int(
struct xfs_mount *mp,
struct xfs_btree_block *buf,
xfs_daddr_t blkno,
xfs_btnum_t btnum,
__u16 level,
__u16 numrecs,
__u64 owner,
unsigned int geom_flags) | param_type_changed |
function_signature_change | xfs_btree_init_block_int | fs/xfs/libxfs/xfs_btree.h | fd9c7f7722d815527269b80d9990aecffa06957c | void
xfs_btree_init_block_int(
struct xfs_mount *mp,
struct xfs_btree_block *buf,
xfs_daddr_t blkno,
xfs_btnum_t btnum,
__u16 level,
__u16 numrecs,
__u64 owner,
unsigned int flags) | void
xfs_btree_init_block_int(
struct xfs_mount *mp,
struct xfs_btree_block *buf,
xfs_daddr_t blkno,
xfs_btnum_t btnum,
__u16 level,
__u16 numrecs,
__u64 owner,
unsigned int geom_flags) | param_type_changed |
function_signature_change | xfs_rmap_free_check_owner | fs/xfs/libxfs/xfs_rmap.c | 989d5ec3175be7c0012d7744c667ae6a266fab06 | static int
xfs_rmap_free_check_owner(
struct xfs_mount *mp,
uint64_t ltoff,
struct xfs_rmap_irec *rec,
xfs_filblks_t len,
uint64_t owner,
uint64_t offset,
unsigned int flags) | static int
xfs_rmap_free_check_owner(
struct xfs_btree_cur *cur,
uint64_t ltoff,
struct xfs_rmap_irec *rec,
xfs_filblks_t len,
uint64_t owner,
uint64_t offset,
unsigned int flags) | param_type_changed |
function_signature_change | xfs_attr_rmtval_copyout | fs/xfs/libxfs/xfs_attr_remote.c | ca14c0968c1f693ab4bcb5368c800c33e7a2ad7e | STATIC int
xfs_attr_rmtval_copyout(
struct xfs_mount *mp,
struct xfs_buf *bp,
xfs_ino_t ino,
int *offset,
int *valuelen,
uint8_t **dst) | STATIC int
xfs_attr_rmtval_copyout(
struct xfs_mount *mp,
struct xfs_buf *bp,
struct xfs_inode *dp,
int *offset,
int *valuelen,
uint8_t **dst) | param_type_changed |
function_signature_change | xfs_da3_node_set_type | fs/xfs/libxfs/xfs_da_btree.c | ca14c0968c1f693ab4bcb5368c800c33e7a2ad7e | static int
xfs_da3_node_set_type(
struct xfs_trans *tp,
struct xfs_buf *bp) | static int
xfs_da3_node_set_type(
struct xfs_trans *tp,
struct xfs_inode *dp,
int whichfork,
struct xfs_buf *bp) | param_added |
struct_layout_change | xchk_nlink_ctrs | fs/xfs/scrub/nlinks.h | 86a1746eea91c6db983e6ccd3f846708746e47c2 | null | null | fields_modified |
function_signature_change | xrep_update_qflags | fs/xfs/scrub/repair.c | 96ed2ae4a9b06b417e1c20c086c77755a43284bf | static void
xrep_update_qflags(
struct xfs_scrub *sc,
unsigned int clear_flags) | void
xrep_update_qflags(
struct xfs_scrub *sc,
unsigned int clear_flags,
unsigned int set_flags) | param_added |
function_signature_change | xrep_dinode_mode | fs/xfs/scrub/inode_repair.c | 5385f1a60d4e5b73e8ecd2757865352b68f54fb9 | STATIC void
xrep_dinode_mode(
struct xrep_inode *ri,
struct xfs_dinode *dip) | STATIC int
xrep_dinode_mode(
struct xrep_inode *ri,
struct xfs_dinode *dip) | return_type_changed |
function_signature_change | xchk_iscan_find_next | fs/xfs/scrub/iscan.c | 82334a79c6eb1c18b4b38285cf2693bbc5db3933 | STATIC int
xchk_iscan_find_next(
struct xchk_iscan *iscan,
struct xfs_buf *agi_bp,
struct xfs_perag *pag,
xfs_inofree_t *allocmaskp,
xfs_agino_t *cursor) | STATIC int
xchk_iscan_find_next(
struct xchk_iscan *iscan,
struct xfs_buf *agi_bp,
struct xfs_perag *pag,
xfs_inofree_t *allocmaskp,
xfs_agino_t *cursor,
uint8_t *nr_inodesp) | param_added |
function_signature_change | xchk_iscan_advance | fs/xfs/scrub/iscan.c | 82334a79c6eb1c18b4b38285cf2693bbc5db3933 | STATIC int
xchk_iscan_advance(
struct xchk_iscan *iscan,
struct xfs_perag **pagp,
struct xfs_buf **agi_bpp,
xfs_inofree_t *allocmaskp) | STATIC int
xchk_iscan_advance(
struct xchk_iscan *iscan,
struct xfs_perag **pagp,
struct xfs_buf **agi_bpp,
xfs_inofree_t *allocmaskp,
uint8_t *nr_inodesp) | param_added |
function_signature_change | xchk_iscan_iget | fs/xfs/scrub/iscan.c | 82334a79c6eb1c18b4b38285cf2693bbc5db3933 | STATIC int
xchk_iscan_iget(
struct xchk_iscan *iscan,
struct xfs_perag *pag,
struct xfs_buf *agi_bp,
xfs_inofree_t allocmask) | STATIC int
xchk_iscan_iget(
struct xchk_iscan *iscan,
struct xfs_perag *pag,
struct xfs_buf *agi_bp,
xfs_inofree_t allocmask,
uint8_t nr_inodes) | param_added |
function_signature_change | xchk_iscan_find_next | fs/xfs/scrub/iscan.c | a7a686cb07203fc42a38e66324241b7f2fe4fae2 | STATIC int
xchk_iscan_find_next(
struct xchk_iscan *iscan,
struct xfs_buf *agi_bp,
struct xfs_perag *pag,
xfs_agino_t *cursor) | STATIC int
xchk_iscan_find_next(
struct xchk_iscan *iscan,
struct xfs_buf *agi_bp,
struct xfs_perag *pag,
xfs_inofree_t *allocmaskp,
xfs_agino_t *cursor) | param_added |
function_signature_change | xchk_iscan_advance | fs/xfs/scrub/iscan.c | a7a686cb07203fc42a38e66324241b7f2fe4fae2 | STATIC int
xchk_iscan_advance(
struct xchk_iscan *iscan,
struct xfs_perag **pagp,
struct xfs_buf **agi_bpp) | STATIC int
xchk_iscan_advance(
struct xchk_iscan *iscan,
struct xfs_perag **pagp,
struct xfs_buf **agi_bpp,
xfs_inofree_t *allocmaskp) | param_added |
function_signature_change | xchk_iscan_iget | fs/xfs/scrub/iscan.c | a7a686cb07203fc42a38e66324241b7f2fe4fae2 | STATIC int
xchk_iscan_iget(
struct xchk_iscan *iscan,
struct xfs_perag *pag,
struct xfs_buf *agi_bp,
struct xfs_inode **ipp) | STATIC int
xchk_iscan_iget(
struct xchk_iscan *iscan,
struct xfs_perag *pag,
struct xfs_buf *agi_bp,
xfs_inofree_t allocmask) | param_type_changed |
function_signature_change | finit_module | tools/testing/selftests/bpf/testing_helpers.c | e9bbda13a7b876451285ab15fb600b809e5e2290 | static int finit_module(int fd, const char *param_values, int flags) | int finit_module(int fd, const char *param_values, int flags) | return_type_changed |
function_signature_change | delete_module | tools/testing/selftests/bpf/testing_helpers.c | e9bbda13a7b876451285ab15fb600b809e5e2290 | static int delete_module(const char *name, int flags) | int delete_module(const char *name, int flags) | return_type_changed |
function_signature_change | drm_dp_vsc_sdp_pack | drivers/gpu/drm/display/drm_dp_helper.c | b55b88d86fec1d3edf60489b25ed998a3f0848cb | ssize_t drm_dp_vsc_sdp_pack(const struct drm_dp_vsc_sdp *vsc,
struct dp_sdp *sdp, size_t size) | ssize_t drm_dp_vsc_sdp_pack(const struct drm_dp_vsc_sdp *vsc,
struct dp_sdp *sdp) | param_removed |
function_signature_change | drm_dp_vsc_sdp_pack | include/drm/display/drm_dp_helper.h | b55b88d86fec1d3edf60489b25ed998a3f0848cb | ssize_t drm_dp_vsc_sdp_pack(const struct drm_dp_vsc_sdp *vsc,
struct dp_sdp *sdp, size_t size) | ssize_t drm_dp_vsc_sdp_pack(const struct drm_dp_vsc_sdp *vsc, struct dp_sdp *sdp) | param_removed |
function_signature_change | mlx5vf_disable_fds | drivers/vfio/pci/mlx5/cmd.h | 6de042240b0f654940c196a491c90e81257e49b9 | void mlx5vf_disable_fds(struct mlx5vf_pci_core_device *mvdev) | void mlx5vf_disable_fds(struct mlx5vf_pci_core_device *mvdev,
enum mlx5_vf_migf_state *last_save_state) | param_added |
function_signature_change | mlx5vf_disable_fds | drivers/vfio/pci/mlx5/main.c | 6de042240b0f654940c196a491c90e81257e49b9 | void mlx5vf_disable_fds(struct mlx5vf_pci_core_device *mvdev) | void mlx5vf_disable_fds(struct mlx5vf_pci_core_device *mvdev,
enum mlx5_vf_migf_state *last_save_state) | param_added |
function_signature_change | snapshot_write_finalize | kernel/power/power.h | f4311756a83fb01c28a9bf841cbb7eb2b318eebf | extern void snapshot_write_finalize(struct snapshot_handle *handle) | int snapshot_write_finalize(struct snapshot_handle *handle) | return_type_changed |
function_signature_change | hibernate_restore_protect_page | kernel/power/snapshot.c | f4311756a83fb01c28a9bf841cbb7eb2b318eebf | static inline void hibernate_restore_protect_page(void *page_address) | static inline int __must_check hibernate_restore_protect_page(void *page_address) | return_type_changed |
function_signature_change | hibernate_restore_unprotect_page | kernel/power/snapshot.c | f4311756a83fb01c28a9bf841cbb7eb2b318eebf | static inline void hibernate_restore_unprotect_page(void *page_address) | static inline int hibernate_restore_unprotect_page(void *page_address) | return_type_changed |
function_signature_change | snapshot_write_finalize | kernel/power/snapshot.c | f4311756a83fb01c28a9bf841cbb7eb2b318eebf | void snapshot_write_finalize(struct snapshot_handle *handle) | int snapshot_write_finalize(struct snapshot_handle *handle) | return_type_changed |
function_signature_change | efivars_pstore_init | drivers/firmware/efi/efi-pstore.c | a28655c330ab294862cabe66deadb0f85cd4f191 | static __init int efivars_pstore_init(void) | static int efivars_pstore_init(void) | return_type_changed |
function_signature_change | efivars_pstore_exit | drivers/firmware/efi/efi-pstore.c | a28655c330ab294862cabe66deadb0f85cd4f191 | static __exit void efivars_pstore_exit(void) | static void efivars_pstore_exit(void) | return_type_changed |
function_signature_change | iterate_mm_list_nowalk | mm/vmscan.c | cc25bbe10a86a7fe3ec8468fb01e579e6216d7e1 | static bool iterate_mm_list_nowalk(struct lruvec *lruvec, unsigned long max_seq) | static bool iterate_mm_list_nowalk(struct lruvec *lruvec, unsigned long seq) | param_type_changed |
function_signature_change | inc_max_seq | mm/vmscan.c | cc25bbe10a86a7fe3ec8468fb01e579e6216d7e1 | static bool inc_max_seq(struct lruvec *lruvec, unsigned long max_seq,
bool can_swap, bool force_scan) | static bool inc_max_seq(struct lruvec *lruvec, unsigned long seq,
bool can_swap, bool force_scan) | param_type_changed |
function_signature_change | try_to_inc_max_seq | mm/vmscan.c | cc25bbe10a86a7fe3ec8468fb01e579e6216d7e1 | static bool try_to_inc_max_seq(struct lruvec *lruvec, unsigned long max_seq,
bool can_swap, bool force_scan) | static bool try_to_inc_max_seq(struct lruvec *lruvec, unsigned long seq,
bool can_swap, bool force_scan) | param_type_changed |
function_signature_change | reset_mm_stats | mm/vmscan.c | 2d823764fafa6593a87d3192c62e19eec4883d84 | static void reset_mm_stats(struct lruvec *lruvec, struct lru_gen_mm_walk *walk, bool last) | static void reset_mm_stats(struct lru_gen_mm_walk *walk, bool last) | param_removed |
function_signature_change | iterate_mm_list | mm/vmscan.c | 2d823764fafa6593a87d3192c62e19eec4883d84 | static bool iterate_mm_list(struct lruvec *lruvec, struct lru_gen_mm_walk *walk,
struct mm_struct **iter) | static bool iterate_mm_list(struct lru_gen_mm_walk *walk, struct mm_struct **iter) | param_removed |
function_signature_change | reset_batch_size | mm/vmscan.c | 2d823764fafa6593a87d3192c62e19eec4883d84 | static void reset_batch_size(struct lruvec *lruvec, struct lru_gen_mm_walk *walk) | static void reset_batch_size(struct lru_gen_mm_walk *walk) | param_removed |
function_signature_change | walk_mm | mm/vmscan.c | 2d823764fafa6593a87d3192c62e19eec4883d84 | static void walk_mm(struct lruvec *lruvec, struct mm_struct *mm, struct lru_gen_mm_walk *walk) | static void walk_mm(struct mm_struct *mm, struct lru_gen_mm_walk *walk) | param_removed |
function_signature_change | should_run_aging | mm/vmscan.c | 51973cc9e53899e50e47c1e4c2967c3021cb6257 | static bool should_run_aging(struct lruvec *lruvec, unsigned long max_seq,
struct scan_control *sc, bool can_swap, unsigned long *nr_to_scan) | static bool should_run_aging(struct lruvec *lruvec, unsigned long max_seq,
bool can_swap, unsigned long *nr_to_scan) | param_removed |
function_signature_change | try_to_inc_max_seq | mm/vmscan.c | 1ce2292c148043360c49122b1310da7132f1b8f6 | static bool try_to_inc_max_seq(struct lruvec *lruvec, unsigned long max_seq,
struct scan_control *sc, bool can_swap, bool force_scan) | static bool try_to_inc_max_seq(struct lruvec *lruvec, unsigned long max_seq,
bool can_swap, bool force_scan) | param_removed |
function_signature_change | run_aging | mm/vmscan.c | 1ce2292c148043360c49122b1310da7132f1b8f6 | static int run_aging(struct lruvec *lruvec, unsigned long seq, struct scan_control *sc,
bool can_swap, bool force_scan) | static int run_aging(struct lruvec *lruvec, unsigned long seq,
bool can_swap, bool force_scan) | param_removed |
function_signature_change | compact_node | mm/compaction.c | 3e40b3f41723c67c989bec03e704268ac432b759 | for_each_online_node(nid)
compact_node(nid) | for_each_online_node(nid)
compact_node(NODE_DATA(nid), false) | param_added |
function_signature_change | damon_sysfs_cmd_request_callback | mm/damon/sysfs.c | 6a080670d68834d22d47506033e8940b16da4322 | static int damon_sysfs_cmd_request_callback(struct damon_ctx *c, bool active) | static int damon_sysfs_cmd_request_callback(struct damon_ctx *c, bool active,
bool after_aggregation) | param_added |
function_signature_change | zswap_rb_erase | mm/zswap.c | a230c20e63efef3daab510979898b25a0e446b36 | static bool zswap_rb_erase(struct rb_root *root, struct zswap_entry *entry) | static void zswap_rb_erase(struct rb_root *root, struct zswap_entry *entry) | return_type_changed |
function_signature_change | zswap_invalidate | include/linux/zswap.h | 0827a1fb143fae588cb6f5b9a97c405d6c2ddec9 | void zswap_invalidate(int type, pgoff_t offset) | void zswap_invalidate(swp_entry_t swp) | param_removed |
function_signature_change | zswap_invalidate | mm/zswap.c | 0827a1fb143fae588cb6f5b9a97c405d6c2ddec9 | void zswap_invalidate(int type, pgoff_t offset) | void zswap_invalidate(swp_entry_t swp) | param_removed |
function_signature_change | too_many_isolated | mm/vmscan.c | 98141718528526ef080a9bb78a40f79aca0774a7 | static int too_many_isolated(struct pglist_data *pgdat, int file,
struct scan_control *sc) | static bool too_many_isolated(struct pglist_data *pgdat, int file,
struct scan_control *sc) | return_type_changed |
function_signature_change | cma_debug_show_areas | mm/cma.c | fe58582c0e362d5e52b97985142b0dcef920b745 | static inline void cma_debug_show_areas(struct cma *cma) | static void cma_debug_show_areas(struct cma *cma) | return_type_changed |
function_signature_change | folio_pte_batch | mm/memory.c | d7c0e5f722ab229153c22efc836bf220479bdce6 | static inline int folio_pte_batch(struct folio *folio, unsigned long addr,
pte_t *start_ptep, pte_t pte, int max_nr, fpb_t flags) | static inline int folio_pte_batch(struct folio *folio, unsigned long addr,
pte_t *start_ptep, pte_t pte, int max_nr, fpb_t flags,
bool *any_writable) | param_added |
function_signature_change | folio_pte_batch | mm/memory.c | 25365e10699aa0e320345d019194fbea9f37a4ae | static inline int folio_pte_batch(struct folio *folio, unsigned long addr,
pte_t *start_ptep, pte_t pte, int max_nr) | static inline int folio_pte_batch(struct folio *folio, unsigned long addr,
pte_t *start_ptep, pte_t pte, int max_nr, fpb_t flags) | param_added |
function_signature_change | copy_present_pte | mm/memory.c | 53723298ba436830fdf0744c19b57b2a18f44041 | static inline int
copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma,
pte_t *dst_pte, pte_t *src_pte, unsigned long addr, int *rss,
struct folio **prealloc) | static inline int
copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma,
pte_t *dst_pte, pte_t *src_pte, pte_t pte, unsigned long addr,
int *rss, struct folio **prealloc) | param_added |
function_signature_change | validate_addr | tools/testing/selftests/mm/virtual_address_range.c | d1d86ce28d0f1974e1038d6927b657206529a01b | static int validate_addr(char *ptr, int high_addr) | static void validate_addr(char *ptr, int high_addr) | return_type_changed |
function_signature_change | write_file | tools/testing/selftests/mm/split_huge_page_test.c | 735887041a456152d31099c9a8cc24a2f6fecec3 | static int write_file(const char *path, const char *buf, size_t buflen) | static void write_file(const char *path, const char *buf, size_t buflen) | return_type_changed |
function_signature_change | test_mlock_lock | tools/testing/selftests/mm/mlock2-tests.c | 65c89684896d25568b9188e1fcdc10f1de487f2d | static int test_mlock_lock() | static void test_mlock_lock(void) | param_added |
function_signature_change | test_mlock_onfault | tools/testing/selftests/mm/mlock2-tests.c | 65c89684896d25568b9188e1fcdc10f1de487f2d | static int test_mlock_onfault() | static void test_mlock_onfault(void) | param_added |
function_signature_change | test_lock_onfault_of_present | tools/testing/selftests/mm/mlock2-tests.c | 65c89684896d25568b9188e1fcdc10f1de487f2d | static int test_lock_onfault_of_present() | static void test_lock_onfault_of_present(void) | param_added |
function_signature_change | test_vma_management | tools/testing/selftests/mm/mlock2-tests.c | 65c89684896d25568b9188e1fcdc10f1de487f2d | static int test_vma_management(bool call_mlock) | static void test_vma_management(bool call_mlock) | return_type_changed |
function_signature_change | test_mlockall | tools/testing/selftests/mm/mlock2-tests.c | 65c89684896d25568b9188e1fcdc10f1de487f2d | static int test_mlockall(int (test_function)(bool call_mlock)) | static void test_mlockall(void) | return_type_changed |
function_signature_change | test_mlock_within_limit | tools/testing/selftests/mm/mlock-random-test.c | 244ae27161b183dfb042c2b91ba29f73e7b56ea1 | int test_mlock_within_limit(char *p, int alloc_size) | static void test_mlock_within_limit(char *p, int alloc_size) | return_type_changed |
function_signature_change | test_mlock_outof_limit | tools/testing/selftests/mm/mlock-random-test.c | 244ae27161b183dfb042c2b91ba29f73e7b56ea1 | int test_mlock_outof_limit(char *p, int alloc_size) | static void test_mlock_outof_limit(char *p, int alloc_size) | return_type_changed |
function_signature_change | parent_f | tools/testing/selftests/mm/map_populate.c | 7ef98513c75f9cf68494d231a26513c5e05ef619 | static int parent_f(int sock, unsigned long *smap, int child) | static void parent_f(int sock, unsigned long *smap, int child) | return_type_changed |
function_signature_change | read_bytes | tools/testing/selftests/mm/map_hugetlb.c | d1e7bf2c70d6c211640aa40d490f801753647b47 | static int read_bytes(char *addr, size_t length) | static void read_bytes(char *addr, size_t length) | return_type_changed |
function_signature_change | ptdump_check_wx | arch/arm64/mm/ptdump.c | 6cdc82db0c044d36137dd98f33e8aa0b8742987f | void ptdump_check_wx(void) | bool ptdump_check_wx(void) | return_type_changed |
function_signature_change | ptdump_check_wx | arch/powerpc/mm/ptdump/ptdump.c | 6cdc82db0c044d36137dd98f33e8aa0b8742987f | void ptdump_check_wx(void) | bool ptdump_check_wx(void) | return_type_changed |
function_signature_change | ptdump_check_wx | arch/riscv/mm/ptdump.c | 6cdc82db0c044d36137dd98f33e8aa0b8742987f | void ptdump_check_wx(void) | bool ptdump_check_wx(void) | return_type_changed |
function_signature_change | ptdump_check_wx | arch/s390/mm/dump_pagetables.c | 6cdc82db0c044d36137dd98f33e8aa0b8742987f | void ptdump_check_wx(void) | bool ptdump_check_wx(void) | return_type_changed |
function_signature_change | ptdump_walk_pgd_level_checkwx | arch/x86/include/asm/pgtable.h | 6cdc82db0c044d36137dd98f33e8aa0b8742987f | void ptdump_walk_pgd_level_checkwx(void) | bool ptdump_walk_pgd_level_checkwx(void) | return_type_changed |
function_signature_change | ptdump_walk_pgd_level_core | arch/x86/mm/dump_pagetables.c | 6cdc82db0c044d36137dd98f33e8aa0b8742987f | static void ptdump_walk_pgd_level_core(struct seq_file *m,
struct mm_struct *mm, pgd_t *pgd,
bool checkwx, bool dmesg) | bool ptdump_walk_pgd_level_core(struct seq_file *m,
struct mm_struct *mm, pgd_t *pgd,
bool checkwx, bool dmesg) | return_type_changed |
function_signature_change | ptdump_walk_pgd_level_checkwx | arch/x86/mm/dump_pagetables.c | 6cdc82db0c044d36137dd98f33e8aa0b8742987f | void ptdump_walk_pgd_level_checkwx(void) | bool ptdump_walk_pgd_level_checkwx(void) | return_type_changed |
function_signature_change | ptdump_check_wx | include/linux/ptdump.h | 6cdc82db0c044d36137dd98f33e8aa0b8742987f | void ptdump_check_wx(void) | bool ptdump_check_wx(void) | return_type_changed |
function_signature_change | zswap_pool_get | mm/zswap.c | 39f3ec8eaa6065873e592857627f18ae17b6c878 | static int zswap_pool_get(struct zswap_pool *pool) | static int __must_check zswap_pool_get(struct zswap_pool *pool) | return_type_changed |
function_signature_change | zswap_writeback_entry | mm/zswap.c | 5878303c5353bdd9b7949db9edbaded53c150173 | static int zswap_writeback_entry(struct zswap_entry *entry,
struct zswap_tree *tree) | static int zswap_writeback_entry(struct zswap_entry *entry,
swp_entry_t swpentry) | param_type_changed |
function_signature_change | switch_mm_irqs_off | arch/x86/mm/tlb.c | 3cfd6625a6cf838137f3bf7a1635332cffe7ec63 | void switch_mm_irqs_off(struct mm_struct *prev, struct mm_struct *next,
struct task_struct *tsk) | void switch_mm_irqs_off(struct mm_struct *unused, struct mm_struct *next,
struct task_struct *tsk) | param_type_changed |
function_signature_change | leave_mm | arch/x86/include/asm/mmu.h | 7dbbc8f57d4ba3c369b692db9fd2c9653abf0bb5 | void leave_mm(int cpu) | void leave_mm(void) | param_type_changed |
function_signature_change | leave_mm | arch/x86/mm/tlb.c | 7dbbc8f57d4ba3c369b692db9fd2c9653abf0bb5 | void leave_mm(int cpu) | void leave_mm(void) | param_type_changed |
function_signature_change | leave_mm | include/linux/mmu_context.h | 7dbbc8f57d4ba3c369b692db9fd2c9653abf0bb5 | static inline void leave_mm(int cpu) | static inline void leave_mm(void) | param_type_changed |
function_signature_change | update_per_cpu_data_slice_size | drivers/base/cacheinfo.c | 5cec4eb7fad6fb1e9a3dd8403b558d1eff7490ff | static void update_per_cpu_data_slice_size(bool cpu_online, unsigned int cpu) | static void update_per_cpu_data_slice_size(bool cpu_online, unsigned int cpu,
cpumask_t *cpu_map) | param_added |
function_signature_change | setup_pcp_cacheinfo | include/linux/gfp.h | 5cec4eb7fad6fb1e9a3dd8403b558d1eff7490ff | void setup_pcp_cacheinfo(void) | void setup_pcp_cacheinfo(unsigned int cpu) | param_type_changed |
function_signature_change | zone_pcp_update_cacheinfo | mm/page_alloc.c | 5cec4eb7fad6fb1e9a3dd8403b558d1eff7490ff | for_each_populated_zone(zone)
zone_pcp_update_cacheinfo(zone) | for_each_populated_zone(zone)
zone_pcp_update_cacheinfo(zone, cpu) | param_added |
function_signature_change | setup_pcp_cacheinfo | mm/page_alloc.c | 5cec4eb7fad6fb1e9a3dd8403b558d1eff7490ff | void setup_pcp_cacheinfo(void) | void setup_pcp_cacheinfo(unsigned int cpu) | param_type_changed |
function_signature_change | mhp_supports_memmap_on_memory | mm/memory_hotplug.c | 42d9358252e5d055223487d9f653c2a2ac859a2a | static bool mhp_supports_memmap_on_memory(unsigned long size) | bool mhp_supports_memmap_on_memory(void) | return_type_changed |
function_signature_change | put_dax_range | drivers/dax/bus.c | c05ae9d85b47211edb187b854b62ec68fb2a1e93 | static void put_dax_range(struct dev_dax_range *dax_range) | static void put_dax_range(void) | param_type_changed |
function_signature_change | zswap_entry_put | mm/zswap.c | db128f5fdee9d9298c19d7137add7f7af840d9f7 | static void zswap_entry_put(struct zswap_tree *tree,
struct zswap_entry *entry) | static void zswap_entry_put(struct zswap_entry *entry) | param_removed |
function_signature_change | zswap_swapon | include/linux/zswap.h | 44c7c734a5132fc02f5584c7207f1d0c483f3ccd | int zswap_swapon(int type) | int zswap_swapon(int type, unsigned long nr_pages) | param_added |
function_signature_change | zswap_swapon | mm/zswap.c | 44c7c734a5132fc02f5584c7207f1d0c483f3ccd | int zswap_swapon(int type) | int zswap_swapon(int type, unsigned long nr_pages) | param_added |
function_signature_change | zswap_swapon | include/linux/zswap.h | bb29fd7760ae39905127afd31fc83294625ff704 | void zswap_swapon(int type) | int zswap_swapon(int type) | return_type_changed |
function_signature_change | zswap_swapon | mm/zswap.c | bb29fd7760ae39905127afd31fc83294625ff704 | void zswap_swapon(int type) | int zswap_swapon(int type) | return_type_changed |
function_signature_change | append_script | tools/perf/tests/tests-scripts.c | 964461ee370f3c0d63c173bfe4e4995f66d91578 | static void append_script(int dir_fd, const char *name, char *desc) | static void append_script(int dir_fd, const char *name, char *desc,
struct test_suite ***result,
size_t *result_sz) | param_added |
function_signature_change | append_scripts_in_dir | tools/perf/tests/tests-scripts.c | 964461ee370f3c0d63c173bfe4e4995f66d91578 | static void append_scripts_in_dir(int dir_fd) | static void append_scripts_in_dir(int dir_fd,
struct test_suite ***result,
size_t *result_sz) | param_added |
function_signature_change | is_shell_script | tools/perf/tests/tests-scripts.c | f3295f5b067d3c2655f0b2cd14d0b91b83ca41eb | static bool is_shell_script(const char *path) | static bool is_shell_script(int dir_fd, const char *path) | param_added |
function_signature_change | is_test_script | tools/perf/tests/tests-scripts.c | f3295f5b067d3c2655f0b2cd14d0b91b83ca41eb | static bool is_test_script(const char *path, const char *name) | static bool is_test_script(int dir_fd, const char *name) | param_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.