aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2021-06-18s390/pgtable: use register pair instead of register asmHeiko Carstens1-17/+13
2021-06-18s390/sigp: use register pair instead of register asmHeiko Carstens1-6/+8
2021-06-18s390/checksum: use register pair instead of register asmHeiko Carstens1-4/+6
2021-06-18s390/page: use register pair instead of register asmHeiko Carstens1-6/+9
2021-06-18s390/bitops: use register pair instead of register asmHeiko Carstens1-5/+5
2021-06-18s390: introduce register pair unionHeiko Carstens1-0/+19
2021-06-18s390/irqflags: always inline arch irqflags functionsHeiko Carstens1-8/+8
2021-06-18s390/processor: always inline stap() and __load_psw_mask()Heiko Carstens1-2/+2
2021-06-18s390: setup kernel memory layout earlyVasily Gorbik3-8/+7
2021-06-11s390/qeth: remove QAOB's pointer to its TX bufferJulian Wiedmann1-3/+1
2021-06-07s390/lowcore: remove superfluous __packed annotationsHeiko Carstens1-2/+2
2021-06-07s390: use struct tpi_info in lowcore.hSven Schnelle1-4/+9
2021-06-07s390: add struct tpi_info to struct pt_regsSven Schnelle3-3/+16
2021-06-07s390/cio: add tpi.h header fileSven Schnelle2-0/+21
2021-06-07s390/ccwgroup: use BUS_NOTIFY_UNBOUND_DRIVER to trigger ungroupingJulian Wiedmann1-2/+1
2021-06-07s390/mm: ensure switch_mm() is executed with interrupts disabledAlexander Gordeev1-2/+13
2021-06-07s390/ipl: make parameter area accessible via struct parmareaHeiko Carstens1-0/+2
2021-06-07s390/traps: add struct to access transactional diagnostic blockSven Schnelle2-2/+6
2021-06-07s390/irq: add union/struct to access external interrupt parametersSven Schnelle1-2/+7
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle2-10/+10
2021-06-07s390/entry: use assignment to read intcode / asm to copy gprsSven Schnelle1-2/+1
2021-06-07s390: enable HAVE_IOREMAP_PROTNiklas Schnelle1-0/+19
2021-06-07s390/cpumf: remove counter transaction call backsThomas Richter1-2/+1
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne1-3/+3
2021-05-26locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland1-2/+0
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-2/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()David Hildenbrand1-5/+0
2021-05-06Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-1/+13
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+6
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+2
2021-04-30s390/entry: add support for syscall stack randomizationSven Schnelle1-0/+10
2021-04-30s390/cpumf: move counter set size calculation to common placeThomas Richter1-0/+2
2021-04-30s390/pci: rename zpci_configure_device()Niklas Schnelle1-1/+1
2021-04-22Merge branch 'kvm-sev-cgroup' into HEADPaolo Bonzini2-2/+2
2021-04-18s390/atomic,cmpxchg: always inline __xchg/__cmpxchgHeiko Carstens1-3/+5
2021-04-17KVM: s390x: implement KVM_CAP_SET_GUEST_DEBUG2Maxim Levitsky1-0/+4
2021-04-15Merge tag 'kvm-s390-next-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini2-0/+2
2021-04-15s390/atomic,cmpxchg: make constraints work with old compilersHeiko Carstens2-9/+9
2021-04-15s390/cmpxchg: use unsigned long values instead of void pointersHeiko Carstens1-26/+23
2021-04-14lib/vdso: Add vdso_data pointer as input to __arch_get_timens_vdso_data()Christophe Leroy1-1/+2
2021-04-12s390/spinlock: use R constraint in inline assemblyHeiko Carstens1-1/+1
2021-04-12s390/atomic,cmpxchg: switch to use atomic-instrumented.hHeiko Carstens2-30/+58
2021-04-12s390/cmpxchg: get rid of gcc atomic builtinsHeiko Carstens1-15/+150
2021-04-12s390/atomic: get rid of gcc atomic builtinsHeiko Carstens1-6/+30
2021-04-12s390/atomic: use proper constraintsHeiko Carstens1-7/+7
2021-04-12s390/atomic: move remaining inline assemblies to atomic_ops.hHeiko Carstens2-18/+38
2021-04-12s390/bitops: make bitops only work on longsHeiko Carstens1-46/+47
2021-04-12s390/pci: separate zbus registration from scanningNiklas Schnelle1-1/+1
2021-04-12s390/pci: separate zbus creation from scanningNiklas Schnelle1-1/+2