summaryrefslogtreecommitdiffstats
path: root/arch/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | s390/pci: make better use of zpci_dbg() levelsNiklas Schnelle2022-04-253-3/+3
| * | | | | | | s390/vdso: add vdso randomizationSven Schnelle2022-04-251-1/+32
| * | | | | | | s390/vdso: map vdso above stackSven Schnelle2022-04-252-4/+5
| * | | | | | | s390/vdso: move vdso mapping to its own functionSven Schnelle2022-04-252-5/+20
| * | | | | | | s390/mmap: increase stack/mmap gap to 128MBSven Schnelle2022-04-251-2/+2
| * | | | | | | s390/zcrypt: code cleanupHarald Freudenberger2022-04-252-9/+9
| * | | | | | | s390/zcrypt: cleanup CPRB struct definitionsHarald Freudenberger2022-04-251-14/+12
| * | | | | | | s390/cio: simplify the calculation of variablesHaowen Bai2022-04-251-15/+68
| * | | | | | | s390/smp: sort out physical vs virtual CPU0 lowcore pointerAlexander Gordeev2022-04-251-1/+1
| * | | | | | | s390/kexec: set end-of-ipl flag in last diag308 callAlexander Egorenkov2022-04-253-3/+16
| * | | | | | | s390/sclp: add detection of IPL-complete-control facilityAlexander Egorenkov2022-04-251-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-241-2/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf2022-05-191-2/+3
| | |_|_|/ / | |/| | | |
* | | | | | KVM: s390: vsie/gmap: reduce gmap_rmap overheadChristian Borntraeger2022-05-031-0/+7
* | | | | | KVM: s390: Fix lockdep issue in vm memopJanis Schoetterl-Glausch2022-05-021-1/+10
* | | | | | s390: disable -Warray-boundsSven Schnelle2022-04-271-0/+10
| |/ / / / |/| | | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-233-8/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-213-8/+8
| | |/ / | |/| |
* / | | vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu2022-04-191-6/+1
|/ / /
* | | s390: enable CONFIG_HARDENED_USERCOPY in debug_defconfigSven Schnelle2022-04-121-0/+1
* | | s390: current_stack_pointer shouldn't be a functionSven Schnelle2022-04-124-10/+4
* | | s390: update defconfigsHeiko Carstens2022-04-103-7/+12
* | | s390/kexec: silence -Warray-bounds warningHeiko Carstens2022-04-071-1/+1
* | | s390: allow to compile with z16 optimizationsHeiko Carstens2022-04-062-0/+21
* | | s390: add z16 elf platformHeiko Carstens2022-04-061-0/+4
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-021-1/+1
|\ \
| * | KVM: Don't actually set a request when evicting vCPUs for GFN cache invdSean Christopherson2022-04-021-1/+1
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-04-021-4/+0
|\ \ \
| * | | asm/user.h: killed unused macrosAl Viro2022-01-311-4/+0
* | | | Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-04-0124-140/+208
|\ \ \ \
| * | | | s390/alternatives: avoid using jgnop mnemonicVasily Gorbik2022-03-282-2/+2
| * | | | s390/pci: rename get_zdev_by_bus() to zdev_from_bus()Niklas Schnelle2022-03-272-4/+4
| * | | | s390/pci: improve zpci_dev reference countingNiklas Schnelle2022-03-274-4/+16
| * | | | s390/smp: use physical address for SIGP_SET_PREFIX commandAlexander Gordeev2022-03-271-1/+1
| * | | | s390/maccess: rework absolute lowcore accessorsAlexander Gordeev2022-03-276-24/+32
| * | | | s390/smp: cleanup control register update routinesAlexander Gordeev2022-03-272-29/+23
| * | | | s390/smp: cleanup target CPU callback startingAlexander Gordeev2022-03-271-4/+11
| * | | | s390/test_unwind: verify __kretprobe_trampoline is replacedVasily Gorbik2022-03-271-1/+8
| * | | | 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 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-2/+1
|\ \ \ \ \
| * | | | | arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada2022-03-311-2/+1