summaryrefslogtreecommitdiffstats
path: root/arch/s390/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | s390: pci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-281-1/+0
| * | | | s390/setup: set control program code via diag 318Collin Walling2019-01-282-0/+13
| * | | | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Martin Schwidefsky2019-01-233-0/+166
| |\ \ \ \
| | * | | | s390: fix system call tracingHeiko Carstens2019-01-231-0/+25
| | | |/ / | | |/| |
| | * | | s390: autogenerate compat syscall wrappersArnd Bergmann2019-01-181-0/+135
| | * | | s390: use generic UID16 implementationArnd Bergmann2019-01-181-0/+6
| | | |/ | | |/|
| * / | s390/kasan: improve string/memory functions checksVasily Gorbik2019-01-181-6/+22
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-053-125/+1
|\ \ \
| * | | s390/net: move pnet constantsUrsula Braun2019-02-071-8/+0
| * | | arch: Use asm-generic/socket.h when possibleDeepa Dinamani2019-02-032-119/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-271-4/+3
| |\ \ \ | | | |/ | | |/|
| * | | net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann2019-01-171-0/+2
| | |/ | |/|
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
| |/ |/|
* | s390/vdso: correct vdso mapping for compat tasksVasily Gorbik2019-01-111-1/+1
* | s390/mm: always force a load of the primary ASCE on context switchMartin Schwidefsky2019-01-111-3/+2
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-15/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-052-4/+4
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-2/+2
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
|/
* Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2019-01-022-11/+21
|\
| * s390/zcrypt: improve special ap message cmd handlingHarald Freudenberger2018-11-301-2/+2
| * s390/ap: rework assembler functions to use unions for in/out register variablesHarald Freudenberger2018-11-301-9/+19
* | 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/+0
|/
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-252-1/+16
|\
| * 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-012-0/+9
| |\|
| | * KVM: s390: device attrs to enable/disable AP interpretationTony Krowiak2018-09-281-0/+2
| | * 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/+4
|\ \
| * | 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/+0
| * | asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann2018-08-291-16/+2
| * | y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-242-17/+1
|\ \ \
| * | | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-032-17/+1
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-24/+16
|\ \ \
| * | | s390/jump_label: Switch to relative referencesHeiko Carstens2018-09-271-24/+16
| | |/ | |/|
* | | s390/kasan: support preemptible kernel buildVasily Gorbik2018-10-221-2/+7