You can use my Github mirror of the CentOS kernel to see actual source diffs. I have scripts to automatically create commits every time the CentOS kernel git repo is being updated. With the CentOS guarantee that updates correspond to RHEL kernel updates, the changes in these commits should reflect the same changes as in the RHEL kernels.
Here are the relevant Github kernel branches of the mirror:
My scripts also generate tags that match the source tarball, so you can use git
to diff specific kernel sources between releases. For example, to see what Red Hat updated in their 1062.4.1
kernel patch in CentOS 7.7:
git diff linux-3.10.0-1062.el7.tar.xz..linux-3.10.0-1062.4.1.el7.tar.xz