aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-2/+0
2022-08-02Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-5/+13
2022-08-01Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-24/+5
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-2/+0
2022-07-15kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verificationMichal Suchanek1-5/+13
2022-06-30s390/archrandom: simplify back to earlier design and initialize earlierJason A. Donenfeld1-0/+5
2022-06-24jump_label: make initial NOP patching the special caseArd Biesheuvel1-5/+0
2022-06-24jump_label: mips: move module NOP patching into arch codeArd Biesheuvel1-1/+0
2022-06-24jump_label: s390: avoid pointless initial NOP patchingArd Biesheuvel1-18/+5
2022-06-23s390/pai: Fix multiple concurrent event installationThomas Richter1-3/+12
2022-06-23s390/pai: Prevent invalid event number for pai_crypto PMUThomas Richter1-2/+3
2022-06-23s390/cpumf: Handle events cycles and instructions identicalThomas Richter1-1/+21
2022-06-23s390/crash: make copy_oldmem_page() return number of bytes copiedAlexander Gordeev1-3/+4
2022-06-23s390/crash: add missing iterator advance in copy_oldmem_page()Alexander Gordeev1-0/+7
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+7
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-58/+35
2022-06-01s390/stack: add union to reflect kvm stack slot usagesHeiko Carstens2-5/+5
2022-06-01s390/stack: merge empty stack frame slotsHeiko Carstens2-6/+6
2022-06-01s390/mcck: isolate SIE instruction when setting CIF_MCCK_GUEST flagAlexander Gordeev1-1/+5
2022-05-29Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+1
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+8
2022-05-26ftrace: Remove return value of ftrace_arch_modify_*()Li kunyu1-2/+1
2022-05-25s390/perf: obtain sie_block from the right addressNico Boehr1-1/+1
2022-05-25s390: generate register offsets into pt_regs automaticallyHeiko Carstens3-20/+16
2022-05-25s390: simplify early program check handlerHeiko Carstens4-31/+8
2022-05-17s390/entry: workaround llvm's IAS limitationsHeiko Carstens1-2/+12
2022-05-17s390/alternatives: remove padding generation codeHeiko Carstens1-59/+2
2022-05-17s390/alternatives: provide identical sized orginal/alternative sequencesHeiko Carstens1-10/+10
2022-05-16s390/cpumf: add new extended counter set for IBM z16Thomas Richter1-0/+148
2022-05-11s390/stp: clock_delta should be signedSven Schnelle1-4/+4
2022-05-11s390/stp: fix todoff sizeSven Schnelle1-3/+1
2022-05-09s390/pai: add support for cryptography countersThomas Richter4-1/+695
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-05-06s390/compat: cleanup compat_linux.h header fileHeiko Carstens1-52/+28
2022-05-06s390/entry: remove broken and not needed codeHeiko Carstens1-4/+1
2022-05-06s390/ptrace: move short psw definitions to ptrace header fileHeiko Carstens1-7/+2
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)1-5/+8
2022-04-27s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()Pingfan Liu1-2/+2
2022-04-25s390/vdso: add vdso randomizationSven Schnelle1-1/+32
2022-04-25s390/vdso: map vdso above stackSven Schnelle1-1/+1
2022-04-25s390/vdso: move vdso mapping to its own functionSven Schnelle1-5/+19
2022-04-25s390/smp: sort out physical vs virtual CPU0 lowcore pointerAlexander Gordeev1-1/+1
2022-04-25s390/kexec: set end-of-ipl flag in last diag308 callAlexander Egorenkov2-3/+10
2022-04-07s390/kexec: silence -Warray-bounds warningHeiko Carstens1-1/+1
2022-04-06s390: add z16 elf platformHeiko Carstens1-0/+4
2022-04-01Merge tag 's390-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds9-64/+56
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada1-2/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-4/+2