summaryrefslogtreecommitdiff
path: root/arch/s390/include
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+8
2022-12-12Merge tag 's390-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds11-712/+742
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+26
2022-12-06s390/sclp: introduce sclp_emergency_printk()Heiko Carstens1-0/+1
2022-12-06s390/vx: add vx-insn.h wrapper include fileHeiko Carstens2-665/+687
2022-12-06s390/ipl: add eckd dump supportSven Schnelle2-0/+3
2022-12-06s390/ipl: add eckd supportSven Schnelle3-0/+38
2022-12-03Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2022-12-02s390/checksum: support GENERIC_CSUM, enable it for KASANHeiko Carstens1-0/+7
2022-12-01mm: delay page_remove_rmap() until after the TLB has been flushedLinus Torvalds1-0/+3
2022-12-01mm: mmu_gather: prepare to gather encoded page pointers with flagsLinus Torvalds1-3/+5
2022-12-01Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-0/+1
2022-12-01mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-11-18ftrace: abstract DYNAMIC_FTRACE_WITH_ARGS accessesMark Rutland1-0/+19
2022-11-18ftrace: rename ftrace_instruction_pointer_set() -> ftrace_regs_set_instructio...Mark Rutland1-2/+3
2022-11-18ftrace: pass fregs to arch_ftrace_set_direct_caller()Mark Rutland1-1/+4
2022-11-16s390: use generic vga.h header fileHeiko Carstens1-7/+0
2022-11-16s390: use generic shmparam.h header fileHeiko Carstens1-12/+0
2022-11-16s390: use generic bugs.h header fileHeiko Carstens1-21/+0
2022-11-16s390: use generic serial.h header fileHeiko Carstens1-7/+0
2022-11-16s390: avoid using global register for current_stack_pointerVasily Gorbik1-1/+10
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-10-26s390/futex: add missing EX_TABLE entry to __futex_atomic_op()Heiko Carstens1-1/+2
2022-10-26s390/pai: move enum definition to header fileThomas Richter1-0/+6
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2022-10-09Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds11-37/+51
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-76/+0
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2-0/+19
2022-09-28s390/pci: remove unused bus_next field from struct zpci_devNiklas Schnelle1-1/+0
2022-09-28s390/cio: remove unused ccw_device_force_console() declarationGaosheng Cui1-1/+0
2022-09-25Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman1-1/+1
2022-09-21s390/dasd: suppress generic error messages for PPRC secondary devicesStefan Haberland1-0/+5
2022-09-21s390/dasd: add ioctl to perform a swap of the drivers copy pairStefan Haberland1-0/+14
2022-09-16s390/pai: Add support for PAI Extension 1 NNPA countersThomas Richter3-3/+10
2022-09-14s390/mm: uninline copy_oldmem_kernel() functionAlexander Gordeev2-14/+3
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev3-2/+15
2022-09-14s390/dump: save IPL CPU registers once DAT is availableAlexander Gordeev1-1/+2
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev3-15/+20
2022-09-14s390/smp: call smp_reinit_ipl_cpu() before scheduler is availableAlexander Gordeev1-0/+1
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-3/+0
2022-09-09Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-09-09termios: kill uapi termios.h that are identical to generic oneAl Viro1-50/+0
2022-09-09termios: get rid of non-UAPI asm/termios.hAl Viro1-12/+0
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro1-14/+0
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior1-1/+1
2022-09-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-11/+6
2022-08-30s390/hugetlb: fix prepare_hugepage_range() check for 2 GB hugepagesGerald Schaefer1-2/+4
2022-08-29KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel1-11/+6
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka1-8/+2
2022-08-08Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-30/+31