s390/nospec: rename assembler generated expoline thunks
Martin Schwidefsky authored

The assembler version of the expoline thunk use the naming
__s390x_indirect_jump_rxuse_ry while the compiler generates names
like __s390_indirect_jump_rx_use_ry. Make the naming more consistent.
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
40a3abf7
Name Last commit Last update
Documentation s390/pci: add parameter to disable usage of MIO instructions
LICENSES LICENSES: Add GCC runtime library exception text
arch s390/nospec: rename assembler generated expoline thunks
block Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-block
certs kexec, KEYS: Make use of platform keyring for signature verify
crypto lib/lzo: separate lzo-rle from lzo
drivers s390/sclp: do not use static sccbs
fs afs: Fix StoreData op marshalling
include locking/lockdep: check for freed initmem in static_obj()
init init/main: add checks for the return value of memblock_alloc*()
ipc Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
kernel locking/lockdep: check for freed initmem in static_obj()
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
mm Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
net Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
samples Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
scripts kconfig: remove stale lxdialog/.gitignore
security s390/ipl: read IPL report at early boot
sound Merge tag 'sound-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
tools s390/rseq: use trap4 for RSEQ_SIG
usr user/Makefile: Fix typo and capitalization in comment section
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.clang-format Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.