summaryrefslogtreecommitdiffstats
path: root/arch/s390
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-251-1/+1
|\ \
| * | Fix "ordering" comment typosBjorn Helgaas2021-01-291-1/+1
* | | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-243-1/+2
|\ \ \
| * \ \ Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-123-4/+4
| |\ \ \
| * | | | softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner2021-02-101-0/+1
| * | | | softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner2021-02-102-1/+1
| | |/ / | |/| |
* | | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-0/+1
|\ \ \ \
| * | | | fs: add mount_setattr()Christian Brauner2021-01-241-0/+1
| |/ / /
* | | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-232-2/+0
|\ \ \ \
| * | | | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-082-2/+0
| |/ / /
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-211-0/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: remove cipher routines from public crypto APIArd Biesheuvel2021-01-031-0/+2
* | | | Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-02-2169-1379/+1182
|\ \ \ \
| * | | | s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann2021-02-131-4/+0
| * | | | s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann2021-02-131-0/+1
| * | | | s390/time: remove get_tod_clock_ext()Heiko Carstens2021-02-131-12/+3
| * | | | s390/crypto: use store_tod_clock_ext()Heiko Carstens2021-02-131-1/+1
| * | | | s390/hypfs: use store_tod_clock_ext()Heiko Carstens2021-02-132-3/+3
| * | | | s390/debug: use union tod_clockHeiko Carstens2021-02-131-3/+3
| * | | | s390/kvm: use union tod_clockHeiko Carstens2021-02-131-15/+9
| * | | | s390/vdso: use union tod_clockHeiko Carstens2021-02-131-3/+3
| * | | | s390/time: convert tod_clock_base to unionHeiko Carstens2021-02-135-40/+24
| * | | | s390/time: introduce new store_tod_clock_ext()Heiko Carstens2021-02-131-0/+5
| * | | | s390/time: rename store_tod_clock_ext() and use union tod_clockHeiko Carstens2021-02-132-6/+5
| * | | | s390/time: introduce union tod_clockHeiko Carstens2021-02-131-0/+19
| * | | | s390,alpha: switch to 64-bit ino_tHeiko Carstens2021-02-131-0/+1
| * | | | s390: split cleanup_sieSven Schnelle2021-02-131-10/+7
| * | | | s390: use r13 in cleanup_sie as temp registerSven Schnelle2021-02-131-2/+2
| * | | | s390: fix kernel asce loading when sie is interruptedSven Schnelle2021-02-131-2/+1
| * | | | s390: add stack for machine check handlerSven Schnelle2021-02-135-25/+41
| * | | | s390: use WRITE_ONCE when re-allocating async stackSven Schnelle2021-02-131-1/+1
| * | | | s390: open code SWITCH_KERNEL macroSven Schnelle2021-02-131-28/+46
| * | | | s390/vtime: use cpu alternative for stck/stckfHeiko Carstens2021-02-091-11/+8
| * | | | s390/alternatives: add alternative_input() / alternative_io()Heiko Carstens2021-02-091-0/+16
| * | | | s390/entry: use cpu alternative for stck/stckfHeiko Carstens2021-02-091-5/+3
| * | | | s390/time: use stcke instead of stckHeiko Carstens2021-02-092-7/+9
| * | | | s390/cpum_cf_diag: use get_tod_clock_fast()Heiko Carstens2021-02-091-1/+1
| * | | | s390/vtime: fix inline assembly clobber listHeiko Carstens2021-02-091-1/+2
| * | | | s390/vdso: on timens page fault prefault also VVAR pageHeiko Carstens2021-02-091-4/+13
| * | | | s390/vdso: implement generic vdso time namespace supportHeiko Carstens2021-02-096-8/+110
| * | | | s390/vdso: simplify __arch_get_hw_counter()Heiko Carstens2021-02-091-3/+2
| * | | | s390/vdso: move data page before code pagesHeiko Carstens2021-02-092-17/+15
| * | | | s390/vdso: put vdso datapage in a separate vmaHeiko Carstens2021-02-091-20/+35
| * | | | s390/vdso: get rid of vdso_faultHeiko Carstens2021-02-091-26/+9
| * | | | s390/vdso: misc simple code changesHeiko Carstens2021-02-091-72/+30
| * | | | s390/vdso: remove superfluous variablesHeiko Carstens2021-02-091-22/+13
| * | | | s390/vdso: remove superfluous checkHeiko Carstens2021-02-091-7/+0
| * | | | s390/vdso: remove BUG_ON()Heiko Carstens2021-02-091-1/+4
| * | | | s390/vdso: simplify vdso size calculationHeiko Carstens2021-02-091-2/+1
| * | | | s390/vdso: convert vdso_init() to arch_initcallHeiko Carstens2021-02-092-4/+5