summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* s390/unwind: avoid duplicated unwinding entries for kretprobesVasily Gorbik2022-03-272-2/+3
* s390/unwind: recover kretprobe modified return address in stacktraceVasily Gorbik2022-03-272-6/+15
* s390/kprobes: enable kretprobes framepointer verificationVasily Gorbik2022-03-271-4/+4
* s390/test_unwind: extend kretprobe testVasily Gorbik2022-03-271-16/+33
* s390/ap: adjust whitespaceHeiko Carstens2022-03-271-23/+23
* s390/ap: use insn format for new instructionsHeiko Carstens2022-03-271-7/+7
* s390/alternatives: use insn format for new instructionsHeiko Carstens2022-03-273-8/+8
* s390/alternatives: use instructions instead of byte patternsHeiko Carstens2022-03-272-7/+20
* s390/traps: improve panic message for translation-specification exceptionHeiko Carstens2022-03-271-3/+3
* s390: fix typo in syscall_wrapper.hRussell Currey2022-03-271-1/+1
* Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-03-2598-1254/+1069
|\
| * s390/test_unwind: add kretprobe testsTobias Huschle2022-03-101-0/+56
| * s390/kprobes: Avoid additional kprobe in kretprobe handlingTobias Huschle2022-03-104-34/+60
| * s390: convert ".insn" encoding to instruction namesVasily Gorbik2022-03-1010-40/+37
| * s390: assume stckf is always presentVasily Gorbik2022-03-102-15/+9
| * s390/nospec: move to single register thunksVasily Gorbik2022-03-101-32/+24
| * s390: raise minimum supported machine generation to z10Vasily Gorbik2022-03-1023-435/+38
| * s390/uaccess: Add copy_from/to_user_key functionsJanis Schoetterl-Glausch2022-03-102-18/+85
| * s390/nospec: align and size extern thunksVasily Gorbik2022-03-101-2/+14
| * s390/nospec: add an option to use thunk-externVasily Gorbik2022-03-106-5/+71
| * s390/nospec: generate single register thunks if possibleVasily Gorbik2022-03-101-0/+14
| * s390/pci: make zpci_set_irq()/zpci_clear_irq() staticNiklas Schnelle2022-03-102-5/+2
| * s390: remove unused expoline to BC instructionsVasily Gorbik2022-03-082-77/+5
| * s390/irq: use assignment instead of castHeiko Carstens2022-03-082-3/+8
| * s390/traps: get rid of magic cast for per codeHeiko Carstens2022-03-082-3/+8
| * s390/traps: get rid of magic cast for program interruption codeHeiko Carstens2022-03-082-3/+8
| * s390/signal: fix typo in commentsHeiko Carstens2022-03-082-2/+2
| * s390/asm-offsets: remove unused definesHeiko Carstens2022-03-081-5/+0
| * s390/test_unwind: avoid build warning with W=1Vasily Gorbik2022-03-081-5/+4
| * s390: remove .fixup sectionHeiko Carstens2022-03-081-1/+0
| * s390/bpf: encode register within extable entryHeiko Carstens2022-03-081-11/+5
| * s390/extable: add dedicated uaccess handlerHeiko Carstens2022-03-083-18/+43
| * s390/extable: convert to relative table with dataHeiko Carstens2022-03-084-32/+45
| * s390/extable: add and use fixup_exception helper functionHeiko Carstens2022-03-086-34/+22
| * s390/base: pass pt_regs to early program check handlerHeiko Carstens2022-03-083-18/+20
| * s390/extable: move extable related functions to mm/extable.cHeiko Carstens2022-03-083-13/+17
| * s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens2022-03-0826-18/+45
| * s390/extable: search amode31 extable lastHeiko Carstens2022-03-081-6/+6
| * s390/extable: sort amode31 extable earlyHeiko Carstens2022-03-082-1/+6
| * s390/zcrypt: CEX8S exploitation supportHarald Freudenberger2022-03-081-1/+1
| * s390/mm: convert pte_val()/pXd_val() into functionsHeiko Carstens2022-03-011-5/+25
| * s390/mm,gmap: don't use pte_val()/pXd_val() as lvalueHeiko Carstens2022-03-011-4/+4
| * s390/mm,hugetlb: don't use pte_val()/pXd_val() as lvalueHeiko Carstens2022-03-011-21/+13
| * s390/mm,pageattr: don't use pte_val()/pXd_val() as lvalueHeiko Carstens2022-03-011-8/+8
| * s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueHeiko Carstens2022-03-012-89/+77
| * s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens2022-03-019-50/+51
| * s390/mm: add set_pte_bit()/clear_pte_bit() helper functionsHeiko Carstens2022-03-011-0/+30
| * s390/mm: add set_pXd()/set_pte() helper functionsHeiko Carstens2022-03-011-0/+25
| * s390/entry: remove unused expoline thunkVasily Gorbik2022-03-011-1/+0
| * s390/ftrace: make use of epsw to get psw maskHeiko Carstens2022-03-011-4/+10