aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/jump_label.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel1-5/+0
2022-06-24jump_label: s390: avoid pointless initial NOP patchingArd Biesheuvel1-18/+5
2021-10-11s390/jump_label: add __init_or_module annotationHeiko Carstens1-2/+3
2021-10-11s390/jump_label: rename __jump_label_transform()Heiko Carstens1-6/+6
2021-10-11s390/jump_label: make use of HAVE_JUMP_LABEL_BATCHHeiko Carstens1-0/+13
2021-10-11s390/jump_label: use text_poke_sync()Heiko Carstens1-6/+2
2021-07-27s390/jump_label: print real address in a case of a jump label bugHeiko Carstens1-1/+1
2019-06-07s390/jump_label: remove unused structure definitionHeiko Carstens1-5/+0
2019-06-04s390/jump_label: replace stop_machine with smp_call_functionMartin Schwidefsky1-13/+5
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-4/+0
2018-09-27s390/jump_label: Switch to relative referencesHeiko Carstens1-5/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-26s390: Prevent hotplug rwsem recursionThomas Gleixner1-1/+1
2017-02-17s390: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-08-27s390/jump_label: Use %*ph to print small buffersAlexander Kuleshov1-6/+3
2015-08-03jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra1-1/+1
2015-03-25s390/maccess: remove potentially broken probe_kernel_write()Heiko Carstens1-1/+1
2015-02-26s390/jump label: improve and fix sanity checkHeiko Carstens1-4/+8
2015-01-29s390/jump label: use different nop instructionHeiko Carstens1-6/+13
2015-01-29s390/jump label: add sanity checksHeiko Carstens1-14/+42
2011-10-25s390/jump-label: add arch_jump_label_transform_static()Jeremy Fitzhardinge1-20/+31
2011-04-04jump label: Add s390 supportJan Glauber1-0/+59