summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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-091-3/+4
| * | | s390/vdso: fix vdso data page definitionHeiko Carstens2021-02-091-2/+2
| * | | s390: add missing include to arch/s390/kernel/signal.cSven Schnelle2021-01-271-0/+1
| * | | s390: pass struct pt_regs instead of registers to syscallsSven Schnelle2021-01-191-6/+2
| * | | s390: convert to generic entrySven Schnelle2021-01-1917-873/+489
| |/ /
* | | Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-1/+1
|\ \ \ | |_|/ |/| |
| * | elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro2021-01-061-1/+1
| |/
* / s390: uv: Fix sysfs max number of VCPUs reportingJanosch Frank2021-01-271-1/+1
|/
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-1/+1
|\
| * s390/irq: Use irq_desc_kstat_cpu() in show_msi_interrupt()Thomas Gleixner2020-12-151-1/+1
* | epoll: fix compat syscall wire up of epoll_pwait2Heiko Carstens2020-12-201-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-191-0/+1
|\ \
| * | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+1
* | | Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-184-26/+11
|\ \ \ | |/ / |/| |
| * | s390/idle: allow arch_cpu_idle() to be kprobedHeiko Carstens2020-12-161-2/+0
| * | s390/idle: remove raw_local_irq_save()/restore() from arch_cpu_idle()Heiko Carstens2020-12-161-5/+2
| * | s390/idle: merge enabled_wait() and arch_cpu_idle()Heiko Carstens2020-12-161-8/+3
| * | s390/delay: remove udelay_simple()Heiko Carstens2020-12-162-2/+1
| * | s390/delay: simplify udelayHeiko Carstens2020-12-161-4/+0
| * | s390: make calls to TRACE_IRQS_OFF/TRACE_IRQS_ON balancedHeiko Carstens2020-12-161-2/+2
| * | s390: always clear kernel stack backchain before calling functionsHeiko Carstens2020-12-161-6/+6
* | | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-4/+16
|\ \ \
| * | | ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+3
| * | | ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-1/+1
| * | | kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-3/+13
* | | | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-6/+7
|\ \ \ \
| * | | | s390: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-092-6/+7
* | | | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-151-18/+33
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-157-22/+25
| |\ \ \ \
| * | | | | sched/vtime: Consolidate IRQ time accountingFrederic Weisbecker2020-12-021-13/+32
| * | | | | s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker2020-12-021-4/+0
| * | | | | sched/cputime: Remove symbol exports from IRQ time accountingFrederic Weisbecker2020-12-021-5/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-10/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mm: forbid splitting special mappingsDmitry Safonov2020-12-151-10/+1
* | | | | Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-1421-344/+184
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | s390/mm: add support to allocate gigantic hugepages using CMAGerald Schaefer2020-12-101-0/+3
| * | | | s390/smp: perform initial CPU reset also for SMT siblingsSven Schnelle2020-12-091-15/+3
| * | | | s390/idle: fix accounting with machine checksSven Schnelle2020-12-091-6/+6
| * | | | s390/idle: add missing mt_cycles calculationSven Schnelle2020-12-091-9/+25
| * | | | s390/vdso: add missing prototypes for vdso functionsHeiko Carstens2020-11-303-0/+16
| * | | | s390/vdso: reimplement getcpu vdso syscallHeiko Carstens2020-11-236-2/+33
| * | | | s390/mm: add debug user asce supportHeiko Carstens2020-11-231-0/+8
| * | | | s390/mm: use invalid asce instead of kernel asceHeiko Carstens2020-11-232-2/+3
| * | | | s390/mm: remove set_fs / rework address space handlingHeiko Carstens2020-11-239-170/+28
| * | | | Merge branch 'fixes' into featuresHeiko Carstens2020-11-232-5/+7
| |\ \ \ \