summaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm
Commit message (Expand)AuthorAgeFilesLines
* preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon2018-12-071-0/+2
* Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-095-12/+25
|\
| * s390/kasan: increase instrumented stack size to 64kVasily Gorbik2018-11-021-1/+1
| * s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky2018-11-024-11/+24
* | compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky2018-11-051-2/+2
* | treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0Star
|/
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-261-1/+14
|\
| * Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390...Christian Borntraeger2018-10-081-0/+2
| |\
| | * KVM: s390: Tracing APCB changesPierre Morel2018-10-051-0/+2
| * | Merge branch 'apv11' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390...Christian Borntraeger2018-10-011-0/+7
| |\|
| | * s390: vfio-ap: implement mediated device open callbackTony Krowiak2018-09-281-0/+1
| | * KVM: s390: interface to clear CRYCB masksTony Krowiak2018-09-261-0/+2
| | * KVM: s390: refactor crypto initializationTony Krowiak2018-09-261-0/+3
| | * KVM: s390: introduce and use KVM_REQ_VSIE_RESTARTDavid Hildenbrand2018-09-261-0/+1
| * | KVM: s390: set host program identifierCollin Walling2018-10-011-1/+5
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-252-17/+4Star
|\ \
| * | y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2018-08-291-0/+1
| * | asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0Star
| * | asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann2018-08-291-16/+2Star
| * | y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-24/+16Star
|\ \ \
| * | | s390/jump_label: Switch to relative referencesHeiko Carstens2018-09-271-24/+16Star
| | |/ | |/|
* | | s390/kasan: support preemptible kernel buildVasily Gorbik2018-10-221-2/+7
* | | s390/pkey: Introduce new API for transforming key blobsIngo Franzki2018-10-101-0/+10
* | | s390/pkey: Introduce new API for random protected key verificationIngo Franzki2018-10-101-0/+8
* | | s390/pkey: Introduce new API for random protected key generationIngo Franzki2018-10-091-0/+8
* | | s390/head: avoid doubling early boot stack size under KASANVasily Gorbik2018-10-091-0/+1
* | | s390/kasan: add option for 4-level paging supportVasily Gorbik2018-10-091-0/+5
* | | s390/kasan: free early identity mapping structuresVasily Gorbik2018-10-091-0/+2
* | | s390/kasan: enable stack and global variables access checksVasily Gorbik2018-10-091-1/+1
* | | s390/kasan: reipl and kexec supportVasily Gorbik2018-10-091-1/+1
* | | s390/smp: kasan stack instrumentation supportVasily Gorbik2018-10-091-1/+1
* | | s390/kasan: use noexec and large pagesVasily Gorbik2018-10-092-0/+7
* | | s390/kasan: double the stack sizeVasily Gorbik2018-10-091-0/+4
* | | s390/kasan: add initialization code and enable itVasily Gorbik2018-10-092-0/+24
* | | s390: add pgd_page primitiveVasily Gorbik2018-10-091-1/+10
* | | s390: introduce MAX_PTRS_PER_P4DVasily Gorbik2018-10-091-0/+2
* | | s390/kasan: replace some memory functionsVasily Gorbik2018-10-091-0/+21
* | | s390/mm: add missing pfn_to_kaddr helperVasily Gorbik2018-10-091-0/+1
* | | s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik2018-10-092-2/+13
* | | s390/sclp: introduce sclp_early_get_hsa_sizeVasily Gorbik2018-10-091-0/+1
* | | s390/mem_detect: replace tprot loop with binary searchVasily Gorbik2018-10-092-2/+2
* | | s390/mem_detect: use SCLP info for continuous memory detectionVasily Gorbik2018-10-091-0/+1
* | | s390/mem_detect: introduce z/VM specific diag260 callVasily Gorbik2018-10-091-0/+1
* | | s390/mem_detect: introduce SCLP storage infoVasily Gorbik2018-10-092-0/+4
* | | s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik2018-10-093-2/+78
* | | s390/sclp: move sclp_early_read_info to sclp_early_core.cVasily Gorbik2018-10-091-0/+1
* | | s390: introduce .boot.data sectionVasily Gorbik2018-10-092-0/+32
* | | s390: unify stack size definitionsVasily Gorbik2018-10-092-9/+4Star
* | | s390: add support for virtually mapped kernel stacksMartin Schwidefsky2018-10-093-5/+10