aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 's390-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-136/+191
2022-06-02Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds1-22/+0
2022-06-01s390/stack: add union to reflect kvm stack slot usagesHeiko Carstens1-1/+9
2022-06-01s390/stack: merge empty stack frame slotsHeiko Carstens1-2/+1
2022-06-01s390/uaccess: whitespace cleanupHeiko Carstens1-66/+66
2022-06-01s390/uaccess: use __noreturn instead of __attribute__((noreturn))Heiko Carstens1-3/+4
2022-06-01s390/uaccess: use exception handler to zero result on get_user() failureHeiko Carstens2-55/+108
2022-06-01s390/uaccess: use symbolic names for inline assembler operandsHeiko Carstens1-8/+8
2022-06-01s390/kexec: add __GFP_NORETRY to KEXEC_CONTROL_MEMORY_GFPHeiko Carstens1-1/+1
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds2-87/+13
2022-05-27Merge tag 'mm-hotfixes-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+10
2022-05-27kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-0/+10
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-1/+73
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-12/+50
2022-05-25s390: simplify early program check handlerHeiko Carstens1-6/+0
2022-05-25Merge tag 'kvm-s390-next-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini2-1/+73
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-0/+1
2022-05-24livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy1-22/+0
2022-05-23Merge tag 's390-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds24-245/+296
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2022-05-20drivers/s390/char: Add Ultravisor io deviceSteffen Eiden2-1/+73
2022-05-19bug: Use normal relative pointers in 'struct bug_entry'Josh Poimboeuf1-2/+3
2022-05-17s390/alternatives: remove padding generation codeHeiko Carstens2-140/+29
2022-05-17s390/alternatives: provide identical sized orginal/alternative sequencesHeiko Carstens1-1/+1
2022-05-13mm: change huge_ptep_clear_flush() to return the original pteBaolin Wang1-3/+3
2022-05-13s390: define get_cycles macro for arch-overrideJason A. Donenfeld1-0/+1
2022-05-13mm/hugetlb: introduce huge pte version of uffd-wp helpersPeter Xu1-0/+15
2022-05-13mm: introduce PTE_MARKER swap entryPeter Xu1-0/+5
2022-05-11s390/preempt: disable __preempt_count_add() optimization for PROFILE_ALL_BRANCHESHeiko Carstens1-4/+11
2022-05-11s390/stp: clock_delta should be signedSven Schnelle1-1/+1
2022-05-11s390/stp: fix todoff sizeSven Schnelle1-2/+2
2022-05-09s390/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-2/+21
2022-05-09s390/pgtable: cleanup description of swp pte layoutDavid Hildenbrand1-9/+8
2022-05-09s390/pai: add support for cryptography countersThomas Richter5-6/+89
2022-05-09entry: Rename arch_check_user_regs() to arch_enter_from_user_mode()Sven Schnelle1-2/+2
2022-05-06s390/ptrace: move short psw definitions to ptrace header fileHeiko Carstens2-24/+30
2022-05-06s390/vx: remove comments from macros which break LLVM's IASHeiko Carstens1-3/+3
2022-05-06s390/extable: prefer local labels in .set directivesHeiko Carstens1-6/+6
2022-05-06s390/nospec: prefer local labels in .set directivesHeiko Carstens1-6/+6
2022-04-26asm-generic: compat: Cleanup duplicate definitionsGuo Ren1-67/+12
2022-04-26fs: stat: compat: Add __ARCH_WANT_COMPAT_STATGuo Ren1-0/+1
2022-04-26compat: consolidate the compat_flock{,64} definitionChristoph Hellwig1-16/+0
2022-04-26uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hChristoph Hellwig1-4/+0
2022-04-25s390: add KCSAN instrumentation to barriers and spinlocksIlya Leoshkevich2-8/+9
2022-04-25s390/pci: add error record for CC 2 retriesNiklas Schnelle1-1/+6
2022-04-25s390/vdso: map vdso above stackSven Schnelle1-3/+4
2022-04-25s390/vdso: move vdso mapping to its own functionSven Schnelle1-0/+1
2022-04-25s390/zcrypt: code cleanupHarald Freudenberger2-9/+9
2022-04-25s390/zcrypt: cleanup CPRB struct definitionsHarald Freudenberger1-14/+12
2022-04-25s390/cio: simplify the calculation of variablesHaowen Bai1-15/+68