summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
* treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+2
|\
| * s390: remove vma linked list walksMatthew Wilcox (Oracle)2022-09-261-1/+2
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-2/+2
|\ \
| * | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
* | | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-102-0/+2
|\ \ \
| * | | Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-294-8/+20
| |\| |
| * | | perf: Use sample_flags for raw_dataNamhyung Kim2022-09-272-0/+2
* | | | s390/pai: Add support for PAI Extension 1 NNPA countersThomas Richter2022-09-162-1/+672
* | | | s390/mm: uninline copy_oldmem_kernel() functionAlexander Gordeev2022-09-143-1/+16
* | | | s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev2022-09-142-24/+4
* | | | s390/dump: save IPL CPU registers once DAT is availableAlexander Gordeev2022-09-142-34/+32
* | | | s390/smp: rework absolute lowcore accessAlexander Gordeev2022-09-147-30/+163
* | | | s390/smp: call smp_reinit_ipl_cpu() before scheduler is availableAlexander Gordeev2022-09-142-2/+2
* | | | Merge branch 'fixes' into featuresVasily Gorbik2022-09-143-2/+4
|\ \ \ \ | | |/ / | |/| |
| * | | s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev2022-09-071-1/+1
| * | | s390/boot: fix absolute zero lowcore corruption on bootAlexander Gordeev2022-09-072-1/+2
| * | | s390: fix nospec table alignmentsJosh Poimboeuf2022-08-301-0/+1
| | |/ | |/|
* / | s390: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-302-2/+2
|/ /
* / s390: fix double free of GS and RI CBs on fork() failureBrian Foster2022-08-251-6/+16
|/
* Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2022-08-066-109/+86
|\
| * Revert "s390/smp: enforce lowcore protection on CPU restart"Alexander Gordeev2022-08-061-1/+1
| * Revert "s390/smp: rework absolute lowcore access"Alexander Gordeev2022-08-067-155/+29
| * s390/nmi: use irqentry_nmi_enter()/irqentry_nmi_exit()Sven Schnelle2022-07-281-3/+5
| * s390/smp: rework absolute lowcore accessAlexander Gordeev2022-07-287-29/+155
| * s390/setup: rearrange absolute lowcore initializationAlexander Gordeev2022-07-281-7/+6
| * s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev2022-07-281-1/+1
| * Merge branch 'vmcore-iov_iter' into featuresAlexander Gordeev2022-07-281-80/+28
| |\
| | * s390/crash: support multi-segment iteratorsAlexander Gordeev2022-07-201-106/+22
| | * s390/crash: use static swap buffer for copy_to_user_real()Alexander Gordeev2022-07-201-14/+12
| | * s390/crash: move copy_to_user_real() to crash_dump.cAlexander Gordeev2022-07-201-0/+26
| | * s390/crash: fix incorrect number of bytes to copy to user spaceAlexander Gordeev2022-07-201-1/+1
| | * s390/crash: remove redundant panic() on save area allocation failureAlexander Gordeev2022-07-201-1/+1
| * | s390/uvdevice: autoload module based on CPU facilitySteffen Eiden2022-07-191-0/+1
| * | s390/cpufeature: allow for facility bitsHeiko Carstens2022-07-191-0/+3
| * | s390/cpufeature: rework to allow more than only hwcap bitsHeiko Carstens2022-07-193-11/+43
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-041-0/+156
|\ \ \
| * \ \ Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini2022-08-011-0/+156
| |\ \ \
| | * | | KVM: s390: pv: add export before importClaudio Imbrenda2022-07-131-0/+28
| | * | | KVM: s390: pv: handle secure storage violations for protected guestsClaudio Imbrenda2022-07-131-0/+55
| | * | | s390: Add attestation query informationSteffen Eiden2022-07-111-0/+20
| | * | | Merge tag 'kvm-s390-next-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2022-06-071-0/+53
| | |\ \ \ | | | |/ / | | |/| |
| | | * | s390/uv: Add dump fields to queryJanosch Frank2022-06-011-0/+33
| | | * | s390/uv: Add SE hdr query informationJanosch Frank2022-06-011-0/+20
* | | | | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-021-2/+0
|\ \ \ \ \
| * | | | | random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-181-2/+0
| |/ / / /
* | | | | Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-08-021-5/+13
|\ \ \ \ \
| * | | | | kexec, KEYS, s390: Make use of built-in and secondary keyring for signature v...Michal Suchanek2022-07-151-5/+13
| | |/ / / | |/| | |
* | | | | Merge tag 'locking-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-012-24/+5
|\ \ \ \ \ | |_|/ / / |/| | | |