summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/zcrypt: handle checkstopped cards with new stateHarald Freudenberger2022-03-085-30/+105
* s390/zcrypt: CEX8S exploitation supportHarald Freudenberger2022-03-085-27/+61
* s390/ap/zcrypt: debug feature improvementsHarald Freudenberger2022-03-084-4/+58
* 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
* s390/ptrace: remove opencoded offsetofHeiko Carstens2022-03-011-88/+76
* s390/smp: sort out physical vs virtual pointers usageAlexander Gordeev2022-03-011-3/+3
* s390/ap: enable sysfs attribute scans to force AP bus rescanHarald Freudenberger2022-03-011-1/+11
* s390/ap: notify drivers on config changed and scan complete callbacksTony Krowiak2022-03-012-2/+91
* s390/ap: driver callback to indicate resource in useTony Krowiak2022-03-012-10/+139
* s390/test_unwind: fix and extend kprobes testVasily Gorbik2022-03-011-33/+50
* s390/test_unwind: add ftrace testVasily Gorbik2022-03-011-0/+59
* s390/test_unwind: add "backtrace" module parameterVasily Gorbik2022-03-011-1/+5
* s390/test_unwind: minor cleanupVasily Gorbik2022-03-011-44/+28
* s390/test_unwind: show tests as skipped if unsupportedVasily Gorbik2022-03-011-6/+3
* s390: always use the packed stack layoutVasily Gorbik2022-03-015-37/+5
* Merge branch 'fixes' into featuresVasily Gorbik2022-03-0110-13/+68
|\
| * s390/extable: fix exception table sortingHeiko Carstens2022-03-011-2/+7
| * s390/ftrace: fix arch_ftrace_get_regs implementationHeiko Carstens2022-03-014-5/+18
| * s390/ftrace: fix ftrace_caller/ftrace_regs_caller generationHeiko Carstens2022-03-011-0/+35
| * s390/setup: preserve memory at OLDMEM_BASE and OLDMEM_SIZEAlexander Egorenkov2022-03-011-0/+2
| * s390/cio: verify the driver availability for path_event callVineeth Vijayan2022-02-091-1/+1
| * s390/module: fix building test_modules_helpers.o with clangIlya Leoshkevich2022-02-062-3/+3
| * MAINTAINERS: downgrade myself to Reviewer for s390Christian Borntraeger2022-02-061-1/+1
| * MAINTAINERS: add Alexander Gordeev as maintainer for s390Heiko Carstens2022-02-061-1/+1
* | s390/mm: use CRST_ALLOC_ORDER instead of numberHeiko Carstens2022-02-091-4/+4
* | s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev2022-02-098-42/+38
* | s390/dump: fix old lowcore virtual vs physical address confusionAlexander Gordeev2022-02-093-2/+5
* | s390/lgr: use simple assignment instead of memcpyHeiko Carstens2022-02-061-2/+1
* | s390/dump: fix os_info virtual vs physical address confusionAlexander Gordeev2022-02-061-2/+2
* | s390/sclp_sdias: fix sclp_sdias_copy() virtual vs physical address confusionAlexander Gordeev2022-02-061-1/+1
* | s390/maccess: fix absolute lowcore virtual vs physical address confusionAlexander Gordeev2022-02-061-8/+9
* | s390/ftrace: verify opcode before applying patchSven Schnelle2022-02-061-16/+27
* | s390: remove invalid email address of Heiko CarstensHeiko Carstens2022-02-0627-34/+5
* | s390/vfio-ap: add s390dbf logging to the vfio_ap_irq_enable functionTony Krowiak2022-02-062-6/+72
* | s390/vfio-ap: add s390dbf logging to the handle_pqap functionTony Krowiak2022-02-061-6/+68
* | MAINTAINERS: update file path for S390 VFIO AP DRIVERTony Krowiak2022-02-061-3/+1
* | s390-vfio-ap: introduces s390 kernel debug feature for vfio_ap device driverTony Krowiak2022-02-062-0/+53
|/
* Linux 5.17-rc3v5.17-rc3Linus Torvalds2022-02-061-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-02-0619-160/+196
|\
| * fs/ext4: fix comments mentioning i_mutexhongnanli2022-02-038-20/+20
| * ext4: fix incorrect type issue during replay_del_rangeXin Yin2022-02-031-2/+3