aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-10s390/nospec: generate single register thunks if possibleVasily Gorbik1-0/+14
2022-03-10s390/pci: make zpci_set_irq()/zpci_clear_irq() staticNiklas Schnelle2-5/+2
2022-03-08s390: remove unused expoline to BC instructionsVasily Gorbik2-77/+5
2022-03-08s390/irq: use assignment instead of castHeiko Carstens2-3/+8
2022-03-08s390/traps: get rid of magic cast for per codeHeiko Carstens2-3/+8
2022-03-08s390/traps: get rid of magic cast for program interruption codeHeiko Carstens2-3/+8
2022-03-08s390/signal: fix typo in commentsHeiko Carstens2-2/+2
2022-03-08s390/asm-offsets: remove unused definesHeiko Carstens1-5/+0
2022-03-08s390/test_unwind: avoid build warning with W=1Vasily Gorbik1-5/+4
2022-03-08s390: remove .fixup sectionHeiko Carstens1-1/+0
2022-03-08s390/bpf: encode register within extable entryHeiko Carstens1-11/+5
2022-03-08s390/extable: add dedicated uaccess handlerHeiko Carstens3-18/+43
2022-03-08s390/extable: convert to relative table with dataHeiko Carstens5-74/+46
2022-03-08s390/extable: add and use fixup_exception helper functionHeiko Carstens6-34/+22
2022-03-08s390/base: pass pt_regs to early program check handlerHeiko Carstens3-18/+20
2022-03-08s390/extable: move extable related functions to mm/extable.cHeiko Carstens3-13/+17
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens30-19/+49
2022-03-08s390/extable: search amode31 extable lastHeiko Carstens1-6/+6
2022-03-08s390/extable: sort amode31 extable earlyHeiko Carstens2-1/+6
2022-03-08s390/airq: use DMA memory for summary indicatorsHalil Pasic1-2/+2
2022-03-08s390/zcrypt: Provide target domain for EP11 cprbs to scheduling functionJürgen Christ3-6/+10
2022-03-08s390/zcrypt: change reply buffer size offeringHarald Freudenberger1-1/+22
2022-03-08s390/zcrypt: Support CPRB minor version T7Harald Freudenberger6-27/+60
2022-03-08s390/zcrypt: handle checkstopped cards with new stateHarald Freudenberger5-30/+105
2022-03-08s390/zcrypt: CEX8S exploitation supportHarald Freudenberger5-27/+61
2022-03-08s390/ap/zcrypt: debug feature improvementsHarald Freudenberger4-4/+58
2022-03-01s390/mm: convert pte_val()/pXd_val() into functionsHeiko Carstens1-5/+25
2022-03-01s390/mm,gmap: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-4/+4
2022-03-01s390/mm,hugetlb: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-21/+13
2022-03-01s390/mm,pageattr: don't use pte_val()/pXd_val() as lvalueHeiko Carstens1-8/+8
2022-03-01s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalueHeiko Carstens2-89/+77
2022-03-01s390/mm: use set_pXd()/set_pte() helper functions everywhereHeiko Carstens9-50/+51
2022-03-01s390/mm: add set_pte_bit()/clear_pte_bit() helper functionsHeiko Carstens1-0/+30
2022-03-01s390/mm: add set_pXd()/set_pte() helper functionsHeiko Carstens1-0/+25
2022-03-01s390/entry: remove unused expoline thunkVasily Gorbik1-1/+0
2022-03-01s390/ftrace: make use of epsw to get psw maskHeiko Carstens1-4/+10
2022-03-01s390/ptrace: remove opencoded offsetofHeiko Carstens1-88/+76
2022-03-01s390/smp: sort out physical vs virtual pointers usageAlexander Gordeev1-3/+3
2022-03-01s390/ap: enable sysfs attribute scans to force AP bus rescanHarald Freudenberger1-1/+11
2022-03-01s390/ap: notify drivers on config changed and scan complete callbacksTony Krowiak2-2/+91
2022-03-01s390/ap: driver callback to indicate resource in useTony Krowiak2-10/+139
2022-03-01s390/test_unwind: fix and extend kprobes testVasily Gorbik1-33/+50
2022-03-01s390/test_unwind: add ftrace testVasily Gorbik1-0/+59
2022-03-01s390/test_unwind: add "backtrace" module parameterVasily Gorbik1-1/+5
2022-03-01s390/test_unwind: minor cleanupVasily Gorbik1-44/+28
2022-03-01s390/test_unwind: show tests as skipped if unsupportedVasily Gorbik1-6/+3
2022-03-01s390: always use the packed stack layoutVasily Gorbik5-37/+5
2022-03-01s390/extable: fix exception table sortingHeiko Carstens1-2/+7
2022-03-01s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens4-5/+18
2022-03-01s390/ftrace: fix ftrace_caller/ftrace_regs_caller generationHeiko Carstens1-0/+35