summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
* s390: uv: Fix sysfs max number of VCPUs reportingJanosch Frank2021-01-271-2/+2
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-201-0/+1
|\
| * KVM: s390: track synchronous pfault events in kvm_statChristian Borntraeger2020-12-101-0/+1
* | Merge tag 's390-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-12-182-14/+5
|\ \
| * | s390/idle: merge enabled_wait() and arch_cpu_idle()Heiko Carstens2020-12-161-5/+0
| * | s390/delay: remove udelay_simple()Heiko Carstens2020-12-161-2/+0
| * | s390/delay: simplify udelayHeiko Carstens2020-12-162-8/+6
* | | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-1/+4
|\ \ \
| * | | livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)2020-11-131-1/+4
* | | | Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-162-0/+3
|\ \ \ \
| * | | | s390/cio: Add support for FCES status notificationVineeth Vijayan2020-11-161-0/+2
| * | | | s390/cio: Provide Endpoint-Security Mode per CUVineeth Vijayan2020-11-161-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-0/+2
|\ \ \ \
| * | | | s390: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-0/+2
| |/ / /
* | | | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-0/+9
|\ \ \ \
| * | | | s390: Enable seccomp architecture trackingYiFei Zhu2020-11-201-0/+9
| |/ / /
* | | | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-5/+4
|\ \ \ \
| * | | | s390: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-5/+4
* | | | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-151-1/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2020-12-152-22/+30
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | s390/vtime: Use the generic IRQ entry accountingFrederic Weisbecker2020-12-021-1/+0
| | |_|/ | |/| |
* | | | s390/crypto: add arch_get_random_long() supportHarald Freudenberger2020-12-101-1/+4
* | | | s390/mm: use invalid asce for user space when switching to init_mmHeiko Carstens2020-12-091-1/+4
* | | | s390/cio: remove pm support from ccw bus driverVineeth Vijayan2020-12-021-10/+0
* | | | s390/vdso: reimplement getcpu vdso syscallHeiko Carstens2020-11-232-0/+9
* | | | s390/mm: add debug user asce supportHeiko Carstens2020-11-231-0/+2
* | | | s390/mm: use invalid asce instead of kernel asceHeiko Carstens2020-11-232-1/+2
* | | | s390/mm: remove set_fs / rework address space handlingHeiko Carstens2020-11-237-81/+9
* | | | s390/decompressor: add stacktrace supportVasily Gorbik2020-11-201-1/+1
* | | | s390/ftrace: assume -mhotpatch or -mrecord-mcount always availableVasily Gorbik2020-11-201-21/+10
* | | | s390: unify identity mapping limits handlingVasily Gorbik2020-11-201-3/+1
* | | | s390/cio: fix kernel-doc markups in cio driver.Mauro Carvalho Chehab2020-11-202-2/+2
* | | | s390/sclp: provide extended sccb supportSumanth Korikkar2020-11-182-3/+6
* | | | s390/mm: remove unused clear_user_asce()Heiko Carstens2020-11-121-7/+0
* | | | s390/kasan: move memory needs estimation into a functionVasily Gorbik2020-11-091-0/+26
* | | | s390/kasan: make kasan header self-containedVasily Gorbik2020-11-091-0/+2
* | | | s390/kasan: remove obvious parameter with the only possible valueVasily Gorbik2020-11-091-2/+2
* | | | s390/mm: extend default vmalloc area size to 512GBHeiko Carstens2020-11-091-6/+6
* | | | s390/kasan: remove 3-level paging supportVasily Gorbik2020-11-091-5/+0
* | | | s390: remove unused s390_base_ext_handlerVasily Gorbik2020-11-091-5/+1
* | | | s390/udelay: make it work for the early codeVasily Gorbik2020-11-091-0/+1
| |/ / |/| |
* | | s390/vdso: remove empty unused fileHeiko Carstens2020-11-031-0/+0
* | | s390/mm: make pmd/pud_deref() large page awareGerald Schaefer2020-11-031-22/+30
|/ /
* / s390: correct __bootdata / __bootdata_preserved macrosVasily Gorbik2020-10-261-2/+2
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-252-3/+3
* Merge tag 'vfio-v5.10-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-10-221-1/+3
|\
| * s390/pci: track whether util_str is valid in the zpci_devMatthew Rosato2020-10-071-1/+2
| * s390/pci: stash version in the zpci_devMatthew Rosato2020-10-071-0/+1
* | Merge tag 's390-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-10-1630-129/+473
|\ \