aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-02-09s390/vtime: use cpu alternative for stck/stckfHeiko Carstens1-11/+8
2021-02-09s390/entry: use cpu alternative for stck/stckfHeiko Carstens1-5/+3
2021-02-09s390/time: use stcke instead of stckHeiko Carstens1-3/+3
2021-02-09s390/cpum_cf_diag: use get_tod_clock_fast()Heiko Carstens1-1/+1
2021-02-09s390/vtime: fix inline assembly clobber listHeiko Carstens1-1/+2
2021-02-09s390/vdso: on timens page fault prefault also VVAR pageHeiko Carstens1-4/+13
2021-02-09s390/vdso: implement generic vdso time namespace supportHeiko Carstens2-8/+99
2021-02-09s390/vdso: move data page before code pagesHeiko Carstens2-17/+15
2021-02-09s390/vdso: put vdso datapage in a separate vmaHeiko Carstens1-20/+35
2021-02-09s390/vdso: get rid of vdso_faultHeiko Carstens1-26/+9
2021-02-09s390/vdso: misc simple code changesHeiko Carstens1-72/+30
2021-02-09s390/vdso: remove superfluous variablesHeiko Carstens1-22/+13
2021-02-09s390/vdso: remove superfluous checkHeiko Carstens1-7/+0
2021-02-09s390/vdso: remove BUG_ON()Heiko Carstens1-1/+4
2021-02-09s390/vdso: simplify vdso size calculationHeiko Carstens1-2/+1
2021-02-09s390/vdso: convert vdso_init() to arch_initcallHeiko Carstens1-3/+4
2021-02-09s390/vdso: fix vdso data page definitionHeiko Carstens1-2/+2
2021-01-27s390: add missing include to arch/s390/kernel/signal.cSven Schnelle1-0/+1
2021-01-27s390: uv: Fix sysfs max number of VCPUs reportingJanosch Frank1-1/+1
2021-01-24fs: add mount_setattr()Christian Brauner1-0/+1
2021-01-19s390: pass struct pt_regs instead of registers to syscallsSven Schnelle1-6/+2
2021-01-19s390: convert to generic entrySven Schnelle17-873/+489
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro1-1/+1
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2020-12-20epoll: fix compat syscall wire up of epoll_pwait2Heiko Carstens1-1/+1
2020-12-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+1
2020-12-18Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-26/+11
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-4/+16
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+7
2020-12-16s390/idle: allow arch_cpu_idle() to be kprobedHeiko Carstens1-2/+0
2020-12-16s390/idle: remove raw_local_irq_save()/restore() from arch_cpu_idle()Heiko Carstens1-5/+2
2020-12-16s390/idle: merge enabled_wait() and arch_cpu_idle()Heiko Carstens1-8/+3
2020-12-16s390/delay: remove udelay_simple()Heiko Carstens2-2/+1
2020-12-16s390/delay: simplify udelayHeiko Carstens1-4/+0
2020-12-16s390: make calls to TRACE_IRQS_OFF/TRACE_IRQS_ON balancedHeiko Carstens1-2/+2
2020-12-16s390: always clear kernel stack backchain before calling functionsHeiko Carstens1-6/+6
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-18/+33
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-10/+1
2020-12-15mm: forbid splitting special mappingsDmitry Safonov1-10/+1
2020-12-15s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()Thomas Gleixner1-1/+1
2020-12-15Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner7-22/+25
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds21-344/+184
2020-12-10s390/mm: add support to allocate gigantic hugepages using CMAGerald Schaefer1-0/+3
2020-12-09s390/smp: perform initial CPU reset also for SMT siblingsSven Schnelle1-15/+3
2020-12-09s390/idle: fix accounting with machine checksSven Schnelle1-6/+6
2020-12-09s390/idle: add missing mt_cycles calculationSven Schnelle1-9/+25
2020-12-02sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker1-13/+32
2020-12-02s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker1-4/+0
2020-12-02sched/cputime: Remove symbol exports from IRQ time accountingFrederic Weisbecker1-5/+5